/*  
Theme Name: ModXBlog
Theme URI: 
Description: Designed by the geeks  in Dreamweaver, of course.
Version: 1.0
Author: JustDreamweaver
Author URI: 
*/

body {
	margin:0;
	padding:0;
	background: #D2D2C6;
}
ul, li {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#990000;
	border:0;
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
	color:#666;
	border:0;
	-moz-outline-style:none;
}
a:active {
	text-decoration:none;
	color:#990000;
	border:0;
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2.pagetitle {
	padding: 0px;
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #6D6D56;
	margin: 10px 0px 15px;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
blockquote {
	margin:0 20px 10px 10px;
	padding:10px 15px;
	border-left: 5px solid #F0F0EC;
}
* html blockquote {
	height:1%;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}
#wrap {
	width:1006px;
	position:relative;
	margin:0 auto;
	padding:0;
	background: url(body-bg.gif) repeat-y left;
}
#header a {
	color:#FFF;
}
#header {
	clear:left;
	height:217px;
	width:1006px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background: url(header-bg.png) no-repeat left top;
}
#header h1 {
	position:absolute;
	width:600px;
	left:38px;
	top:40px;
	margin:0;
	padding:0;
	font: bold 34px/38px Georgia, "Times New Roman", Times, serif;
}
#header h1 a:hover {
	color: #C1C1B6;
	text-decoration: none;
}
p.tagline {
	position:absolute;
	width:425px;
	top:85px;
	left:38px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#header .rss {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	width: 220px;
	position: absolute;
	top: 85px;
	right: 108px;
}

/*-- Top navigation settings --*/
.Menu {
	position:absolute;
	height:35px;
	top:172px;
	width:936px;
	left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Menu ul {
	top:0px;
	float:left;
	margin:0px;
	padding:0px;
	position: relative;
	left: 4px;
}
.Menu li {
	display:inline;
	font-size:11px;
	line-height: 35px;
}
#header  .Menu a {
	display:inline;
	margin:0px;
	padding:4px 8px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #4E4E4E;
	background: #242424;
}
#header .Menu a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background: url(menu-hover.png) repeat-x left bottom;
	border: 1px solid #910000;
}
/*-- Header search settings --*/
#header .search {
	background:url(Search.html) no-repeat left top;
	position:absolute;
	top:123px;
	width:170px;
	left: 715px;
	margin: 0px;
	padding: 0px;
}
/*
*html #header .search {
	top:120px;
	right:120px;
	
}*/
#header .search form {
	margin:0px;
	padding: 0px;
}
#header .search input {
	color:#FFF;
	font-size:11px;
	width:170px;
	background-color:#666666;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	height: 15px;
	line-height: 13px;
}
#content .pageintro {
	float: left;
	width: 605px;
	position: relative;
	left: 35px;
}


/*-- Begin page content CSS --*/
#content {
	width:650px;
	position:relative;
	float:left;
	padding:0;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}
.postwrap h1 {
	margin:0;
	padding:0px 0px 10px;
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.postwrap {
	float:left;
	width:605px;
	padding:10px;
	position: relative;
	left: 25px;
	background: #FFFFFF;
	border: 1px solid #D2D2C6;
	margin-bottom: 12px;
}
.postwrap ul {
	margin-left: 30px;
}
.postwrap ol {
	margin-left: 35px;
	padding-left: 0px;
}
.breadcrumb {
	margin-bottom: 10px;
	float: left;
	width: 605px;
	position: relative;
	left: 35px;
}



.posthead {
	position:relative;
	clear:left;
	padding-top: 8px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.posthead li {
	float: left;
	display: inline;
	margin-right: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.posthead ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.authorbox {
	border-top: 1px dotted #BDBDB3;
	display: block;
	float: left;
	width: 605px;
	border-bottom: 1px dotted #BDBDB3;
	padding-top: 3px;
	padding-bottom: 3px;
}
.authorbox   li  {
	margin-top: 0px;
}



#content .posthead h1 a {
	color:#000;
}
#content .posthead h1 a:hover {
	color: #990000;
	text-decoration: none;
}

.postauthor {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:23px;
	background: url(icon-author.gif) no-repeat left center;
	padding-left: 27px;
	height: 23px;
	margin-top: 5px;
}
.postdate {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:23px;
	background: url(icon-postdate.gif) no-repeat left center;
	padding-left: 33px;
	height: 23px;
	margin-top: 5px;
}

.postcomments {
}
.postcontent {
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
}
.postinfo {
	font: 11px Georgia, "Times New Roman", Times, serif;
	background: #F7F7F4;
	border: 1px solid #E6E6DF;
	padding: 6px 8px;
}
.postinfo a {
	font-weight: bold;
	color: #990000;
}

.postinfo li {
	list-style-type:none;
	display:inline;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.postcat {
	background:url(icon-category.gif) no-repeat left top;
	width: 375px;
	padding-left: 27px;
	line-height: 15px;
	padding-top: 5px;
}
.postcomments {
	background:url(icon-comment.gif) no-repeat right center;
	float: right;
	height: 25px;
	width: 110px;
	text-align: right;
	line-height: 23px;
	padding-right: 38px;
}
.more-link {
	font-size:11px;
	font-weight:700;
}
ul.Note {
	margin-left: 0px;
	margin-bottom: 15px;
}

.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 12px;
}
.NoteRss {
	background:url(NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(NoteTrackBack.png) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom: 1px dotted #BDBDB3;
}
.rel-posts ul {
	margin-left: 0px;
}

.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 13px;
}
#content .rel-posts a {
	color: #333333;
}

#respond {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#comments b {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: -1px;
}

#commentform label {
	font: normal 12px/28px Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
#commentblock ol.commentlist {
	margin-left: 25px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	list-style: decimal;
	color: #666666;
	letter-spacing: -1px;
}
#commentblock ol.commentlist a {
	text-decoration: underline;
	color: #990000;
}
#commentblock ol.commentlist a:hover {
	color: #666666;
}


.commenttext {
	width: 550px;
	border-left: 5px solid #F0F0EC;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 8px;
	color: #333333;
	letter-spacing: normal;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.commenttext p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#commentform #submit {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	background: #D2D2C6;
	letter-spacing: -1px;
	border: 2px solid #939375;
	padding: 5px 8px;
}



#sidebar {
	width:300px;
	color:#55554A;
	margin-top:0px;
	position:relative;
	right: 44px;
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#sidebar h2 {
	font-size: 16px;
	color: #000000;
	letter-spacing: -1px;
}

#sidebar ul li {
	margin-left: 3px;
	list-style: none;
	background: url(lidot.gif) no-repeat left 6px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCC6;
	padding-top: 3px;
	line-height: 16px;
}
#sidebar ul a {
	color: #55554A;
	font-weight: normal;

}
#sidebar ul a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#sidebar ul.children li  {
	border-bottom-style: none;
	background: url(subcat.gif) no-repeat left top;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;

}




#sidebar-top {
	width:300px;
	float: left;
}

#sidebar-top h2 {
	background: url(side-h2-bg.png) repeat-x left top;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-bottom: 8px;
	margin-top: 10px;
	border: 1px solid #B8B8AE;
}
#sidebar-top       h2   a.rsswidget   {
	color: #FFFFFF;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#sidebar-top .rsswidget img {
	margin-top: 2px;
	float: left;
	margin-right: 6px;
}

#sidebar-top .textwidget {
	padding-left: 6px;
	line-height: 16px;
}

#sidebar-top   ul   ul  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar-top #searchform {
	background: #D2D2C6;
	padding: 4px;
	border: 1px solid #BBBBB1;
	margin-top: 15px;
	margin-bottom: 10px;
}
#sidebar-top  #s {
	width: 285px;
	margin-bottom: 4px;
}
#sidebar-top #wp-calendar {
	width: 280px;
	margin-left: 8px;
}
#sidebar-top #wp-calendar caption {
	margin-left: 8px;
}

#wp-calendar {
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #F0F0EC;
	line-height:15px;
}
#wp-calendar th {
	background-color: #D2D2C6;
	border: 1px solid #D2D2C6;
}
#wp-calendar tbody {

}
#wp-calendar tbody a {
	font-weight:bold;
	color:#000000;
	background-color:#D2D2C6;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tbody a:hover {
	font-weight:700;
	color:#FFF;
	background-color:#2A2A2A;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot a:hover {
	background-color:#D2D2C6;
	text-decoration:none;
	color: #000000;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
}





#sidebar-left {
	float:left;
	width:145px;
	padding:0;
	margin-top: 15px;
}
#sidebar-left h2, #sidebar-right h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}



#sidebar-right {
	float:right;
	width:145px;
	padding:0;
	margin-top: 15px;
}
.pagenavi {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	display: block;
	float: left;
	position: relative;
	left: 30px;
	text-align: center;
	width: 605px;
}


#footer {
	clear: both;
	width: 990px;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(footer.png) no-repeat left top;
	height: 80px;
	text-align: center;
	padding-top: 30px;
	color: #CCCCCC;
}
#footer a {
	color: #CCCCCC;
}
#credit {
	color: #999999;
	margin-top: 8px;
}
#credit a {
	color: #999999;
	text-decoration: underline;
}
.adblock120x600 {
	width: 120px;
	margin-top: 13px;
	margin-left: 6px;
	background: #F0F0EC;
	padding: 4px;
}
