@charset "UTF-8";
/*  
Theme Name: Webdevils.com
Theme URI: http://www.webdevils.com
Description: Webdevils WP Theme V1.
Version: 1.0
Author: Mitchell Hudson
Author URI: http://www.webdevils.com/
*/

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	font-size:12px;
	font-family:Georgia, Palatino, Times New Roman, serif;
	background: url(pattern_153.gif) #5BBE0B;
}

#wrap {
	width:750px;
	margin:auto;
	border-left:solid 4px #de4443;
	border-right:solid 4px #de4443;
	padding: 10px;	
	background:#FFFFFF;
}

h2 {
	font-size:16px;
	margin-bottom:8px;
}

#header {
	margin: 10px 0 0 0;
	height:100px;
	font-size: 24px;
	color: #CCCCCC;
}

#header h1 {
	display:inline;
	font-size:24px;
	color: #666666;
}

a {
	text-decoration:none;
}

#container {
	text-align:justify;
	width:510px;
	margin-right:40px;
	float:left;
	overflow:hidden;
}

#container p {
	margin: 8px 0;
}

#container code {
	margin: 16px 0;
	padding: 8px;
	display:block;
	background:#EEEEEE;
}

#container h2 {
	border-bottom: 1px solid #999999;
}

#container .entry {
	margin: 5px 0 24px 0;
}

#container .entry img {
	margin: 5px;
	padding: 5px;
	border: 1px #DDDDDD;
	float:left;
}




/* ----------- Sidebar stuff -------- */
#sidebar {
	text-align:right;
	width:200px;
	float:right;
}

ul, ul li {
	list-style-type: none;
}
#sidebar h2 {
	text-align:left;
	border-bottom: 1px solid #DDDDDD;
}



#sidebar li {
	margin: 0.5em 0;
}

#footer {
	clear:both;
}

pre {
 background:#ddddff;
 padding:5px;
}


/* ******** Comment Styles ********* */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


