/*  
Theme Name: HMSPTO
Description: Three column layout
Version: 1.0
Author: KSP

*/

h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, ol {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff url(images/bodyback.png) left top repeat-x;
	color: #333;
}

#container{
	width: 860px;
	height: 100%;
	text-align: left;
	margin: 0px auto 20px auto;
	}
	
#wrapper {
	width: 100%;
	float: left;
	background: transparent;
	}
	
#main {
	float: left;
	width: 640px;
	}
	
h1{
	font-size: 20px;
}

h3{
	padding: 15px 0 15px 0;
	font-size: 16px;
}

h4{
	padding: 0 0 0 15px;
	font-size: 12px;
}

blockquote { 
	font-style: normal;
	text-align: justify;
	color: #000; 
	margin: 1.5em 1.5em 1.5em 0px;
	padding: 0px 0px 0px 30px;
	background: transparent url(images/double-quotes.png) top left no-repeat;
}

blockquote blockquote {
	background: transparent url(images/quote.png) top 4px no-repeat;
	}

p {
	margin: .25em 0;
	line-height: 150%;
	}	
	

/*----HEADER----*/

#header{
	margin-top: 20px;
	width: 100%;
	height: 85px;
	background: transparent url(images/hmspto-banner.png) no-repeat center top;
	}

/*--- Content ---*/

#content{
	float: right;
	width: 620px;
	padding: 0 0 0 0;
	margin-right: 20px;
}

#main #content {
	width: 400px;
	margin-right: 20px;
	}

#content h1, #content h1 a{
	padding: 0 0 5px 0;
	margin: 20px 0 0 0;
	text-decoration: none;
	color: #666;
	text-align: center;
}

#content h1 a:hover{
	text-decoration: none;
	color: #00c;
}
.subtitle  {
	font-size: 16px;
	text-align: center;
	border-bottom: 4px double #999;
	padding-bottom: 2px;
	margin-bottom: 16px;
	}

#content h4 {
	padding: 0 0 0 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

/*----POST----*/

.post{
	padding: 10px 0px 10px 10px;
}

.post h4 {
	font-style: normal !important;
	font-weight: bold !important;
	text-align: left !important;
	font-size: 13px;
	}
.post a:link, .post a:visited {
	text-decoration: none;
	color:#00c;
	display: inline;
	padding: 0;
}

.post a:hover{
	text-decoration: underline;
	color: #00c;
}

.post h2{
	font-size: 14px;
	padding: 0;
	margin: 0 !important;
}

.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	color: #333 !important;
	}

.post h2 a:hover {
	text-decoration: none;
	color: #00c !important;
	}

.page .post h2 {
	font-size: 16px;
	color: #777777;
	}



.postinfo{
	font-size: 11px;
	color: #999;
	padding: 2px 0 10px 0;
}

.postinfo a, .postmetadata a {
	color: #999 !important;
}

.postmetadata{
	font-size: 11px;
	color: #aaa;
	border-bottom: 2px dotted #aaa;
	margin: 20px 0 0 0;
	padding: 5px 0 ;
	text-align: right;
}

.entry p { 
	margin: 0 0 15px 0; 
	padding: 0;
	line-height: 150%;
}

.post h4 {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}

.entry ol {
	margin-left: 25px;
	line-height: 150%;	
	}
	
.entry ul { 
	list-style-image: url(images/bluestar.png); 
	margin-left: 20px;
	line-height: 150%;
	}
	
.entry ul li { 
	margin: 0 0 5px 10px; 
	}
.entry ol li { 
	margin: 0 0 5px 15px; 
}
		
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 0px; 
}

/*--- Entry Tables ---*/
.entry table {
	border-collapse: collapse;
	}
.entry table td, .entry table th {
	border: 1px solid #ccc;
	padding: 2px 4px;
	}

/*--- Entry Images --*/

.entry img {
	max-width: 100%;
	padding: 6px; 
	margin: auto;
	border: 1px solid #ccc;
	background: #eee;
	}


.entry img.alignleft { 
	margin: 0.5em 15px 0.5em 0; 
	padding: 6px; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	display: inline;
}
		
.entry img.alignright { 
	margin: 0.5em 0 0.5em 15px; 
	padding: 6px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	display: inline;
}
		
.entry img.centered { 
	display: block; 
	padding: 6px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	text-align: center;
	}
	
a img {border: none; }
/* End Images */
img.wp-smiley { display: inline !important; float: none !important; margin: 0; padding: 0; border: none; background: transparent;}

img#wpstats{display:none}

dt {
	font-weight: bold;
	margin-bottom: 1ex;
	border-bottom: 1px solid #999;
	}
dd {
	margin-bottom: 2ex;
	line-height: 150%;	
	}
	
.tabledisplay dt {
	width: 10em;
	float: left;
	margin: 0 0 6px 0;
	font-weight: bold;
	border: none;
	}
.tabledisplay dd {
	margin: 0 0 6px 11em;
}



dl img {float: left;
	padding: 0 !important;
	margin: 0 6px 0 0;
	border: 0px !important;
	background-color: #fff !important;
	}
	
	
.list dd {margin-bottom: 20px; margin-left: 8em;}	
	


table.schedule {
	margin: 10px auto;
	width: auto;
	border-collapse: collapse;
	font-size: 100%;
	}
.schedule th { 
	border-bottom: 1px solid #999;}
.schedule td {
	empty-cells: show;
	padding: 1px 10px;
	}




	
/*--- Formatting for Logo Gallery --*/

dl.gallery-item dt {
	border: none;
	}
	
.gallery .entry {
	text-align: left;
	margin-left: .5em;
	}

/*--- Navigation ---*/
.navigation{
	float: left;
	width: 100%;
	margin: 10px auto;
	}

.previous {  
	float: left;
	}
	
.next {
	float: right;
	margin-right: 20px;
	}


/*--- Search Form ---*/
#search {
	float: right;
	margin: 40px 25px 0 0;
}
	
#s {
	background: #F4F4FC ; 
	color: #999;
	font-family: Georgia, "Times New Roman", serif;
	border: #c0c0cc solid ; 
	border-width: 2px 1px 1px 2px; 
	width: 120px;
	height: 14px;
	padding: 2px; 
	margin:0;
	}
	

/*--- Left Sidebar ---*/
#sidebar_l{
	float: left;
	font-size: 95%;
	width: 200px;
	margin: 20px auto 5px 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.sidebar ul ul {
	}

.sidebar ul li{
	padding: 0 0 0 0;
	margin: 0;
	line-height: 100%;
}
.sidebar h1 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0; }
	
.sidebar h2{
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding: 3px 6px;
	margin: 0;
	border-bottom: 0px;
}


.sidebar ul ul li{
	padding: 0;
	margin: 0px;
	list-style: none;
	padding: 3px 6px;
}
.sidebar a:link, a:visited{
	text-decoration: none;
	color:#00c;
}

.sidebar a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #b8b8b8;
}

.sidebar form{
	margin-top: 6px;
	padding-top: 0;
	}
	
.sidebar form .input {
	border: #e5e5e5 2px inset;
	background-color: #efeffc;
	}
	
	
/*--- Right Sidebar ---*/

#sidebar_r {
	float: right;
	font-size: 95%;
	text-align: center;
	width: 180px;
	margin: 20px 10px 5px 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: hidden;
	}
	
#buildinglogo {
	margin-bottom: 10px;
	}
	
/*-- calendar ---*/

table#wp-calendar {
	width: 95%;
	font-size: 100%;
	text-align: center;
	margin: 0px 1px 20px 1px;
	border-collapse: collapse;
	background-color: white;
}

#wp-calendar caption {
	font-weight: bold;
	padding: 1ex 0 6px 0;
	margin: 0 0 0;
	}

#wp-calendar td, #wp-calendar th {
	border: none;
	width: 14%;
	height: 2ex;
	}
td#today {
	background-color: #e9e9e9;
	border: 1px solid #aaa;
	}
#wp-calendar .month{
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	background-color: #efeffc;
	padding: 6px 0;
	border: 1px solid #aaa;
	}
#wp-calendar tfoot td {
	border: none;
	}
	
#wp-calendar a{
	font-weight: bold;
	display: block;
	}
	
#wp-calendar a:hover{
	display: block;
	text-decoration: none;
	background-color: #fc0;
	}

/* --- Commenting  --*/

#comment-form{
	width: 475px;
	margin: 20px 0 0;
	border: 1px solid #999;
	padding: 5px 5px 15px 15px;
	background-color: #efeffc;
	}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
	padding: 4px;
}
.alt { background-color: #efeffc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	color: #666;
	padding: 10px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #666;
	padding: 0 0 0 0;
}

.commentmetadata strong { 
	font-size: 100%; 
}

.comments-template p.nocomments{
	padding: 0;
	visibility: hidden;
}

.comments-template input{
	width: 170px;
	padding: 2px;
	margin: 0 5px 0 0;
	}

.comments-template textarea{
	font-family: Tahoma, Helvetica, Georgia, Sans-seriff;
	font-size: 12px;
	width: 96%;
	color: #000;
	margin: 20px auto 15px 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #999;
}

.comments-template  #submit {
	width: 170px;
	margin: auto;
	text-align: center;
	font-size: 100%;
	}
	
/*----FOOTER----*/

#footer { 
	background: #fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	color: #333; 
	font-size: 90%; 
	line-height: 1.2; 
	clear: both; 
	padding: 30px 0 20px 0;
	margin: 00px;
	}
	


#footer a {
	color: #666;
	text-decoration: underline;
	display: inline;
	}
	
#footer a:hover {
	color: #00c;
	text-decoration: underline;
	}
	
.disclaimer {
	font-style: italic;
	}

.clear { clear: both; width: 1px;}


