/*
* Theme Name: Yellehs
* Theme URI: http://binslashbash.org

* Description: A simple theme. Clean yet styleish
* Author: Joe Newing
* Modified & Updated: Sergio Moreno
* Author URI: http://binslashbash.org
* Version: 1.0
*/

/* Start page elements */
body {
  scrollbar-arrow-color:#86a116;
  scrollbar-track-color:#6d6d6d;
  scrollbar-shadow-color:#ff9000;
  scrollbar-face-color:#414141;
  scrollbar-highlight-color:#ff9000;
  scrollbar-darkshadow-color:#ff9000;
  scrollbar-3dlight-color:#ff9000;
}

.description {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}
.title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20pt;
	text-transform: uppercase;	
}
.title a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20pt;
	text-transform: uppercase;	
	vertical-align: bottom;
}

.mininav {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 9pt;


}
.mininav a {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}
.mininav a:hover {
	font-family: Tahoma, Verdana. Sans-Serif;
	color: #414141;
	font-size: 9pt;
	text-decoration: none;
}
.content {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.sidebar {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
}

.entry {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.contacto {
	align: center;
	border-width:2;
        width: 143px;
        height: 19px;
	margin:0px;
	padding:0px;
        overflow:hidden;
	border-color: #ff9000;
        border-style:solid;
}

.calendar {
	width: 200px;
	padding: 3px;
	text-align:left;
	border-width:1;
        overflow:hidden;
        background-color:#6d6d6d;
	border-color: #ff9000;
        border-style:solid;
}
.postmetadata {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #6d6d6d;
	text-align: center;
}

a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#f52490;
}
img {
	border: none;
}

ul {
	display: list-item;
	list-style-type: none;
	list-style-image: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
}


li h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;	
}
ul h2 {
	list-style-type: none;
	list-style-image: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #86a116;
	font-size: 10pt;
	
}

ul ul {
	list-style-type: none;
	list-style-image: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #86a116;
	font-size: 10pt;
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15pt;
}

h2 a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15pt;	
}
cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.comment {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.bottom {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #86a116;
}
.bottom a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	background-color: #86a116;
}

.bottom a:hover {
	text-decoration: none;
	color:#f52490;
}
.texform{
        background:#6d6d6d;
        solid:#4c4c4c;
        font-weight:bold;
        color:#ffffff;
        border-color:#86a116;
        border-style:solid;
}

.archivo{
        background-color: #6d6d6d; 
        color: #ffffff;
        font-family: Verdana, Arial, Sans-Serif;
        font-size:9pt;
}