/* custom styles             */
/* for srbassett.com */
/* 1/24/2010                 */

/* layout, structure and backgrounds */

html {
	background-color: #e3e5d4;
}

body {
	background-color: #e3e5d4;
	font-family: Geneva;
	color: #969696;
	font-size: 85%;
	line-height: 1.331em;
}

#page-wrap {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px
}

#content-wrap {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/*
these are the independent backgrounds for the main columns
coordinated with the column widths in the corresponding content divs below
using crazy math from these sites:
http://buildinternet.com/2009/07/four-methods-to-create-equal-height-columns/
http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks 
*/

/* this is for the section home pages */
#srb-menu-back {
	background-color: #c3cfa7;
	float: left;
	width: 100%;
	position:relative;
	right: 250px; /* width of photo panel, next to right of this one */  
}

/* this is for second tier pages */
body#srb-second-tier #srb-menu-back {
	right: 30px; /* width of the content area, next to right of this one */
}

#srb-photo-panel-back {
	background-color: #82ad58;
	float: left;
	width: 100%;
	position:relative;
	right: 520px; /* width of the content area next to the right of this one */  
}

/* this is for second tier pages */
body#srb-second-tier #srb-photo-panel-back {
	right: 740px; /* width of the content area, next to right of this one */
}

#srb-content-back { /* rightmost background get's no offset */
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	overflow:hidden;
	position:relative;
}

#srb-menu {
	width: 180px;
	float: left;
	overflow: hidden;  
	position: relative;
	left: 770px; /* total of all widths except left most */
}

#srb-photo-panel {	
	width: 250px;
	float: left;
	overflow: hidden;
	position: relative;
	left: 770px; /* total of all widths except left most */
}

/* this is for second tier pages */
body#srb-second-tier #srb-photo-panel {
	width: 30px;
	height: 100px; /* this is just to make the float left stack work */
}

#srb-content {
	width: 468px; /* +20 margin, + (15 x 2) for padding, + 2 left border = 520px */
	overflow: hidden;
	float: left; 
	position: relative;
	left: 770px; /* total of all widths except left most */
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #c3cfa7;
	padding: 15px;
}

/* this is for second tier pages */
body#srb-second-tier #srb-content {
	width: 688px; /* +20 margin, + (15 x 2) for padding, + 2 left border = 740px */
}

/* logo and menu details */

#srb-logo-wrap {
	text-align: center;
	background-color: #FFFFFF;
	height: 180px;
	padding-top: 10px;
}

#srb-menu ul {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 155px;
}

#srb-menu ul li {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #82ad58;
	padding: 5px;
	font-family: Georgia, serif;
	color: #000000;
	font-size: 116%;
}

#srb-menu a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

#srb-menu a:link {
	color: #2F2F2F;
}

#srb-menu a:visited {
	color: #2F2F2F;
}

#srb-menu li a:hover {
	color: #2F2F2F;
	background-color: #e3e5d4;
}

#srb-menu a:active {
	color: #2F2F2F;
}

#srb-sub-menu  {/* referred to in article as #menu-outer */
	height: 35px;
}

#srb-sub-menu div { /* referred to in article using class table */
	display: table;   /* Allow the centering to work */
	/* margin: auto; */
}

#srb-sub-menu ul {
	width: 450px;
	list-style: none;
	padding-bottom: 6px;
	padding-top: 4px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #c3cfa7;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #c3cfa7;
}

/* this is for second tier pages */
body#srb-second-tier #srb-sub-menu ul {
	width: 650px;
}

#srb-sub-menu li {
	display: inline;
	font-family: Georgia, serif;
	color: #2F2F2F;
	font-size: 85%;
	border-right-color: #c3cfa7;
	border-right-style: solid;
	border-right-width: 2px;
	padding-right: 3px;
}

#srb-sub-menu a {
	padding: 4px;
}

#srb-sub-menu ul li a:link {
	color: #2F2F2F;
}

#srb-sub-menu ul li a:visited {
	color: #2F2F2F;
}

#srb-sub-menu ul li a:hover {
	color: #2F2F2F;
	background-color: #e3e5d4;
}

#srb-sub-menu ul li a:active {
	color: #2F2F2F;
}

.srb-portfolio-item {
	padding-top: 5px;
	width: 225px;
	float: left;
	/* border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	text-align: center; */
}

/* utility */

.clear {
	clear:both;
}

/* putting vanilla stuff back into basic HTML elements (pulled mostly from YUI base.css) */

a:link {
	color: #656565;
}

a:visited {
	color: #656565;
}

a:hover {
	color: #656565;
}

a:active {
	color: #656565;
}

h1,h3 {
	/* Top & bottom margin based on font size. */
	margin-top: .2em;
	margin-bottom: .4em;
}

h2 {
	/* Top & bottom margin based on font size. */
	margin-top: .8em;
	margin-bottom: .4em;
}

.whats-growin-box h2 {
	margin-top: 0em;
	font-size: 138.5%;
	padding-left: 35px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url('../images/template/splash.gif') no-repeat scroll left center;
	line-height: 2em;
}

b,strong,dt {
	/* Bringing boldness back to the strong element. */
	font-weight: bold;
}

i,em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1.4em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/* customized base HTML elements, no class needed */

h1 {
	font-family: Georgia, serif;
	color: #81ad61;
	font-size: 197%;
}

h2 {
	font-family: Georgia, serif;
	color: #81ad61;
	font-size: 138.5%;
}


h3 {
	font-family: Georgia, serif;
	color: #81ad61;
	font-size: 116%;
}

span.test {
	font-family: Georgia, serif;
	color: #81ad61;
	font-size: 197%;
}

blockquote {
	width: 85%;
	margin-left:  auto;
	margin-right:  auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Georgia, serif;
	color: #81ad61;
	font-size: 123.1%;
	line-height: 1.431em;
}

hr {
	width: 450px;
	color: #e3e5d4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c3cfa7;
	margin-left: 0px;
}

/* this is for second tier pages */
body#srb-second-tier hr {
	width: 650px;
}

/* used in javascript for enhancement */

.menu-over {
	background-color: #e3e5d4;
}

.current-page {
	background-color: #e3e5d4;
}

.srb-portfolio-display {
	border-style: solid;
	border-width: 10px;
	border-color: #fcf0c4;
	position:fixed;
	z-index:100;
	text-align: center;
}

.srb-portfolio-display img {
	/* margin-top: 5px; */
}

#srb-mask {
	position:absolute; 
	z-index:50;
	background-color: #000000;
	display:none; 
}

/* custom classes needed for layouts */

ul.srb-list,ol.srb-ordered-list,ul.srb-paragraph-list {
	margin-top: .2em;
	margin-bottom: 1.4em;
	margin-left: 20px;
}

ul.srb-list li, ul.srb-paragraph-list li {
	list-style-image: url('../images/template/bullett.gif');
}

ul.srb-list li {
	list-style-position: outside;
}

ul.srb-paragraph-list li {
	list-style-position: inside;
	margin-bottom: 1em;
}

ol.srb-ordered-list>li {
	list-style: decimal outside;
}

a.srb-external-link {
	/* took these rules from the wikipedia style sheet */
	padding-right: 13px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/template/external.png) no-repeat scroll right center;
}

.whats-growin-box {
	font-family: "Courier New", Courier, monospace;
	color: #3F3F3F;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1.4em;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url('../images/template/whats_growin_bottom_background.gif');
	padding-bottom: 17px;
	width: 420px;
}

.whats-growin-box-content {
	background-color: #fcf0c4;
	width: 364px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.quote-box {
	background-color: #fcf0c4;
	padding: 7px;
	margin: 5px;
}

.customer-name {
	font-size: 77%;
}

.srb-fun-bold {
	color: #81ad61;
	font-weight: bold;
}
