/*
Theme Name: smhes_theme
Description: The theme for the SMHES blog
Version: 1.0
Author: David Rabenau
Tags: three columns, widgets

*/

body { 
	font: 10pt/14pt Verdana, helvetica, sans-serif;
	margin:10px 10px 0px 10px;
	padding:0px;
	background-color: #FFFFFC;
	}

p,h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 	{	
	font: 12pt swis721;
	font-weight: bold;
	}

table {
	font: 9pt/11pt Verdana, helvetica, sans-serif;
	margin:15px 10px 15px 10px;
	border-spacing: 0px;
	border-width: 0px;
	text-align: left;
	}

th {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 10px 10px;
	vertical-align: bottom;
	}


td {
	border-style: solid;
	border-color: gray;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 10px;
	}


img { 	
	border:0;
	}

/* span */

span.smhes {
	font-family: Georgia, swis721;
	font-variant: small-caps;
	font-size: 10pt;
	/*color: #cd853f;*/
	color: rgb(214,126,48)
	}

span.small{
	font-size: 8pt;
	}

span.highlight {
	font-weight: bold;
	}

span.super {
	vertical-align: super;
	}

span.menuitem {
	margin-right: 25px;
	}

img.floatLeft{
	float: left;
	clear: left;
	padding: 0px 10px 0px 0px;
	}


/* specials */

#specials{
	width: 100px;
	height: 87px;
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: rgb(214,126,48);
	border-width: 2px;
	/*font-weight: bold;*/
	font: 14pt/16pt Verdana, helvetica, sans-serif;
	vertical-align: bottom;
	text-align: center;
}

/* banner */	

#header {
	background: transparent;		
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:197px;
	}

html>body #header {
	height:197px;
	}
	
#header img {
	padding: 0px 0px 0px 0px;
	}

#header h1 {
	font:24pt Georgia, swis721, Verdana, helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	margin:0px;
	color: rgb(214,126,48);
	font-variant: small-caps;
	}

#menu {
	margin: 15px 10px 15px 10px;
	}


/* left */

#left {
	position: absolute;
	left:10px;
	top:199px;
	padding: 10px;
	width:180px;
	font-size: 9pt;
	text-align: center;
	}

#left h1 {
	padding:0px 10px 10px 10px;
	margin:0px;
	text-align: center;
	}

#associations h1 {
	padding: 20px 10px 10px 10px;
	margin:0px;
	}
	
#associations p {
	padding: 0px 0px 10px 0px;
	font-size: 8pt;
	text-align: center;
	}
		
#services h1 {
	padding: 10px 10px 10px 10px;
	margin:0px;
	}

#services p {
	font-size: 8pt;
	}	


/* Sidebar */

#sidebar {
	position: absolute;
	right:10px;
	top:189px;
	padding: 10px;
	width:180px;
	font-size: 9pt;
	text-align: center;	}
	
#sidebar h1 {
	padding:10px 10px 0px 10px;
	margin:0px;
	}
	
#sidebar p {
	font-size: 9pt;
	}

#sidebar h2 {
	font: 12pt swis721;
	font-weight: bold;
	padding:30px 10px 0px 10px;
	margin:0px;
	}
	
#sidebar ul {
	text-align: left;
}

#memberships h1 {
	padding: 20px 10px 10px 10px;
	margin:0px;
	}
	
#memberships p {
	padding: 0px 0px 10px 0px;
	font-size: 8pt;
	text-align: center;
	}


/* content */

#content {
	padding: 0px 50px 0px 10px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.
	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
		
	Read more at http://www.glish.com/css/hacks.asp
	*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}
	
html>body #content {
	margin-left: 201px;
	margin-right:201px;
	}

#content h1, h2 {
	font: 16pt swis721;
	padding: 0px 0px 0px 0px;
	margin:0px;
	}

/*#content h2 {
	font-size: 10pt;
	font-style: italic;
	padding:10px 10px 10px 10px;
	margin:0px;
	}*/

#content h3 {
	font-size: 10pt;
	font-variant: small-caps;
	padding:10px 10px 10px 10px;
	margin:0px;
	}

#content img {
	padding: 0px 10px 0px 0px;
	}
	
.postmetadata{
	padding: 0px 0px 30px 0px;
}
	
.entry {
	padding: 10px 0px 0px 0px;
}

#indented {
	text-align: center;
	}


#sub {
	padding: 25px 0px 0px 0px;
	font-size: 9pt;
	}

#sub h1{
	font: 14pt swis721;
	padding:0px 0px 10px 10px;
	margin:0px;
	}

#sub p {
	padding: 0px 0px 0px 0px;
	}

#truefalse h2 {
	font-size: 9pt;
	font-style: normal;
	padding:0px 0px 0px 0px;
	margin-left: 100px;
	margin-right: 100px;
	}

#truefalse h3 {
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	color: rgb(214,126,48);
	padding:0px 0px 0px 0px;
	margin-left: 100px;
	margin-right: 100px;
	}

#truefalse h4 {
	font-size: 9pt;
	font-style: italic;
	font-variant: normal;
	padding:20px 0px 20px 0px;
	margin-left: 100px;
	margin-right: 100px;
	}

#truefalse {
	text-align: center;
	}

#quote {
	font-size: 11pt;
	font-style: italic;		
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	}

#quotesig {
	font-size: 11pt;
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
	}

/* links */

a:link {
	text-decoration: none; 
	color: #cc6633;
	}

a:visited {
	text-decoration: none;
	/*text-decoration: line-through;*/
	color: #999999; 
	}

a:hover { 
	text-decoration: underline; 
	color: #ff9933;
	}

/* footer */

#footer {
	font-size: 7pt;
	text-align: center;	
	padding: 40px 0px 0px 0px;
	}

#motto {
	font: 13pt/13pt  swis721, Verdana, helvetica, sans-serif;
	/*font-size: 13pt;*/
	font-style: italic;		
	padding: 0px 10px 0px 10px;
	margin:0px;		
	}

