/*

		 PERSONAL HOMEPAGE THEME FOR WORDPRESS
		 
		 By: Chris Coyier
		 http://chriscoyier.net
		 http://css-tricks.com
		 
		 -- Feel free to alter and use this theme for whatever you would like.
		 -- A link back is always nice but not required.
		 
		 Light Tan: #f4dfb8
		 Dark Tan: #d7b880
		 Dark Gray: #272727
		 Dark Red: #990000
		 
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }

body								{ 

font-size: 68%;
font-family: Arial;
color: #FFFFFF;
background: url(images/body-bg.png) top center repeat-x white;
background-color: #000000;

}
	

ul									{ list-style: none; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{
	border: 1px #FFFFFF;
	background: #000000;
	padding: 3px 8px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	color: #FFFFFF;
}
		 
		 
.button:hover						{ background: #990000; color: white; }


/*
	TYPGROGRAPHY
*/
p, li								{ font-size: 1.1em; line-height: 1.2em; margin: 0 0 10px 0; }
p#intro-paragraph					{ font-family: Georgia, serif; font-size: 1.4em; font-style: italic; line-height: 1.4em; 
									  margin-top: 5px; } /*Titular de pagina*/
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; } /*TXT Titular de pagina*/
p#intro-paragraph em				{ color: #990000; } /* Color TXT Titular de pagina*/
	
/* ENLACES Color */
a									{ color: #990000; }
a:hover								{ background: #990000; color: white; }

h1									{ font-size: 2.3em; font-family: Arial; font-weight: normal; }   /*TITULAR DE COMEMTARIOS*/
h2									{ font-size: 1.3em; font-family: Arial; font-weight: normal; }   /*TITULAR DE WIDGETS*/
h3									{ font-size: 1.9em; font-family: Arial; font-weight: normal; margin: 0 0 10px 0; } /*TITULAR DE Nš COMEMTARIOS*/
h4									{ color: white;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 15px;

} 

/*ITEMS FOOTER*/

h5									{ font-size: 2.3em; font-family: Arial; font-weight: normal; margin: 0 0 10px 0; }/*TITULAR DE POSt*/
h6									{ font-size: 1.1em; font-family: Arial; font-weight: normal; margin: 0 0 10px 0; }/*CONTENIDO TXT POST*/
h7									{ font-size: 1.9em; font-family: Arial; font-weight: normal; } /*TITULAR DE ARCHIVOS PARA CATEGORIA*/




.post h4							{ font-size: 1.8em; font-family: Arial; font-weight: normal; margin: 0 0 10px 0;
									  color: #900; }

/*
	FORMS
*/
input								{ padding: 3px; }



/*
	STRUCTURE
*/
#page-wrap							{ width: 960px; margin: 0px auto -250px;min-height: 100%; height: auto !important; height: 100%;}
									  
#socialsidebar 						{ width: 130px; float: left; margin-right: 15px; }
#main-col							{ width: 565px; float: left; }					
#linksidebar						{ width: 220px; float: right; }
#push								{ height: 250px; }


/*
	HEADER
*/
h1#logo								{ width: 386px; height: 45px; background: url(images/logo_opt.jpg) top left no-repeat; text-indent: -9999px;
									  margin: 0 10px 8px 0; float: left; }
#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ padding: 20px 0 0 0; }
#top-bar p							{ color: #000000; width: 300px; float: left;}

form#searchform						{ margin-top: 10px; float: right; }
.textarea              {
	background-color: #000000;
	color: #FFFFFF; 
	border 1px dashed;
	 
	background-repeatno-repeat
	background-image url(../../../../images/lupa.png)
	background-positionleft
} 



/*
	MENU
*/
#menu-bar							{ padding-top: 11px; padding-bottom: 20px;}
ul#main-nav							{ width: 960px; float: left; margin: 10px 0 0 0; }
ul#extra-nav						{ width: 360px; float: right; text-align: right; margin: 10px 0 0 0; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: uppercase; color: white; font-size: 1.2em; padding: 3px 8px;
									  -moz-border-radius: 5px; -webkit-border-radius: 5px;-khtml-border-radius:5px; }
ul#main-nav li a:hover,
ul#extra-nav li a:hover,
body#portfolio ul#extra-nav li.portfolio a,
body#default ul#main-nav li.home a,
body#about ul#main-nav li.about a,
body#contact ul#main-nav li.contact a,
body#resume ul#extra-nav li.resume a{ background: white; color: #272727; }



/*
	WIDGETS
*/
.widget								{
	width: 140px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	margin: 0 0 30px 0;
	background-color: #000000;
}
.widget .inside						{ padding: 10px; }
.widget ul							{ list-style: circle inside; margin-left: 15px; }
.widget ul li 						{ margin: 0 0 0px 0;	padding: 5px 0 0 0; }


	
.widget ul li a 					{ display:; padding: 2px; }
.widget ul li a:hover				{ background: #900; color: white; }
.thumb								{ width: 62px; }
.flickr-thumb						{ height: 41px; width: 62px; overflow: hidden; float: left; margin: 0 0 10px 15px; }


/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 20px 0;}
.datebox							{ width: 43px; float: left; padding: 0 5px 5px 5px; background: #990000; color: white; text-align: center;
									  margin: 0 10px 0 0; -webkit-border-top-left-radius:10px; -moz-border-radius-topleft:10px; }
.day								{ font-size: 3.0em; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none;margin: 0 0 20px 0; }
.comment-bubble						{
	border:1px #FFFFFF dashed;
	color: white;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #000000;
}
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }
.tabla                               { border-top: 1px dashed #FFFFFF;}
.tabla2                              { border-top: 1px dashed #FFFFFF; width:119px}
/*
	FOOTER
*/
#footer								{
	height: 250px;
	background: #272727;
	border-top: 1px dashed #FFFFFF;
	padding-top: 20px;
	background-color: #000000;
	font-family: Arial;
	color: #990000;
}
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ color: white; }
#footer-1							{
	width: 200px;
	float: left;
	margin-right: 30px;
}
#footer-2							{
	width: 240px;
	float: left;
	margin-right: 30px;
}
#footer-3							{ width: 200px; float: left; }
#footer-4							{ width: 200px; float: left; }
#footer a							{ color: white; }
#footer ul							{ color: white; }
/*
	SELECTION
*/

/*::selection {
	background-color:#ff3366;
color:#FFFFFF; /* Safari */
	
/*::-moz-selection {
background-color:#000000;
color:#FFFFFF; /* Firefox */
