body {
	color: #666;
	font-size: 0.75em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 170%;
	background-color:#dfdfdf;

}

/**********************
 * Header
 **********************/

#header-container {
	width: 1000px;
	margin: auto;
	
	background-image: url("images/navigation-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#header-container p {
	margin-top: 3em;
	margin-left: 4.6em;
	margin-bottom: 0.25em;
}

#header-container p a {
	color: #000;
	font-family: century gothic,helvetica,trebuchet ms,sans-serif;
	font-weight: 600;
	font-size: 3em;
	text-decoration: none;
}

#header-container p a span {
	font-weight: bold;
}


/**********************
 * Navigation
 **********************/

#navigation-container {
	width: 940px;
	margin: auto;
	padding-top: 1em;

	height: 36px;
	line-height: 36px;
}

#navigation-container ul li.current_page_item a {
	color: LightSlateGray;	
}

#navigation-container ul li.current_page_item a:hover {
	text-decoration: none;
}

ul.drop-down-menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	
}

ul.drop-down-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.drop-down-menu li a {
	display: block;
	padding: 0 1em 0 1em;
	
	color: #999999;
	font-weight: normal;
	font-size: 1.05em;
	text-decoration: none;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right;	
	border-right: 0px solid #333;
}

ul.drop-down-menu li a:hover {
	color:#fff;
	text-decoration: underline;
}

ul.drop-down-menu li ul {
	display: none;
	position: absolute;
	z-index: 999999;
	
	margin: 0;
	padding: 0;
	list-style-type: none;

	border: 1px solid #ccc; 	/* IE6 Bug */
	border-bottom: none;
	background-color: #fff; 	/* IE6 Bug */
	font-size: 0.8em;
}

ul.drop-down-menu li:hover ul,
ul.drop-down-menu li.hover ul {
	display: block;
}

ul.drop-down-menu li ul li {
	float: none;
	
	border-bottom: 1px solid #ccc;
}

ul.drop-down-menu li:hover ul li a,
ul.drop-down-menu li.hover ul li a {
	color: #000;
	background-image: none;
	background-color: #eee;
}

ul.drop-down-menu li:hover ul li a:hover,
ul.drop-down-menu li.hover ul li a:hover {
	color: #000;
	background-color: #ddd;
}


/**********************
 * Content
 **********************/

#content-container {
	width: 900px;
	margin: auto;
	padding: 1em 50px 1em 50px;

	
	background-image: url("images/mid-bg.jpg");
	background-position: center;
}

#content-container p {

}

#content {
	width: 600px;
}

/**********************
 * Footer
 **********************/
 
#footer-container {
	height: 36px;
	line-height: 36px;

	clear: both;
	
	background-image: url("images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

#footer-container p {
	margin: 0;
	text-align: center;
	font-size: 0.75em;
}



/* ---------- @ default css for images -----------*/

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
	}
	
a img {
	border: none;
	}


/* ---------- @ default links -----------*/

a {

	text-decoration:underline;
	color:#003366;
	}

a:hover {
	color:#003366;
	text-decoration:underline;
	
	}

a:link, a:visited {
	
		color:#003366;
	
}

a:hover, a:active {
color:#003366;
	
}

/* ---------- @ sidebar styles -----------*/

.add {
margin-top:10px;
width:275px;
text-align:center;
float:right;
margin-bottom:5px;
}


.add img{
padding:5px;
float:left;
}

#sidebars{
}

#sidebars ul{

margin:0px;
padding-left:10px;
margin-top:10px;
text-align:left;
padding-right:10px;

}
#sidebars ul li {
list-style:none;
}


#sidebars ul li h2{
	margin:0px;
	padding:0px 10px;
	color:#333;
	border:1px solid #eee;
	line-height:30px;
	font-size:16px;
	background-color:#eee;
	background-image: url(images/h2-bg.jpg);
	background-repeat: repeat-x;

}
#sidebars ul li ul {
	
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	border:1px solid #eee;
	border-top:none;

}
#sidebars ul li ul li .children {}

#sidebars ul li ul li {
	line-height:25px;
	border-bottom:1px solid #eee;
	margin-bottom:1px;

}
#sidebars ul li ul li a {
	padding-left:22px;
	display:block;
	color:#333;
	text-decoration:none;
	background-image: url(images/bullet-main.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	line-height:28px;
}
#sidebars ul li ul li a:hover {
color:#999;
background-color:#eee;

}

#sidebars ul li ul li ul {

padding:0px;
margin:0px;
border:none;
border-top:0px solid #19505E;


}


#sidebars ul li ul li ul li {

border-bottom:none;
border-top:1px solid #eee;


}
#sidebars ul li ul li ul li a{
padding-left:38px;
display:block;
color:#666;
text-decoration:none;	background-image: url(images/bullet.gif);
	background-position: 25px center;
	background-repeat: no-repeat;
	height:25px;

}
#sidebars ul li ul li ul li a:hover{
color:#999;

}

#sidebars ul li .sidebar-padding{
padding:10px;
color:#EBF5F7;

}


#sidebar ul.li_smaller li.current-cat a {
	padding:0px 5px 0px 0;
	font-variant:normal;
	background-image:url(i/nav_current.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#5B5C9D;
}


#clear-sidebar {
clear: both;
}


small {
	
	font-size: 0.9em;
	
	}

h2.pagetitle {

	color:#8e4e09;
	background-color:#eee;
	line-height:30px;
	padding-left:5px;
	
	}


	
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:10px;  }
.alignright { display:block; margin-left:10px; }



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* ---------- @ widget calendat-----------*/


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	
/* ---------- @ post styles -----------*/

.post {
	
	margin: 0 0 10px;
	text-align: justify;
	border:0px solid #d4dff6;
	padding:10px;
	background-color:#fff;
	}
	
.post  small{
	margin:0px;
	padding:0px;
	

	

	}
	
.post  small span{
	
	font-size:1.0em;
	

	}
	
.post h2,
.post h3
 {

	margin:0px;
	padding:0px;
	padding-top:6px;


}
.post h2 a,
.post h3 a
{
	color:#999999;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	
}



.postmetadata {
	clear: left;
	padding:3px 5px;
	color:#333399;
	
	
}
.postmetadata a {
color:#333399;

	
}



h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	padding:0px;
	margin-bottom:0px;
}





.entry{


}



/* ---------- @ search style -----------*/

.search {
position:absolute;
right:50px;
top:35px;
background-color:#FFF;
border:10px solid #4e4d4d;
border-bottom:none;

	
	
}

#searchform {
	margin: 0px auto;
	padding: 10px; 
	
	}

#searchform #s {
	width:148px;
	padding: 2px;
	color:#000;
	
	border:1px solid #C2B3AD;
	background-image: url(images/input-bg.jpg);
	background-repeat: repeat-x;
	
	}

#searchsubmit {
	padding: 1px;
	background-color:#111;
	border:1px solid #222;
	color:#999;
	}







.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* ---------- @ comments style -----------*/


.alt {
	background-color: #fff;
	border:5px solid #f5f5f5;
	color:#222;
	

	}

.alt a{

		color: #003366;
	

	}
	
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#fff;
	border:1px solid #eee;
	color:#000;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	background-color:#fff;
	border:1px solid #eee;
	}

#commentform #submit {
	margin: 0;
	float: left;
	background-color:#002171;
	color:#fff;
	margin-bottom:10px;
	}

.alt {
	margin: 0;
	padding: 10px;

	}

.commentlist {
	padding: 0;
	text-align: justify;	color:#520345;

	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color: #fff;
	border:5px solid #f5f5f5;
	}

.commentlist p {
	margin: 10px 5px 10px 0;

	}

#commentform p {
	margin: 5px 0;
	color:#666666;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#sidebar form {
	margin: 0;
	}

/* ---------- @ hard coded calendar -----------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 10px;
	width: 155px;
	border:1px solid #eee;
	padding:10px;
	}

#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* icons for user, cat and comments */


.author{
color:#999999;

}


.date{
	width:71px;
	height:66px;
	color:#222;
	text-align:center;
	float:left;
	margin-right:5px;
	padding-top:10px;
	background-image: url(images/date-bg.jpg);
	background-repeat: no-repeat;	

	
}

.year{
font-size:22px;
}




