/*   
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/




/* Reset default browser styles */
@import url('styles/reset.css');




/* Rebuild default browser styles */
@import url('styles/rebuild.css');




/* Import a basic layout */
@import url('styles/2c-r.css');




/* Basic WordPress Styles */
@import url('styles/wp.css');








#wrapper {
	width: 961px;
	margin-left : auto;
	margin-right : auto;
	padding : 10px;
	background-color: #2B2B2B;
}




body {
	width : 961px;
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
	background-color: #000;	
}




h3 {
	font-size: 16px;
	color: #162C43;
	font-style: italic;
	line-height: 40px;
}




/* =Header
-------------------------------------------------------------- */




#branding {
        margin: 0 0 13.5em 0;
}




#header {
	width: 961px;
	height: 226px;
	
}




#masthead {
	height: 226px;	
}




/* =Menu
-------------------------------------------------------------- */




#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
}








/* =Content
-------------------------------------------------------------- */




.post {
        margin: 0 0 3em 0;      
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;	
}
.entry-title {
	background-color: #162C43;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-variant: small-caps;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: thin;
}
.entry-meta{
	background-color: #333;
	color: #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
}
.entry-utility {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	padding-left: 5px;
	text-align: center;
}
.titular {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #162C43;
	text-align: left;
	background-color: #DDDFFF;
}
.titular-principal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #162C43;
	text-align: center;
	border-bottom-color: #162C43;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.resumen {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-left: 20px;
	color: #434343;
	text-align: left;
	background-color: #DDDFFF;
}
.enlla�-titul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.enlla� {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
	
}
.enlla�-fons-blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000;	
}
span.entry-utility-prep entry-utility-prep-tag-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000;	
}








/* =Navigation
-------------------------------------------------------------- */




.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}








/* =Widget Areas
-------------------------------------------------------------- */




.widget-area ul {
        list-style: none;
        margin-left: 0px;
}
.widget-area ul ul {
        list-style: none;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}
#wp-calendar {
	background-color: #CDDDE5;
	width: 200px;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
.pad {
	background-color: #FFF;
}
thead {
	background-color: #99B1BF;
}
tfoot {
	background-color: #FFF;
}
.widget-title {
	background-color: #162C43;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	font-style: normal;
	line-height: 18px
}
.widget-area {
	
	background-color: #FFF;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
.textwidget {
	padding-left: 5px;
}
.cat-item  {
	padding-left: 5px;
}






