/* Main Styles */
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #eee;
}
a {
	color: #1a66ad;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
	float: left;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
.grey, .date, .post .bottom, .post .bottom a {
	color: #5e5e5e;
}
.restore {
	clear: both;
}
/* Main Stucture */
#page {
	padding: 20px 30px;
	background: #fff;
	width: 940px;
	margin: 0 auto;
}

#headerad {
	padding: 20px 0 40px;
	text-align: center;
}
#headerimg 	{
	margin-top: 20px;
	height: 60px;
	margin: 0 auto;
	font-size: 13px;
	font-family: Arial, Helvetica;
	margin-bottom:  10px;
}
#headerimg .right {
	padding-top: 23px;
}
#headerimg .right a {
	color: #999999;
	text-decoration: none;
}

#content {
	width: 599px;
	float: left;
	padding-right: 20px;
	clear: both;
	}
#contenttop {
	border-top: 4px solid #eee;
	padding: 12px 0 25px;
}
#contenttop .left {
	font-size: 16px;
	font-style: italic;
}
#contentpath  {
	color: #666;
	font-size: 13px;
	padding-bottom: 25px;
}
#contentpath  {
	color: #666;
}
#contenttop .right {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#sidebar {
	width: 300px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #eee;
}
.sidebar_ad {
	padding: 20px 0;
}
#footerbg {

}
#footer {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	font-family:  Arial;
	}
#footer a {
	}

/* Entry Styles */

.category {
	font-family: "Arial Black", Arial;
	font-size: 9px;
}
.category a {
	color: #fff;
	padding: 3px 6px;
	text-transform: uppercase;
	text-decoration: none;
	background: #42b62c;
}
.post h1 {
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	font-size: 42px;
	margin: 10px 0 8px 0;
	padding: 0;
}
.post h2 {
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	font-size: 42px;
	margin: 10px 0 8px 0;
	padding: 0;
}
.post h2 a {
	color: #333;
	text-decoration: none;
}
.post h2 a:hover {
	color: #333;
	text-decoration: underline;
}
.post .date {
	font-size: 12px;
}
.post img {
	padding: 0;
	border:  4px solid #eee;
}
.post .bottom {
	font-size: 13px;
	margin: 20px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-family: Georgia, Times New Roman, Arial;
}
.entry {
	font-family: Georgia, Times New Roman, Arial;
	color: #333;
}
.excerpt {
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	color: #666;
}
.thecontent {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 16px;
	color: #333;
	line-height: 1.4em;
}
.excerptbig {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #333333;
}
.excerpt p {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1.4em;
}
.tags {
	font-size: 14px;
	color: #5e5e5e;
}
.tags a {
	color: #999;
}

/*	Begin Headers */
h1 {
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {

}

#sidebar h2 {
	font-size: 16px;
	padding: 0;
	margin: 0 0 20px 0;
}
#sidebar h2 {
	font-size: 16px;
	padding: 0;
	margin: 0 0 20px 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 #s {
	width: 220px;
	}

.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
{

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */






.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 0 22px 0 0;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 16px Arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 25px;
padding-top: 5px;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding: 6px 10px;
background: #000;
color: #fff;
border-bottom:  1px solid #f06eaa;
font-size: 14px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #e35194;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(/pics/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */