/*
Theme Name:DEW
Description: Elegant theme
Author: NET-TEC
Author URI: http://www.net-tec.biz 
*/

body {
	margin:0;
	padding-top:0px;
	background:#000;
	font-family:"Trebuchet",Tahoma,Verdana,sans-serif;
	color:#e1e1e1;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#ccc;
	text-decoration:none
	}
a:hover {
	color:#669900;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#fff;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#141414;		
	}

/* The Top */

.top {
	height:214px;
	margin-top:0px;
	background:url(images/top.jpg);
	}
.blogname {
	float:left;
	width:700px;
	}
.blogname h1  {
	font-size:40px;
	font-weight:bold;
	margin:30px 0 0 40px;
	color:#fff;
	text-decoration: none;
	}

.blogname h2 {
	margin:0px 0 0 40px;
	font-size:16px;
	font-weight:normal;
	color:#ccc;
	}

/* The Menu */

.menu {
	height:25px;
	background:url(images/menu.gif) repeat-x;
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:4px 10px 0 0;
	float:left;
	}
.menu li {
	display:inline;
	font-size:13px;
	padding:0px 5px 0px 5px;
	font-weight:normal;
	}
.menu a {
	color:#fff;
	text-decoration:none;
	}
.menu a:hover {
	color:#ffbb19;
	background:none;
	}

/* The Content */
#content {
	float: left;
	width: 770px;
	margin: 0 0 20px 0;
	padding: 0 0;
	
	}

.post {
	margin: 20px 10px 0 15px;
	padding: 0 0;
	height: 100%;
	background: #000;
	text-align: justify;
	color:#b3b3b3;
	border:1px solid #333;

	}

.post h2 {
	margin: 0 0;
	padding: 5px 0px 0px 8px;
	height:30px;
	background:#111;
	border-bottom:1px solid #222;
	text-align: left;
	font: bold  20px "Tahoma", Arial, sans-serif;
	
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #676767;
	background-color: transparent;
	}


.post .postmetadata {
	margin: 0 0;
	padding: 5px 15px 0px 15px;
	height: 21px;	
	background:#333300;
	border-top:1px solid #222;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: right;
	}

.post a:link,
.post a:visited {
	color: #669900;
	background-color: transparent;
}

.post a:hover {
	color: #cccc33;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	margin: 0 0;
	padding: 5px 25px;
	}
	
	

#sidebar {
width:200px;
float:right;
font-size:12px;
color:#cccccc;
margin: 10px 10px 0px 0px;

}

#sidebar ul {
margin:0;
padding:0;
list-style-type:none;
}

#sidebar  h2 {
font-size:14px;
font-weight:bold;
font-family:Trebuchet, arial,sans-serif;
text-transform:uppercase;
padding:5px;
background:#111;
border:1px solid #333;
Margin: 10px 0 0 0;
color:#669900;
}

#sidebar a {
display:block;
line-height:160%;
padding:4px 0 4px 0;
}

#sidebar a:hover {
text-decoration:none;
background-color:#111;
border:1px solid #333;

}

#sidebar ul li a {
background:#000;
padding-left:10px;
}
#sidebar table {
	width:100%;
	display:inline;
	text-align:center;
	}	



/* --- FOOTER --- */


#footer {
	height:20px;
	padding:6px 0 0 15px;
	margin:20px 0 0 0;
	background:#141414;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	}

#footer a {
	color:#d3d100;
	text-decoration:none;
	}

#footer a:hover {
	color:#FFF;
	
	}

/* The Navigation */

.navigation {
	height:10px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#669900;
	}
.navigation a:hover {
	color:#fff;
	
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:93%;
	height:156px;
	background:#dde9ff;
	border:2px solid #1e6cf7;
	color:#000;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#dcdcdc;
	border:1px solid #ababab;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}