/*
Theme Name: War4 Blog
Theme URI: http://www.goltratec.com
Description: Tema creado para el blog de www.war4.es
Version: 0.1
Author: Jesus Yepes
Author URI: http://blog.jesusyepes.com
Tags: blck, blue
*/



*{
	margin:0;
	padding:0;
	outline:0;
}

ul{
	list-style:none;
}

img{
	border:0;
}

a{
	color:#303030;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

html{
	background:url(images/bg.jpg) repeat-x #f2f3f3;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	clear:#303030;
}

#headerWrapper{
	height:100px;
	display:block;
	background:url(images/headerWrapper_bg.jpg) repeat-x;
}

#header{
	width:960px;
	height:100px;
	margin:0 auto;
	background:url(images/header_bg.jpg) repeat-x;
}


ul#menu li{
	display:inline;
	font-size:24px;
	line-height:90px;
	padding:0 30px;
}


ul#menu li a{
	color:#fff;
	text-decoration:none;
}

#contentWrapper{
	width:930px;
	padding:15px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
}

#content{
	float:left;
	width:600px;
	padding:0 30px 0 0;
}

#content p{
	margin:15px 0;
}

#content p a{
	color:#0087C5;
}

#content h2, #content h1, #content h2 a{
	color:#0087C5;
}

#sidebar{
	float:right;
	width:300px;
}

.clearFix{
	height:1px;
	display:block;
	clear:both;
}

/*	COMENTARIOS		*/
.comment{
	background:#fafafa;
	margin-bottom:30px;
}

.par{
	background:#fff;
}

.commentInfo{
	background:#f2f2f2;
	padding:3px 3px 3px 15px;
}

.author{
	font-weight:bold;
	color:#0087C5;
	font-size:16px;
}


.commentText{
	padding:15px;
	border:1px solid #f2f2f2;
}

h3#comments{
	margin-bottom:30px;
	color:#0087C5;
}

#sidebar h2{
	color:#0087C5;
	margin-bottom:20px;
}

#sidebar ul li{
	margin-bottom:5px;
}

#sidebar label{
	display:block;
}

#sidebar #s{
	padding:3px;
	margin:5px 0;
	width:250px;
}

#sidebar #searchsubmit{
	display:block;
}

#footerWrapper{
	height:200px;
	width:100%;
	background:url(images/footerWrapper.jpg) repeat-x;
	margin-top:50px;
}

#footer{
	width:960px;
	height:200px;
	margin:0 auto;
	background:url(images/footer.jpg) no-repeat;
}