/*  
Theme Name: WordPress Default Modified
Theme URI: http://tmnetcreation.com
Description: A modified version from the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.3

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/ /*
FONT SIZE HACK http://outbook.blogspot.com/2007/08/css-dimensiones-y-tamaos-de-fuente-en.html
*/
body,html {
	font-size: 62.5%;
}

body {
	font-size: 101%;
}

html>body {
	font-size: 100%;
}

* :first-child+html body {
	font-size: 101%;
}

/*
HTML TAGS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	text-align: center; /* IE ALIGN HACK */
	/*background: #FBFBFB url(images/header_px.gif) repeat-x*/;
	background: #FBFBFB;
}

h1,h2,h3,h4 {
	
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h2.pagetitle {
	text-align: center;
	margin: 1em auto;
}

h3 {
	font-size: 1.3em;
}

ul,ol {
	list-style: none;
}

hr {
	display: none;
}

/*
CUSTOM
*/
.clearBoth {
	clear: both;
	/*background: #16719C;*/
}

/*
=WRAPPER
*/
#wrapper {
	text-align: left; /* Resets from IE HACK */
	width: 100%;
	margin: 0 auto;
	/*background: #AFD2E5;*/
	font-size: 1.3em;
	/*
	*/
	/*min-height: 800px;
	height: auto !important;
	height: 800px;*/
}

body>#wrapper { /*min-width: 500px;
	width: auto !important;
	width: 500px;*/
	font-size: 1.2em; /*FIREFOX*/
}

/*
=HEADER
*/
#header {
	height: 132px;
	/*background: #4FC6DF transparent url(images/header.gif) no-repeat top right*/
	;
	background: transparent url(images/header_5x132.jpg) repeat-x;
	position: relative;
	/*border-bottom: 1px #386D2B solid;*/
}

#header h1 {
	font-size: 2em;
	width: 245px;
	height: 132px;
	background: transparent url(images/logo_245x132.jpg) no-repeat;
	position: absolute;
	left: 50px;
	top: 0px;
}

#header h1 a {
	display: block;
	height: 30px;
	margin-top: 25px;
	width: 100%;
	text-decoration: none;
	color: #fff;
}

#header h1 span {
	visibility: hidden;
}

#header h2 {
	font-style: italic;
	position: absolute;
	left: 50px;
	top: 60px;
	color: #F1F1F1;
}

/*
=CONTENT
*/
#content {
	background: #fff;
	color: #575757;
	float: left;
	clear: left;
	display: inline; /* IE Double margin*/
	width: 66%;
	margin: 10px 0 0 10px;
	margin-bottom: 2em; /* FIXING FFX FOOTER MARGIN */
}

#content.page,#sidebar {
	border: 1px #F1F1F1 solid;
}

#content.page {
	width: 620px;
}

#content.single { /*width: 100%;*/
	
}

/*
MAINNAV
*/
div#mainNav {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 60px;
}

#mainNav ul {
	
}

#mainNav>ul {
	
}

#mainNav li { /*display: block;*/
	float: left;
	height: 100%;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #fff solid;
}

#mainNav a { /*
	color: #0B394F;
	*/
	
}

#mainNav a:link,#mainNav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainNav a:hover {
	text-decoration: underline;
}

#mainNav li a span {
	
}

/*
=SIDEBAR
*/
#sidebar { /*background: #0B394F;*/
	color: #000;
	background: #fff;
	float: left;
	display: inline; /* IE Double margin*/
	width: 300px;
	margin: 10px 0 0 10px;
}

#sidebar a {
	color: #000;
}

#sidebar ul {
	margin: 1em;
}

#sidebar ul ul {
	margin: 1em;
	padding-bottom: 20px;
	/*background: transparent url(images/separator_10x352.gif) no-repeat bottom left;*/
}

#sidebar h2 {
	color: #0B394F;
	margin-top: .5em;
}

#sidebar li {
	
}

#sidebar ul ul {
	margin: 0px;
}

#sidebar li li {
	
}

#sidebar ul li p {
	font-size: .9em;
	color: #000;
	font-style: italic;
}
#sidebar ul li.pagenav h2 {
	height: 40px;
	background: transparent url(images/shadow_3x40.jpg) repeat-x 10px 23px;
}
#sidebar ul li {
	margin: 5px 0;	
}
#sidebar ul li a:link,
#sidebar ul li a:visited {
	text-decoration: none;	
}
#sidebar ul li a:hover {
	text-decoration: underline;	
	color: #16394F;
}
/*
=NAVIGATION
*/
div.navigation {
	margin: 1em;
	position: relative;
	height: 20px;
	color: #DB0066;
}

div.navigation div.prev {
	position: absolute;
	right: 0;
}

div.navigation div.next {
	position: absolute;
	left: 0;
}

.navigation a:link,.navigation a:visited {
	color: #DB0066;
	text-decoration: none;
}

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

/*
=POSTS
*/
#posts {
	margin: 10px;
}

#posts div.post {
	position: relative;
	width: 100%; /* IE HASLAYOUT */
	margin: 10px 0;
}

.post .entry {
	
}

.post .entry p img {
	margin: 10px 0;
	padding: 1px;
	border: 1px #ccc solid;
}

.post .postIntro {
	
}

.post .clearBoth { /*display: none;
	width: 30px;
	margin-top: -10px;*/
	visibility: hidden;
}

.postIntro p.separator {
	width: 340px;
	height: 15px;
	background: transparent url(images/separator_10x340.gif) no-repeat
		center top;
	margin-top: 10px;
}

#posts>div.post {
	
}
div.page {
	min-height: 395px;
	height: auto !important;
	height: 395px;	
}
#posts div.post h2 {
	float: right;
	width: 370px;
	display: inline;
	margin-right: 6px;
	margin-top: 2px;
	/**/
	height: 45px;
	background: transparent url(images/shadow_3x40.jpg) repeat-x 10px 23px;
}

#posts div.post h2 a:link,#posts div.post h2 a:visited {
	color: #DB0066;
	text-decoration: none;
}

#posts div.post h2 a:hover {
	text-decoration: underline;
}

#posts div.post div.image { /*padding: 10px;*/
	float: left;
	margin-right: 10px;
	margin-top: -30px; /*XXX*/
	width: 258px;
	height: 146px;
	background: transparent url(images/frame_I.gif) no-repeat;
	position: relative;
}

.post a {
	color: #0E4A67;
}

div.image img {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 33px;
	left: 40px;
}

.post div.postIntro p {
	width: 370px;
	float: left;
}

div.post a.more-link { /*background: #ccc;
	display: block;;*/
	float: right;
	margin-right: 40px;
	display: inline;
}

div.post p.commentsLink {
	width: 100px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

div.post a.more-link:link,div.post a.more-link:visited,div.post p.commentsLink a:link,div.post p.commentsLink a:visited
	{
	color: #0E4A67;
}

/*SINGLE*/
#content.single div.postIntro {
	display: none;
}

#content.single div.post h2,#content.page div.post h2 {
	float: left;
	width: 100%;
	/*margin: 1em 0;*/
}

#content.single div.entry { /*margin: 1em;*/
	
}

#content.single p.postMetadata { /*RESET
	float: none;
	width: 100%;*/
	margin-top: 20px;
	font-size: .9em;
}

/*
=COMMENTS
*/
#content.single h3#respond {
	font-size: 1em;
	margin: 2em 0 0 1em;
}

#content.single div#commentForm {
	margin: 1em;
}

#commentForm form p {
	margin: 1em 0 0;
}

#commentForm form p label {
	margin-left: 1em;
}

#commentForm a {
	color: #000;
}

/**/
div#comments {
	margin: 1em;
	/*background: #1779A8;*/
}

#comments h3 {
	font-size: 1em;
	margin: 2em 0;
}

#comments ol.commentList {
	border-top: 1px #eee solid;
}

#comments ol.commentList li {
	padding-top: 10px;
	position: relative;
	width: 100%;
	background: #FBFBFB;
	border-bottom: 1px #ccc solid; /*FAKE MARGIN*/
	border-top: 1px #fff solid; /*FAKE MARGIN*/
}

#comments ol.commentList li.alt {
	background: #eee;
	/*border-top: 10px #D4D0C8 solid;*/ /*FAKE MARGIN*/
}

.commentList div.avatar {
	float: left;
	display: inline;
	margin: 1em;
}

div.avatar img {
	border: 1px #ddd solid;
	padding: 2px;
	/*background: #165F82;*/
	background: #fff;
}

.commentList li p.commentMetadata {
	margin: 0 1em;
	padding: 5px;
	font-size: .8em;
	/*background: #0B394F;*/
	color: #000;
}

p.commentMetadata a {
	color: #000;
}

.commentList li span.commentCount { /*float: left;*/
	background: #ccc;
	color: #000;
	padding: 2px;
	margin-right: 10px;
	/*font-size: 3em;
	padding: .4em;
	border: 1px #ddd solid;*/
}

.commentList div.commentText {
	margin: 1em;
	color: #0B394F;
}

/*
=AUTHOR
*/
div#content #profile {
	margin: 10px;
}

#profile img {
	border: 1px #ccc solid;
	padding: 1px;
	margin: 10px 0;
}

#profile ul#profileData {
	
}

#profileData li {
	margin-top: 10px;
}

#profileData a:link,#profileData a:visited {
	color: #206C8D;
}

#profileData a:hover {
	color: #fff;
	background: #206C8D;
}

#authorPosts {
	margin-top: 10px;
}

#authorPosts h4 {
	margin-top: 10px;
	font-size: .9em;
}

#authorPosts a:link,#authorPosts a:visited {
	color: #206C8D;
}

#authorPosts a:hover {
	color: #fff;
	background: #206C8D;
}

/*
=FOOTER
*/
#footer { /*background: #0E4A67 url(images/footer.gif) repeat-x;*/
	/*background: #7FC56D;*/
	background: transparent url(images/header_5x132.jpg) repeat-x;
	clear: both;
	/*color: #386D2B;*/
	color: #f1f1f1;
	height: 150px;
	padding-top: 2em;
	/*border-top: 1px #386D2B solid;*/
	border-top: 1px #fff solid;
	font-size: .9em;
}

#footer #footerContent {
	position: relative;
	width: 98%;
	height: 100%;
	margin: 0 auto;
}

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

#footer a:hover {
	text-decoration: underline;
}

#footerContent div {
	float: left;
	margin-left: 10px;
	display: inline;
}

#footerContent div h2 { /*font-size: 1.2em;*/
	
}

#footerContent div#searchForm {
	width: 18%;
	border-right: 1px #386D2B solid;
}

#searchForm {
	
}

#searchForm p {
	
}

#searchForm input {
	margin-top: 10px;
}

#searchForm p.submit {
	
}

#searchForm p.submit input {
	
}

/**/
#footerContent div#recentComments {
	width: 60%;
	border-right: 1px #386D2B solid;
}

#footerContent div#recentPosts {
	width: 18%;
}

#footerContent div#powered {
	border-top: 1px #386D2B solid;
	width: 98%;
	clear: both;
	height: 2em;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-top: .5em;
}

/*
=RECENT COMMENTS
=RECENT POSTS
*/
#footerContent div a {
	color: #fff;
}

#footerContent div ul {
	list-style: square;
	margin-left: .3em;
}

#footerContent div ul li {
	margin-left: 1em;
}

#recentPosts,#recentComments {
	
}

#recentPosts h3,#recentComments h3 {
	
}

#recentPosts ul,#recentComments ul {
	
}

#recentPosts li,#recentComments li {
	
}

#recentPosts a,#recentComments a {
	
}

#recentPosts a:link,#recentComments a:link,#recentPosts a:visited,#recentComments a:visited
	{
	
}

#recentPosts a:hover,#recentComments a:hover {
	
}

#recentPosts li {
	
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */