/*
Theme Name: Streak 
Description: Streak is a minimal, search engine friendly, simple and stylish WordPress theme designed by <a href="http://jump2top.com" target="_blank">SEO Company </a>.
Author: SEO Company
Author URI: http://jump2top.com
Version: 1.0
Tags: blue, gray, white, 2-columns, right sidebar, widget ready, fluid width, seo friendly, fixed width

*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background2.jpg) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	z-index: 100;

}
#header {
	height: 200px;
	width: 100%;
	color: #333333;
}
#navigation {
	height: 29px;
	text-align: right;
	padding-top: 7px;
	float:left;
	margin-left: 20px;
	color:#CCCCCC;
}



#top {
	float: right;
	padding-top: 5px;
	margin-right: 20px;

}
#title {
	height: 65px;
	text-align: left;
	clear: both;
	margin-left: 0px;

}


/* content */

#wrap {
	position:absolute;
	width: 625px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	left: 20%;
	margin-left: -130px;

}

#wrap2 {
	position:absolute;
	width: 625px;
	height: 200px;
	text-align: left;
	margin-top: 29px;
	left: 20%;
	margin-left: -130px;
	background: transparent;

}

#navigation a {
border: none;
text-decoration:none;
	color:#CCCCCC;
}


#cabecera {
	/*background: url(images/cabecera_buriburi.jpg) no-repeat #FFFFFF;*/
	width: 625px;
	height: 150px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;


}

#cabecera_img {
border: none}

#cabecera_img a {
border: none}

img {
border: none}


#content {
	width: 425px;
	float: left;
	margin-left: 0px;
	}
	
	
#content2 {
	width: 425px;
	float: left;
	margin-left: 0px;
}
/*#content3 {
	position: absolute;
	width: 450px;
	height: 40px;
	left: 50%;
	margin-left: -300px;
	bottom: 0px;
	display:block;
}*/


#sidebar {
	float: right;
	width: 180px;
	color: #5499d4;
}
#footer {
	clear: both;
	padding: 10px 0px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
/* font */
#navigation ul li {
	list-style: none;
	display: inline;

}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px;
}
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding-top: 40px;
}
#title h1 a {
	color: #333333;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #333333;
}
#sidebar h2 {
	font-size:9pt;
	color: #666666;
	padding-bottom: 0px;
	font-weight: normal;
}
#sidebar ul li {
	margin-left: 0px;
	list-style: none;
}
#sidebar a {
	color: #5499d4;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333333;
}
p {
	padding-bottom: 0px;
}
#sidebar ul {
	padding-bottom: 5px;
}
#content h1 {
	color: #5b9fd9;
	font-size: 10pt;
	padding-bottom: 0px;
	font-weight: bold;

}
#content h1 a {
	color: #5b9fd9;
	text-decoration: none;
}
#content h3 {
	color: #333333;
	font-size: 10pt;
	font-weight: normal;
	
}
#content h3 a {
	color: #333333;
	text-decoration: none;
}
.entry {
	padding: 0px 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
	clear:both;
	height:100%;
	
}

.page-link{clear:both;width:100%;}

a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #5b9fd9;
	text-decoration: underline;
}
small,
.small {
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
}
.postmetadata {
	color: #999999;
	padding: 10px 0px;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
#content ul,
#content ol {
	margin-left: 25px;
	padding-bottom: 10px;
}
/* default */

#author,
#email,
#url,
#comment {
	border: 1px solid #5b9fd9;
	font-size: 8pt;
}

#s {
	border: 1px solid #fff;
	font-size: 8pt;

}

#searchsubmit,
#submit {
	background-color: #5b9fd9;
	border: 1px solid #333333;
	font-size: 8pt;
	color: #ffffff;
}
#postcomment,
#comments {
	color: #5b9fd9;
	padding-bottom: 10px;
}
#postcomment a,
#comments a {
	color: #5b9fd9;
	text-decoration: none;
}
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #999999;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	/*background-color: #f3f3f3;*/
	text-align: center;	
	padding-top: 4px;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	/*-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;
}

