/* ====================

Title: Inhabit Main stylesheet

==================== */


/* --------------------------
 @Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

html, body, div, span, applet, object, iframe, 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, 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; background : transparent; } :focus { outline : 0; } ol, ul { list-style : none; } table { border-collapse : collapse; border-spacing : 0; } caption, th, td { text-align : left; font-weight : normal; }


/* --------------------------
 @Base
----------------------------- */

html	{ height: 100%; margin-bottom: 1px;}

body	{ height: 100%;}


/* --------------------------
 @Typography
----------------------------- */

body {
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	color: #5c4b2d;
	background: #f7d766 url('../images/inbg.jpg') top center no-repeat;
	line-height: 1.5; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
}

html > body	{ font-size: 12px; }  /* For all except IE */

p {
	line-height: 1.8em;
	margin-bottom: 1.8em;
	border-bottom: 1px dotted #fb7768;
	padding:0pt 0pt 36px;	
}
	
h1, h2, h3, h4, h5, h6 {
	clear: both
}

h1 {
	color: #f00854;
	font-size: 2em;
	line-height: 1.222em;
	margin-bottom: 0.5em;	
}

h2 {
	font-size: 1.3em;
	line-height: 1.222em;
	padding-top: 0.45em;
	margin-bottom: 1.15em
}

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

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

a:hover {
	color: #39a04d;
	text-decoration:none;		
}

a:active {
	color: #6662ac;
	text-decoration:none;	
}


blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border: 0.1em solid #ddd; padding: 1.5em; }
code        { font: 0.9em Monaco, monospace; }


.last { margin-bottom: 0;}


/* --------------------------
 @Structure 
----------------------------- */

#wrapper {
	margin: 0 auto;
	width: 750px;
}

#branding {
	padding: 18px 0 0 17px;
}

#mainimage {
	display: block;
	float: right;
}

#content {
	margin: 36px auto 0;
	width: 714px;
}

#site_info {
	padding: 24px 0 36px 17px;
}

#site_info .pipe {
	color: #786a50;
}	


/* --------------------------
 @Navigation 
----------------------------- */

#navigation_main {
	padding: 65px 0 65px 17px;
	line-height: 0.7em;	
}


/* --------------------------
 @Branding
----------------------------- */

#branding #logo {
}


/* --------------------------
 @Product stuff
----------------------------- */

.product img {
	display: block;
}

.product_title {
	background: #d3eafd;
	color: #1a6f98;
	margin: 0 0 18px 0;
	padding: 3px 0;
	text-align: center;
}


/* --------------------------
 @Grid
 
 - 6 columns of 150px each
 - 5 gutters of 15px each
 
----------------------------- */

.column {
	float: left;
	margin-right: 18px;	
}

.colspan-1 { width: 165px }
.colspan-2 { width: 348px }
.colspan-3 { width: 541px }
.colspan-4 { width: 714px; margin-right: 0; }

.last {
	margin-right: 0;
}


/* --------------------------
 @Presentational classes
----------------------------- */

.container {
	position: relative;
	width: 991px;
	margin: 0 auto;
}

.column {
	display: inline;
	float: left;
}

.highlight {
	background: #fffbe2;
	border: 3px solid #ffe222;
	padding: 10px;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}


/* --------------------------
 @Forms
----------------------------- */

.form {
	margin-bottom: 15px;
}

.heading {
	font-weight: bold;
	line-height: 1.8em;
	margin: 0px;
	padding:10pt 0pt 5px;	
	border: none;	
}

.form fieldset {
	border: 0;
}

	.form fieldset.nolegend legend {
		display: none;
	}
	
.form ol {
	margin: 0;
}

.form li {
	list-style-type: none;
	margin: 0 0 2em 0;
}

.form label {
	font-weight: bold;
	display: block;
	margin: 0 0 4px;
}

.form input.textfield {
	font-size: 1em;
	padding: 3px;
	background: #FBFDFE;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	font-family: verdana, arial, sans-serif;
}

	.form input.textfield:focus {
		background: #FFF
	}

.formfield {
	font-size: 1em;
	padding: 5px;
	background: #FBFDFE;
	border: 1px solid #d8d0c5;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	width: 300px
}

	.form input.textfield:focus {
		background: #FFF
	}
	
.textfield {
	font-size: 1em;
	padding: 5px;
	background: #FBFDFE;
	border: 1px solid #d8d0c5;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	width: 500px;
	height: 75px
}
	

.form textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #FBFDFE;
	padding: 3px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
}

	.form textarea:focus {
		background: #FFF
	}

.form select {
	font-family: verdana, arial, sans-serif;
}

.submit {
	color: #f00854;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 20px;
	padding: 6px;
}

.form .error {
	padding: 10px;
	background: #fbf3f3;
	color: 000;
	border: 3px solid #c84040;
	margin: 0 0 10px 0
}

.form .error li {
	margin: 0 0 5px 2.8em;
	list-style-type: decimal;
}

.required, label span.required {
	color: #A6010C;
}


/* --------------------------
 @Paginator
----------------------------- */

.paginator {
	text-align: center;
}

.paginator a {
	padding: 2px 4px;
	border: 1px solid #333
}

.paginator a:hover {
	background: #555;
	color: #fff;
	text-decoration: none;
}

.paginator .current {
	color: #000;
	margin: 0 3px;
	font-weight: bold;
}

.paginator .next {
	margin-left: 15px;
}

.paginator .previous {
	margin-right: 15px;
}

.paginator .inactive {
	color: #ccc
}


/* --------------------------
 @Gallery
----------------------------- */

.gallerythumb {
	height: 64px;
	width: 89px;
	background: url(../images/inthumbbg.gif) no-repeat top;
	display: inline;
	float: left;
	margin: 7px;
}

.gallerythumb .thumb {
	height: 50px;
	width: 75px;
	margin: 7px;
}

.gallerymain_l {
	margin: 20px 0 0 8px;
	height: 473px;
	width: 698px;
	background: url(../images/inmainbgh.gif) no-repeat top;
}

.gallerymain_l .main_l {
	height: 453px;
	width: 677px;
	margin-top: 9px;
	margin-left: 11px;
}

.gallerymain_p {
	margin: 20px 0 0 8px;
	height: 529px;
	width: 362px;
	background: url(../images/inmainbgv.gif) no-repeat top;
	margin-left: 190px;
}

.gallerymain_p .main_p {
	height: 511px;
	width: 342px;
	margin-top: 9px;
	margin-left: 10px;
}

#caption {
	background-color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 3px 5px 5px;
	width: 130px;
	text-transform: uppercase;	
	line-height: 12px;
}

#pictorialnav {
	float: right;
	font-size: 10px;	
	padding: 5px 3px 5px 5px;
	background-color: #fff;
	text-transform: uppercase;	
	line-height: 12px;
}

#pictorialnav a {
	color: #ca1212;
	background: transparent;
	font-size: 10px;
	padding: 0px;
}

#pictorialnav a:hover {
	color: #fa98b8;
	background: transparent;
	font-size: 10px;	
	padding: 0px;
}

