/*

		 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: 70%; font-family: Tahoma, Verdana, Arial, sans-serif; color: #000; 
									  background: white; }
ul									{ list-style: square inside;}
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; }
blockquote p						{ padding: 0 0 0 10px; color:#555555; border-left:0.2308em solid #A90000; margin: 0 0 10px 10px; }

/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #272727; }
.button:hover						{ background: #990000; color: white; }
.showmasinfo, .hideinfo				{ float: right; margin-right: 5px; display: block; size: 12px;}
.info								{ float: left; font-size: 12px;}
hr									{ margin-top: 5px; color: #999999;}
.separators						{ margin-bottom: 10px; }


/*
	TYPOGRAPHY
*/
p, li								{ font-size: 1.3em; line-height: 1.2em; margin: 0 0 10px 0; }
p#intro-paragraph					{ font-family: Georgia, serif; font-size: 2.0em; font-style: italic; line-height: 1.4em; color: black; margin-top: 5px; }
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; }
p#intro-paragraph em				{ color: #900; }
a									{ color: #900; }
a:hover								{ background: #900; color: white; }
h1									{ font-size: 3.6em; font-family:  Tahoma, Verdana, Arial, serif; font-weight: normal; }
h2									{ font-size: 2.8em; font-family:  Tahoma, Verdana, Arial, serif; font-weight: normal; margin-bottom: -10px; margin-left: -3px;}
h3									{ font-size: 2.6em; font-family:  Tahoma, Verdana, Arial, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: Tahoma, Verdana, Arial, serif; font-weight: normal; margin: 0 0 0px 0;									  color: #900; }
.tweet								{ color: white; font-family: Tahoma, Verdana, Arial, Serif; padding: 10px 0 0 0;}
.post ul li							{ 
 										list-style: none;
										background-image: url(images/icons/bullet_black.png);
										background-position: left top;
										background-repeat: no-repeat;
										padding-left: 18px;
 										margin-left: -5px !important;
									}
#footer ul li							{ 
 											list-style: none;
											background-image: url(images/icons/bullet_red.png);
											background-position: left top;
											background-repeat: no-repeat;
											padding-left: 18px;
 											margin-left: -5px !important;
										}
#footer p a 						{ color: #BE2002;}
#footer p a:hover					{ background-color: #fff;}  


/*
	FORMS
*/
input								{ padding: 3px; }



/*
	STRUCTURE
*/
#page-wrap							{ width: 960px; margin: 0px auto -250px;
									  min-height: 100%; height: auto !important; height: 100%;}
#socialsidebar 						{ width: 190px; float: left; margin-right: 15px; }
#main-col							{ width: 540px; float: left; }					
#linksidebar						{ width: 190px; float: right; }
#push								{ height: 250px; }
.post								{ background-color: #fff}
.masinfo							{ background:#F7F7F7 none repeat scroll 0 0; border-bottom:1px solid #EBEBEB; border-top:1px solid #EBEBEB; margin: 0 0 -16px 0; font-size: 12px;}
#ultimo 							{ border-top: 0px;}
#primero         					{ border-bottom: 0px;}


/*
	HEADER
*/
h1#logo								{ width: 960px; height: 195px; background: url(images/logo.jpg) top no-repeat; text-indent: -9999px;  margin-top: -5px; }
#top-bar							{ padding: 5px 0 0 0; width: 960px; background: #000;}
#top-bar img						{ padding: 0px; margin: 0px;}
form#searchform						{ margin: 15px 0 10px 0; float: right; }

/*
	MENU
*/
#menu-bar							{ padding-top: 0px; margin-bottom: 15px; z-index:0; background-color: #900;}
ul#main-nav							{ width: 960px; height: 20px; float: left; margin: 7px 0 0 0; text-align: center; }
ul#main-nav	li	{ display: inline; }
ul#main-nav li a { text-transform: uppercase; color: white; font-size: 1.2em; padding: 3px 8px 12px 8px;
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; } 	
ul#main-nav li a:hover,
body#default ul#main-nav li.home a,
body#about ul#main-nav li.about a,
body#contact ul#main-nav li.contact a { background: white; color: #272727; }



/*
	WIDGETS
*/
.widget								{ background: #900; width: 190px; border-right: 1px solid #000; 
									  border-bottom: 1px solid #000; 	
									  -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0 0 15px 0; }
.widget twitter a					{ color: #ccc; }
.widget .inside						{ padding: 10px; }
.widget ul							{ list-style: square outside; margin-left: 15px; }
.widget ul li 						{ margin: 0 0 5px 0; }
.widget ul li a 					{ display: block; padding: 2px; }
.widget ul li a:hover				{ background: #900; color: white; }

/*
	WIDGETS
*/
.widgetn								{ background: #000; width: 190px; border-right: 1px solid #000; -moz-border-radius: 10px; -webkit-border-radius: 10px;
									  border-bottom: 1px solid #000; 	
									   margin: 0 0 15px 0; }
.widgetn .inside						{ padding: 10px;}
.widgetn img						{ margin: 0 2px 5px 0;}
.widgetn ul							{ list-style: none; text-align: left;}
.widgetn ul#of						{ text-align: center;}
.widgetn ul li 						{ margin: 0 0 5px 0; }
.widgetn ul li img					{ margin: 0 2px 0 0; }
.widgetn ul li a 					{ padding: 2px; margin: 0 0 0 2px; color: #fff;}
.widgetn ul li a:hover				{ background: #900; color: white; }
/*
	WIDGETS
*/
.widgetc								{ background: #900; width: 190px; border-right: 1px solid #000; 
									  border-bottom: 1px solid #000; 	
									  -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0 0 15px 0; }
.widgetc .inside						{ padding: 10px; }
.widgetc img						{ margin: 0 2px 5px 0;}
.widgetc ul							{ list-style: none; text-align: left;}
.widgetc ul#of						{ text-align: center;}
.widgetc ul li 						{ margin: 0 0 5px 0; text-align: center}
.widgetc ul li img					{ margin: 0 2px 0 0; }
.widgetc ul li a 					{ padding: 2px; margin: 0 0 0 2px; color: white; }
.widgetc ul li a:hover				{ background: #000; color: white; }


/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 3px 0; padding: 0px; font-size: 100%; }
.postcontent						{ padding: 10px 0 0 0;}
.datebox							{ width: 50px; float: right; padding: 0 5px 5px 5px; background: #990000; color: white; text-align: center; border: 1px solid #000; height: 60px;
									  margin: 0 10px 0 0; }
.day								{ font-size: 3.4em; 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; }
ol.commentlist li.alt .comment-bubble 	{ background: #000; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; min-height: 40px;}
.comment-bubble						{ background: #990000; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; min-height: 40px;}
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ padding: 2px; height: 40px; float: right;}

/*
	FOOTER
*/
#footer								{ height: 300px; background: #000 url(images/thatsall.gif) bottom center no-repeat;  border-top: 4px solid #990000; border-left: 4px solid #990000; border-right: 4px solid #990000;  padding-top: 20px;width: 960px; margin: 0 auto -250px; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ color: white; }
#footer-1							{ width: 300px; float: left; margin-right: 30px; margin-left: 100px; }
#footer-2							{ width: 200px; float: left; margin-right: 30px; }
#footer-3							{ width: 300px; float: left; }
#footer a							{ color: white; }
#footer ul							{ color: white; }

.navigation { text-align: center;}
    

