/*
Theme Name: DemoPress Default
Theme URI: http://infectedfx.net/
Description: this is a demo theme for the users of <a href="http://www.infectedfx.net">infectedfx.net</a> and the icons by <a href="http://mattahan.deviantart.com/">Paul Davey - Buuf</a> Pattern background by <a href="http://www.squidfingers.com">SquidFingers</a>
Version: 1.0
Author: Infected-FX

	Icons by Paul Davey - Buuf 
	Pattern by SquidFingers
*/


body{
	background:#115050 url(pix/background_web.gif) top left repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F7F7F7;
	}
	
p{
	line-height:18px;
	}
.center{text-align:center;}	

/*-- HEADERS -- */
h1{
	letter-spacing:-1px;
	margin:0px;
	}
	
h2{
	letter-spacing:-1px;
	margin:0px;
}	

h3{
	margin:10px 0px;
	padding:10px 0px 0px 50px;
	color:#CCC;
	height:26px;
	text-transform:uppercase;
	background:#222 url(pix/hat.gif) left no-repeat;
	}

/* -- LINKS -- */
a 					{text-decoration:none;}
a:link, a:visited 	{color:#ff9900;}
a:hover				{color:#cb741e;}
	
#wrapper{
	width:760px;
	margin:auto;
	background:#222 url(pix/content_bg.gif) 0px 110px no-repeat;
	border-left:4px solid #444;
	border-right:4px solid #444;
	color:#FFF;
	}
	
/*--- HEADER ---*/	
#header{
	background:#000000 url(pix/header_bg.jpg) bottom right no-repeat;
	border-bottom:5px solid #750b0b;
	padding:20px 0px 0px 5px;
	height:90px;
	color:#FFF;
	}	
	
#header h1	{
	margin:-10px 0px 0px 0px;
	background-image:url(pix/phantom.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0px 0px 90px;
	height:75px;
	}
	
#header h1 a						{text-decoration:none; font-size:33px; background-color:#000000}
#header h1 a:link, 
#header h1 a:visited				{color:#ff9900;  }
#header h1 a:hover					{color:#FFF;}

#header .description{
	font-size:12px;
	display:block;
	letter-spacing:1px;
	word-spacing:5px;
}

/*-- MENU --*/
#menu {
	float:right;
	margin:65px 10px 0px 0px;
	}	
	
ul#menuList{
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	}

ul#menuList li{
	float: left;
	height: 24px;
	margin: 0px 2px 0 2px;
	}

#menuList a{
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	}

#menuList a:link,
#menuList a:visited{
	background-color:#333;
	color: #CCC;
	}
	
#menuList a:hover{
	background: #000;
	color:#FFF;
	}

#menuList li.current_page_item a:link,
#menuList li.current_page_item a:visited{
	background-color: #750b0b;
	color:#FFF;
	}

#menuList li.current_page_item a:hover {
	background-color:#750b0b;
	color: #ffcbcb; 
	}

/*-- CONTENEDOR  --*/

	
#container{
	width:65%;
	float:left;
	padding:20px 10px 0px 10px;
	}

#container h2{
	color:#FFF;
	font-size:24px;
}


#container .post{
	margin:0px 0px 7px 0px;
	padding:0px 0px 20px 0px;
	background-image:url(pix/post_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#container .post h2, h2.pagetitle{
	background-image:url(pix/h2_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 45px;
}

small a:link,
small a:visited{
	color:#e8e5da;
}

small a:hover{
	color:#FFF;
}

/*---DATE FORMAT--*/
.published {
	display:block;
	text-align: center;
	float:right;
	width:47px;
	color:#5e4701;
	background:#000000 url(pix/date_bg.jpg) top left no-repeat;
	border:none;
}

.pub-month{
	padding:6px 0px 0px 0px;
}
.pub-month {
	display:block;
	font-size:.9em;
	margin:0;
	color:#000;
}
.pub-date {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	border:none;
	padding:0px 0px 6px 0px;
}

/*--NAVIGATION --*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

blockquote{
	background-color:#F6FAFD;
	color:#59819F;
	padding:10px;
	margin:0px;
	border:1px solid #DCE9F6;
}

#sidebar{
	width:30%;
	float:left;
	margin:0px 5px 0px 5px;
	padding:20px 0px 0px 0px;

}

#sidebar h2{
	background: url(pix/sideh2_bg.gif) right no-repeat;
	color:#000;
	font-weight:bold;
	padding:24px 0px 10px 20px;
	height:16px;
	text-transform:uppercase;
	font-size:14px;
	margin:0px;
}

#sidebar ul{
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
}

#sidebar ul li{
	line-height:24px;
	margin-bottom:1px;
}

#sidebar ul li a 		{
	padding:0px 0px 0px 15px;
	font-weight:normal;
	width:213px;
	display:block;
	}
	
#sidebar ul li a:link, 
#sidebar ul li a:visited	{
	color: #FFF;
	background-color:#333;
	}
	
#sidebar ul li a:hover		{
	color: #ccc; 
	background-color:#444;
	}

/* CHILDREN LIST */

#sidebar ul.children{
	margin:0px;
	list-style:none;
	padding:0px;
}

#sidebar ul.children li a {	
	margin:1px 0px 1px 0px;
	list-style:none;
	padding:0px 0px 0px 25px;
	width:203px;
	font-weight:normal;
	}


#sidebar ul.children li a:link, 
#sidebar ul.children li a:visited  {
	color: #555;
	background-color:#333;
	}

#sidebar ul.children li a:hover {
	color: #ccc; 
	background-color:#444;
	}	

/*-- FOOTER --*/	

#footer{
	background-color:#750B0B;
	border-top:4px solid #370303;
	color:#FFF;
	padding:10px;
	margin:auto;
}

#footer ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#footer li
{
display: inline;
list-style-type: none;
}

#footer a { padding: 3px 10px; }

#footer a:link, #footer a:visited
{
color: #000;
background-color: #750B0B;
text-decoration: none;
}

#footer a:hover
{
color: #fff;
background-color: #370303;
text-decoration: none;
}

#searchForm {width:250px; float:right;}
#searchForm fieldset {border:none;}
#searchForm form {margin:0px; }
#searchForm input {border:1px solid #000; background-color:#333; color:#ccc; padding:3px;}


/* --- FIXED --- */
.clear{
	clear:both;
	}




/*---------------------- ESTO AUN NO LO VEMOS EN EL TUTORIAL ----------------------------------------*/

/*--COMENTARIOS LIST--*/


.commentlist	{list-style:none; margin:0px; padding:0px;}
.commentlist li	{background:#444; padding:10px 10px 10px 10px; font-weight:normal; margin-bottom:2px;}
.commentlist li.alt{
	background-color:#333;
}


.commentlist cite			{font-size:11px; color:#999; font-style:normal; font-weight:bold;}
.commentlist cite small		{}

.commentlist .commentmetadata		{
	padding:5px;
}


/*-- FORMULARIO DE COMENTARIOS --*/
#commentform{
	margin:10px 0px 0px 0px;
	background:#000;
	padding:0px 10px;
	border:1px solid #333;
	}


#commentform p{padding:0px 0px 8px 0px; }	
#commentform label{width:80px; float:left; display:block; padding:5px 0px 0px 0px; color:#666; font-size:12px; }
#author, #email, #url{width:70%; padding:5px; background-color:#FFF; border:1px solid #CCC; color:#666; }


#commentform #comment{width:94%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#111 url(pix/commentarea.jpg) bottom right no-repeat;
	border:1px solid #333;
	padding:10px;
	color:#666;
	}


#commentform #submit{
	width:100%;
	padding:10px;
	border:1px solid #333;
	background-color: #660000;
	color:#fff;
}