/*   
Theme Name: Tremor 
Theme URI: http://www.quakemedia.com/wordpress-themes/free/tremor
Description: A new theme by Caleb White of <a href="http://www.quakemedia.com">Quake Media</a>. Tremor is a clean style three column blog theme for personal and business use.
Author: Quake Media
Author URI: http://www.quakemedia.com
Tags: 3-Column, Widget Ready, valid XHMTL, valid CSS, Clean, blue, gray, white, three columns, fixed width
Version: 2.0
.
GPL License. Please consider sharing Links as they help further development and help us provide more FREE themes for you to enjoy.
.
icons used are part of the free icon set FamFamFam.

To use a header IMAGE just upload a file named header.png into your Tremor/images folder!

*/

* {
	padding: 0px;
}

img {
	margin: 5px;
}

html, body {
	/* settings for body and html tags, as well as the page text styles if unassigned */
	margin: 0 auto;
	background: #f0f0f0;
	color: #363535;
	font: 12px Arial, "Lucida Grande", Lucida, Verdana;
}

/* sets the colors for all links not set within divs and lists */
a, a:visited, a:link {
	color: #235F92;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #235F92;
	text-decoration: none;
}

/***** Main Divs *****/

#container {
	/* surrounds the entire page setting the width and height */
	margin: 0 auto;	
	width: 968px;
	background: #fff;
}

#header {
	width: 926px;
	margin: auto;
	margin-bottom:40px;
	height: 200px;
	background: #fff url(images/cabecera.jpg) no-repeat scroll 0 0;
}

#nav {
	float: left;
	display:inline;
	margin-top: 155px;
	height: 40px;
	position:relative;
}

#wrapper {
	margin: auto;
	width: 968px;
	overflow: auto;
	background-color: #fff;
	
}
#content {
	width: 445px;
	float: left;
	padding: 0px 5px 20px 20px ;
	background: #fff;
	clear: left;
	display:inline;
}
* html #content {
	width: 490px;
}

#sidebarLeft {
	/* Left Sidebar properties */
	width: 200px;
	height: auto;
	display:inline;
	float: right;
	color: #767676;
	margin: 0 0 0 20px;
}

* html #sidebarLeft {
	/* Left Sidebar IE Fix */
	width: 200px;
}

#sidebarRight {	
	/* Right Sidebar Properities */
	background: #fff;
	width: 215px;
	float: right;
	display:inline;
	color: #616161;
	margin: 22px 40px 0 15px;

}

* html #sidebarRight {
	/* Right Sidebar IE Fix */
	width: 215px;
}

#footer {
	/* Footer properities (check padding area for footpad) */
	background-color:#004187;
	color:#FFFFFF;
	clear: both;
	margin: auto;
	padding:8px 0;
	width: 925px;
	text-align:center;	
}

.footer, a.footer, a.footer:link, a.footer:visited {
	text-decoration: none;
	color: #fff;
}

a.footer:hover {
	color: #fff;
	text-decoration: underline;
}
/***** Padding *****/
.padding {
	padding: 10px;
}

/* Heading Tags */

h1.header a {
	color: #4a505a;
	text-decoration: none;
}

h1.header a:hover {
	color: #7e8899;
}

h1, h1 a {
	color: #4a505a;
	text-decoration: none;
	margin: 10px 0 0;

}

h1 a:hover {
	color: #7e8899;
}

/****** Posts ******/
.separador {
	margin:15px 0;
}
h3.posttitle, h3.posttitle a {	
	text-decoration: none;
	color:#1c5c91;
	font-size:20px;
	border: none;
	margin: 0px;
	padding: 2px;
}
h3.posttitle a:hover {
	color: #1c5c91;
	text-decoration: underline;
}

.postmetadata {
	font-family: Georgia,Arial;
	font-size: 11px;
	font-style: italic;
}

.postmetadata a {
	text-decoration:none;	
}

.postmetadata a:hover {
	text-decoration:underline;	
}

.title {
	color: #969696;
	width: 430px;
	padding: 3px;
}
.title a {
	color: #969696;
	font-weight:normal;
}

.tags {
	float: left;
	width:275px;
	height: 20px;
	padding: 10px 3px 3px;
	color: #727272;
}
.tags a {
	color: #1F5092;
	font-weight:normal;
}

.comments {
	float: right;
	height: 20px;
	width:135px;
	padding: 10px 3px 3px;
	color: #00407a;
	font-size:12px !important;
	font-weight:bold;
}

.comments a {
	background: url(images/comments.jpg) no-repeat scroll 0 2px;
	padding-left:14px;
}

.entry {
	margin: 10px 0;
	line-height:20px;
}

img {
	border: 0px;
}

.comments img {
	text-decoration: none;
	border: 0px;
}
/**************** End Post Classes **/


ul.navi {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 25px;
	float: left;
	list-style: none;	
	color: #efefef;
	text-decoration: none;
}

ul.navi li{		
    display: block;
    line-height: 2.8em;
	padding: 0px 4px 0px 4px;
	float: left;
	color: #efefef;        
}

ul.navi a:link, ul.navi a:visited, ul.navi a {
	padding: 12px 9px 13px 9px;
	color: #efefef;
	text-decoration: none;
	border: 0px;
	font: 14px  "Lucida Grande", Verdana, Arial;

}
ul.navi a:hover {
	

}

#sidebarRight ul, #sidebarRight li, #sidebarLeft ul, #sidebarRight li {
	list-style: none;
	
}

ul {
	margin-left: 25px;
}

/******** COMMENTS FORMATTING *********/
img.avatar {
	float: left;
	height: 32px;
	width: 32px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
p.comauth {	
	float: left;
	height: 32px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

.postmetacom {
	padding: 0px 0px 2px;
}

label {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentform textarea {
	width: 445px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
ol.commentlist {
	padding: 0px;
	margin: 10px 0px 10px 15px;
}

ol.commentlist li {
	list-style-type: none;
	font: 11px "Lucida Grande", Lucida, Verdana, Arial, Helvetica;
	padding: 5px;
	margin: 0 0 10px;
	color: #363636;
}

.alt {
	background: #f5f5f5;
}

.authorcomment {
	/* Author Comments Highlight */
	background: #f5f5fc;
	border: 1px solid #cecece;

}

/******* WIDGETS FORMATTING ********/
ul li h2.widgettitle {
	padding: 10px 0px;
	margin: 0px;
	color:#00407a;
	background: url(images/flecha.jpg) no-repeat scroll 0 14px;
	padding-left: 20px;
	font-weight:normal;
	font-size: 16px;
	text-transform: uppercase;
}
.widget_categories h2.widgettitle {
	background:transparent url(images/flecha.jpg) no-repeat scroll 0 9px !important;
	padding:5px 0 9px 20px !important;
}
ul#sidebarr li h2.widgettitle {
	background: url(images/flecha.jpg) no-repeat scroll 0 11px;
	font-size: 12px !important;
}
ul#sidebarl, ul#sidebarr {
	width: auto;
	padding: 0px 0 0 10px;
	margin: 10px 0 20px 0;
}

ul#sidebarl {
	margin-top:0 !important;
}

ul#sidebarl li ul, #calendar_wrap {
	margin: 0px;
	padding:20px 0 20px 20px;
	background-color:#f0f0f0;
	border-bottom:5px solid #306392;
}

#calendar_wrap {
	color:#306392;
}
#calendar_wrap a {
	font-weight:normal;
	text-decoration:none;
}
td, th {
	width:19px;
	text-align:center;
}
caption {
	margin-bottom:10px;
}
caption, th {
	font-weight:bold;
}
tfoot {
	height:30px;
	vertical-align:bottom;
}

ul#sidebarr li ul {
	margin: 0px;	
}

ul#sidebarl li ul li, ul#sidebarr li ul li {
	padding: 0px 0px 5px 5px;
	margin: 0px;
	display: block;

}

ul#sidebarl li ul li a {
	padding: 0px;
	margin: 0px;
	color:#00407A;
	text-decoration:none;
	font-weight:normal;
}
ul#sidebarl li ul li a:hover {text-decoration:underline;}
ul#sidebarr li ul li a:hover {text-decoration:underline;}
#searchform {
	background-color:#c0cdd8;
	width:200px;
	height:44px;
	margin-bottom:20px;
}
#searchform div {
	float:left;
	margin: 10px 0 0 5px;
}

.hidden {
	display:none;
}
.blogroll {
	margin-top:10px !important;
}
.blogroll a {
	color:#616161;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}
#recent-posts, #linkcat-2, #tag_cloud {
	padding-bottom: 25px !important;
	margin-bottom:10px;
	border-bottom: 1px solid #b2c5d7;
}
#tag_cloud a {
	color:#616161;
	text-decoration:none;
}
.widget_recent_entries ul {
	margin-top:10px !important;
}
.widget_recent_entries a{
	text-decoration:none;
	font-weight:normal;
	color:#616161;
}

/***** Ordered Lists *****/

ol {
	margin-left: 30px;
}

ol li {
	list-style-type: decimal;
}

blockquote {
	padding-left: 10px;
	display: block;
	background: #f5f5fc;
	border: 1px solid #cecece;
}

/***** Image Alignment *****/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/***** Image Captions *****/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/****** Others ******/
.greenbar {
	margin: 8px 0 10px 0 !important;
}
.downbar {
	margin: 10px 0 0 0 !important;
}
.rss {
	background: url(images/feed.gif) no-repeat scroll 0 0;
	padding-left:20px !important;
	margin-bottom:5px !important;
}
.rss a {
	text-decoration:none;
	font-weight:normal;
	color:#616161;
}
