/*  
Theme Name: Team Panther Theme
Theme URI: http://www.teampanther.com
Description: 
Version: 1.0
Author: Jeremiah Martin
Author URI: http://www.zaneray.com
*/
/*CONTENTS
-----------------------
Base
Content
	Captions and Images
	Comments
Lightbox

-----------------------*/

/*---------------------------------------------------------
  Base 
---------------------------------------------------------*/ 
body, form, h1, h2, h3, h4, h5, input, select, textarea, ol, ul, li, p { 
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5 { 
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	}
	
ul { 
	list-style: none;
}

body { 
	text-align: center;
	}

	
input, select, textarea { 
	font-size: inherit;
	}
	
img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
#page { 
	margin: 0px auto;
	}
	
a:link, a:visited { 
	text-decoration: none;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	}


/*---------------------------------------------------------
  Content 
---------------------------------------------------------*/ 

body { 
	background: #f5f4f0 url(/images/panther/panther-bg.gif) no-repeat 50% 178px;
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

#headerwrap { 
	background: url(/images/panther/header-bg.png) no-repeat 50% 0;
	padding-top: 14px;
	}
	
#header { 
	background: url(/images/panther/team-panther-header.jpg) no-repeat 50% 0;
	height: 173px;
	width: 947px;
	margin: 0 auto;
	position: relative;
}

#pantherlogo { 
	width: 377px;
	height: 69px;
	position: absolute;
	top: 39px;
	left: 26px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	}
	
#ccylogo { 
	width: 163px;
	height: 43px;
	position: absolute;
	top: 50px;
	left: 529px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	}

ul#navigation { 
	position: absolute;
	bottom: 0px;
	right: 10px;	
	font-size: 15px;
	}

ul#navigation li { 
	float: left;
	display: block;
	margin-right: .75em;
	}
	
ul#navigation li a { 
	padding: 9px .6em 0 .6em;
	height: 26px;
	display: block;
	text-decoration: none;
	letter-spacing: .1em;
  float: left;
	line-height: 1em;
	}
	

ul#navigation li a:link, ul#navigation li a:visited { 
	color: #b6b5ae;
	}
	
ul#navigation li a:active, ul#navigation li a:hover { 
	color: #fff;
	}	
	
#navigation img { 
	vertical-align: top;
}

	
#contentwrap { 
	background: url(/images/panther/content-bg.png) repeat-y 50% 0;
	padding: 34px 0 10px 0;
	}


#content { 
	width: 893px;
	margin: 0 auto;
	text-align: left;
	
}

#subcontent {
	float: left;
	width: 577px;
	padding-right: 25px;
}

#subcontent a:link, #subcontent a:visited { 
	color: #c60d0d;
}

#subcontent h2 { 
	font-size: 30px;
	padding: 0;
	margin-bottom: .6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#subcontent h2 a:link, #subcontent h2 a:visited { 
	color: #333;
}

#subcontent h2 a:active, #subcontent h2 a:hover { 
	color: #c60d0d;
}

#subcontent h3 { 
	font-size: 16px;
	padding: 0 0 .4em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

#subcontent h4 { 
	font-size: 14px;
	padding: 0 0 .4em 0;
	font-weight: bold;
}

#subcontent p { 
	padding-bottom: 1.5em;
}

#subcontent ul, #subcontent ol { 
	margin: 1.12em 2em;
}

#subcontent ul { 
	list-style: disc;
}

#subcontent ol { 
	list-style: decimal;
}

.post { 
	/*the class for each individual post*/
	padding: 28px 26px 19px 26px;
	background: #f5f4f0;
	border-left: 1px solid #d6d5d0;
	border-right: 1px solid #d6d5d0;
}

.posthead, .postfoot { 
	height: 7px;
	background-image: url(/images/panther/content-header-footer.gif);
	background-repeat: no-repeat;
}



.postfoot { 
	background-position: 0px -8px;
	margin-bottom: .5em;
}

.date { 
	/*formats the date in the post*/
	text-transform: uppercase;
	font-weight: bold;
	color: #c60d0d;
	margin-bottom: .8em;
	line-height: 1em;
	}
	

.entry { 
	/*formats the date in the post*/
	margin-bottom: 1.8em;
	line-height: 1.5em;
}

.entry ul { 
	margin: 1.12em 40px 1.12em 40px;
	list-style-type: disc;
}

.more-link { 
	/*format the read more button*/
	}

.metadata { 
	/*posted by content, clear both clears the images and the tex*/
	clear: both;
	}
	
.metadata img { 
 vertical-align: middle;
	}	
	
.tags { 
	}

#prevnext {
text-align: center; 
}

.next { 
	float: right;
	}
.previous { 
	float: left;
	}

#footer { 
	height: 48px;
	background: url(/images/panther/footer-bg.png) no-repeat 50% 100%;
}

/*Captions and Images
--------------------------------------*/
	
.wp-caption { 
	text-align: center;
	}
	
#subcontent p.wp-caption-text { 
	font-size: 11px;
	padding-bottom: 0;
	text-align: center;
	line-height: 1.2em;
	}
	
.size-thumbnail,
.size-medium,
.size-large,
.size-full { 
	/*padding: 3px; 
	border: 1px solid #ccc;*/
	margin-bottom: 5px;
	}
	
.alignleft {
	float: left;
	}
	
img.alignleft { 
	margin: 5px 15px 10px 0;
	}

div.alignleft { 
	margin: 5px 10px 10px 0;
	}
	
.alignright {
	float: right; 
	}

img.alignright {
	margin: 5px 0 10px 15px;
	}
	
div.alignright {
	margin: 5px 0 10px 10px;
	}
	
.aligncenter {
	display: block;
	margin: 5px auto 10px auto; 
	text-align: center;
	}
	
#comments { 
}	

#content #comments h3#commentresponses { 
margin-bottom: 0;
}

#comments h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
#comments h3 { 
	margin-bottom: 0;
}
#comments ul { 
	padding: 0;
	list-style-type: none;
	margin: 0;	
	}
	
#comments ul li { 
	padding: 10px 10px;
}

#comments ul li.alt { 
	background: #fcfcfa;
}


#commentform h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
#comments form { 
}



#comments textarea  { 
	width: 321px;
}

#comments .meta { 
font-size: 11px; 

}

		
.commentxhtml { 
	width: 345px;
	display: none;
}

#comments p { 
clear: both;
padding-bottom: 1em;
}


.formblock { 
	float: left;
	margin-bottom: 5px;
	width: 350px;
	text-align: right;
}


.formblock label {
	margin-right: 5px;
	text-align: right;
	vertical-align: middle;
	}
	
.inputfield { 
	width: 200px;
	padding: 2px;
	margin: 0;
	}
input, textarea { 
	font-family: inherit;
	}

/*Sidebar 
------------------------------------*/
#sidebar { 
	float: left;
	width: 291px;
	background: #868484;
	color: #fff;
}
.sidebarhead, .sidebarfoot { 
	height: 7px;
	background-image: url(/images/panther/content-header-footer.gif);
}

.sidebarhead { 
	background-position: 0 -16px;
}

.sidebarcontent { 
	padding: 28px 10px 10px 10px;
	text-align: center;
}	

.sidebarfoot { 
	background-position: 0 -23px;
}

#sidebar #sidebarlogos { 
	padding-bottom: 23px;
}


#sidebar #sidebarlogos img { 
	margin: 8px 0;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active { 
	color: #fff;
}

#sidebar h3, #sidebar h2 { 
	/*format for sidebar headers*/
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1em;
	text-transform: uppercase;
	
}

#sidebar ul { 
	padding: 23px 0 0;
	margin: 0 33px;
	text-align: left;
	border-top: 1px solid #bbb;
}

#sidebar ul ul { 
	margin: 0;
	border: none;
	padding-top: 0;
	}

#sidebar li { 
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: 1px solid #bbb;
	}
	



#sidebar li li { 
	margin-bottom: 0;
	margin: 5px 0;
	padding: 0;
	border: 0;
	}

li.sidebarad { 
text-align: center;
}



.search input.s { 
	/*width on the input searchfield*/
	}
	
#sidebar li.widget_text em { 
	display: block;
	text-align: right;
}

#sidebar ul .widget_categories ul, #sidebar ul .widget_archive ul { 
list-style-image: url(/images/panther/list-arrows.gif);
padding-left: 1.5em;
}


#promobox { 
	margin: 0 33px 23px 33px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 23px;
}

#sidebar li.licolumnb { 
	margin-left: 15px;
	margin-right: 15px;
}
o
	


/*General 
------------------------------------*/

#recaptcha_widget_div {
	padding-bottom: 15px;
}

#recaptcha-submit-btn-area { 
	padding-bottom: 15px;
	}
	
.error, .recaptcha-error { 
	color: #c10101;
	}

.recaptcha-error { 
	color: #c10101;
	font-size: 16px;
	font-weight: bold;
	}
	
.ngg-navigation { 
	padding-bottom: 25px;
}

.ngg-navigation a.next { 
	float: none;
}


/*---------------------------------------------------------
  Lightbox 
---------------------------------------------------------*/ 

/*ZR Image Lightbox
------------------------------------*/	
#mask { 
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	position: absolute;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
}
#lightboxload {
	position: absolute;
	z-index: 990;
	}
#lightbox { 
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	display: none;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	}
	
#lightboxutil { 
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 1100;
	}

#lightboxutil img { 
	cursor: pointer;
	}
	
.lightboxprev {  
	}
	
.lightboxnext {  
	}

#lightboximage { 
	padding:  0 0 10px 0;
	position: relative;
	z-index: 1020;
	}

#lightboximage img { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	}	
	
#lightbox #lightboximage a { 
	text-decoration: none !important;
	padding: 0 !important;
	margin: 0 !important;
	}

#lightboxcaption { 
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	color: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	font-size: 12px;
}

		