/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/***************Scrolling Images****************/
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
        padding-left: 10px;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 477px;
	height: 150px;
	margin-bottom: 0em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 477px;
	height: 150px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 157px;
	height: 150px;
}
/* Customize layout */
.custom #header { padding: 15px 0px; }
.custom #page { padding: 0; }
.custom #container { width: 915px; margin-top: 20px;}
.custom #header { height: 109px; }
.custom #content_box, .no_sidebars { width: auto; padding: 0 20px; background: url("http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/contback.jpg") repeat-y scroll 0 0 transparent;}

#bannerbar {
background: url("http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/barback.jpg") repeat-x scroll 0 0 #DDEFFF;
padding: 40px 20px;
float: left;
width: 875px;
border-bottom: solid 1px #67819E;
border-top: solid 1px #67819E;
}

#bannerbar ul {
margin-left: 30px;
font-size: 16px;
}

#bannerbar h1 {
font-size: 22px;
}

#bannerleft {
float: left;
width: 375px;
}

#bannerleft img {
padding-top: 20px;
}
#bannerleft a {
 color: #000000;
}
#bannerright {
float: right;
}
#bannerright img {
padding-left: 2px;
}

#sidebar_3 {
width: 300px;
}
#sidebars_home {
border: 0 none;
float: right;
width: 300px;
}

#freequote {
background: url("http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/barback.jpg") repeat-x scroll 0 0 #DDEFFF;
margin-bottom:0;
margin-left:-31px;
margin-right:-31px;
overflow:hidden;
border-bottom: solid 1px #67819E;
border-top: solid 1px #67819E;
}


/* Change Footer Color */
.custom #footer { background: #000000; border-top: solid 2px #000000;  }

/* MENU Customization */

.custom .menu { background-image:url(http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/menubck.png); height: 30px; border: none;}

.custom .menu li a { border:none; background-image:url(http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/menubck2.png); }

.custom .menu a { border: none; background: none; width: 106px; letter-spacing: 0px; padding: 8px 0; text-align: center; font-weight: bold;}

.custom .menu a:hover { background-image:url(http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/menuhov.png);}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { background-image:url(http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/menuact.png); width: 106px; color: #000000; border: none;}

.custom .menu .current-parent a { background-image:url(http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/menuact.png); border: none;) }

.custom .nav, .menu li ul { border-width: 0 0 0 0; }

.custom .submenu .item a { color: #ffffff; margin-left:10px; background: #000000; width: 147px; text-align: left; padding: 8px 0 8px 5px; }

.custom .submenu li a:hover { background-image:url(http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/menubckhov.png); }

.custom .submenu .current a { color: #000000; background: #c6c6c6; }
.custom .submenu .current a:hover { color: #000000; background: #c6c6c6; }

/********** End Menu Customization **********/

.folio {
color: #525252;
padding: 10px;
border: solid 1px #67819E;
width: 375px;
float: left;
margin-right: 25px;
margin-bottom: 25px;
}

.folio img {
border: solid 1px #000000; 
float: left; 
margin-right: 10px;
width: 200px;
}
.nohead .headline_area {
display: none;
}
.prevnext {
clear: both;
text-align: center;
}
.prevnext a {
color: #525252;
}
.prevnext a:hover {
color: #CCCCCC;
}
.prevnext .prev {
margin-right: 60px;
}

.prevnext .back {
margin-right: 60px;
}
/* Remove Comments Closed Statement */
.custom .comments_closed {display: none;}

/* Style Custom Sidebar for Home Page */
.custom .sidebar h3 { background:none no-repeat scroll 0 0 transparent;
border-bottom:2px solid #67819E;
border-top:2px solid #67819E;
font-weight:bold;
height:30px;
line-height:30px;}

/************ Floating Bookmarks ***********/
.custom #bookmarks {background: transparent; width: 64px; position: fixed; top: 160px; right: 0.55%;}
.custom #bookmarks a {display: block; text-indent: -9999px; height: 64px;}
.custom #bookmarks #twitter {background: url('http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/twitter.png')}
.custom #bookmarks #rss {background: url('http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/rss-64.png')}
.custom #bookmarks #buzz {background: url('http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/buzz.png')}
.custom #bookmarks #facebook {background: url('http://www.suburbanmedia.net/wp-content/themes/thesis_16/custom/images/facebook.png')}

/************ RegForm Styling ************************/
.regfieldset {
background:none repeat scroll 0 0 #F7F7F7;
border-color:#ECECEC #ADADAD #ADADAD #ECECEC;
border-right:1px solid #ADADAD;
border-style:solid;
border-width:1px;
margin-top:10px;
padding:5px 0 15px;
}

.regfieldset legend {
color:#666666;
font:20px Times;
margin-left:10px;
padding:0 2px;
}

.main-list dt {
float:left;
display: inline-block;
margin:4px 10px 0 0;
text-align:right;
vertical-align:top;
width:90px;
}

.regfieldset .box-title {
float:none;
padding-left:100px;
width:200px;
text-align:left;
}
.main-list dd {
margin:0;
padding:5px;
}

.act-list dt {
float:left;
display: inline-block;
margin:4px 10px 0 0;
text-align:right;
vertical-align:top;
width:350px;
}

.act-list dd {
margin:0;
padding:5px;
}
.act-list .qty {
width:50px;
}

.regfieldset #regfees {
margin-left:95px;
}
.regfieldset #zip {
width:100px;
}
.regform .sendbutton {
float:right;
border-color:#ECECEC #ADADAD #ADADAD #ECECEC !important;
border-right:1px solid #ADADAD !important;
border-style:solid !important;
border-width:1px !important;
font-size:0.8em;
margin:10px 0 0 5px;
padding:5px;
width:100px;
}
.titlebox {
background:none repeat scroll 0 0 #F0F0F0 !important;
letter-spacing:1px;
margin:10px 0 !important;
padding:5px 0;
text-align:center;
}
