/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

.custom #container {
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 2em;
	padding: 0.3em;
	border: 0.9em solid #ffffff;
	color: #333;
}

.custom #page {
	background: transparent;
}

/*---:[ end Set 1 ]:---*/

/* Brown box in sidebar widget */

.custom li.widget .blue_box_callout {
	padding: 0.846em;
	line-height: 1.385em;
	background: #7A4236;
	border: 0.077em solid #7A4236;
	color: #fff;
}

/* Make Post pages wider with no sidebars */

.no-sidebar #sidebar_1 {
	display: none;
}

.no-sidebar #sidebar_2 {
	display: none;
}

.no-sidebar #multimedia_box {
	display: none;
}

.no-sidebar #content {
	width: 95em;
}

.no-sidebar #content_box {
	background: none;
}

.no-sidebar a { 
	color: #7A4236; text-decoration: none; 
}

/* Make News page wider with no sidebars */

.cat_news #sidebar_1 {
	display: none;
}

.cat_news #sidebar_2 {
	display: none;
}

.cat_news #multimedia_box {
	display: none;
}

.cat_news #content_box {
	background: none;
}

.cat_news #content {
	width: 95em;
}

.cat_news .teasers_box {
	width: 95em;
}

.cat_news .teaser {
	width: 46em;
}

/* Make Editor pages wider with no sidebars */

.editor #sidebar_1 {
	display: none;
}

.editor #sidebar_2 {
	display: none;
}

.editor #multimedia_box {
	display: none;
}

.editor #content {
	width: 95em;
}

.editor #content_box {
	background: none;
}

/* Brody spot pages tests */

.brody #custom_box {
	display: none;
}

.brody #content {
	width: 60em;
	position: relative;
	left: 13.3em;
}

.brody #sidebar_1 {
	display: none;
}

.brody #sidebar_2 {
	width: 21.5em;
}

.brody #sidebars {
	width: 21.5em;
}

.brody #content {
	border-right: 2px solid #ddd;
}

.brody #content_box {
	border-bottom-width: 0px;
}

.brody #content_box {
	background: none;
}

.producer #content {
	width: 36em;
	position: relative;
	left: 13.3em;
}

.custom php {
	display: none;
}

/* Make footer have single line on top */

.custom #footer {
	border-top: 2px solid #DDDDDD;
}

/* Make space around media box larger */

.custom #custom_box {
	margin: 0;
}

/* Gets rid of Comments Closed message */

.custom .format_text .to_comments {
	display: none;
}

.custom .comments_closed p {
  display: none;
}


/* ---Clickable Header Image */

/* This line sets up our clickable background image based on the site title's link */

/* DIY: Adjust the height & width attributes to reflect the actual size of your image */

/* DIY: Change the filename of your image to reflect the actual header's file name */

.custom #header #logo a {
	display: block;
	height: 4.4em;
	width: 26em;
	background: url('images/ditchheaderlogo.jpg') no-repeat;
	outline: none;
	padding-left: 0;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */

.custom #header #logo, .custom #header #tagline {
	text-indent: -9999px;
}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */

.custom #header #tagline {
	height: 0;
}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom #header {
	padding: 0;
	border: 0;
}

/* ---Add a little space around the custom box */

.custom #image_box, #video_box, #custom_box {
	padding: 0em;
}

/*nav bar*/

/*1st line extends nav bar color to end of header*/

.custom .menu {
	background: url('images/navbackground.jpg');
	repeat: none;
	height: 50px;
	padding-left: 2em;
	vertical-align: middle;
}

.custom .menu a {
	color: #FFFFFF;
	background:none;
	border:none;
	text-decoration: none;
	font-weight: bold;
	margin-left: 1em;
	margin-top: .3em;
	margin-bottom: 1em;
	border: 0;
	vertical-align: middle;
}

.custom .menu a:hover {
	color: #FFCC00;
	background:none;
}

.custom .menu .current {
	color: #FFf;
	background-color: none;
}

.custom .menu .current:hover {
	color: #FFCC00;
	background-color: none;
}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { 
	color: #FFCC00;
   }

/*custom background*/

body.custom {
	background: #ffffff;
}


/* some custom placements*/

.custom #sidebar_1 {
	padding-top: 2em;
}

.custom #sidebar_2 {
	padding-top: 2em;
}

/* make left side wider */
.post_box, .teasers_box, .full_width #content_box .page {
margin:0 0 1.1em;
}

.custom #sidebar_2 {
	border-left:1px solid #DDDDDD;
	}
	
.custom #sidebar_1 {
	border-width:0 0 0 0;
	}
	
	
/* new isession login  */
	
.custom li.widget .isessionloginv2 {
	padding: 0.846em;
	line-height: 1.385em;
	background: #7A4236;
	border: 0.077em solid #7A4236;
	color: #fff;
	border: 0.077em solid #2F4F4F;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.isessionloginv2 {
	padding: 0.846em;
	line-height: 1.5em;
	border: 0.077em none #2F4F4F;
	color: #7A4236;
	position: relative;
	font-size:1.3em;
}


.custom_box {
background: #FFFFFF;
}


