
/* ------------------------------------------ */
/* CREDITS */
/* ------------------------------------------ */
/*
COPYRIGHT:
All content copyright (c) 2008, Roughstock Studios.
Stealing bad. Asking good.

DESIGN AND MARKUP CREATED BY:
Roughstock Studios

URL:
http://www.roughstockstudios.com

EMAIL:
howdy@roughstockstudios.com
*/





/* ------------------------------------------ */
/* RESET */
/* ------------------------------------------ */


#background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}


html, body, div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd,
ol, ul, li, dl, dt, dd, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}



/* ------------------------------------------ */
/* UNIVERSALS */
/* ------------------------------------------ */

html, body { height: 100%; }

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	color: #444243;
	background: #f3eee8 url(images/template/bgtile2.gif);
	width: 100%;
	overflow: auto;
	position: relative;
	}

.imgleft {
	float: left;
	margin: 0em 1em 1em 0em;
	}

.imgright {
	float: right;
	margin: 0em 0em 1em 1em;
	}
	
#col2 img {
	border: 6px solid #d4cebe; 
	width: 460px;
	height: auto;
	margin-top: .5em;
	margin-bottom: 1.8em;
	}
	
	#col2 img.noborder {
	border: none; 
	width: 472px;
	}
	
	
a, a:visited { color: #901b1b; text-decoration: none; border: none; }
a:hover, a:active  { color: #901b1b; text-decoration: none; border-bottom: 1px dotted #901b1b; background-color: #fff; }

	a.unitlink { border: none; }
	a:hover.unitlink { background-color: transparent; border: none; }


.top {
	font-size: 0px;
	display: none;
	}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
/* ------------------------------------------ */
/* SITE STRUCTURE */
/* ------------------------------------------ */	
	
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }


#container {
	position: relative;
	height: auto;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: auto;
	}
	
		
#header {
	position: relative;
	width: 100%;
	background: transparent url(images/navigation/navtile.gif) repeat-x;
	margin: 0px;
	}			
	
	#signup {
	position: relative;
	float: right;
	height: 33px;
	width: 458px;
	margin-top: -31px;
	margin-right: 15px;	
	background: transparent url(images/template/roundup-bg2.gif) no-repeat;
	}
	
	#signup-interior { margin-top: 7px; margin-left:20px; }

	#roundupform { 
	clear: both;
	float:right;
	margin-top: -20px;
	margin-right: 18px;
	}
	
	.emailinput {
	width:145px;
	float:left;
	background-color: #f6f0e2;
	border: 1px solid #9f9d98;
	font-size: 1em;
	}
	
	
#contentwrap {
	position: relative;
	width: 100%;
	margin: 0px;
	display:inline;
	}


#content {
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: left;
	width: 934px;
	margin: 0 auto;
	padding-left: 10px;
	padding-bottom: 200px;
	}
	
	#intro {
	position: relative; 
	width: 934px;
	margin-top: 60px;
	margin-bottom: 40px;
	}
	
	#col1, #col2, #col3 {
	position: relative; 
	margin-bottom: 50px;
	}

	#col1 {
	width: 186px;
	margin-right: 45px;
	float: left;
	}

	#col2 {
	float: left;
	width: 472px;
	margin-right: 45px;
	}
	
		#col2a {
		float: left;
		width: 472px;
		margin-right: 45px;
		}
		
		#body2a {
		position: relative; 
		float: left;
		width: 226px;
		}

		#body2b {
		position: relative; 
		float: left;
		width: 226px;
		padding-left: 20px;
		}

	#col3 {
	width: 186px;
	float: left;
	}

#footerwrap  { 
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: -200px;
	height: 200px;
	background: url('images/template/footertile.gif');
	clear:both;
	}
	
	#shadowfooter { background: transparent url(images/template/footertile2.gif) repeat-x; width: 100%;}
	
	#footer {
	position: relative;
	width: 934px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 200px;
	}
	
	#footer1 {
	position: relative; 
	float: left;
	width: 186px;
	margin-right: 40px;
	margin-left: 10px;
	}
	
	#footer2 {
	position: relative; 
	float: left;
	width: 472px;
	margin-right: 40px;
	}
	
	#footer3 {
	position: relative;
	float: left;
	width: 186px; 
	}





/* ------------------------------------------ */
/* TYPOGRAPHY */
/* ------------------------------------------ */

h1, h2, h3, h4, h5, p {
	text-align: left;
	margin: 0;
	}

h1, h2, h3, h4, h5 {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	}
	
h2, h4, h5 { color: #901b1b; }

h1 {
	font-size: 2.8em;
	line-height: 1.4em;
	word-spacing: -.1em;
	letter-spacing: .25px;
	font-weight: bold;
	color: #901b1b;
	height: 50px;
	}


h2 {
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: .25em;
	font-weight: bold;
	}

h3 {
	font-size: 1.4em;
	letter-spacing: .5px;
	color: #444243;
	padding-bottom: .25em;
	font-style: italic;
	font-weight:bold;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.8em;
	letter-spacing: .5px;
	margin-bottom: .5em;
	text-transform: uppercase;
	}

	.hexcerpt {
	padding: 0em 3em 0em 2em;
	}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 1.4em;
	}
	
	.pintro {
	color: #444243;
	font-weight: bold;
	font-size: 1.6em;
	line-height:1.5em;
	padding: .8em .2em .8em .2em;
	margin-bottom: 1.5em;
	border-top: 1px dotted #59595a;
	border-bottom: 1px dotted #59595a;
	word-spacing: -1px;
	letter-spacing: .25px;
	}
	
	
	.plast {
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 1.4em;
	padding-top: .25em;
	}
	
	.pfootnote {
	font-size: 1.1em;
	font-style: italic;
	padding-top: 1.6em;
	}
	
	.ptop {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing:1px;
	line-height: 1.8em;
	text-align: center;
	padding-top: 2em;
	}
	
	.ptagline {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: right;
	}
	
	.pexcerpt {
	padding: 0em 3em 1.4em 2em;
	}
	
	.pfooter {
	color: #6c675c;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	}
	
	.psidebar {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;  
  	font-size: 1em;
  	text-transform: uppercase;
  	text-decoration: none;
	letter-spacing:.5px;
	}
	
		
#col1 p, .plibrary {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: .25px;
	}
	
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

blockquote {
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0em 2em 1.4em 2em;
	font-style: italic;
	color: #000;
	}
	
	.righttext { text-align: right; }
		

.pullquote {
	float: right;
	width: 150px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: .9em 0em .9em 1.4em;
	padding-left: 1em;
	border-left: 1px dotted #901b1b;
	color: #901b1b;
	font-style: italic;
	}



#col2 ul {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0em 0em 1em 2em;
	list-style-type: disc;
	list-style-position: outside;
	}
	
	#col2 li {
	margin-bottom: .6em;
	}
	
#col2 ul.nest { 
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0em 0em 0em 2em;
	list-style-type: none;
	font-weight: bold;
	}

#col2 ul.nest2 {
	font-size: 1em;
	line-height: 1.4em;
	padding: .5em 0em 1.4em 2em;
	list-style-type: disc;
	list-style-position: outside;
	font-weight: normal;
	}

ol {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0em 3em 1.4em 2em;
	list-style-position: outside;
	}

dl { 
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0em 3em 1.4em 2em;
	}

	dt { font-weight: bold;	}
	
	dd { padding-bottom: .7em; }
	
	

	
	
	

/* ------------------------------------------ */
/* MAIN NAVIGATION MENU */
/* ------------------------------------------ */		

#preload { height: 0; overflow: hidden; } 

#navigation {
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 934px;
	height: auto;
	}
	
#mainnav li {
	display: inline;
	list-style-type: none;
	float: left;
	margin-right: 50px;
	margin-top: 33px;
	width: auto;
	height: 95px;
	}
	
#mainnav li a {
	display: block;
	color: #000;
	text-decoration: none;
	height: 25px;
	padding-top: 120px;
	}


li.navhome a, li.navhome a:link {margin-top: -23px; width: 186px; background: transparent url('images/navigation/navlogo.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navhome a:hover {margin-top:-23px; width: 186px; background: transparent url('images/navigation/navlogo2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navhomecurrent a, li.navhomecurrent a:link, li.navhomecurrent a:hover {margin-top: -23px; width: 186px; background: transparent url('images/navigation/navlogo.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }	

li.navstudio a, li.navstudio a:link { width: 78px; background: transparent url('images/navigation/navjess.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navstudio a:hover { width: 78px; background: transparent url('images/navigation/navjess2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navstudiocurrent a, li.navstudiocurrent a:link, li.navstudiocurrent a:hover { width: 78px; background: transparent url('images/navigation/navjess2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }	

li.navwork a, li.navwork a:link { width: 78px; background: transparent url('images/navigation/navwork.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navwork a:hover { width: 78px; background: transparent url('images/navigation/navwork2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navworkcurrent a, li.navworkcurrent a:link, li.navworkcurrent a:hover {
	width: 78px; background: transparent url('images/navigation/navwork2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }

li.navblog a, li.navblog  a:link { width: 78px; background: transparent url('images/navigation/navlibrary.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navblog  a:hover { width: 78px; background: transparent url('images/navigation/navlibrary2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navblogcurrent a, li.navblogcurrent a:link, li.navblogcurrent a:hover {
	width: 78px; background: transparent url('images/navigation/navlibrary2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }

li.navcontact a, li.navcontact a:link { width: 78px; background: transparent url('images/navigation/navcontact.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navcontact a:hover { width: 78px; background: transparent url('images/navigation/navcontact2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }
li.navcontactcurrent a, li.navcontactcurrent a:link, li.navcontactcurrent a:hover {
	width: 78px; background: transparent url('images/navigation/navcontact2.gif') no-repeat 0 0; text-decoration: none; border-bottom:0; }

li.navsearch { 
	text-decoration: none;
	border-bottom:0;
	cursor: default;
	margin-top: 15px;
	width: 186px;
	margin-right: -200px;
	}

	.searchform {
	font-size: 1em;
	width: 186px;
	margin-right: -50px;	
	}
	
	.formfocus:focus { border: 1px solid #a9200e; }
	
	input {	background-color: #f6f0e2; font-size: 1em; font-family: Helvetica, Arial, sans-serif; padding: 3px; border: 1px solid #a4a08c; width: 145px; }








