/*  

Template: fresh28
Theme Name: fresh28
Theme URI: http://wordpress.org/
Description: Mi tema SIN COMENTARIOS.
Version: 1.0
Author: Torjman
*/

/*Basics & Typography*/

body {

	margin: 0;

	padding: 0;

	font: 55.5% "verdana", "Arial", Sans-Serif;

  	text-align: left;

        text-align:center;/* para corregir que en IE se va a la izquierda. En outline se pone left otra vez*/

	background-color: #dbdbda;

	}

p,

ol,

ul {

	line-height: 130%;

	}

ol { /* to be styled */ }

ul { /* to be styled */ }



h1, h2, h3, h4, h5, h6 {

	margin: 0;

	font-style: normal;

	font-weight: bold;

	background: transparent;

	color: #050d24;

	}

h1 {

	font-size: 1.1em;

	}

h2 {

	font-size: 1.1em;

	}

h3, h4, h5, h6 {

	font-size: 1.0em;

	}

a:link {

	color: #2f63b3;

        text-decoration: none;

	}

a:visited {

	color: #2f63b3;

	        text-decoration: none;

}

a:hover {

	color: #4a5265;

        text-decoration: none;

	/*text-decoration: underline;*/

	}

a:active {

        text-decoration: none;

	color: #2f63b3;

	}



blockquote {

	margin: 10px 0;

	padding: 0 50px;

	background: transparent url(images/blockquote.gif) no-repeat 0 0;

	color: #abafb9;

	}

code {

  background: #e9f0fa;

  cursor: text;

  font-family: "Courier New", Courier, monospace;

	 }

small {

	font-size: 0.4em;

	}



input, textarea, select { 

/* to be styled */ }

img { /* to be styled */ }

img.noborder {

	border: none;

	}

.alert {

	font-weight: bold;

	color: #f00;

	}

.left {

	float: left;

	}

.right {

	float: right;

	}

.center {

	text-align: center;

	}

.alignleft {

	float: left;

	margin-right: 10px;

	}

.alignright {

	float: right;

	margin-left: 10px;

	}



/*Structure: Content, Sidebar, etc.*/

#outline {

	width: 960px;

	margin: 15px auto;

	padding: 0;

	background: #fff;

	font-size: 1.2em;

	text-align: left; /* para corregir que en IE se va a la izquierda. En Body se habia puesto center*/

	}

/*Header*/

#header {

	width: 100%;

	height: 100px;

	}

#header .blogtitle {

	width: auto;

	height: 100px;

	background: transparent url(images/header.gif) no-repeat left bottom;

	}

#header h1 {

	padding: 50px 0 0 50px;

	}

#header h1 a {

	color: #fff;

   text-decoration:none;

	}



	#navbar {

		width: 100%;

		height:31px;

		background: transparent url(images/nav_bg.gif) repeat-x 0 0;

 		}

	ul.menu {

		float: left;

		margin: 0;

		padding: 0 15px;

		list-style-type: none;

	        font-size: 0.9em;

		}

	ul.menu li {

		float: left;

		}

	ul.menu li a {

		float: left;

		display: block;

		height: 28px;

		padding: 3px 15px 0 15px;

		line-height: 24px;

		color: #fff;

       text-decoration:none;

		}

	ul.menu li a:link,

	ul.menu li a:visited {

		color: #fff;

		background: transparent url(images/nav_hover.gif) no-repeat center top;

       text-decoration:none;

		}

	ul.menu li a:hover,

	ul.menu li a:active {

		color: #fff;

		background: transparent url(images/nav_hover.gif) no-repeat center -31px;

		text-decoration: none;

		}



	ul.menu li.current_page_item a:link,

	ul.menu li.current_page_item a:visited,

	ul.menu li.current_page_item a:hover,

	ul.menu li.current_page_item a:active {

		color: #fff;

		background: transparent url(images/nav_active.gif) no-repeat center bottom;

		text-decoration: none;

		}

	input#s {

		width: 265px;

		height: 18px;

		margin: 5px 0 0 1px !important;

		margin: 4px 0 0 1px; /* Fuck IE */

		padding: 1px 0 0 2px;

		border: 1px solid #0b236c;

		background: #fff url(images/searchbg.gif) repeat-x 0 0;

		}

/*Wrapper*/

#wrapper {

	float: left;

	background: #fff repeat-y 0 0;

	margin: 0 !important;

	margin: -15px 0 0 0; /* Fuck IE */

	padding: 0;

	}

/**Content*/

#content {

	float: left;
	width: 520px;
	height: 100%;
	background: #fff;
	padding:15px 0 0 0;
	margin: 0 0 50px 0px;

	}

.pages {

	float: left;

	width: 490px;

	background: #dce6ff;

	}

.pages-border {

	clear: both;

	width: 100%;

	height: 6px;

	background: transparent;

	}

.page-previous {

	float: left;

	padding: 10px 0 16px 30px !important;

	padding: 0 0 15px 30px; /* Fuck IE */

	}

.page-next {

	float: right;

	padding: 10px 30px 16px 0 !important;

	padding: 0 30px 15px 0; /* Fuck IE */

	}



.page-title {

	width: 480px;
	margin: 20px 0 0 0;
 background: #e5ecfc ;
       height:68px;



	}

.page-title h1.page-title-border {

	padding: 0 0 0 30px;

	background: transparent;

	font-size: 1.6em;

	line-height: 40px;

	color: #104177;

	}



.titulo {

	width: 940px;

        height:68px;

	margin: 10px 10px 5px 10px;

	background: #e5ecfc ;

	}

.titulo h1.page-title-border {

	width: 440px;

 	padding: 12px 14px 10px 14px;

	font-size: 1.15em;

	line-height: 18px;

	color:#2a1180;

	}



/**********************

*   Blog Entries      *

***********************/

.post1 {

	padding: 9px 7px 7px 16px;

	background: transparent url(images/edge.gif) no-repeat 0 0;

  float:left

	}

.post {

	padding: 14px 5px 20px 25px;

	background: #fff;	

  font-size: 1.1em;

	}

.post h2 a 

{

	text-decoration:none;	

}

.postentry {

 	color: #050d24;

	text-align: justify;

         height:1%;

         float:left;

	}

.postentry a,

.postentry a:hover {

	color: #2f63b3;

	}



.postentry span.alert {

	font-weight: bold;

	color: #f00;

	}

.postentry1 {

        width: 370px;

	color: #050d24;

	text-align: justify;

        float:left



	}

.postentry1 a,

.postentry1 a:hover {

	color: #2f63b3;

	}

.postentry1 span.alert {

	font-weight: bold;

	color: #f00;

	}

.infoPost {

       width: 110px;

        float:right;

        font-size: 0.85em;

	}

.infoPostSingle {

       width: 180px;

        float:right;

        font-size: 0.85em;

	}

.postSingleAd {

  width: 310px;

  float:left

	}	

.posttitle { /* to be styled */

float:left }



.posttitle a:link,

.posttitle a:visited,

.posttitle a:hover,

.posttitle a:active {

	color: #050d24;

	}

.posttitleSingle{

 /* to be styled */

height:1%;

text-align:center; 

padding:0px 0 25px 0;

}

.posttitleSingle  a:link,

.posttitleSingle  a:visited,

.posttitleSingle  a:hover,

.posttitleSingle  a:active {

	color: #050d24;

	font-size: 1.40em;



	}

.postmeta,

.postmeta a {

	margin: 5px 0 ;

	font-size: 1em;

	color: #2f63b3;

	}

.post-comment {

	padding: 0 0 0 20px;

	background: url(images/icon_comments.gif) no-repeat 0 0;

	}

.post-tags {

	padding: 0 0 0 20px;

	background: url(images/tags.gif) no-repeat 0 0;

	}

.post-filed {

	padding: 0 0 0 0px;

	}

.post-ratings-show {

	margin:4px 0px 0px 0px;

	width:80px;

	background: transparent;

	}

/**Comments*/

.commentpage {

	margin: 0 30px;

	padding: 0;

	}

#comments {

	margin: 0;

	padding: 0;

	}

.comments-num {

	padding: 0 0 10px 0;

	}



#commentlist {

	margin: 0;

	padding: 0;

	list-style-type: none;

	}

#commentlist li {

	padding: 20px 25px 0 0;

	border-bottom: 1px solid #dce6ff;

	background: #edf2ff url(images/comment_bg.gif) repeat-y 0 0;

	}

	.alt {cen

		background-color: #fff !important;

		background-image: none !important;

		}

.comment-gravatar {

	float: left;

	width: 62px;

	height: 62px;

	background: transparent url(images/gravatar.gif) no-repeat;

	}

	img.gravatar {

		margin: 7px 0 0 7px;

		border: none;

		}

.comment-title,

.comment-meta,

.comment-text {

	margin: 0 0 0 80px;
	}



.comment-title,

.comment-title a,

.comment-title a:hover{

	color: #030612;

	}

.comment-meta,

.comment-meta a,

.comment-meta a:hover {

	color: #2f63b3;

	}



h2#postcomment {

	margin: 30px 0 0 0;

	padding: 0 0 10px 0;

	}

.postcomment {

	clear: both;

	margin: 20px 0 0 0;

	padding: 20px;

	background: #dce6ff;

	}

.postcomment input,

.postcomment textarea {

	border: 1px solid #b0c5ff;

	}

.postcomment input:hover,

.postcomment textarea:hover {

	border: 1px solid #fec02a;

	}

.postcomment input#author,

.postcomment input#email,

.postcomment input#url {

	width: 100% !important;

	width: 456px; /* Fuck IE */

	height: 18px;

	}

.postcomment textarea#comment {

	width: 100% !important;

	width: 456px; /* Fuck IE */

	height: 200px;

	}

.postcomment input#submit {

	width: auto;

	height: 25px;

	padding: 2px 10px 3px 10px;

	background: #e5edff url(images/submit.gif) repeat 0 0;

	}

.postcomment input#submit:hover {

	background: #e5edff url(images/submit_hover.gif) repeat 0 0;

	}	

/*Sidebar*/

#sidebar {

	float: right;

	width: 230px;

	height: 100%;

	margin: 0 0 80px 0px;

	padding: 0;

	background: #fff;

	}



#sidebar h2 {

	display: block;

	margin: 16px 0 6px 0;

	padding: 0 0 0px 0px;

	font-size: 1.2em;

	}

#sidebar ul {

	clear: both;

	margin: 0;

	padding: 0;

	list-style-type: none;

	}

#sidebar ul li {

	clear: both;

	color: #bbb;

	}

/**********************

*   Footer            *

***********************/

#footer {

	color: #fff;
	width: 100%;
	height: 34px;
	clear: both;
	background: #010b32;
	border-top: 1px solid #000;
	color: #fff;
	padding-bottom:10px;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}

#footer p a:link,

#footer p a:visited {
	color: #a8cbff;
	}

#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}
/*Plugin Name: WP-Digg Style Paginator*/

.pagination {

	padding: 3px 0 3px 0;

	margin: 30px 0 3px 0;

	text-align:center;

}

.pagination a {

	padding: 2px 5px 2px 5px;

	margin: 2px;

	border: 1px solid #EEE;

	text-decoration: none; /* no underline */

	color: #036CB4;

}

.pagination a:hover,

.pagination a:active {

	border: 1px solid #999;

	color: #666;

}

.pagination .current {

	padding: 2px 5px 2px 5px;

	margin: 2px;

	border: 1px solid #036CB4;

	font-weight: bold;

	background-color: #036CB4;

	color: #FFF;

}

.pagination .disabled {

	padding: 2px 5px 2px 5px;

	margin: 2px;

	border: 1px solid #EEE;

	color: #DDD;

}

.shareit{

	text-align: center;

	font-size: 1.1em;

}

/* plugin rating */

.post-ratings {

	width:100%;

	filter: alpha(opacity=100);

	-moz-opacity: 1;

	opacity: 1;

	 background-color: #ffffff; 

}

.post-ratings-loading {

	display: none;

	height: 16px;

	text-align: left;

}

.post-ratings-image {

	border: 0px;

}

.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {

	border: 0px;

	padding: 0px;

	margin: 0px;

}

.post-ratings-text {

font-type:normal;

}

/* Styles Used In WP-Admin */

.wp-postratings-usage-pre {

	margin: 20px;

	padding: 10px;

	border: 1px solid #c8c8c8;

	background-color: #f0f0f0;

	overflow: auto;

}



/* Begin WPvideo CSS */

.wpv_videoc {

	text-align: center;

	display: block;

	margin-left: auto;

	margin-right: auto;

	width: 425px;

/* border: 1px solid #aaa; */

}

.wpv_video {

	display: block;

	margin-left: auto;

	margin-right: auto;

	padding: 4px 0 4px 0;

	width: 425px;

	height: 350px;

}

.wpv_download {

	display: block;

	margin-left: auto;

	margin-right: auto;

	padding: 3px;

}

.wpv_download a {

	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;

	color: #f44;

}

.wpv_download a:hover {

	text-decoration: none;

}

.wpv_download img {

	border: 0;

}

.wpv_self {

	text-align: left;

}



.wpv_self a {

	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;

	color: #000;

}/* End WPvideo CSS */





#sidebarLeft{
       width:160px;
       height:auto;
       float:left;
       padding:0px 0px 0 15px;
       margin: 0 0 80px 0px;
       font-size: 1.0em;
}

#sidebarLeft h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 0px 0px;
	font-size: 1.2em;
	}

#sidebarLeft ul {
	clear: both;
	padding: 0;
	list-style-type: none;
	}

#sidebarLeft ul li {
	clear: both;
	color: #bbb;
	}

.numPaginavi {
margin: 20px 0 20px 0;
}
