/*  
Theme Name: enActo Web
Version: 1.0
Author: Gustavo Denis
*/

body { 
	font: 12px Verdana, Arial, Sans-Serif; 
	margin: 0;
	padding: 0; 
	background-color: #000000;
	 /* Resets 1em to 10px */	
	}
a { color: white;}
a:hover { text-decoration: none;}
h1, h2, h3 {
	margin:0;
	padding:0;
}
#page {
	margin: 0;
	padding: 0;
	width: 600px;
	float:right;
	text-align: left;
	color:#FFFFFF;
	}


/*-- H E A D E R --*/
#header {
	background-color: #99CCFF;
	margin: 0; 
	padding: 0; 
	height: 150px; 
	width: 600px;
	border-bottom: 1px solid #FFFFFF;
	}
#headerimg {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 600px;
	}
#logo {
	position: absolute;
	top: 0;
	right: 615px;
	}
#title {
	position:absolute;
	right: 610px;
	top: 115px;
	}
#header-img { float: right; padding-top:10px;}
h1 {
	padding:20px 0 0 10px;
	background-color:#000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	letter-spacing:2px;
	font-size: 18px;
	color:#99CCFF;
	}
h1 a {
	font-size: 12px;
	text-decoration: none;
	letter-spacing:0;
	}
h1 a:hover {color:#FF99CC;}
#headerimg .description {
	letter-spacing: 5px;
	padding-left: 10px;
	margin-top: 90px;
	}
#headerimg .description a {text-decoration: none;}
#headerimg .description a:hover { font-weight:bold;}
/* info */
#info {
	position: absolute;
	right:0px;
	top: 10px;
	border-bottom:1px solid white;
	padding: 0 0 1px 0;
	width:150px;
	}
#info ul, #info li {margin:0; padding:0;}
#info li {
	list-style:none;
	padding:0 5px;
	float: left;
}


/*-- S I D E R B A R --*/
#sidebar {
	position:absolute;
	top: 300px;
	right: 600px;
	width: 200px;
	float:left;
	text-align: right;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0 15px 0 5px;
	background-color: #FFFFFF;
	display:inline;
	}
#sidebar a {text-decoration: none;}
#sidebar a:hover { font-weight:bold;}
#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 30px;
	padding: 0;
	}
#sidebar ul li {
	list-style: none none; 
	margin-bottom: 25px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 10px 0;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0;
	}
#sidebar ul ul ul, #sidebar ul ol {}
ol li, #sidebar ul ol li {}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
	}
#sidebar ul ul li, #sidebar ul ol li { color:#999999;}
#sidebar .youare { display:none;}
/* Search */
#searchform {
	text-align: right;
	}
#sidebar #search {
	display: inline;
}
#sidebar #searchform #s {
	width: 150px;
	border:0;
	}
#sidebar #searchsubmit {
	background-color: white;
	color: black;
	border: 0;
	margin: 10px;
	cursor: hand;
	}


/*-------------------------------------- C O N T E N T -----------------------------------------------------------------------------*/

/*Estructura*/
#content {}
.narrowcolumn, .widecolumn {
	float: left;
	width: 500px;
	border-left: 1px solid #FFFFFF;
	}
.narrowcolumn, .widecolumn { padding: 60px 0 30px 30px;}
#footer {
	display: none;
	clear: both;
	}
	
/* Texto */
.narrowcolumn .entry p, .widecolumn .entry p { margin:10px 0 0 0;}
.narrowcolumn .entry, .widecolumn .entry { line-height: 1.5em;}
.entry p a:visited { color: #CCC;}
.narrowcolumn .post, .widecolumn .post { margin: 0 0 30px 0;}
.narrowcolumn .postmetadata, .widecolumn .postmetadata {}
.postmetadata {	clear: left;}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

/* Titulos */
h2 {
	font-size: 18px;
	font-weight: bold;
	display:block;
	}
h2.pagetitle {
	color:#FFFFFF;
	margin-bottom:30px;
	}
h3 {
	font-size: 16px;
	font-weight:bold;
	}
h3#respond, h3#comments { 
	color: #99CCFF;
	margin-top:60px;
	}
h2, h2 a, h3, h3 a {
	color: #FF99CC;
	text-decoration: none;
	}
h2 a:hover, h3 a:hover { color:white;}
	
/* Navigation */
.navigation {}
.navigation a {	color: #999999;}
.navigation a:hover { color: white; font-weight:normal;}
.alignright { float:right;}
.alignleft { float:left;}
#navigation-top { padding-bottom:30px;}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Lists */ 
/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Forms */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 0
	}
#commentform textarea {
	width: 400px;
	padding: 2px;
	border: 0;
	}
#commentform #submit {
	margin: 0;
	border: 0;
	background-color:#FFFFFF;
	color: black;
	}
#commentform p {
	margin: 5px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#commentform input, #commentform textarea {}

/* Comments */
.alt {}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	padding:0 0 10px 0;
	list-style: none;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color:#FF99CC;
	}
.commentmetadata {
	margin: 0;
	padding:0;
	display: block;
	color: #FF99CC;
	}
.commentlist p {
	margin: 0;
	padding:10px;
	line-height:1.5em;
	border-top: 1px solid #FF99CC;
	}
.commentlist li, #commentform input, #commentform textarea {}


/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Various Tags & Classes */
small {
	font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	}
small, small a, .nocomments, .postmetadata, blockquote, strike { color: #999;}
small a:hover { color: white;}
code { font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}
acronym, abbr { border-bottom: 1px dashed #999;}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {text-align: center;}