/*

Theme Name: Amaretto

Theme URI: http://khintense.com/

Description: A pink, green, and gray theme.

Author: Sheamus and Kari

Tags: pink,green,gray,ven

*/

body {
	background: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#header {
	background: #262626;
	padding: 5px;
	text-align: right;
	margin-bottom: 15px;
	font-size: 11px;
	color: #ccc;
        display: none;
}
#banner {
	background-image: url(http://i981.photobucket.com/albums/ae296/leopardwarhead/KHBBS2.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 285px;
	margin: auto;
}
#navigation {
	width: 800px;
	height: 60px;
	background: #343434;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#undernav {
	width: 840px;
	height: 20px;
	margin: auto;

}
#content {
	width: 770px;
	background: #fff;
	margin: auto;
	padding: 15px;
}
/*Navigation*/
#navigation ul.upnav {
	margin: 0;
	padding: 0;
}
#navigation ul.upnav li {
	list-style: none;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 19px;
	height: 41px;
}
#navigation ul.upnav li:hover {
	background: #262626;
}
#navigation a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation ul.lownav {
	position: absolute;
	background: #262626;
	margin-top: 21px;
	margin-left: -18px;
	padding: 0;
	opacity: 0.9;
	display: none;
}
#navigation ul.lownav li {
	float: none;
}
#navigation ul.lownav li:hover {
	background: #343434;
}
/*Content*/
.post {
	margin-bottom: 15px;
}
h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #C0DB2B;
}
h1 a {
	color: #C0DB2B;
	text-decoration: none;
}
.postimage {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
p {
	margin-top: 0;
	font-size: 12px;
	color: #000;
}
p a {
	color: #F85D9E;
	text-decoration: none;
	border-bottom: #F85D9E thin dashed;
}
.postinfo {
	font-size: 11px;
	color: #999;
}

/* Comment Styles */

#comments textarea {
        width: 100%;
        height: 200px;
        font-family: Arial, Helvetica, sans-serif; 
        font-weight: bold;
        color: #666;
        font-size: 16px;
}
#comments input {
        width: 100%;
        height: 30px;
        font-family: Arial, Helvetica, sans-serif; 
        font-weight: bold;
        color: #666;
        font-size: 16px;
}
#comments .submit {
        width: 200px;
}
#comments h2 {
        font-size: 18px;
        color: #999;
        margin-bottom: 0;
}
#comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments .comment {
	background: #F85D9E;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        margin-bottom: 25px;
}
#comments .comment a {
	color: #C0DB2B;
        text-decoration: none;
        border-bottom: #C0DB2B;
}
#comments .comment p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
#comments .comment .commentinfo {
	color: #fff;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
#comments .commenttooltip {
        text-align: right;
        padding-right: 15px;
}