/*
Theme Name: WordPress Default
Theme URI: http://merchantmetrix.com/portfolio.html
Description: This template was designed specifically for use by The WildCare Foundation in Noble, Oklahoma. All other use is prohibited unless permission is granted by both designer and site owner.
Version: 1.6
Author: Sheridan Broderick | Merchant Metrix
Author URI: http://www.merchantmetrix.com/

*/

/* Begin Typography & Colors */
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
	}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
        padding-left:30px;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: disc;
	}

html>body .entry li {
	list-style: disc;
	}

.entry ul li:before {
	list-style: disc;
	}

.entry ol {
	list-style: disc;
	}

.entry ol li {
	list-style: disc;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: disc;
	}
ol li {
	list-style: disc;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


body { font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#383521; background:#526f81; margin:0px; margin-bottom:-10px; }
h1 { font-size:19px; font-weight:bold; }
h2 { font-size:16px; font-weight:bold; }
h3 { font-size:15px; font-weight:bold; }
h1 a { color:#526F81; text-decoration:none; }
h2 a { color:#526F81; text-decoration:none; }
h2 a:hover { color:#7E7959; text-decoration:none; }
h2 a:visited { color:#526F81; text-decoration:none; }
.news-title { font-size:19px; font-weight:bold; }
a { color:#526F81; text-decoration:none; }
a:hover { color:#383521; }
small { font-size:10px; color:#69654b; }
big { }
p { text-align:justify; line-height:18px; }
.postmetadata { line-height:14px; }

#wrapper { margin-left:auto; margin-right:auto; width:870px; background:url(/wp-content/themes/default/images/wrapper-870.jpg) repeat-y; }
#container { width:850px; margin-left:10px; margin-right:10px; _margin-left:5px; float:left; }
#header { width:850px; height:173px; float:left; }
#header-left { width:408px; height:173px; float:left; z-index:2; position:absolute; }
#header-right { width:503px; height:173px; float:right; z-index:1; position:absolute; margin-left:347px; }
#navigation { width:850px; height:33px; float:left; background:url(/wp-content/themes/default/images/nav.jpg) repeat-x; }
#center-contents { width:850px; float:left; padding-top:20px; padding-bottom:20px; }
#column1 { width:385px; padding-right:10px; float:left; }
#column2 { width:380px; padding-left:10px; float:right; }
.narrow { }
.wide { }
.blue { color:#526F81; }
#column0 { width:790px; float:left; clear:both; padding-left:30px; padding-right:30px; }
#lower-links { width:850px; height:15px; float:left; background:url(/wp-content/themes/default/images/foot-links.jpg) repeat-x; text-align:center; vertical-align:center; }
#lower-links a { padding-left:7px; padding-right:7px; text-decoration:none; font-size:11px; color:#383521; vertical-align:center;  } 
#lower-links a:hover { color:#fff; }
#footer { width:850px; height:51px; float:left; background:url(/wp-content/themes/default/images/footer-bg.jpg) no-repeat center center; font-size:11px; padding-top:20px; color:#526f81; }
#mm-info { width:410px; float:right; text-align:right; padding-right:15px; _clear:right; }
#wildcare-info { width:410px; float:left; margin-left:15px; }
#spacer { line-height:0px; clear:both; }
#home-image-rotate { width:380px; height:254px; background:url(/wp-content/themes/default/images/wood-plank.jpg) no-repeat; }
#slideshow2 { width:380px; height:254px; float:left; position:relative; }
#p-height p { min-height:120px; }

#sidebar ul li { padding-left:0px; margin-left:0px; list-style-type:none; padding-bottom:5px; }
#sidebar h2 { margin-top:0px; padding-top:0px; margin-left:37px; }
#sidebar
{
	padding-top:20px;
	float:right;
	width: 250px;
	}
#sidebar a { color:#526F81; text-decoration:none; }
#sidebar a:hover { color:#383521; }

#contact-form input { width:150px; }
#contact-form textarea { width:300px; height:150px; }
#contact-form select { width:200px; }

#vol-left { width:350px; float:left; text-align:left; }
#vol-right { width:350px; float:right; text-align:left; }

/* ----- Gallery Page ----- */
#gal-column1 { width:198px; float:left; text-align:center; }
#gal-column1 p { text-align:center; text-transform:uppercase; }
#gal-column2 { width:195px; float:left; text-align:center; }
#gal-column2 p { text-align:center; text-transform:uppercase; }
#gal-column3 { width:195px; float:left; text-align:center; }
#gal-column3 p { text-align:center; text-transform:uppercase; }
#gal-column4 { width:195px; float:left; text-align:center; }
#gal-column4 p { text-align:center; text-transform:uppercase; }
#gal-column5 { width:195px; float:left; text-align:center; margin-bottom:20px; }
#gal-column5 p { text-align:center; text-transform:uppercase; }
#gal-column6 { width:195px; float:left; text-align:center; margin-bottom:20px; }
#gal-column6 p { text-align:center; text-transform:uppercase; }
#gal-column7 { width:195px; float:left; text-align:center; margin-bottom:20px; }
#gal-column7 p { text-align:center; text-transform:uppercase; }
#gal-column8 { width:195px; float:left; text-align:center; margin-bottom:20px; }
#gal-column8 p { text-align:center; text-transform:uppercase; }
#clear { clear:both; width:785px; float:left; margin-top:20px; }

/* ----- Drop Down CSS Menu -----*/

.menu {width:850px; height:33px; font-size:12px; position:relative; z-index:100; text-align:center; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:850px; w\idth:850px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;}
.menu ul ul {width:115px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; width:115px; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:12px; text-decoration:none; color:#383521; width:115px; height:32px; line-height:30px; margin-top:1px; }
.menu ul li ul li a { height:15px; border-top:solid 1px #383521; }
.menu ul li a:hover { background:#7E7959; }
.menu ul li ul a:hover { background:#7E7959; }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:115px; w\idth:115px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { }
/* style the second level hover */
.menu ul ul a.drop:hover{ background:#7E7959;}
.menu ul ul :hover > a.drop {background:#7E7959;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:31px; left:0; width:115px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#B3AE88; color:#000; height:auto; line-height:1em; padding:5px 10px; width:115px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#7E7959;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#7E7959;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* ----- Image Viewer ----- */
#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
   cursor:pointer;
   }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 65px;
	border:1px #ccc solid;
	border-top:0px;
	margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 55%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 50px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 50px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #526F81;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}