/* 
	SOHEAR CSS
	15/08/2010
*/

/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border-width:0;
	border-color:transparent;
}
:focus,
:active {
	outline:0 none;
	-moz-outline-style: none;
}
ol, ul {
	list-style:none outside none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ***************************************
	BASICS
*************************************** */
body {
	text-align:left;
	margin:0 auto;
	padding:0;
	background-color: white;
	color:#333333;
	font-size: 80%;
	line-height: 1.4em;
	font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
	
	background-image: url(images/page_back.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
a {
	color: #0064a8;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
p {
	padding-bottom:10px;
}
p:last-child {
	padding-bottom:0;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: auto;
	color:#333333;
}
h1 { font-size: 1.8em; line-height: 1.3em; }
h2 { font-size: 1.5em; line-height: 1.6em; }
h3 { font-size: 1.2em; line-height: 1.2em;}
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
dt { font-weight: bold; }
dd { margin: 0 0 1em 1em; }
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#EBF5FF;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.bullet {
	list-style:circle;
	margin-bottom:10px !important;
	padding:0 20px;
}
.bullet li {
	margin:0 !important;
	padding:0 !important;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.margin_top {
	margin-top:30px;
}
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapper {
	height:auto;
	margin:0 auto;
	width:100%;
}
.pagewidth {
	width:1000px;
	margin:0 auto;
}
#page_container {
	background-color: white;
	margin-top:20px;
	margin-bottom:40px;
	padding:30px;
	width:940px;
	min-height: 500px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border:1px solid #333333;
	background-image: url(images/page_background.png);
	background-position: left top;
	background-repeat: repeat-x;
}

/* ***************************************
	PAGE HEADER/NAV
*************************************** */
#pagetopstrip {
	height:36px;
	width:100%;
	text-align: right;
	background-color: white;
	border-bottom:1px solid #333333;
}
#pagetopstrip a {
	display:inline-block;
	width:26px;
	height:26px;
	margin-top:4px;
	margin-left:14px;
}



/* ***************************************
	IMG + STRAPLINE
*************************************** */
#page_header {
	width:940px;
	margin:0 auto;
}
.header_contents {
	padding-top:10px;
}
.header_contents .name {
	float:left;
	font-size:2.9em;
	color:#66a3c2;
	font-weight: bold;
}
.header_contents .pipe {
	float:left;
	margin:-15px 20px 0 0;
	padding:0 0 0 20px;
	border-right: 1px solid #cccccc;
	height:50px;
}
.header_contents .strapline {
	float:left;
	color:#333333;
	font-size:1.4em;
}

/* ***************************************
	FOOTER
*************************************** */
#footer {
	margin-top:40px;
}
#colophon {
	float:right;
	text-align: right;
}


/* ***************************************
	SPOTLIGHT
*************************************** */
#spotlight {

}
#spotlight h2 {
	color:#333333;
	line-height: 1.4em;
	font-weight: normal;
	padding-top:30px;
	width:711px;
	font-family: "Times New Roman", Times, serif;
}
#spotlight h2 a {
	color:#0064a8;
}
img.polaroid {
	margin-right:20px;
	margin-top:0px;
	width:175px;
	height:auto;
}


/* ***************************************
	PAGE NAVIGATION
*************************************** */
.menu {
	padding-top:40px;
	height:40px;
	background-image: url(images/tab_top.gif);
	background-repeat: no-repeat;
	background-position: -18px 20px;
}
.menu ul {
	font-weight: normal;
	font-size: 1.3em;
	height:40px;
	border-left:1px solid #cccccc;
}
.menu li {
	display: inline;
}
.menu li a {
	display:block;
	float:left;
	height:29px;
	padding:11px 20px 0 20px;
	border-right:1px solid #cccccc;
}
.menu li.current_page_item a {
	color:black;
	background-color: white;
}



/* ***************************************
	PAGE CONTENTS BLOCK (tabbed area)
*************************************** */
#container {
	border-left:1px solid #cccccc;
	min-height: 400px;
	background-image: url(images/page_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#page_bottom {
	height:8px;
	background-image: url(images/page_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left:1px solid #cccccc;	
}
.one-column {
	padding:20px;
	min-height: 300px;
	width:auto;
}
.column1, .column2, .column3 {
	float:left;
	width:272px;
	min-height: 300px;
	margin:0 0 20px 0;
	padding:20px;
}
.colspan2 {
	width:585px;
}
.column3 {
	float:right;
}
.sidebar_box {
	border:1px solid #cccccc;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	min-height: 60px;
	margin-bottom:20px;
	padding:10px;
}
.sidebar_box h3 {
	color:#555555;
	vertical-align: top;
	margin-bottom:7px;
}
.sidebar_box_badge {
	margin-bottom:18px;
}
#search-2.sidebar_box {
	background-image: url(images/badge_blend.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#searchform label { /* make it like the h3's in sidebar */
	display: block;
	color:#555555;
	vertical-align: top;
	margin-bottom:7px;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
}
#searchform input#s {
	border:1px solid #cccccc;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	height:22px;
	padding:1px 0 0 5px;
	margin:5px 0;
	width:240px;	
}
#searchform input#s:focus {
	border-color:#999999;
}
#searchform #searchsubmit {
	width:auto;
	cursor: pointer;	
	border:1px solid #0064A8;
	color:white;
	display:block;
	font:bold 16px Arial,Sans-serif;
	padding:3px 8px;
	text-align:center;
	text-decoration:none;
	text-shadow:-1px -1px 0px #333333;
	letter-spacing: 0.05em;
	background-color: #0064A8;
	background-image:url(images/button_graduation.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:5px;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
#searchform #searchsubmit:hover {
	background-position: left -57px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}


.widget_recent_entries li {
	padding:3px 0 5px 0;
}
.widget_tag_cloud {
	line-height:3em;
	text-align:justify;
}
.widget_tag_cloud a {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding:4px;
	background-color: #EBF5FF;
	
}

/* posts navigation */
.navigation {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
	margin-bottom:10px;
}
.nav-previous {
	float:left;
	text-align: left;
	font-size: 90%;
	line-height: 1.2em;
}
.nav-next {
	float:right;
	text-align: right;
	font-size: 90%;
	line-height: 1.2em;
}


/* post style */
.post {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #999999;
}
.search .page {
	border-bottom:1px dotted #999999;
	margin-bottom:15px;
	padding-bottom:15px;
}
.search .post {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #999999;
}
.search .page-title span {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding:4px 8px;
	background-color: #EBF5FF; 
}
.entry-title {
	margin-bottom:10px;
	font-size:1.8em;
	line-height:1.3em;
}
/*
h2.entry-title {
	font-size:28px;
	font-style:normal;
	font-weight:normal;
	line-height:36px;
}
h1.entry-title {
	font-size:28px;
	font-style:normal;
	font-weight:normal;
	line-height:36px;
}
*/
.entry-meta {
	margin-bottom:10px;
	color:#777777;
}
.entry-meta a {
	color:#444444;
}
.entry-meta a:hover {
	color:#0064a8;
}
.entry-content {
	font:15px/24px Georgia,"Times New Roman",Times,serif;
}
.entry-utility {
	margin-top:10px;
	color:#777777;
}
.entry-utility a {
	color:#444444;
}
.entry-utility a:hover {
	color:#0064a8;
}

.entry-content ul li {
	list-style: square;
	list-style-position: inside;
	padding-left:2px;
}
.entry-content ul {
	padding-bottom:10px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
/*
	padding: 4px;
	margin: 0 0 2px 7px;
*/
	display: inline;
}
img.alignleft {
/*
	padding: 4px;
	margin: 0 7px 2px 0;
*/
	display: inline;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	padding-right: 4px;
	margin:0 10px 10px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.entry-content .alignright {
	margin:0 0 10px 20px;
}
.entry-content .alignleft {
	margin:0 20px 10px 0;
}
.alignnone {
	margin:10px 0 10px 0;
}
img.alignright {
	margin:0 0 10px 20px !important;
}
img.alignleft {
	margin:0 20px 10px 0 !important;
}
img.alignnone {
	margin:10px 0 10px 0 !important;
}

.entry-content img {
/*
	margin: 0;
	padding: 7px;
	border: 0 none;
*/
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin: 0;
}
/* End captions */

.entry-content p img {
	border:1px solid #CCCCCC;
	margin:4px 10px 10px 10px;
	padding:7px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
}

.widget_rss li {
	padding:3px 0 10px 0;
}
.widget_rss li .rss-date {
	color:#999999;
	font-size: 90%;
}











