/* *****************************************************************
Name: Studio Bennett Stylesheet
Date: 05.18.2009
Author: Daren Guillory
URL: http://www.graphicbio.com
**************************************************************** */

* {
    margin: 0;
}

html, body {
    margin: 0;
    height: 100%;
    padding: 0;
	font-size: 12px;
	color: #68695f;
	background: #f1f1e0;
}

img {
	border: 0;
}

#pageWrapper {
    width: 100%;
    height: 100%;
    background: #f1f1e0 url(images/deckle.gif) repeat-x;
}


#page {
	width: 1000px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
}



#nav {
	height: 32px;
	font-family: "Georgia", Times, serif;
	text-align: center;
	padding: 18px 0 0 0;
 	margin: 0 auto;
	background: url(images/topFlourish.png) 47% 100% no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;

}

#nav li {
	font-size: .95em;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	display: inline;
	padding: 0 40px 0 40px;
	list-style-type: none;
}


#nav a:link {
	color: #bed500;
	text-decoration: none;
}

#nav a:active, a:focus {
	color: #bed500;
	text-decoration: none;
}

#nav a:visited {
	color: #bed500;
	text-decoration: none;
}

#nav a:hover {
	color: #f1f1e0;
}



.current {
	color: #f1f1e0;
}

#banner {
	text-align: center;
	min-height: 208px;
	width: 900px;
	margin: 0 auto 0 auto;
	background: url(images/bannerFlourish.png) 50% 0 no-repeat;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;	
	font-family: "Georgia", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
}


#content a:visited, a:link, a:active, a:focus {
	padding-bottom: 1px;
	color: #a2ad00;
	text-decoration: none;
}

#content a:hover {
	color: #bed500;
}

.pageTitle {

	height: 20px;
	margin: 0 auto;
}

.mainWrap {
	margin: 0 auto;
	width: 410px;
	text-align: center;
}

.main {
	width: 390px;
	margin: 10px auto 10px auto;
	padding: 0 10px 0 10px;
	text-align: center;
}

.mainContact {
	width: 390px;
	margin: 10px auto 10px auto;
	padding: 0 10px 0 10px;
	text-align: left;
}

.buckets {
	width: 780px;
	margin: 0 auto 0 auto;
}

.about {
	float: left;
	width: 240px;
	padding: 0 10px 0;
}

.contact {
	float: left;
	width: 240px;
	padding: 0 10px 0;
}

.clients {
	float: left;
	width: 240px;
	padding: 0 10px 0;
}

.sidebar {
	float: right;
	width: 200px;
	color: #f1f1e0;
	min-height: 600px;
	height: 100%;
	height: auto !important;
	margin: 50px 0 0;
	background: url(images/sketchy.png) 0 0 no-repeat;
}

.sidebar ul {
	list-style-type: none;
	padding: 0 10px 0 10px;
	text-align: left;
}

.sidebar li {
	border-bottom: 1px solid #9fa094;
	padding: 3px 0;
}

.subnav {
	width: 500px;
	height: 20px;
	margin: 0 auto 10px auto;
	text-transform: uppercase;
	font-size: .9em;
}

.subnav ul {
	list-style-type: none;
	padding: 10px 0 0;
}

.subnav li {
	display: inline;
	padding: 0 10px 0 10px;

	border-right: 1px solid #9fa094;
}

.subnav li.last {
	border-right: none;
}


.currentB {
	color: #68695f;
}

.footer {
	float: left;
	width: 1000px;
	margin: 20px 0 0;
	padding: 0 0 10px 0;
	font-size: .9em;
	text-align: center;
}

img.logo {
	position: relative;
	left: -1px;
	top: 62px;
}

img.center {
	display: block;
	margin: 0 auto 0 auto;
}

img.customD {
	display: block;
	position: relative;
	top: 0;
	left: 141px;
	padding-bottom: 20px;
}

img.customT {
	display: block;
	position: relative;
	top: 0;
	left: 90px;
	padding-bottom: 20px;
}

p.pull {
	font-size: 1.5em;
}

p.copy {
	padding-bottom: 10px;
	text-align: center;
	margin: 0 auto;
	
}

h1 {
	font-size: 1em;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.sidebar h1 {
	padding-top: 20px;
}


/* Begin Coda Slider CSS */


p#cross-links { text-align: center }

p#cross-links { margin-bottom: 20px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 auto 0 auto;
	position: relative;
	width: 800px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 420px; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 730px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 420px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 730px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { display: none }


.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 190px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.png") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.png") no-repeat center;
}

/* End Coda Slider CSS */

/* Begin Form CSS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#e6e8d3;
    border-color:#7C7C7C;
	border-style:solid;
	border-width:1px;
    font-family:"Georgia", Times, serif;
    font-size:1em;
    line-height:1.3em;
    text-decoration:none;
    font-weight:normal;
    color:#a2ad00;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button.positive, .buttons a.positive{
    margin-top: 5px;
	color:#68695f;

}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dddfc9;
    border:1px solid #68695f;
    color:#5a5b52;
}
.buttons a.positive:active{
    background-color:#C3C3C3;
    border:1px solid #7C7C7C;
    color:#fff;
}

/* End Form CSS */



