/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/



/*================================ menu ============================*/

.menu {	border: 0px solid #fff;
float: left;
 font-family: Georgia, "Times New Roman", Times, serif;
 width:120px; 
 height:auto; 
 position:relative; 
 top: 10px;
 left: 15px;
 font-size:11px;
 font-weight:normal;
 letter-spacing: 0.1em;
 z-index:998;

  /**/
 }
 
.menu ul { 
	position:relative; 
	top: 10px;
 	left: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	text-align: left;
	background: #000; /* IE6 Bug */
	
	}
	
.menu ul li {
	position: relative;
	background: #000;

	}
	
.menu ul li a, .menu ul li a:visited {  /* li 01 */
	display: block;
	text-decoration: none;
	color: #fff;
	height: 25px;
	line-height: 26px;
	}

	
.menu li ul { /* ul 02 */ border: 0px solid #fff;
	position: absolute;
	left: 100px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	font-weight:normal;
	font-size:11px;
	letter-spacing: 0.03em;
	background: transparent;
	}

.menu li ul a { /* ul 02 */
	background: #000;
	color: #fff;
	z-index:999;
	}
	
.menu ul li ul li {  /* li 02 */
	
	}

.menu li ul li ul { /* ul 03 */
	left: 100px; 
	display: none;
}

.menu li ul li ul li{ /* li 03 */
	 font-weight:bold;
	}


/* Fix IE. Hide from IE Mac */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


.menu ul a:hover { color: #FF9900; background: #000; }/*  Hover Styles */

.menu ul li a:hover { color: #FF9900; background: #000;} 
		
/* li ul li a { padding: 2px 5px; } Sub Menu Styles */
		
.menu li:hover ul, li.over ul { display: block;} /* The magic */

.menu li ul li:hover, li ul li.over {   }


.menu li:hover ul li ul, li.over ul li ul { display: none;  } 
.menu li ul li:hover ul, li ul li.over ul { display: block; } 
.menu li ul li:hover ul li a, li ul li.over ul li a { background-image:none; } 


.menu li ul li:hover ul li ul, li ul li.over ul li ul{ display: none; } 
.menu li ul li ul li:hover ul, li ul li ul li.over ul{ display: block; } 




.titulos {
	margin-bottom: 25px;
	color:#999999;
	font-style:italic;
	font-weight:bold;
	
	}

.left {
	margin-bottom: 25px;
	color:#999999;
	font-style:italic;
	font-weight:bold;
	
	}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	width: 900px;
	height: 130px;
	background: #000;
	margin: 0;
	padding: 0px;
}
#header img{
	width: 186px;
	height: 78px;
}
.logo img {
	border: none;
}
.logo{
	margin-right: 0px;
	margin-left: 30px;
	float:left;
}
.logo a{ text-decoration:none; }


.description  {
	float:left;
	position:relative;
	left: 18px;
	padding-left: 40px;
	width: 600px;
	height: 78px;
	border-left: 1px solid #888;
	line-height:78px;
	}
	
/* ---------------------------------------------------------------------------*/

#content { border: 0px solid #fff;
	position:relative;
	top: 0px;
	width: 950px;	
	min-height: 500px;												
	margin: 0 auto;
	padding:0px;
}

#contenido{ border: 0px solid #fff;
	position:relative;
	float:right;
	width: 700px;
}

#sidebar{
	position:relative;
	width: 190px;
	float: right;
}

#footer {
	padding: 30px;
	clear:both;
	position:relative;
	top:50px;
	width: 950px;
	height:50px;
	background: #000;
	color: #fff;
	font-size: 11px;
	text-align: right;
	margin: 0 auto;
}

.roux .exts, .roux exts:visited{ font-size: 10px; margin: 5px; color:#333; text-decoration:none;} .roux exts:hover{ color: #666; }


/* --------------------------------------------------------------------------*/


body {
	background: #000;
	color: #fff;
	font-family: Verdana, sans-serif;
	margin: 7px 0 0 0;
	padding: 0;
}


a {
	color: #675;
}

a img {
	border: 1px solid #333;
	margin-right: 10px;
}

img {
	border: 1px solid #333;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	float:left;
}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
	font-size: 29px;
	font-style:italic;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 13px Verdana, sans-serif;
	
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.storycontent p{
	margin-bottom: 25px;
	font-size: 14px;
	color:#333;
	line-height: 21px;
}

.storytitle { 
	margin-bottom: 10px;
	color: #857e6f;
}

.storytitle a { 
	text-decoration: none;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


address {
	color:#666;
	font-weight:bold;
	font-size: 12px;
	font-style:normal;
	margin-bottom:5px;
}

div{
	
	}
