/*  
Theme Name: Stetson Choice Template, 2010+
Theme URI: http://stetsonchoice.com
Description: Two columns, fixed width. 

*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #7A746A url(images/bg.gif); /*was 4E5706 */
	color: #000;
	font-size: 14px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: "Lucida Sans Unicode", Tahoma, Georgia, Arial, sans-serif;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	/*font-size: small;*/
}
html>body {
	font-size: 14px;
}
p {
	margin: 1.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}

ol, ul {
	margin: 1.2em 0 1.2em 2.4em;  /* you put 0 0 0 2.4em; */ 
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	/*border: 1px red dotted;*/
}

#content ol, #content ul { /* This corrects the extra top spacing between sublists for the content, while maintaining the existing intent in the sidebar */
	margin:0 0 1.2em 2.4em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #69592C; /* was  #4E5706 JHB3 */
	font-family: Georgia, serif;
	letter-spacing:.05em;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a {
	text-decoration: none;	
}
a:link {
	color: #786943; /* was #C86C00 JHB3 */
}
a:visited {     /*  Separated visited and active colors JHB3 */
	color: #643D0D;  
}
a:hover {
	background-color: #A9996f; /* 4E5706 JHB3 */
	color: #FFF;
}
a:active {
	background-color: #A9996f; /* 4E5706 JHB3 */
	color: #FFF;
}


#sidebar a:link {
	color: #212503;  /*  was #C79A65 JHB3 */
	
}

#footer a:link {
	color: #C79A65;  /*  Separated sidebar and footer a:etc. colors JHB3 */
}
#sidebar a:visited {
	color: #5C4327; /* was C0996C JHB3 */
}
#sidebar a:active {
	color: #7B5A35; /* was C0996C JHB3 */
}
#footer a:visited, #footer a:active {
	color: #C0996C; /* OK JHB3 */
}
#sidebar , #footer a:hover {
	background-color: #A9996f; /* A3963B JHB3 */
	color: #000;
}
input, textarea, select {	
	background-color: #FFF;
	border: 1px solid #69592C; /* was 4E5706*/
	color: #000;
	font: 1em "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
input.submit, input[type=submit] {
	border: 1px solid #000;
	background-color: #A9996f;
	color: #FFF;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #C5C799; /* REVISE JHB3 */
	font-size: 0.92em;
}
small {
	font-size: 0.92em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #7C7D66; /* REVISE JHB3 */
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

/* The Layout */

#headwrapper {
	height: 350px;
	background: url(images/bg2.gif) repeat-x;
}
#header {
	margin: 0 auto;
	width: 765px;
	height: 85px;
	background: url(images/header.gif) no-repeat;
	text-align: left;
	overflow: hidden;
}

	/* Header Styles */
	
	#title {
		margin: 0;
		padding: 10px 0 0 16px; /* L was 237px*/
		font-size: 2.6em;
		font-variant: small-caps;
		display:none;
	}
	#title a {  /* PUT THE LOGO HERE JHB3 */
		display: block;
		float: left;
		padding: 10px 25px 0 25px;
		height: 55px;
		/*background: #A79E45 url(images/title.gif) repeat-x;*/ /*JHB3*/
		color: #2C3101;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 45px;
	}
	html>body #title a {
		height: 45px;  /* Equals height above, don't forget JHB3 */
	}
	
#wrapper {
	margin: -265px auto 0 auto;
	width: 765px;
	background: #FFFFE3 url(images/wrapper.gif) repeat-y;
	text-align: left;
	font-size: 0.95em; /* was .92em JHB3 */
}
#content {
	float: right;
	padding: 0 38px 0 23px;
	width: 538px;
	background: url(images/content.gif) no-repeat 100% 0;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 477px;
}
html>body #content {
	width: 477px;
}
#sidebar {
	float: right;
	padding: 20px 15px 6em 27px; /* Top was 265px JHB3; bottom padding added from 0 due to bg image getting chopped on homepage when nav was short */
	/*width: 227px;*/
	background: url(images/sidebar.gif) no-repeat;
	color: #E5E6C2;
	font-size: 1em; /* was .92em JHB3 */
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 185px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	


}
html>body #sidebar { /* not IE */
	width: 185px;
}

* + html #sidebar li#flexi-pages ul {  /*FIX IE7*/
	padding-left:16px;
}
#footer {
	clear: both;
	background: url(images/bg.gif);
	color: #E5E6C2;
	font-size: 0.86em;
	width:765px;
	height:60px;
	position: relative; /* IE disappearing background fix */
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 18px 2em 1.8em 2em; /* 2em 0 1.8em 242px */
		background: url(images/footer.gif) no-repeat;
		text-align:center;
	}
	
/* Sidebar Styles */


#sidebar h2 {
	margin: 6px -15px 2px -15px;
	padding: 5px 0 0px 15px;
	height: 28px;
	/*background: url(images/sidebarheader.gif) no-repeat;*/ /* Re-introduce later */
	border-bottom:1px #666666 dashed;
	color: #212503; /* REVISE JHB3 */
	font-size: 1.2em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 23px;
}
html>body #sidebar h2 {
	height: 23px;
}
#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:active {
	color: #212503; /* REVISE JHB3 */
}
#sidebar p {
	margin: 0.6em 0;
}

#sidebar ul {
	margin: 0;
	list-style-type: none;
}
#sidebar ul {
	margin: 0 0 0 0;
	/*border:1px red dashed;*/
	padding:0; /* nope */
	width:170px; /* Fixed width in Netscape */
}

html>body #sidebar ul { /* not IE */
	margin: 0 0;
	/*border:1px green dashed;*/
	/* Artifact */
}

#sidebar li, sidebar ul {
list-style-position:outside; 

}
#sidebar ul ul {
	margin: 0 0;
	/*border:1px blue dashed;*/
}
#sidebar ul ul ul {
	margin: 0;
	/*border:1px greed dashed;*/
}

/*FOR IE */
#sidebar ul li {
	padding: 0 0 0 15px;
	background:none;
	/*font-weight:bold;*/
	margin:0 0 2px 0;
	/*border:1px blue dashed;*/
}

#sidebar ul ul li {
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 0.55em;
	/*font-weight:bold;*/
	margin:0 0 2px 0;
}

#sidebar ul ul ul li { /* FIXES SOME ISSUE WITH HIDING TEXT ON RIGHT*/

	/*border:#FFF 1px dotted;*/
	width:98%;
}


/*FOR ALL OTHER Browsers*/
html>body #sidebar ul li {
	padding: 0 0 0 0px;
	/*background: url(images/bullet.gif) no-repeat 0 0.55em;*/  /*THIS WAS THE CULPRIT in Firefox!!*/
	/*font-weight:bold;*/
	margin:0 0 2px 0;
	/*border:1px red dashed;*/
}

html>body #sidebar .homelink {
	border: none;
	}

html>body #sidebar ul ul li {
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 0.55em;
	/*font-weight:bold;*/
	margin:0 0 2px 0;
}

/* Blog and Comments */

.post {
	margin: 0 0 1em 0;
	padding: 0.1em 0 18px 0;
	background: url(images/divider.gif) no-repeat 50% 100%;
}
.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 0.1em 0;
	background: url(images/underline.gif) no-repeat 0 100%;
}
.postdate {
	margin: 0.1em 0 1.2em 0;
	color: #7C7D66;
	font-size: 0.92em;
}
.postmeta {
}
.commentlist {
	margin: 0 0 0 1.2em;
	padding: 0 0 0.4em 0;
}
.commentauthor {
	margin: 0;
	padding: 0 0 0.1em 0;
	background: url(images/underline.gif) no-repeat 0 100%;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentdate {
	margin-top: 0.2em;
	color: #7C7D66; /* REVISE JHB3 */
	font-size: 0.92em;
}
#comment {
	width: 98%;
}

.postnav {
	width: 100%;
	margin: 1.2em 0 0 0;
	padding: 0 0 0.6em 0;
	overflow: auto;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* Widgets and Etc */

.widget_search div {
	margin: 0.6em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/* Calendar */

.widget_calendar h2 {
	display: none;
}
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 185px;
	border: 1px solid #000;
	background: #69592C; /* was 4E5706 */
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 183px;
} 
html>body #wp-calendar {
	width: 183px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: url(images/sidebarheader.gif) no-repeat 50% -2px;
	color: #212503; /* REVISE JHB3 */
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: url(images/sidebarheader.gif) no-repeat 100% 0;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #605435;
	background: #FFF;
}

/*#sidebar h2 {   /* REMOVES ALL h2 TEXT, rather than programmatically */
/*display:none;
}*/

/* REMOVES PAGES/NAVIGATION TEXT, rather than programmatically*/

/* MORE #sidebar ul li#pagenav h2 {   Does not work
/*display:none;
}*/

li#breukies-pages-1 h2 {    /*Works for Breukies Widget Level 1 Only, if used. May be obsolete*/
	display: none;
}

div#post-19 h2.posttitle {  /* Removes "Home" from homepage */
	display:none;
}


/* Image Styles Whilst Waiting for Yahoo Upgrade*/


/* Right Now All Content Images Receive This Style */
#content img {
	padding:2px;
	border:1px solid #666; /*#b4a678 */ /*#605435*/
	/*margin:5px;*/
	float: right;
	/*margin: 0 15px 0.2em 0;*/
	margin: 0 0 0.2em 15px;
}
.imageframe {
	margin:10px; 
	padding:5px; 
	border:1px solid #605435;
}
.imgalignleft { 
	float:left; 
}
.imgalignright { 
	float:right; 
}
.imgaligncenter { 
	margin-left:auto;
	margin-right:auto; 
}

/* Styling CForm #2, Contact Us*/

form#cforms2form {
/*border:1px red dashed;*/
margin:0 0 1em 0;
padding:0;
}

p#usermessage2a {
/*border:1px green dashed;*/
margin:-1em 0 0 0;
padding:0;
}

.breadcrumb {
font-size:.8em;
color:#b4a678;
text-align:right;
margin-right:-6px;
}

.breadcrumb a:link {
color:#b4a678;
}

.breadcrumb a:visited {
color:#b4a678;
background:none;
}

.breadcrumb a:hover{
color:#666;
background:none;
}

.breadcrumb a:active{
color:#666;
background:none;
}

#breadcrumb-Home, #breadcrumb-19 {
display:none;
}

/* For Flexible Widget to Format Like we want */

#flexi-pages-1 ul li { /*First level is bold.*/
	font-weight:bold;
}

#flexi-pages-1 ul ul li { /*Second level is not */
	font-weight:normal;
}

#flexi-pages-1 h2 {
display:none;
}

/* Updated for new flexipages widget 2009-10 */

#flexipages-2 {
	font-weight:bold;
	}
#flexipages-2 ul ul li {	
	font-weight:normal;
}

#sidebarTopNavItems {
font-weight:bold;
}

li.page_item.page-item-19.current_page_item { /*Don't display home on this site's home page. This is consistent with adding id of <li id="flexi-<?php the_ID() ?>"> to Home li in Flexi Pages Widget Plugin */
display:none;
}


div.ddsg-wrapper h2, div.ddsg-wrapper div {
	display:none;
	}
	
	/*CForms Quick Styling*/
	
		p.linklove {display:none;}
		
		#wrapper input.sendbutton {color:#000; font-weight:bold;}