/*  
 ====================================
	css author      steve scavo
	began on        6/13/06
	gray main       444444
	gray lite       b7b7b7 
	pink pink       faa9d3
	blue dark       697d87 
	blue main       849daa 
====================================	 
*/

/* ------------- GLOBALS -------------*/


* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	outline: none;
	}

html {
	height: 100%;
	}

body {
	text-transform: lowercase;
	font:normal 72.5% 'Andale Mono','Lucida Console','Courier New', 'OCR A Extended', 'Terminal', monospace;
	color: #666666;
	height: 100%;
	background: #444;
	text-align: center;
	}

/* ------------- STRUCTURE -------------*/

#wrapper {
	width: 768px;
	background: #f2f2f2;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	margin: 0 auto;
	}

#sidetext {
	float: left;
	width: 365px;
	min-height: 460px;
	}

#right {
	float: right;
	width: 384px;
	}

#divide {
	font:21px 'hoefler text', baskerville, 'big caslon', 'adobe garamond pro', georgia, palatino, 'times new roman', serif;
	background-color: #849daa;
	border-left: 16px solid #faa9d3;
	padding: 6px 0px 5px 40px;
	line-height: 32px;
	height: 32px;
	color: #f4f4f4;
	clear: both;
	z-index: 100;
	}

/* ------------- HEADER -------------*/

#header {
	position: relative;
	background: #eee url(../img/bg_floral.gif) top right;
	height: 184px;
	width: 100%;
	border-bottom: 1px dashed #444;
	}

#header span.logo {
	position: absolute;
	top: 30px;
	text-indent: -10000px;
	margin-left: 30px;
	padding: 0;
	}

#header span.logo a {
	display: block;
	width: 300px;
	height: 100px;
	background: transparent url(../img/logo.gif) no-repeat;
	}

#header span.logo a:hover {
	background-position: -300px;
	}

#header #client_box {
	float: right;
	text-align: left;
	}

#header #client_box pre {
	letter-spacing: 1px;
	}

#header #client_box pre a {
	width: 140px;
	padding: 7px 15px 2px 5px;
	height: 20px;
	line-height: 20px;
	background: #eee;
	color: #000;
	border: 1px dashed #aaa;
	border-top: 0px;
	border-right: 0px;
	border-left: 1px solid #aaa;
	text-align: left;
	font-family: 'Andale Mono','Lucida Console','Courier New', 'OCR A Extended', 'Terminal', monospace;
	}

#header #client_box pre a:hover {
	background: #f4f4f4;
	color: #555;
	border-color: #ccc;
	}

/* ------------- HEADINGS -------------*/

h1,h2,h3,h4,h5,h6 {
	font:normal x-large 'hoefler text', baskerville, 'big caslon', 'adobe garamond pro', georgia, palatino, 'times new roman', serif;
	}

h1 {
	font-size: 400%;
	color: #444;
	margin: 100px 0px 49px 15px;
	letter-spacing: -2px;
	font-weight: normal;
	}

h2 {
	border-bottom: 1px dotted #b7b7b7;
	margin-bottom: 15px;
	padding-left: 30px;
	background: transparent url(../img/logo_sm.gif) no-repeat;
	}

h3.title {
	font-size: 220%;
	background-color: #849daa;
	border-left: 16px solid #faa9d3;
	padding: 5px 0px 5px 20px;
	line-height: 30px;
	height: 30px;
	color: #f4f4f4;
	}

h3.title span {
	display: none
	}

#header h1 {
	display: none;
	}

/* ------------- TYPE -------------*/

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

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

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

a:active {
	color: #faa9d3;
	text-decoration: line-through;
	}

/* ----------- NAV / MENU ------------- */

ul.menu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	font-size: 11px;
	}

ul.menu li {
	float: left;
	height: 35px;
	display: inline;
	list-style-type: none;
	border-top: 1px solid #444;
	}

ul.menu li a {
	display: block;
	height: 35px;
	}

li.web a {
	width: 344px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
	}

li.web a:hover, li.web#currentpage a {
	background: url(../img/menu.gif) no-repeat 0px -35px;
	}

li.print a {
	width: 80px;
	background: url(../img/menu.gif) no-repeat -344px 0px;
	}

li.print a:hover, li.print#currentpage a {
	background: url(../img/menu.gif) no-repeat -344px -35px;
	}

li.contact a {
	width: 344px;
	background: url(../img/menu.gif) no-repeat -424px 0px;
	}

li.contact a:hover, li.contact#currentpage a {
	background: url(../img/menu.gif) no-repeat -424px -35px;
	}

ul.menu li span {
	display: none;
	}

/* ----------- SIDETEXT ---------- */

.padding {
	padding: 40px;
	}

#sidetext h1 {
	margin: 15px 0px;
	}

#sidetext p {
	padding: 0px 0px 20px 0px;
	font:11px/1.5em "Andale Mono", verdana, arial, helvetica;
	}

#sidetext p a {
	margin: 0px 0px 2px;
	padding: 0px;
	border-bottom: 1px dotted #b7b7b7;
	line-height: 17px;
	cursor: pointer;
	}

#sidetext ul {
	margin-bottom: 30px;
	}

#sidetext li {
	list-style-type: square;
	list-style-image: url(../img/bullet.gif);
	padding-left: 5px;
	margin-left: 20px;
	}

/* ----------- LISTS ------------- */


#right ul {
	list-style-type: none;
	}
	
#right li {
	margin:0;
	padding:0;
	font-size:1em;
	}

#right li a {
	background: #fafafa url(../img/bg_li.gif) repeat-y left center;
	border-bottom: 1px dashed #bbb;
	border-top: 1px dashed #fafafa;
	padding: 6px 0px 4px 20px;
	height: 41px;
	font:bold 95%/41px verdana, arial, helvetica;
	overflow:hidden;
	display: block;
	}

#right li a:hover {
	background: #444 url(../img/bg_li_hover.gif) repeat-x top;
	border-left: 16px solid #faa9d3;
	border-top: 1px solid #faa9d3;
	border-bottom: 1px solid #faa9d3;
	margin-top:-1px;
	height: 42px;
	font:normal 150%/41px 'hoefler text', baskerville, 'big caslon', 'adobe garamond pro', georgia, palatino, 'times new roman', serif;
	overflow: hidden;
	}
	
#right li a:hover img {
	margin-top:3px;
	}

#right li img {
	border: 1px solid #faa9d3;
	padding: 1px;
	margin: 2px 10px 0px;
	}

/* ---------- FEATURES ----------- */

#right li.feature {
	background:transparent url(../img/bg_feature.png) repeat-x top;
	margin:0;
	padding:0;
	}

#right li.feature a {
	border-bottom: none;
	background-color: transparent;
	line-height:40px;
	height:40px;
	}
#right li.feature a:hover {
	border-bottom:1px solid #faa9d3;
	height:40px;
	line-height:40px;
	}	

#right p.feature {
	padding: 10px 20px 30px;
	margin:0;
	height:1%;
	font-size: 11px;
	color: #697d87;
	border-bottom: 1px dashed #bbb;
	border-left: 1px dashed #bbb;
	background-color: transparent;
	}
	
#right p.feature span {
	color:#333;
	border-bottom:1px dashed #bbb;
	margin-bottom:2px;
	display:block;
	}
	
#right p.feature a {
	background: none;
	border:0;
	padding:0;
	margin:0;
	font:bold 100% verdana, arial, helvetica;
	line-height:1em;
	display: inline;
	}
	
#right p.feature a:hover {
	color:#faa9d3;
	background:none;
	font:bold 100% verdana, arial, helvetica;
	padding:0;
	margin:0;
	border:0;
	line-height:1em;
	}
	

/* ---------- CONTACT ----------- */

.contact_box {
	width: 95%;
	border-left: 7px solid #849daa;
	margin-left: 5px;
	padding-left: 15px;
	}

/* ---------- FOOTER ------------ */

#footer {
	position: relative;
	width: 768px;
	background: #eee url(../img/bg_footer.gif) no-repeat top right;
	height: 200px;
	font-family: 'hoefler text', baskerville, 'big caslon', 'adobe garamond pro', georgia, palatino, 'times new roman', serif;
	color: #444;
	overflow:hidden;
	}

#footer #links {
	padding: 10px 0px 0px 55px;
	margin:0;
	}

#footer span a {
	position: absolute;
	top: 0px;
	left: 384px;
	width: 384px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #444;
	border-left: 1px solid #000;
	text-decoration: underline;
	font: 180px 'Andale Mono','Lucida Console','Courier New', 'OCR A Extended', 'Terminal', monospace;
	display: block;
	opacity: 0.4;
	z-index: 0;
	}

#footer span a:hover {
	opacity: 0.5;
	}

/* ------------- FORMS -------------*/

form {
	margin: 50px 0px 25px;
	width: 100%;
	overflow:hidden;
	position:relative;
	}

.col1 {
	float: left;
	width: 130px;
	height: 31px;
	margin: 0;
	margin-right: 2px;
	text-align: right;
	}

.col2 {
	float: left;
	width: 210px;
	height: 31px;
	margin: 0;
	display: block;
	}

.col2comment {
	float: left;
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	}

.col1comment {
	text-align: right;
	width: 130px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	}

div.row {
	clear: both;
	width: 350px;
	}

.submit {
	height: 29px;
	width: 330px;
	padding-top: 15px;
	margin-left:145px;
	clear: both;
	} 

.input, .error {
	background-color: #fff;
	width:180px !important;
	width:170px;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #697d87;
	margin: 1px 0 5px 8px;
	padding: 1px;
	border: 1px solid #697d87;
	}

.textarea {
	border: 1px solid #697d87;
	width:200px !important;
	width:180px;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #697d87;
	margin: 4px 0 5px 8px;
	}
	
input, select, textarea {
	text-transform:none;
	}
	
.error {
	margin-bottom:0;
	}
	
.Errortext {
	position:absolute;
	top:7px;
	right:10px;
	width:17em;
	background:#f2f2f2;
	text-align:right;
	/*margin-left:9px;*/
	}

/* ------------- MISC -------------*/

.alt {
	color: #faa9d3
	}

.small {
	font-size: 42%;
	letter-spacing: normal;
	}

.strong {
	font-weight: bold
	}

.hide {
	display: none;
	}
	
.spacer {
	height:30px;
	}

/* ------------ NEWS / WORDPRESS --------------- */

#news {
	font:120% 'hoefler text', baskerville, 'big caslon', 'adobe garamond pro', georgia, palatino, 'times new roman', serif;
	line-height: 18px;
	margin: 30px 30px 30px 0px;
	}

#news h2 {
	border-bottom: 1px dotted #ccc;
	font-size: 130%;
	letter-spacing: 0;
	margin: 25px 0 10px 0;
	padding-bottom: 2px;
	}

#news h3 {
	border-bottom: dotted 1px #eee;
	margin-top: 0;
	}

#news .meta {
	font:.6em 'Andale Mono', 'Courier New', 'Lucida Console', 'OCR A Extended', 'Terminal';
	}

#news .meta li, ul.post-meta li {
	display: inline;
	}

#news .meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#news .meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: -0.1em;
	}

#news .storytitle {
	margin: 15px 0px 5px;
	}

#news .storytitle a {
	text-decoration: none;
	}

#news #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
	}

#news #commentform textarea {
	width: 100%;
	}

#news #commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
	}

#news #content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
	}