@charset "UTF-8";

/*------------------------------------------------------------ GLOBAL VALUES --*/

/*mainly to override blueprint css default properties*/
* {margin: 0;}
html, body {height: 100%;}
body {background: #F6F6F6 url(../images/bg-body.jpg) repeat-x;}
h1, h2 {margin-bottom: 0px;padding-bottom: 0px;line-height:0px;}
a, a:link, a:visited {color: #740001;}
ul.list {margin: 0px;padding: 0px;list-style: none;}

/*------------------------------------------------------------ NAVIGATION --*/

#nav h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	display: block;
	height: 40px;
	width: 125px;
	text-align: center;
	margin-top: 5px;
	cursor: default;
}
#nav, #nav ul {
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:200%;
	margin-top: 8px;
 }
#nav a {
	display:block;
	padding:5px 0px;
	color:#CCCCCC;
	text-decoration:none;
	background: #9F0000 url(../images/bg-menu.jpg) no-repeat bottom;
 }
#nav a:hover {
	color:#fff;
}
#nav li {
	float:left;
	position:relative;
	text-align: center;
}
#nav ul {
	position:absolute;
	width:125px;
	top:17px;
	display:none;
}
#nav li ul a {
    width:125px;
    float:left;
}
#nav ul ul {
	top:auto;
	}	
#nav li ul ul {
    left:125px;
    margin:0px 0 0 0px;
    }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display:block;
    }
.navigation	a {
	font-weight: bold;
	background: #740000;
	padding: 15px;
	color: #FBFBFB;
}
	
/*------------------------------------------------------------ SECTIONS & LAYOUT --*/

/*wrapper*/
#wrapper {
	width: 950px;
	position: relative;
	margin: 0 auto 0px;
	padding: 0px;
	text-align: left;
}
/*header*/
#header {
	height: 120px;
}
#header #blog-logo {
	margin-top: 20px;
}
#header-search {
	background: url(../images/bg-search.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 10px;
	height: 48px;
	width: 380px;
}
#header-search #search {
	display: block;
	float: left;
	padding-left: 15px;
}
#header-search #search input#text {
	padding: 7px 7px 0px 18px;
	width: 170px;
	height: 20px;
	background: url(../images/form-input-background.jpg) no-repeat;
	float: left;
	color: #999999;
	margin: 0px;
	border: none;
}
#header-search #search input#go {
	position: relative;
	margin-top: 8px;
	left: 2px;
}
/*body*/
#body-header {
	background: url(../images/bg-top.jpg);
	height: 36px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	background: #FFFFFF url(../images/bg.jpg) repeat-y;
	padding-top: 30px;
	overflow:hidden;
}
/*footer*/
#footer {
	color: #CCCCCC;
	overflow:hidden;
	background: #740001;
	clear: both;
	padding-bottom: 50px;
	background: #750101 url(../images/bg-footer.jpg) no-repeat center top;
	text-align: left;
}	
#footer-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}	
#footer li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #9F0103;
	list-style: none;
}
#footer li:hover {
	background: #9F0103;
	}

/*------------------------------------------------------------ TYPOGRAPHY --*/

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}	
#footer h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
.post h1 a {
	color: #FFFFFF;
	text-decoration: none;
	background: #740001;
	padding: 8px;
	font: 28px/28px Georgia, "Times New Roman", Times, serif;
	width: 400px;
	display: block;
	letter-spacing: -1px;
}
.post h1 a:hover {
	color: #FFFFFF;
	background: #9F0103;
}
.single-post h2, .post h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.single-post h3, .post h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.single-post h4, .post h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.single-post h5, .post h5 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.single-post h6, .post h6 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.single-post h1 {
	color: #FFFFFF;
	text-decoration: none;
	background: #740001;
	padding: 8px;
	font: 28px/28px Georgia, "Times New Roman", Times, serif;
	width: 500px;
	display: block;
	letter-spacing: -1px;
	}
h3#comments, h3#respond {
	font: 22px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #740001;
	margin-bottom: 5px;
}
h1.pagetitle {text-transform: uppercase;
	color: #555555;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

/*------------------------------------------------------------ BLOG SPECIFIC --*/

.avatar {
	margin-bottom: 5px;
}
ol.commentlist cite a {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	color: #740000;
}
.entry span a  {
	color: #336699;
		font-weight: bold;
}
.entry {
padding-top: 20px;
}
.entry a {
	color: #336699;
}
.postdate {
	background: url(../images/bg-postdate.png) no-repeat top;
	position: absolute;
	left: -10px;
	height: 56px;
	width: 63px;
}
.postdate div {
	font: italic 24px/18px Georgia, "Times New Roman", Times, serif;
	color: #740001;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}
.postdate small {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #4D4D4D;
	}
.post {
	margin-bottom: 60px;
}
#post-authorbio {
	color: #999999;
	padding-top: 15px;
	border-top: 1px dotted #E0E0CD;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}
.postcomments {
	position: absolute;
	left: 560px;
	margin-top: 10px;
	font: italic 75% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-comments.jpg) no-repeat;
	height: 27px;
	width: 32px;
	text-align: center;
}
.postcomments a{
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #4D4D4D;
	}
	
.commentmetadata {
	height: 30px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #E1E1CD;
}	
.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.wp-edit {
	padding: 3px;
	border: 1px solid #9F0000;
	background: #FFFFFF url(../Images/table_edit.png) no-repeat 5px center;
	right: 5px;
	bottom: 5px;
	position: fixed;
}	


/*------------------------------------------------------------ FORM PROPERTIES --*/

#commentform input, #commentform textarea, {
font: 12px Helvetica, Arial, sans-serif;
}
#commentform input#author{
	width: 250px;
	border: 1px solid #DDDDDD;
}	
	#commentform input#email{
	width: 250px;
	border: 1px solid #DDDDDD;
	}	
	#commentform input#url{
	width: 250px;
	border: 1px solid #DDDDDD;
	}	
#commentform textarea#comment{
	width: 500px;
	border: 1px solid #DDDDDD;
	font: 12px Helvetica, Arial, sans-serif;
	}	

/*------------------------------------------------------------ SIDEBAR STYLES --*/

.right-box {
	background: url(../images/rightbox-bg.png) repeat-y top;
	margin-bottom: 20px;
	clear: left;
}
.right-box .content {
	background: url(../images/rightbox-top.png) no-repeat top;
	padding: 15px;
}
.right-boxbot {
	background: url(../images/rightbox-bot.png) no-repeat;
	height: 18px;
	width: 230px;
	z-index: 3;
	top: 10px;
	position: relative;
}
.right-box .content h2 {
	text-transform: uppercase;
	color: #555555;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C8CDD0;
}

/*ad styles*/
ul.right-ads {
	margin: 0px auto 20px;
	padding: 0px;
	list-style: none;
	display: inline;
}
.right-ads li {
	float: left;
	height: 60px;
	width: 234px;
	border: 1px solid #CCCCCC;
	margin-right: 12px;
	margin-bottom: 12px;
	color: #C6CACD;
	text-align: center;
	vertical-align: middle;
	display: inline;
}

/*------------------------------------------------------------ WIDGETS --*/

#sidebar li.widget {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li#pages {}
#sidebar li#archives{}
#sidebar li#recent-posts{}
#sidebar li#calendar{}
#sidebar li#linkcat-2{}
#sidebar li#meta{}
#sidebar li#search{}
#sidebar li#tag_cloud{}
#sidebar li#recent-comments{}

