/*
Theme Name: Shere Khan WordPress Template
Theme URI: http://www.outtolunchproductions.com/work
Description: Custom WP theme for SK. Get some.
Version: 2.0
Author: Carter Fort
Author URI: http://outtolunchproductions.com
Tags: 

Swatch Colors:
Base red: 801d12
Tan: f1ebc7
Border Red: 430a04
Menu Blue: c6dbf7


*/

/* Resets and Overrides 
========================*/

*
{
	margin: 0;
	padding: 0;
}

img
{
	border:none;
}

:focus
{
	outline: none;
}

#wpstats
{
	display: none;
}

/* Links and Type
========================*/
body
{
	background: #801d12;
	font-family: Verdana, sans-serif;
	color: #801d12;
}

a:link, a:active, a:visited
{
	color: #801d12;
	font-weight: bold;
}

a.tiny
{
	font-size: 12px;
	font-style: italic;
}

#footer-content a
{
	color: #fff;
}

a:hover
{

}
.asks a
{	

}
.asks a:hover
{

}
h1
{}

h1 a
{}

h1 a:hover
{}

.upcoming h2
{
	font-size: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h2.newstitle
{
	padding-bottom: 5px;
}

h2.member-title
{
	padding-top: 5px;
}

h2.member-name
{
	font-size: 15px;
	margin-left: -15px;
	text-transform: uppercase;
	padding-bottom: 0;
}

h2
{
	padding-bottom: 10px;
}

h2 a
{}

h2 a:hover
{}

.upcoming h3
{
	font-size: 12px;
	margin-bottom: -5px;
	margin-top: -12px;
}

h3
{
	color: #801d12;
	margin-bottom: 15px;
}

h3 a
{}

h3 a:hover
{}

h4
{
	font-size: 20px;
	padding-bottom: 5px;
}


/* Layout
========================*/
.wrapper
{
	margin: 0 auto;
	width: 780px;
}
#header
{
	background: transparent url(images/header-bg.png) repeat-x center center;
	height: 269px;
	margin: 0 auto;
}
#logo
{
	float: left;
	margin-top: 10px;
	padding: 0 24px;
	width: auto;	
}

#bottom-content
{
	background: #f1ebc7;
	border: solid 1px #430a04;
	margin: 10px 0;
	padding: 10px 0 10px 10px;
}

#bottom-content img, #content img
{
	border: solid 1px #430a04;
}

#content
{
	background: #f1ebc7;
	border: solid 1px #430a04;
	color: #430a04;
	font-size: 14px;
	margin: -15px 0 10px;
	padding: 10px;
	position: relative;
	z-index: 100;
}

#content p
{
	line-height: 18px;
	padding-bottom: 10px;
}

#content .member-entry p
{
	margin-left: -15px;
}

#content .member-entry img
{
	margin-left: 15px;
}

#content ul, #content ol
{
	padding-left: 20px;
	margin-bottom: 10px;
}

.byline
{
	border-bottom: solid 1px #801d12;
	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 200px;
}

.post
{
	background: transparent url(images/tan-bevel.png) repeat-y right;
	float: left;
	margin-right: 3px;
	padding-right: 15px;
	width: 540px;
}

#sidebar
{
	background: transparent url(images/tan-bevel.png) repeat-y left;
	float: left;
	font-size: 11px;
	margin-left: -5px;
	padding: 0 5px 0 10px;
	width: 180px;
}

#sidebar img
{
	border: 0;
}

#sidebar ul
{
	list-style: none;
	padding: 0;
}

#sidebar li
{
	padding-bottom: 5px;
}

.front-box
{
	float: left;
	position: relative;
	text-align: center;
	width: 192px;
	z-index: 15;
}
.front-box p
{
	font-size: 14px;
	padding-top: 5px;
}

.have-you-met p
{
	padding: 0;
}

#member-container
{
	padding-left: 15px;
	padding-top: 10px;
	width: 745px;
}

.member-entry
{
	float: left;
	height: 240px;
	padding-right: 5px;
	text-align: center;
	width: 180px;
}

.upcoming p, .upcoming
{
	font-size: 12px;
}

#footer
{
	background: transparent url(images/footer.jpg) repeat-x center center;
	height: 120px;
	margin: -200px 0;
	padding-top: 100px;
	position: relative;
	z-index: -1;
}

#footer-content
{
	color: #f1ebc7;
	line-height: 15px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}

#footer-content p
{
	padding-bottom: 5px;
}

/* Navigation
========================*/

#header-left, #header-right
{
	float: left;
	margin-top: 104px;
	width: auto;
}


.topMenu
{
	list-style: none;
}

.topMenu li
{
	float: left;
	padding-right: 13px;
	width: auto;
}

.leather-button
{
	clear: both;
	margin-top: 11px;
	margin-right: 5px;
}

#member-button
{
	display: inline;
	margin: 0 auto;
	padding-left: 152px;
}

/* Easy Slider 
========================*/

#noscript img
{
	border: 1px solid #ece4b6;
}

#slider-container
{
	height: 312px;
	margin: -14px auto 0;
	width: 780px;
}

#slider-container-frame
{
	position: relative;
	z-index: 100;
}

	#slider{
	position: relative;
	top:-312px;
	z-index: 10;
	}
#slider img
{
	z-index: 10;
}
	#slider ul, #slider li{
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:780px;
		height:312px;
		overflow:hidden; 
		}					

/* // Easy Slider */

/* Images
========================*/

.have-you-met .alignleft
{
	float: none;
	margin: 0;
}

.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
	width: auto;
}

.alignright
{
	float: right;
	margin: 0 0 10px 10px;
	width: auto;
}

.aligncenter
{
	display: block;
	margin: 0 auto;
}

/* Misc
========================*/

.left
{
	float: left;
}

.right
{
	float: right;
}

.clr
{
	clear: both;
}
.capitals
{
	font-weight: bold;
	text-transform: uppercase;
}

.copyright
{
	line-height: 15px;
	font-weight: normal;
	font-size: 10px;
}

small
{
	font-size: small;
}

blockquote
{
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #cc6e6b;
	clear:both;
	font-style: italic;
}

fieldset
{
	padding: 10px;
}