/*  
Theme Name: ScottWhite
Theme URI: http://wpgpl.com/themes/prosumer
Description: <p>ScottWhite is a clean layout with  left and right sidebars.</p> Widget Ready
Author: Nurudin Jauhari and Mike Eubanks
Author URI: http://wpgpl.com/
Tags: two-columns,fixed-width,right-sidebar,left-sidebar

	This theme is based on prosumer by Nurudin Jauhari, extended by Mike Eubanks

	The CSS, XHTML and design is released under a GPL:http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
   
}



#content-medium img
{
	border: 1px solid #000;
}

img
{
	border: 0;
}


dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
    border: 1;
	}

/*	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.right, img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left, img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


hr
{
	width: 100%;
    color: #BC8B4E;
    height: 1px;
    margin: 10px 10px 0px 0px;
   }

body
{
	background: #fff;
	color: #333;
	font-face: arial;
   
	margin: 4px;
	padding: 0;
	text-align: left;
	width: 960px;
	padding-left: 16px;
	padding-top: 4px;
   
   
}

#container {
	border: 1px solid #000;

}
a
{
	text-decoration: none;
    color:#BAB997;
}
a:link, a:visited
{
	color: #000;
	font-family: verdana;
    font-size:10px;

}

h1, h2
{
	font-family: verdana,arial,georgia,verdana;
    font-size: 18px;
    FONT-WEIGHT: bold;
    color: #006225;
  
 
}

h4, h5, h6
{
	font-family:  verdana;
	font-size: 14px;
    FONT-WEIGHT: bold;
    color: #006225;
    }

#section-2 a:link, 
#section-2 a:visited
{
	font-family:  verdana;
	font-size: 14px;
    FONT-WEIGHT: bold;
    color: #006225; 
}


.news {
border-bottom:8px solid #7198C5;
font-weight:bold;
}

h3 {
font-size:1.333em;
color:#56204B;
margin:0 0 10px;
padding:0 0 8px;
}


#nr-header {
	font-family:  verdana;
	font-size: 17px;
    FONT-WEIGHT: bold;
    color: #006225;
    line-height: 1.9em; 
}

#nr-header-sub {
	font-family:  verdana;
	font-size: 17px;
    FONT-WEIGHT: bold;
    color: #006225;
    line-height: .5em; 
}



p
{
	line-height: 1.3em;
	margin: 0.3em 0;
    font-family: verdana,georgia,arial;
	font-weight: normal;
    font-size: 12px;
    padding-top: 3px;
    
  
}



/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */



#page {
	position: relative;
	clear: both;
	text-align: left;
	width: 958px;
	background: #fff;
	border-top: 5px solid #fff;
}
#header {
	background: #1BACF2;
	border-bottom: 5px solid #B98718;
}
#headr {
	width: 950px;
	margin: 0 auto;
	color: #C3EAFB;
	text-align: left;
}
#headr h1 {
	margin: 0;
	padding: 20px 0 0 600px;
	font-size: 3em;
	font-family: verdana;
}
#headr h1 a {
	color: #FFF;
	}
#headr h1 a:hover {
	color: #FFF;
	}
#headr .description {
	padding: 10px 0 0 600px;
	color: #efefef;
}
.rss2 {
	position: absolute;
	right:0;
	bottom: 0;
}


/* Mike's replacement
***********************************/


#left {
    float: left;
}
#right {
    float: right;
     width: 210px;
}
#bottom {
    float: left;
    width: 950px;
}

#content {
    float: right;
}
#content-wide {
    width: 930px;
}
#leftside-small {
    float: left;
    width: 193px;
	margin: 0 20px 0 12px;
}
#leftside-small h3 li {
	list-style-type: none;
	text-align: left;
}
#leftside-small h3 {
	font-size: 1.3em;
	color: #000;
	margin: 0 0 2px 0;
	width: 186px;
	border-bottom: 1px solid #BAB9B7;
}
#leftside-small h3 li a {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px 0;
	width: 200px;
}
#leftside-medium {
    float: left;
    width: 290px;
    margin-top: -6px;
    
}
#leftside-big {
    float: left;
    width: 400px;
}
#rightside-medium {
    float: left;
    width: 237px;
    margin-top: 5px;
    
}
#rightside-big {
    float: right;
    width: 240px;
}
#content-small {
	float: left;
	width: 375px;
	margin: 5px 0 0 0;
    padding-right: 8px;
}
#content-medium {
	float: right;
	width: 715px;
	margin: 10px 0 0 0;
}
#content-big {
	width: 950px;
}
	
.post {
	margin-bottom: 10px;
}
.entry {
	margin-bottom: 3px;
	text-align: justify;
     
}



.entry  a {
	color: #006225;
    FONT-WEIGHT: bold;
    font-family: verdana,georgia,arial; 
     FONT-WEIGHT: bold;
     FONT-SIZE: 12px;
     TEXT-DECORATION: underline;

    
}
.side1 {
	width: 200px;
	float: left;
	color: #000;
}
.side2 {
	width: 200px;
	float: right;
	color: #000;
}
.gap {
/*	padding: 10px; */
}
#out-foot {
	display: none;
	background: #ccc;
}

#in-foot {
	background: #fff;
	width: 958px;
}
#left-footer {
	float: left;
	width: 240px;
	margin-right: 20px;
	text-align: center;
	padding-top: 10px;
	position: relative;
	top: 0px;
	font-family: arial; 
	font-style: italic;
       FONT-WEIGHT: bold;

       FONT-SIZE: 0.8em;
       COLOR: #777;
	background: #fff;

}
#footer {
	clear: both;
	position: relative;
	top: 0px;
	padding: 0 10px 3px 10px;
	margin-bottom: 4px;
	font-family: arial; 
       FONT-WEIGHT: bold;
       FONT-SIZE: 0.8em;
       COLOR: #0F5C29;
	background: #fff;

}
#footer li {
	float: left;
	display: block;
	list-style-type: circle;
	list-style-position: outside;
}
#footer H4 {
	color: #198335;
    FONT-SIZE: 13px;
     FONT-WEIGHT: bold;
    font-family: arial;  
	text-align: center;
}
#footer H5 {
	font-size: 0.9em;
	color: #BAB997;
    text-align: left;
}
#right-footer {
	position: relative;
	top: -21px;
	float: right;
	background: #fff;
	margin: 0 30px 0 0;
	padding-left: 15px;
}
#footer a {
       COLOR: #BAB997;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;

}
#bottom-trim {

}

/* Design 
******************** */
.side1  ul, .side2  ul{
	list-style: none;
}

#bottom ul, #leftside-small ul, #rightside-medium ul, #top-bar ul, #top-bar-wide ul{
	list-style: none;
    width: 250px;
    
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat  {
	margin-bottom: 20px;
}

input#s {
	width: 185px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F7F0D4;
	border: 2px solid #E2B400;
	color: #A73228;
}
input#s:focus {
	background: #fff;
	color: #A73228;
}

input#searchsubmit
{
	margin: 0;
}


/* Design  Typo
********************* */

.side1 ul li ul li a, .side2 ul li ul li  a {
	color: #333;
	background: url(images/star2.gif) left top no-repeat;
	padding-left: 18px;
}
.widget_get_recent_comments a:link, .widget_get_recent_comments a:visited, #recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
	padding-left: 0;
}
.side1 ul li ul li  a:hover,.side2 ul li ul li  a:hover {
	color: #822601;
	background: url(images/star.gif) left top no-repeat;
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #822601;
	font-weight: bold;
	background: url(images/star.gif) left top no-repeat;	
}

h2.pagetitle {
	text-align: left;
	font: 1.5em Arial, verdana;
	border-bottom: 1px solid #ccc;
}


.post h2 a {
	color: #015D82;
	display: block;
}
.post h2 a:hover {	
	color: #980F1F;
}
p.postmeta {
	margin-bottom: 10px;
	color: #A73228;
}

p.meta {
	font-size: 87%;
	border-top: 2px solid #822601;
	margin-bottom: 10px;
	color: #A73228;
}
p.meta a
{
	color: #A73228;
	text-decoration: none;
}
span.user
{
	padding: 3px 5px;
}

span.timr
{
	background: #822601;
	color: #fff;
	padding: 3px 5px;
}
span.catr
{
	padding: 3px 5px;
}
span.editr
{
	padding: 2px 2px 2px 18px;
}
span.commr
{
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	
     font-weight: bold;
     
}
.post p a:hover {
	text-decoration: none;
}
.post ul {
	margin-left: 20px;
         font-family: verdana,georgia,arial; 
     FONT-WEIGHT: normal;
     FONT-SIZE: 12px;
     
}
.post ol {
	margin-left: 40px;
    font-family:verdana,georgia,arial;
font-size:12px;
font-weight:normal;
margin-left:20px;

}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
.tags {
	margin-bottom: 10px;
	font-weight: bold;
}
	.tags a {
		font-weight: normal;
	}
	

/* Comment Etc
********************* */
.navigation 
{
	margin-bottom: 20px;
	width: 510px;
	float: left;
    
}

.navigation a
{
	color: #666;
}
.navigation .alignleft
{
	float: left;
	width: 50%;
}
.navigation .alignright
{
	float: right;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #98989;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #98989 1px solid;
}
#submit
	background: #fff url(images/shadow_top.gif) repeat-x top;
{
	padding: 3px 5px;
}
.comment
{
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #FFF2C3;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #98989;
	border-right: 1px solid #98989;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
.children {
	margin-left: 30px;
}
.trackbacklist {
	margin-left: 20px;
}
.trackbacklist span {
}

h3#respond, h3#comments {
	font: bold 1.2em verdana, Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#comment {
	width: 98%;
}
/* Top Navigation Style 
********************* */
/*  Menuv
******************** */
#top {
	background: #fff;
	float: left;
	width: 991px;
}
#topi {
	background: url(images/logo_back.jpg) 0 0 repeat-x;
	height: 105px;
	width: 958px;
	text-align: left;
}
#logo {
	position: absolute;
	left: 80px;
	top: 32px;
}
#login {
	position: absolute;
	top: 11px;
	left: 840px;
	text-size: 1.1em;
	font-weight: bold;
	line-height: 1.9em;
	color: #C99A62;
	width: 150px;
}
div#tagline {
	float: right;
	color: #C0282D;
	font-family: verdana,georgia,Trade Gothic Extended, Arial, Helvetica, Sans-Serif, Verdana;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding-right: 20px;
	margin: 3.1em 0 0.1em 0;
}
#top-bar {
	float: left;
	width: 500px;
}
#top-bar-wide {
	float: left;
	width: 991px;
}
#top-bar-home {
	clear: both;
	width: 958px;
}
#top-bar ul, #top-bar-home ul, #leftside-medium ul, #rightside-mdium ul {
	list-style-type: none;
    
}
#topy {
	position: relative;
	font-size: 1.2em;
	background: #fff;
}
div#menuv{
	clear: both;
	font-size:0.7em;
	font-family: Arial;
	background: url(images/NavBack.jpg) 0 0 repeat-x;
	z-index: 989;
	height: 33px;
	position: relative;
	width: 958px;
}
#menuv ul {
	list-style: none;
	line-height: 2.4em;
	z-index: 989;
	margin-left: 3px;
	background: transparent;
}
#menuv ul li {
	float: left;
	border-right: 2px solid #fff;
}

#menuv ul li.last_li {
		border-right: none;
}

#menuv li.page_item  a, #menuv li.current_page_item  a, #menuv li.cat-item  a {
	display: block;
	color: #fff;
	font-size: 1.2em; 
	font-weight: bold;
	line-height: 2.5em;
	margin: 0 1.5em 0 1.5em;
	padding: 0 9px 0 9px;
	z-index: 989;

}

#menuv li.current_page_parent  a {
	color: #D1BE84;
}

#menuv li.current_page_item  a {
	color: #d8d8d8;
	z-index: 989;
}

#menuv li  a:hover, #menuv li.sfhover {
	color: #D6C591;
}

#menuv li.current_page_item  a:hover, #menuv li.sfhover a {
	color: #ddd;

}

#menuv li.current_page_item  a, li.current-cat  a  {
	z-index: 989;

}

#menuv ul ul{display:none; z-index: 989;}
#menuv ul ul li{float:none; z-index: 989;}
#menuv ul ul ul{display:none;}
#menuv ul ul li a{margin:0;padding:0; z-index: 989;}


#menuv ul li:hover ul, #menuv ul li.sfhover ul{
	display:block;
	position:absolute;
	z-index: 989;
	width: inherit;
	margin: -1px 0px 0 50px;
}


#menuv ul li:hover ul ul{
	display: none;
	z-index: 989;
}
	
#menuv ul li:hover ul li, #menuv ul li.sfhover ul li{
	border-bottom: 1px solid #fff;
	border-top: none;
	border-right: none;
	margin: 0 3px 0 3px;
	background: url(images/NavBack.jpg) 0 0 repeat-x;
}

#menuv ul li:hover ul li.last_li, #menuv ul li.sfhover ul li.lastli{
	border-bottom: none;
}


#menuv ul li:hover ul li a, #menuv ul li.sfhover ul li a{
	display:block;
	color: #fff;
	border-color: #D6C591;
	z-index: 989;
	margin:0;
	height: 95%;
	font-size: 1.0em;
	padding: 0 3px 0 3px;
}

#menuv ul li:hover ul li a:hover, #menuv ul li.sfhover ul li a:hover, #menuv ul li.sfhover ul li.sfhover a{
	color: #D6C591;
	z-index: 989;
}

#menuv ul li:hover ul li.current_page_item a,
 #menuv ul li.sfhover ul li.current_page_item a{
	z-index: 989;
	color: #ddd;
	margin: 0px;
}

#menuv ul li ul li.current_page_item a,#menuv ul li ul li.current_page_item a:hover, 
#menuv ul li:hover ul li.current_page_item a, #menuv ul li.sfhover ul li.current_page_item a:hover{
}

#menuv ul li:hover ul li:hover ul, #menuv ul li.sfhover ul li.sfhover ul{
	display: block;
	z-index: 989;
	position:absolute;
	right: -140px;
	top: 10px;
}

#menuv ul li ul li.current_page_item ul li a, 
#menuv ul li:hover ul li.current_page_item ul li a ,
#menuv ul li.sfhover ul li.current_page_item ul li a {
}

#menuv ul li ul li.current_page_item ul li a:hover,
#menuv ul li.sfhover ul li.current_page_item ul li a:hover {

}

#menuv li.rss2  a {
	right: 0;
	top: 0;
	position: absolute;
}

.p-shadow {
  float:left;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
	position:absolute;

z-index: 989;
  }


.p-shadow div {
  background: none !important;
  padding: 0 !important;
  padding: 0 6px 6px 0;
	position:relative;

z-index: 989;
  }

.reldiv {
	position: absolute;
	margin-top: -4px;
}

div#subnav{
	display: block;
	font-size:0.8em;
	font-weight: bold;
	font-family: Arial;
	background: transparent;
	z-index: 989;
	height: 1.0em;
	width: 186px;
}
#subnav ul {
	list-style: none;
	line-height: 3.0em;
	z-index: 989;
}
#subnav ul li {
	float: left;
	width: 186px;
	margin: 4px 0 0 0;
	padding-bottom: 7px;
	z-index: 989;
	border-bottom: solid 1px #BAB9B7;
}
#subnav li.page_item  a, #subnav li.cat-item  a {
	display: block;
	color: #198335;
	margin-right: 0.5em;
	padding-right: 0.8em;
	padding-left: 0.0em;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: 1.0em;
	z-index: 989;
}
#subnav ul li:hover ul, #subnav ul li.sfhover ul{
	display:block;
	position:absolute;
	border: 1px solid #999;
	border-right: 2px solid #999;
	z-index: 989;
	width: inherit;
}
#subnav li  a:hover, li.sfhover a {
 	color: #000;
}
#subnav li.Current_page_item  a, #subnav li.current-cat  a  {
	display: block;
	z-index: 989;
	color: #BAB9B7;
	line-height: 1.0em;
}

#subnav li.Current_page_item, #subnav li.current-cat {
	border-bottom: solid 2px #BAB9B7;
	margin-bottom: -1px;
}

#subnav ul li.Last_li{
	border-bottom: none;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}


/* Calendar */
#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;
	}
#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; }

.ec3_eventday a {
	background-color: #ddd;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #B9A359;
	text-align: center;
	background-color: #FFE27C;
	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 */

img.wp-smiley {
	vertical-align: -25%;
}

.avatar {
	float: right;
}
.commentlist li {
	position: relative;
}
.numero {
	font-size: 35px;
	position: absolute;
	right: 10px;
	font-style: italic;
	font-weight: normal;
	bottom: 15px;
	color: #ccc;
}
.odd .numero {
	color: #C9BE989;
}
.chead .comment-author {
	font-weight: bold;
}
.chead .commentmetadata {
	font-size: 11px;
}

/* custom styling */
#bottom li {
	display: inline;
}
#bottom div {
	float: left;
}
	

     .content-home
       {
       FONT-WEIGHT: normal;
       FONT-SIZE: 12px;
       COLOR: #000000;
       FONT-FAMILY: verdana, Trade Gothic Extended, Arial, Helvetica, Sans-Serif, Verdana;
       TEXT-DECORATION: none
       }
	   
	      .content-heading
       {
       FONT-WEIGHT: bold;
       FONT-SIZE: 14px;
       COLOR: #C0282D;
       FONT-FAMILY: verdana, Trade Gothic Extended, Arial, Helvetica, Sans-Serif, Verdana;
       TEXT-DECORATION: none
       }
      
	  	      .content-heading-sm
       {
       FONT-WEIGHT: bold;
       FONT-SIZE: 11px;
       COLOR: #C0282D;
       FONT-FAMILY: verdana, Trade Gothic Extended, Arial, Helvetica, Sans-Serif, Verdana;
       TEXT-DECORATION: none
       }
	  
       .content-form
       {
       FONT-WEIGHT: bold;
       FONT-SIZE: 9px;
       COLOR: #A39494;
       FONT-FAMILY: verdana, Trade Gothic Extended, Arial, Helvetica, Sans-Serif, Verdana;
              TEXT-DECORATION: none
       }
      
	   .content-footer
       {
		float: right;
       FONT-WEIGHT: bold;
       FONT-SIZE: 12px;
       font-style: italic;
       COLOR: #C0282D;
       FONT-FAMILY: verdana,georgia,Trade Gothic Extended, Arial, Helvetica, Sans-Serif, Verdana;
       TEXT-DECORATION: none;
		margin-top: -10px;
       }

.content-footer a {
	color: #C0282D;
}
	 