/*  
Theme Name: Prisa2
Theme URI: http://nofieiman.com/2008/01/prisa2-wordpress-theme/
Description: Clean, fresh but minimalist design. No more no less. :)
Version: 2.0
Author: Nofie Iman
Author URI: http://nofieiman.com
*/

/* Main */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(images/topbg.gif) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
}
h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #84E003;
}
.h2_info {
color: #007EFF;
}
p, ol, ul {
	line-height: 1.85em;
       margin-bottom:12px;
}

a {
	color: #10204c;
}

a:hover {
	text-decoration: none;
        color:#1387b7;
}

img {
	border: 0;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	margin: 0px auto;
}

#rss {
	width: 700px;
	float: right;
	margin: 0;
	margin-left: 170px;
	position: absolute;
	text-align:left;
	top: 5px;
	height:25px;
	padding: 0;
	padding-top:7px;
	//background-color:#fff;
}
#rss a {
color:#ffffff;
}


/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	letter-spacing: -2px;
	font-size: 4.0em;
	font-weight: 700;
	color: #444;
}

#logo h1 a {
	text-decoration: none;
	color: #444;
}

#logo p {
	margin: -5px 0 0 0;
	font-size: 1em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #444;
}

/* Menu */
#column_left {
float:left;
width:48%;
}
column_right {
float:left;
width:48%;
}
#menu {
	clear:both;

width:70%;
margin: 0px auto;
margin-top:8px;
background-color:#ff00f0;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.70em;
	color: #073f79;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #8AD9F3;
}

.link_info {
color:#004FA0;
text-decoration:underline;
}
.link_info:hover {
color:#0057B1;
text-decoration:none;
}

/* Page */

#wrapper {
	background: url(images/bottombg.gif) repeat-x left bottom;
}

#page {
	width: 95%;
	margin: 0px auto;
	padding: 40px 0;
}

/* Content */

#content {
	float: left;
	width: 65%;
}

h2.title {
	font-size: 45px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

.post {
	margin: 0 0 20px;
	text-align: justify;
}

#post-col {
width:46%;
padding:10px;
float:left;
background-color:#ffffff;
text-align:center;
font-size:10pt;
color:#ffffff;
}
#resumen_theme {
width:267px;
margin:0 auto;
background-color:#3E3E3E;
border:#7B7B7B solid 1px;
border-top:0px;
text-align:left;
padding:10px;
}
#resumen_theme:hover {
background-color:#505050;
}
#desc {

padding:5px;
border:#0099CC solid 1px;
background:#ffffff;
font-family:Arial, Helvetica, sans-serif;
color:#0099CC;
font-weight:bold;
margin-left:25px;
}
#desc:hover {
text-decoration:underline;
}
.post ul, .post ol {
	padding: 0 0 0 20px;
}
.post li {
	padding: 0 0 0 10px;
}
.post .date {
	background: url(images/datebg.gif) no-repeat top left;
	width: 41px;
	height: 46px;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.post .month {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 10px;
}

.post .day {
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 7px;
}

.post .title {
	margin: 0;
	padding: 0 0 5px 50px;
	font-size: 2em;
}

.post .pagetitle {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 2em;
}

.post .meta {
	background: url(images/categorybullet.gif) no-repeat left center;
	padding: 0 10px 0 20px;
}

.post .comment {
	background: url(images/commentbullet.gif) no-repeat left center;
	padding: 0 10px 0 20px;
}

.post .editlink {
	background: url(images/icon-edit.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}
.post .commentsrss {
	background: url(images/icon-feed.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}
.post .trackback {
	background: url(images/icon-trackback.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}

.post .entry {
	padding: 10px 0 30px 0;
	text-align:justify;
}

/* Forms */

.namebar {
	background: url(images/namebar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.mailbar {
	background: url(images/emailbar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.urlbar {
	background: url(images/urlbar.gif) no-repeat center left;
	width: 290px;

	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}

#commentform textarea {
	width: 305px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
}

#commentform #submit {
	margin: 5px;
	float: left;
	border: 0px;
	background: url(images/button.gif) no-repeat center left;
	padding: 5px;
	color: #fff;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 33%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img05.gif) repeat-x left bottom;
}

#sidebar li li a {
	padding-left: 21px;
	background: url(images/img06.gif) no-repeat 6px 50%;
}

#sidebar h2 {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#wrapper2 {
	background: #333;
	border-top: 4px solid #666;
}

#footer {
	width: 778px;
	margin: 0 auto;
	padding-top: 30px;
	color: #eee;
}

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	padding-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x left bottom;
}

#footer li li a {
	padding-left: 21px;
	background: url(images/img09.gif) no-repeat 6px 50%;
}

#footer h2 {
	margin-top: 0;
	padding: 0 0 3px 20px;
	background: url(images/img08.gif) no-repeat left center;
	color: #fff;
}

#legal {
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #aaa;
	background: #000;
}

#legal a {
	color: #aaa;
}



/***** COMMENTS FORMATTING *****/
h3#comments, h3#respond {
	padding: 0;
	font-size: 1.35em;
	color: #84E003;
}
.commentlist {
	text-align: justify;
	padding: 20px;
}
.commentlist li {
	padding: 0 0 0 10px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
}
.commentlist .commentuser, .commentlist .commentuser a {
	font-weight: normal;
	color: #5cbdea;
	text-align: right;
	font-style: italic;
	padding-bottom: 15px;
}
#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}
.nocomments {
	text-align: center;
}




.search {
	width: 250px;
	border: 1px solid #eee;
	background-color:#ffffff;
	height: 25px;
}
.searchbar {
	width: 85%;
	margin: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	background: #fff;
	float: right;
}
.searchbut {
	border: none;
	background: url(images/searchbut.gif) no-repeat top left;
	width: 15px;
	height: 14px;
	margin: 5px 5px;
	float: left;
	padding: 5px;
	cursor: pointer;
}



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;
	}

.center {
	text-align: center;
	}

code {
	font: 1.1em 'Courier New', Courier, monospace;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will 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;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}
#pagin {
font-family:Arial;
font-size:12px;
border:#0099CC 1px solid;
padding:4px;
margin:5px;
padding-left:8px;
padding-right:8px;
}
#pagin_selected {
font-family:Arial;
font-size:12px;
font-weight:bold;
border:#999999 1px solid;
padding:4px;
margin:5px;
padding-left:8px;
padding-right:8px;
}
#titulo_pag {
font-family:Arial;
font-size:28px;
color:#303030;
font-weight:bold;
}
#titulo_pag b {
color:#006699;
}
#theme_download a {
color:#ffffff;
text-decoration:underline;
}
#theme_download a:hover {
text-decoration:none;
}
#navigation {
	margin: 0;
	padding: 0;
	}

#compartir {
background-color:#E7E7E7;
padding:5px;
margin:5px;
border: 1px solid #CBCBCB;
}
#compartir a {
cursor: pointer;
}
#compartir img {
vertical-align:middle;
}
.screenshot:hover { opacity:.8; }
#screenshot{ 
width:498px;
background:url(images/screenshot-back.png) repeat;
border:1px solid #7B7B7B;
position:absolute;
display:none;
font-size:0px;
color:#FFF; }

.fieldcell {
margin:5px;
background-color:#F5F5F5;
color:#2E2E2E;
border:#666666 solid 1px;
}