/*
* Theme Name: Yellehs
* Theme URI: http://binslashbash.org
* Description: A simple theme. Clean yet styleish
* Author: Joe Newing
* Author URI: http://binslashbash.org
* Version: 1.0
*/

/* Start page elements */
.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;
	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;
}
.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;
}