/*
Theme Name: CNC Society Theme Version 2
Theme URI: http://www.e-studios.eu
Description: CNC Society Theme
Author: Chrizz
Author URI: http://www.e-studios.eu
*/
*{margin: 0; padding: 0;}
body{
	background: #000 url("images/background_2.jpg") no-repeat top center;
	font: 12px Verdana;
	color: #c6c6c6;
	text-align: center;
}

.inv{display: block; visibility: hidden;}
p{padding: 5px 0;}
a{text-decoration: none; color: #6fd500;}
a:hover{color: #fff;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.alignleft {float: left;}
.alignright {float: right;}
img.alignright{margin-left:5px;}
img.alignleft{margin-right:5px;}
img.aligntop{margin-top:5px;}
img.alignbottom{margin-bottom:5px;}
img {margin-bottom: 4px; border: 0px solid #000;}


#container{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


#headlines{
	width: 1000px; 
	height: 125px; 
	position: relative;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:0px;
	background: url("images/headlines-bgr.gif") repeat-y 0 0;
}


#navigation{
	width: 1000px;
	position: relative;
}
#navigation ul{
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
/*	overflow: hidden; */
}
#navigation ul li{
	list-style-type: none;
	margin: 0 1px;
	float: left;
}
#navigation ul li a{
	height: 24px;
	display: block;
	padding: 8px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	color: #6fd500;
	float: left;
}
#navigation ul li a:hover{
	background: url("images/hover.gif") repeat-x top center;
}
#navigation ul .current_page_item a, #navigation ul .current_page_item a:hover{
	background: url("images/active.gif") repeat-x top center;
	color:#fff;
}
#navigation .skip{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #6fd500;
}
#navigation .skip a{
	height: 24px;
	float: left;
	padding-top: 8px;
	padding-right: 25px;
	display: block;
	text-decoration: none;
	color: #6fd500;
	background: url("images/skip.gif") no-repeat right 6px;
}
#navigation .skip a:hover{color: #fff;}

#header{width: 1000px; height: 245px; position: relative;}
#header h1{font: 30px Verdana;line-height: 30px; position: absolute; top: 70px; right: 0px;}
#header h1 a{text-decoration: none; color: #d98500;}
#header h1 a:hover{text-decoration: none; color: #fff;}
#header .description{
	font: 20px Verdana;
	position: absolute;
	right: 0px;
	top: 97px;
	color: #fff;
}
#main-content-lvl-0{
	width: 1000px;
	background: url("images/main-bgr.gif") repeat-y 0 0;
}
#main-wrapper{
	width: 1000px;
	padding: 20px 0;
	overflow: hidden;
	background: url("images/main.gif") no-repeat 0 0;
}
#left{
	width: 720px;
	padding: 0 12px 0 27px;
	float: left;
}
#left h2{
	font: 20px Verdana;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 0px;
	background: url("images/title-ico.gif") no-repeat 0 5px;
	color: #6fd500;
}
#left h2 a{text-decoration: none; color: #6fd500;}
#left h2 a:hover{color: #ffffff;}
#left h3{
	font: 15px Verdana;
	font-weight: bold;
	color: #00a8f0;
	background: url("images/comment-bgr.gif") no-repeat;
	padding: 10px 0px 0px 10px;
	width:720px;
	height:41px;
}

.meta-data{
	width: 720px;
	height: 41px;
	background: url("images/meta-bgr.gif") no-repeat 0 0;
	position: relative;
}
.meta-data a{color: #5a9c12;}
.meta-data a:hover{color: #9e9e9e;}
.meta-data .date{position: absolute; left: 9px; top: 5px; color: #5a9c12;}
.meta-data .category{position: absolute; left: 9px; top: 20px; }
.meta-data .comments-no{position: absolute; right: 20px; top: 12px; font-weight:bold;}
.meta-data .blue{color: #6fd500; font-weight:bold;}
.entry{padding: 10px 0 25px 0;}
#post-links{
	width: 625px;
	height: 23px;
	position: relative;
}
#post-links .prev-entries{
	position: absolute;
	left: 0;
}
#post-links .next-entries{
	position: absolute;
	right: 0;
}
#post-links .prev-entries a, #post-links .next-entries a{
	width: 120px;
	height: 18px;
	display: block;
	font-weight:bold;
	text-align: center;
	padding-top: 5px;
	background:#333;
}
#post-links .prev-entries a:hover, #post-links .next-entries a:hover{background: #c7c7c7;}
.commentlist{width: 625px; padding: 10px 0 20px 0;}
.commentlist a{color:#00a8f0;}
.commentlist a:hover{color:#fff;}
.commentlist li{
	width: 565px;
	list-style-type: none;
	padding-left: 60px;
	padding-bottom: 15px;
	color:#00a8f0;
	background: url("images/comment.gif") no-repeat 0 0;
}
#commentform{width: 625px; padding-top: 10px; color:#00a8f0;}
#commentform input{
	width: 350px;
	background-color: #1c1c1c;
	border: 1px solid #000;
	color:#00a8f0;
}
#commentform #comment{
	color:#00a8f0;
	width: 700px;
	height: 150px;
	background-color: #1c1c1c;
	border: 1px solid #000;
}
#commentform #submit{
	width: 110px;
	height: 24px;
	border: 0;
	background: url("images/send.gif") no-repeat 0 0;
	cursor: pointer;
}

#right{
	width: 206px;
	padding: 0 10px 0 20px;
	font: 12px Verdana;
	float: left;
}
#right a{color: #555;}
#right a:hover{color: #6fd500;}
.sdb-content{
	width: 206px;
	padding-top:5px;
	padding-bottom: 15px;
}
.sdb-content h3{
	width: 181px;
	height: 20px;
	background: url("images/sdb-title.gif") no-repeat 0 0;
	font: 12px Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #6fd500;
	padding: 5px 0 0 23px;
}
.sdb-content ul li{
	width: 206px;
	height: 15px;
	list-style-type: none;
/*	border-bottom: 1px solid #d38420 ; */
	font: 10px;
}
.sdb-content ul li a{
	width: 196px;
	height: 17px;
	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 10px;
}
.sdb-content ul li a:hover{
	width: 191px;
	background: url("images/sdb-hover.gif") no-repeat 0 6px;
	padding-left: 15px;
	font-weight:bold;
	color:#6fd500;
}
.sdb-content ul .recentcomments{
	height: 23px;
	padding-top: 7px;
}
.sdb-content ul .recentcomments a{text-decoration: none; color: #d98500;}
.sdb-content ul .recentcomments a:hover{color: #6fd500; background: transparent; font-weight:bold;}
#searchform{
	width: 206px;
	padding-top: 5px;
	overflow: hidden;
}
#searchform input{float: left;}
#searchform #s{
	width: 161px;
	height: 17px;
	border: 1px solid #000;
	background-color:#0a0a0a;
	font: 12px Verdana;
	color: #6fd500;
	padding-left: 5px;
	padding-top: 3px;
}
#searchform #searchsubmit{
	width: 32px;
	height: 22px;
	background: url("images/search-submit.gif") no-repeat 0 0;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
}
.center{width: 206px; text-align: center;}
#wp-calendar, #wp-calendar caption{margin: 10px auto 0 auto;}
#wp-calendar td{padding: 0 5px;}

#footer{
	width: 1000px;
	height: 66px;
	background: url("images/footer.gif") no-repeat 0 0;
	position: relative;
	padding-top: 47px;
	font: 10px Verdana;
	color: #6fd500;
	text-align:center;
}
#footer a{text-decoration: none; color: #6fd500;}
#footer a:hover{color: #fff;}
#footer #f-left{
	position: center;
	left: 10px;
	margin-top: 10px;
}
#footer #f-right{
	position: absolute;
	right: 0px;
}

#subnav { font-size:20px; }


.srssfetcher{font: 9px Verdana; }
.srssfetcher-item {	font: 9px Verdana; padding-top:0px; padding-bottom:7px;}
	
.entry-content{font: 9px Verdana; padding-left:10px;}
.entry-meta{font: 9px Verdana;}
.time-meta{font: 9px Verdana;}
.from-meta{font: 9px Verdana;}
.widget_twitter{font: 9px Verdana; height:100px;}


























/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	list-style: none;
	
}

#menu li {
	float: left;
}

#menu a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 13px;
	color: #b8e28a;
	
}

#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	z-index:300; 
	width:100%; 
	font-weight:bold;
	background:none; 

}
#dropmenu a {
	display:block; 
	padding-top:2px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	width:auto;
	

	}
#dropmenu a:hover {
	background: url(images/bgdropdown.gif) no-repeat left;
	}
#dropmenu li {
	float:left; 
	position:relative;
	}
#dropmenu ul {
	position:absolute; 
	display:none; 
	width:180px;
	top:30px;
	}
#dropmenu ul a {
	width:180px;
	}
#dropmenu li ul {
	width:180px;
	background:#151515;
	border-top:0px solid #232323;
	border-bottom:1px solid #232323;
	border-left:1px solid #232323;
	border-right:1px solid #232323;
	}
#dropmenu li ul a {
	width:158px;
	height:20px;
	float:left;  
	font-size:10px;
	}
#dropmenu ul ul {
	top:auto;
	background:#252525;
	}
#dropmenu li ul ul {
	width:182px;
	margin-left:150px;
	background:#151515;
	}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
	padding-left:1px;
	}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	}