/*  
Theme Name:Mech9
Theme URI:http://www.mech9
Description:The version 2.0 of mech9
Version:2.0
Author:mech9.com
Author URI:http://www.mech9.com
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	*/
/* Begin Main-Layout */
*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background-color:#FFFFFF; 
	color:#333333;
	font-family: Arial, Verdana;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}

a{
	text-decoration:none;
	color:#DB2D2D;
        font-weight:bold;
}

a:hover{
	color:#808080;

}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

#page {
	margin:0 auto;
	text-align:left;
	width:1024px;
	padding:0px;
	}

#header,#header_bar,#header_img,#search_bar{
	padding:0px;
	margin:0px;
	height: 86px;
}

#header {
        background: url('m9-headback.png') repeat-x;
	width:100%;
	text-align:center;
}

#header_bar{
	width:1024px;
	margin:auto;
	text-align:left;
}
#header_img{
	float:left;
	padding:0px;
	width:280px;;
}
#search_bar{
	float:right;
	width:auto;
}

#main{
	clear:both;
	padding:0px 5px 0px 0px;
	background-color:#FFFFFF;
	width:1024px;
	text-align:center;
}
.pagetitle{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin:10px;
}



.title{
	margin: 2px 2px 2px 5px;
	padding: 0px;
	width:600px;
}

.title_2{
	padding-left:5px;
	padding-right:0px;
}


.title h1{
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 5px;
	display:block;
}
.title h1 a{
	font-size: 16px;
	color: #162532;
	font-weight:bold;
	
        letter-spacing: 1px;
	display:block;
}
	
.title h1 a:hover{

	color: #808080;
	
}

.title2 h1 a{

	font-size: 20px;
	color: #162532;
	font-weight:bold;
	
        letter-spacing: 1px;
	word-spacing: 2px;
}

.title2 h1{
	border-bottom: 2px solid #000000;
}


.date_bck{
	text-align:center;
	font-size:12px;
	color:#DD1D1D;
	font-weight:bold;

}	

#content {
	margin:15px 0px 10px 10px;
	width:620px;
	text-align:left;
	float:left;
	padding:0px;
}
	
#footer {
	clear:both;
	width:auto;
	height:46px;
	background: #1E1818;
	border-top: 2px solid #999;
	text-align:center;
	margin:0px;
	}


#foot_desc{
	width:1024px;
	text-align:left;
	padding: 10px 10px 0px 10px;
	height:46px;
	margin:auto;
}

#foot_desc a{
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana;
}
/* End Main-Layout */



/* Begin Header */
h1 {
	font-size: 16pt;
	}
	
.description {
	color:#fff;
	font-size:8pt;
	}
/* End Header */


h2 a:hover,
h3 a:hover{
	text-decoration:none
}

.post {
	text-align:justify;
	}

.postmetadata {
	color:#000000;
	font-size:8pt;
	padding:2px 0 0 0
}

.postmetadata a{
	color:#DB2D2D;
}

.postmetadata a:hover{
       text-decoration:underline;
       font-size:8pt;
}

.entry, .entrytext{
	width:580px;
	line-height:150%;
	margin:10px 0 0 10px;
        padding: 5px;
	font-size:14px;
	text-align:justify;
	overflow:hidden;
}


.entrytext p a, .entry p a{
	font-size:14px;

}

.entrytext p a:hover, .entry p a:hover{
	font-size:14px;	
}

.entry ul li{
    list-style-type: square;
    margin: 2px 0px 2px 0px;
}

.entrytext p, .entry p{
	margin:0 0 15px 0
	}

.entrytext img, .entry img{
	margin: 5px;
}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:12px;
	border:1px solid #CCCCCC;
	}
	
.commentlist li {
	font-weight:normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:12px;
/**	color:#439CCA; **/
	color:red;
	
	}


.commentlist p {
	font-weight:normal;
	line-height:160%;
	text-transform:none;
	padding:5px;
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify

	}

.commentlist li {
	width:560px;
	margin:0px 0 15px 10px;
	padding:5px 10px 0 10px;
	list-style:none;
	border-bottom:5px solid #CCCCCC;

	}

.commentlist li h3{
	font-size:11px;
	border-bottom: 1px solid #000000;
	font-weight:normal;
	font-family:Verdana;
}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */


.bottom_bar{
	clear:both;
	font-size:11px;
	font-family:Verdana;
	margin:15px;
	text-align:center;
	border:1px solid #CCCCCC;
	padding:3px 2px 3px 2px;
	background: url('m9-back2.png') repeat-x;
	color:#000000;
}





.bottom_bar a{
	font-weight:bold;
}

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#main_sidebar{
	float:left;
	width:390px;
	overflow:hidden;
	text-align:left;


}

#split_sidebar{
	float:left;
	overflow:hidden;
	background: url(sideback.png) repeat-y;
	margin:0px;
border-bottom:1px solid #EEE;
}

#sidebar1 {
	margin:0px 0px 0px 0px;
	float:left;
	padding:0px 0px 0px 10px;
	width:180px;
	text-align:left;
	overflow:hidden;
	}

	
#sidebar2 {
	float:left;
	padding:5px 0px 5px 0px;
	text-align:left;
	width:190px;
	overflow:hidden;
	}


#sidebar1 h2, #sidebar2 h2{
	font-family: Verdana, Arial;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('back2.png');
	font-weight: bold;
	margin:5px 5px 5px 0px;
	padding: 2px 0px 2px 5px;
	display:block;
}

#sidebar1 ul ,
#sidebar2 ul {
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:5px;
	margin-left:5px;
	margin-right:5px;

}

#sidebar1 ul li a,
#sidebar2 ul li a{
	color:#16285B;
}

#sidebar1 ul li,
#sidebar2 ul li {
	list-style:none;  
	line-height: 1em;
	font-weight:normal;
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #808080;
	letter-spacing:0.8px;
	padding:8px 0px 8px 5px;
	margin-bottom: 2px;
	border-bottom:1px dashed #333;
	margin: 0px 8px 0px 5px;
	
	}


#sidebar1 ul li a:hover,
#sidebar2 ul li a:hover{
	color: #488AAC;
	text-decoration:underline;
}


#sidebar1 ul li.related a{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:red;
	line-height:1.1em;
}


/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 10px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 10px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}


#sidebar2 #searchsubmit {
	padding:1px

	}

.entry form { 
	text-align:center
	}



select {
	width:130px
	}

#comments h3{
	font-size: 9pt;
	font-family:Verdana, Arial;

}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 2px 0;
	font-size:12px;
	border: 1px solid #CCCCCC;
	}

#commentform textarea {
	width:440px;
	padding:2px;
	font-size:12px;
	border: 1px solid #CCCCCC;
	}

#commentform #submit {
	margin:0px 0px 10px 0px;
	float:left;
	font-size:11px;
	background-color:#808080;
	color:#FFFFFF;
	font-weight:bold;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	border-left:5px solid #CCCCCC;
        font-style: italic;
        font-size: 12px;
        color: #000000;
	margin:15px 0px 5px 10px;
	padding:15px 15px 10px 15px;
	background: url(quote.png) #D8E9F8 no-repeat left top;
	line-height:130%;
	overflow:hidden;
	letter-spacing:1.1px;

	}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/

#h2_bar, #related_posts, #side_navi, #topposts{
	width:380px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#h2_bar{
	height:75px;
	background: url(sideback.png) bottom no-repeat;
}


#related_posts, #topposts{
	background: url(sideback.png) bottom repeat-y;
	padding-bottom:5px;
	font-size:12px;
	border-bottom:1px solid #EEE;
	margin-bottom:5px;
}

#related_posts ul, #topposts ul{
	width:360px;
	margin-left:10px;
	list-style-position:inside;
}


#related_posts h2, #topposts h2{
	display:block;
	background: url(related_posts.png) no-repeat;
	height:28px;
}

#topposts h2{
	background: url(popular.png) no-repeat;
}


#related_posts li, #related_posts li a, #topposts li a, #topposts li{
	padding-bottom:5px;
	list-style-type:square;
	color:maroon;
	font-weight:bold;
	font-size:11px;

}

#topposts li a,#topposts li,#related_posts li{
	color:#2F2222;

}

#side_navi{
	display:block;
	background: url(sideback.png) bottom repeat-y;
	padding-bottom:5px;
	border-bottom: 1px solid #EEE;
	text-align:center;
}

#side_navi h2{
	background: url(side-div-top.png) top no-repeat;
	height:10px;
}