/*
Theme Name: hsa4
Description: update on 9/7/09
Author: Bob
*/


/******** Block arrangement ********/

/* Begin Typography & Colors */

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	color: #000;

	text-align: left;

	}



#content {

	font-size: 1.2em;

	}



.widecolumn .entry p {

	font-size: 1.05em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}

	

.alt {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}



small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}



h1, h2, h3 {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-weight: bold;

	}



h1 {

	font-size: 4em;

	text-align: center;

	}



h2 {

	font-size: 1.6em;

	}



h2.pagetitle {

	font-size: 1.6em;

	}



#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	font-size: 1.2em;

	}



h3 {

	font-size: 1.3em;

	}



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {

	text-decoration: none;

	color: black;

	}



h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: #b73563;

	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

	color: #000;

	text-decoration: none;

	}



.entry p a:visited {

	color: #b68395;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

	

.commentlist li {

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}





small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}

	

code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: #b73563;

	text-decoration: none;

	}



a:hover {

	color: #e978b0;

	text-decoration: underline;

	}

	



/* End Typography & Colors */







/* Begin Structure */

body {

	margin: 0;

	padding: 0; 

	}



#page {

	margin: auto;

	padding: 0;

	width: 850px;

	}

.post {

	margin: 0 0 0 20px;

	text-align: left;

	font-size: 1.1em;

	width: 180px;

	float: left;

	}



#blog-entry-details	{

	width: 450px;

}



#respond, #comments {

	clear: left;

}

	

.postmetadata {

	clear: left;

	width: 450px;

}



#footer {

	padding: 0 0 0 1px;

	margin: 0 auto;

	width: 760px;

	clear: both;

	}



#footer p {

	margin: 0;

	padding: 20px 0;

	text-align: center;

	}



#border {

	height:40px;

	width:100%;

	clear:both;

	}

/* End Structure */







/*	Begin Headers */

h1 {

	padding-top: 0px;

	margin: 0;

	}



h2 {

	margin: 30px 0 0;

	}



h2.pagetitle {

	margin-top: 30px;

	text-align: center;

}



#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

	}



h3 {

	padding: 0;

	margin: 30px 0 0;

	}



h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

/* End Headers */







/* 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 */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	} 



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}

	

#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	text-align: left;

	}



#sidebar #searchform #s {

	width: 150px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}

	

select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar {

	display: inline;

	float: right;

	clear: none;

	text-align: left;

	width: 300px;

	overflow: hidden;

	margin: 10px 0 0 20px;

}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */









/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.code {

	margin: 0px 0px 2px 3px;

	background:#FFD;

	border:1px solid #F00;

	border-left:3px solid #F00;

	overflow:hidden;

}



.center {

	text-align: center;

	}





a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	float: left;

	font-weight: bold;

	}

/* End Various Tags & Classes*/



#headerimg {

	width: 500px;

	margin-top: 10px;

}



#headerimg h1 { /* contains site name */

	margin: 0px;

	padding: 0px;

	float: left;

	}



#headerimg h1 a { /* logo */

	position: relative;

	display: block;

	background: transparent url(title.jpg) no-repeat 0px 0px;

	border: 2px solid #fff;

	width: 870px;

	height: 224px;

	color: #fff !important;

	font-size: 0em;

	text-indent: -7000px;

	text-decoration: none;

	}

#headerimg h1 a:hover {

	background: transparent url(title.jpg) no-repeat 0px 0px;

	}

	



.undersidebar {

	margin: 10px 0 0 0;

	padding: 0 10px;

	width: 270px;

	border: #187223 1px solid;

}



#allposts, #requestaquote {
	padding: 0 15px;
	margin-top: 10px;
	float: left;
	width: 500px;
}

#requestaquote {
	width: 850px;
}

#allposts h2, #requestaquote h2 {
	margin: 10px 0 0 0;
}

#allposts h2 a, #requestaquote h2 a{
	border-bottom: 3px #187223 solid;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.post h2 {
	margin-bottom: 15px;
}

.entry {
	height:auto;
	border-bottom: 1px dotted #187223;
}

a.imagelink img, .entry a img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.post h2 a {
	overflow:hidden;
	font-size: 0.8em;
	text-align: left;
}

.post img {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px #ccc solid;
	margin-bottom: 10px;
}


/* tabs */

#xmaintitle {

	float: left;

	margin:0px;

	margin-bottom:15px;

	margin-left: 10px;

	background:#4685c4 url(maintitleback.gif) repeat-x center;

	border-bottom:1px solid #4685c4;

	padding:0px 6px 8px 0px;

	color:#000;

	font-size:1em;

	width:100%;

}

#xmaintitle ul { 

	list-style-type:none;

	margin:0px;

	padding:0px;

}

#xmaintitle ul li { 

	float: left;

}

#xmaintitle a,#xmaintitle a:link,#xmaintitle a:visited{

	bottom:-4px;

	position:relative;

	margin-right:2px;

	padding:2px 10px 4px 10px;

	margin-left:0px;

	border-right:1px solid #ccc;

	color:#fff;

	text-decoration:none;

	font-family:tahoma,verdana;

	font-weight:bold;

}

#xmaintitle a:focus,#xmaintitle a:hover,#xmaintitle a:active { 

	bottom:-4px;

	padding:4px 8px 5px 9px;

	border:2px solid #ffc40c;

	background-color:#fff;

	color:#000;

}

#xmaintitle a.x-chosen, #xmaintitle a.x-chosen:link, #xmaintitle a.x-chosen:visited { 

	bottom:-4px;

	padding:4px 8px 5px 9px;

	border:2px solid #187223;

	border-bottom:2px solid #fff;

	background-color:#fff;

	color:#000;

} 

#actionbutton1 {

	position: absolute;

	right: 100px;

	top: 10px;

}

#actionbutton2 {

	position: absolute;

	right: 0px;

	top: 10px;

}



.xmainaction { 

	padding-top:2px;

	padding-right:2px;

	text-align:right;

}

.xmainaction a,.xmainaction a:link,.xmainaction a:visited {

	padding:5px 6px 6px 6px;

	margin-left:4px;

	position:relative;

	text-decoration:none;

	background-color:#4480bb;

	border:1px solid #ccc;

	color:#fff;

	font-weight:bold;

}

.xmainaction a:hover,.xmainaction a:active,.xmainaction a:focus {

	padding:5px 5px 6px;

	border:2px solid #ffc40c;

	background:none;

	background-color:#fff;

	color:#000;

}

#tab1 {

	margin-left: 10px;

	width: 820px;

	position: relative;

	float: left;

}