/*
Theme Name: Bacnmount-ppt
Theme URI: http://newppt.com
Description: A dark WordPress theme.
Version: 1.0.0
Author: John
Author URI: http://newppt.com
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	background-color: #121315;
}

div#page_wrap{
	width: 960px;
	margin: 0 auto;
}

div#header{
	font-size: 12px;
		margin:0 auto 0 auto;
	width:960px;
	}
	div#header div.blog_title{
		float: left;
		margin-top: 50px;
		margin-left: 10px;
		}
		div#header div.blog_title h1 a{
			font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 36px;
			color: #fff;
			line-height: 45px;
			text-decoration:none;
			display: block;
			}
		div#header div.blog_title p.description{
			width:650px;
			color: #999;
			margin-top: 10px;
			margin-left: 5px;
			}
	div#header div#search{
		border: none;
		float: right;
		position: relative;
		padding-top:60px;
		}
		div#header div#search form#searchform{
			position: absolute;
			right: 10px;
			width: 200px;
			height: 25px;
			border: none;
			background-color: #fff;
			}
			div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #666;
				font-size: 13px;
				width: 165px;
				border: 0;
				}
			div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 175px;
				background: url(images/mag.gif) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}
	
div#main_navi{
	background: url(images/navi.png) repeat-x;
	float: left;
	margin-top: 30px;
	height: 37px;
	width: 960px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#main_navi a{
	text-decoration:none;
	}
	div#main_navi ul.left{
		float: left;
		list-style-type: none;
		padding: 2px 0 0 10px;
		width: 750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
		}
		div#main_navi ul li{
			position: relative;
			float: left;
			text-transform: uppercase;
			}
			div#main_navi ul.left li a{
				float: left;
				overflow: hidden;
				color: #ccc;
				font-size: 13px;
				line-height: 18px;
				margin: 0 15px 0 15px;
				padding: 8px 4px;
				}
			div#main_navi ul.left li a:hover{
				color: #ff5a00;
				}
	/*---------------------header dropdown menu 20090803---------------------------------------*/
			div#main_navi ul.left li ul{
				display: none;
				position: absolute;
				left: 0;
				width: 125px;
				margin-top: 33px;
				padding: 0 3px;
				height: auto;
				background-color: #111;
				border: 1px solid #2d2c2c;
				border-top: 0;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				}
			div#main_navi ul.left li ul li{
				width: 125px;
				overflow: hidden;
				}
			div#main_navi ul.left li ul li a{
				font-size: 12px;
				padding: 3px 6px;
				margin: 0 2px;
				}
		/*---------------------header dropdown menu 20090803---------------------------------------*/
	div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 9px 10px 0 0;
		}
		div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
				}
			div#main_navi ul.right li.feed a{
				background: url(images/feed.gif) no-repeat 0 5px;
				padding-left: 15px;
				}
			div#main_navi ul.right li.feed a:hover{
				color: #ff5a00;
				}
/* END div#header */




#main{
	width:960px;
	float: left;
	margin-top:10px;
	display: inline;/* fix double margin */
	background:#131313;
	padding:0px 0 0 0;
	margin-bottom:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.single_post{
	width:960px;
	float: left;
	display: inline;/* fix double margin */
	padding:10px 0 10px 0;
	}
	
.archive_post{
	border:1px solid #1F2223;
	width:560px;
	padding:10px;
	float:left;
	background:#131313;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 22px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	}
.archive_post h2{
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #eee;
	width: 550px;
	line-height: 30px;
	}
.archive_post h2 a{
	color: #FF1100;
	text-decoration:none;
	}
.archive_post h2 a:hover{
	color: #fff;
	}


.list_category ul {
        list-style: none;
        margin: 0 0 0 0px;
        padding: 0;
		 
        }
.list_category{ border:0px;}		
.list_category {
        width:560px;
        margin: 5px 0 15px 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;
        font-weight: bold;
      	 color:#fff;
		 list-style-type:none;
        }

.list_category li a {
	padding:10px 0 10px 0;
          voice-family: "\"}\"";
          voice-family: inherit;
		  border-bottom:1px solid #333333;
		  margin-bottom:5px;
        text-decoration: none;
		
        }

.list_category li a:link, .list_category li a:visited {
        color: #E4D6CD;
        display: block;
		background:#111111;
        padding: 8px 0 0 10px;
        }

.list_category li a:hover, .list_category li #current {
        color: #FFF;
		background:#333333;
        padding: 8px 0 0 10px;
        }
		
/*navigation*/	
.wp-pagenavi {
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #FF1100;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #FF1100;	
}
.wp-pagenavi a:hover {	
	color: #FF1100;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #FF1100;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #FF1100;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #FF1100;
}


/*single post*/
.post{
	border:1px solid #1F2223;
	width:560px;
	padding:10px;
	float:left;
	background:#131313;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 22px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	}
.post h2{
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #eee;
	width: 550px;
	line-height: 30px;
	}
.post h2 a{
	color: #FF5A00;
	text-decoration:none;
	}
.post h2 a:hover{
	color: #fff;
	}


.postmeta{
	font-size: 12px;
	color: #666;
	overflow: hidden;
	padding:5px 0 10px 0;
	}
.postmeta a{
	color: #666;
	border-bottom: 1px solid #131313;
	text-decoration: none;
	}
.postmeta a:hover{
	color: #ff5a00;
	border-bottom: 1px solid #ff5a00;
	text-decoration: none;
	}
.entry a{
	color:#FF5A00;
	text-decoration:none;
	}
.postmeta_gel{
	}
.postmeta_gel ul,
.postmeta_gel ol{
padding-bottom: 24px;
margin-left: 40px;
margin-right: 40px;
}
.postmeta_gelul{
list-style-type: disc;
}
.postmeta_gel ol{
list-style-type: decimal;
}
.postmeta_gel ul li,
.postmeta_gelol li{
padding: 1px 0;
list-style: inside;
}
/*ads*/
.ads_single{
	width:336px;
	height:280px;
	float:left;
	}

/* sidebar */
.sidebar{
	border:1px solid #1F2223;
	width:350px;
	padding:10px;
	float:right;
	background:#131313;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	}

.bar_span{ 
clear:both;
padding-bottom:10px;
}
.img_ing{
	float:left;
	margin-right:10px;
	}
.bar_widget {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.bar_widget a{
	color:#FF5A00;
	text-decoration:none;
	}
.bar_widget a:hover{
	color:#fff;
	}
.bar_widget ul{
padding-bottom: 10px;
margin-left: 10px;
}
.bar_widget li{
padding: 1px 0;
list-style: inside;
}
.bar_widget h2{
	font-size: 16px;
	line-height: 30px;
	margin-bottom:10px;
	color: #ccc;
	background-color: #101010;
	padding: 0px 0px 0 10px;
	font-weight: normal;
}	

.search-phrases {
	width:310px;
	float:left;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:10px;
	border-right:1px solid #ddd;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.widget_more{
	width:350px;
	float:left;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:10px;
	border-right:1px solid #ddd;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
.widget_more ul{
	padding:0px;
	margin:0px;
	}
.widget_more li {
	margin-left:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin-bottom:5px;
}

.widget_more li a {
	color:#0058BB;
	list-style-type:circle;
}

.five_left {
width:310px;
float:left;
padding-left:5px;
padding-top:5px;
margin-bottom:10px;
border-right:1px solid #ddd;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.h_five{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
	}
.h_five a{
	color:#F1F1F1;
	}
	
.five_left li {
margin-left:23px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
}

.five_left li a {
color:#0058BB;
}

.five_center {
width:310px;
float:left;
margin-bottom:10px;
padding-top:5px;
padding-left:5px;
border-right:1px solid #ddd;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.five_right {
width:310px;
float:right;
margin-bottom:10px;
padding-top:5px;
padding-left:5px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.t_up_cont {
padding-right:10px;
color:#fff;
font-size:12px;
line-height:18px;
clear:both;
margin:0 0 0 10px;
}

.t_up_cont span {
font-size:12px;
}

.t_up_cont a {
color:#FF1100;
text-decoration:none;
font-weight:700;
}

.t_up_cont a:hover {
color:#ccc;
}

.t_up_cont img {
margin-top:5px;
margin-right:2px;
}


.widget_searchphrases {
padding-right:10px;
color:#fff;
font-size:12px;
line-height:18px;
clear:both;
margin:0 0 0 10px;
}

.widget_searchphrases span {
font-size:12px;
}

.widget_searchphrases a {
color:#FF1100;
text-decoration:none;
}

.widget_searchphrases a:hover {
color:#ccc;
}

.widget_searchphrases img {
margin-top:5px;
margin-right:2px;
}

.five_left h2,.five_center h2,.five_right h2 {
font-size:14px;
padding-left:10px;
font-weight:700;
}

.five_break{
	width:940px; 
	margin:0px auto 0 auto; 
	height:10px; 
	border-top:1px solid #DDDDDD; 
	clear:both;
	}

.recent_term{
	width:960px; 
	margin:0 auto 0 auto; 
	padding:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	clear:both;
	color:#fff;
	}
.recent_term a{
	text-decoration:none;
	color:#fff;
	}
.recent_term a:hover{
	color:#FF5A00;
	}
.img_ing{
	float:left;
	}

/*
	List Expander 
*/

.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
}
.listexpander li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#131313 url(images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#131313 url(images/expanded.gif) no-repeat 5px .4em;}

/* second level */

.listexpander li ul, .listexpander li li{background:#131313;font-weight:normal;}
.listexpander li li.collapsed{background:#131313 url(images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#131313 url(images/expanded.gif) no-repeat 5px .4em;}

/* third level */

.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(images/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #131313;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#131313;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}

#cont_list{
	margin:0 auto;
	width:247px;
	padding-bottom:10px;
	font:70% Arial, Helvetica, sans-serif; 
	color:#555;
	line-height:150%;
	font-size:12px;
	text-align:left;
}
#cont_list a{
	text-decoration:none;
	color:#057fac;
}
#cont_list a:hover{
	text-decoration:none;
	color:#999;
}
#cont_list h1{
	font-size:140%;
	margin:0 20px;
	line-height:80px;	
}

#content_list{margin:0 0px;}
#content_list p{	
	margin:0 auto;
	padding:1em 0;
}
/* End hide from IE-mac */
/* end float fix */
	
/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto; min-height: 100%;
}

#container{
	padding-bottom: 48px;/* must be same height as the footer */
	margin:0 auto 0 auto;
	width:960px;
}

#footer{
	height: 48px;
	clear:both;
}
div#footer{
	color: #666;
	font-size: 12px;
	background: url(images/footer_bg.gif) repeat-x;
	}
	div#footer div.footer_wrapper{
		width: 960px;
		margin: 0 auto;
		padding: 15px 0;
		/* position: relative; */
		}
		div#footer div.footer_left{
			float: left;
			width: 800px;
			}
		
		div#footer div.footer_left a{
			color: #ccc;
			text-decoration: none;
			}
		div#footer div.footer_left a:hover{
			color: #fff;
			}
		div#footer div.footer_left li{ display:inline; padding:0 10px 0 10px;}
/* END div#footer */