
/* -------------------------------------------------------------- 
  
   CSS screen styles - ROOSELAW.COM
   
   Adapted by Carl Roose from
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
-------------------------------------------------------------- */

   
/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #AAA; 
  color: #AAA;
  clear: both; 
  float: none; 
  width: 100%; 
  margin: 0.5em 0 1.5em; /* bottom: 1.5em */
  border: none; 
  /* height: 0.25em; */
  height: 0.1em;   
}
hr.space {
  background: #fff;
  color: #fff;
}

.clearfix { overflow: auto; } /* this makes floated DIVs inside a DIV.clearfix clear properly */
.hide { display: none; }

.photo { border: 1px solid #333; }
.quote {  }
.attribution { text-align: right; font-size: 80%; }
.coming-soon { display: block; width: 100%; text-align: center; color: #630; background-color: #FC0; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; padding: 0.5em 0; }

#header p { font-size: 120%; margin-top: 1.5em; }


/* Site parameters: color key, grid size, etc. 

Dark brown text: 
Link colors:     #XXXXXX (up) / #XXXXXX (over) / #XXXXXX (visited)
Menu background: 
Top of page: 
Buttons:         #XXXXXX (bg) / #XXXXXX (outline)

*/

/* Reset styles, set sitewide defaults */

/* RESETS and BASELINE STYLES */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	background:#FFF none repeat scroll 0 0;
	color:#333;
	font-family: Palatino, "Book Antiqua", Georgia, Garamond, "Times New Roman", serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
}
body.small-page {
	font-size: 50%;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:400;
	text-align:left;
}
blockquote:before, 
blockquote:after, 
q:before, q:after {
	content:"";
}
blockquote, q { quotes:"" ""; }
a img { border: medium none; } 
a:active, :focus { outline: none; -moz-outline-style: none; } /* Hides dotted outlines around clicked links */

.sans-serif { font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.intro { font-size: 150%; } 
.intro em { font-style: normal; }

h1 { font-size: 480%; font-weight: normal; line-height: 1.2; } /* was 600% */
h2 { font-size: 240%; font-weight: normal; line-height: 1.2; } /* was 280% */
h3 { font-size: 180%; font-weight: normal; line-height: 1.2; } /* was 210% */
h4 { font-size: 180%; font-weight: bold; }
h5 { font-size: 160%; font-weight: normal; font-style: italic; }
h6 { font-size: 140%; font-weight: normal; text-transform: uppercase; letter-spacing: 0.2em; }

h5.no-margin { margin-bottom: 0; }

/* body.large-page h1, */
body.large-page h2, 
body.large-page h3, 
body.large-page h4, 
body.large-page h5, 
body.large-page h6,
body.large-page p,
body.large-page #content-columns { 
	margin-bottom: 21px; 
}
body.narrow-page h2, 
body.narrow-page h3, 
body.narrow-page h4, 
body.narrow-page h5, 
body.narrow-page h6,
body.narrow-page p,
body.narrow-page #content-columns { 
	margin-bottom: 21px; 
}
body.small-page h2, 
body.small-page h3, 
body.small-page h4, 
body.small-page h5, 
body.small-page h6,
body.small-page p,
body.small-page #content-columns { 
	margin-bottom: 18px; 
}

ul.nobullets {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
ul.nobullets li {
	padding-left:1em;
	text-indent:-1em;
}
.small { font-size:80%; }
.low-leading { line-height: 1.2; }
.no-margin { margin-bottom: 0; }

/* LINK STYLES */

/* Basic */
a { text-decoration:underline; }
a:link { color:#369; }
a:visited { color:#656; }
a:hover { color:#039; }

/* Nav triggers */
#nav a { text-decoration: none; }
#nav a:link, 
#nav a:visited { color:#EEE; }
#nav a:hover { color:#FFF; }

/* 
#top span.corner a:hover:before { content: "x "; }
*/

#nav ul {
	position: absolute; 
	top: 11.75em; 
	list-style: none; 
	line-height: 2;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
}

/* PAGE LAYOUT */
html, body {
	/* height:100%; */
}
#container {
	height:auto;
	margin:0 auto;
	min-height:100%;
	position:relative;
	voice-family:inherit;
	
	padding: 0 3em;
}
body.large-page #container,
body.narrow-page #container { padding-top: 42px; }
body.large-page #header,
body.narrow-page #header { padding-top: 10px; }
body.small-page #container { padding-top: 42px; }
body.small-page #header { padding-top: 10px; }

#nav { 
	display: block; 
	height: 30px;
	background: transparent url("/images/bg-nav-span.gif") no-repeat top left;
}
#nav h3 { line-height: 1.5; }


#header,
#page-title,
#footer {  } /* font-family: "Arno Pro Display", Palatino,"Book Antiqua",Georgia,Cambria,"Lucida Bright",serif; */
#header h1 { color: #322C21; position: relative; left: -0.05em; }
#header h1 b { font-weight: normal; color: #999; }
#nav { clear: both; color: #333; }
#page-title { font-style: italic; color: #D0C7A3; margin-bottom: 13px; } /* color: #69C; */
#footer { font-size: 120%; color: #666; }





/*
- images 
- h1, h2, h3 etc. 
- form elements

- sIFR styles
- clearfix 
- 

*/


/* A container should group all your columns. */

div#container,
div#message {
	margin: 0 auto;	
	/* position: absolute; 
	overflow: auto;  should make nested floats clear properly? */
  
	/* outline: 1px solid #eee; for debugging */
}

/* each column floats left and each except the last gets a gutter after it: */
div#content-columns > div,
.column { float: left; }


div#content-columns { padding-top: 21px; }
div#page { }


/*   SPECIFIC PAGE STYLES   */


/* Contact page */

#map { 
	height: 24em; 
	outline: 1px solid #999; 
	margin-top: -4.5em; /* pulls up column on Contact page */
}
#contact-form {
	margin-top: -1.5em;
}
#contact-form #email-field {
	width: 60%;
}
#contact-form input[type="text"], 
#contact-form textarea {
	border: 1px solid #C3BEAA;
	font-size: 100%;
	padding: 0.25em;
	margin: 0.3em 0 0.86em;
	width: 96%;
}
#contact-form textarea {
	height: 14.5em; /* 12.33em */
	font-size: 120%; /* 140% */
}
#contact-form textarea:focus, 
#contact-form input:focus {
	outline: 1px solid #D0C7A3;
}
#contact-form input.submit-button {
	/*
	width: 100px;
	float: right;
	*/
	margin-top: 1.2em;
	font-size: 100%;

	padding: 0.2em 0.8em;	
	background-color: #402F20;
	border: 3px solid #FFCC33;
	color: #F4ECC5;
	cursor: pointer;
}
#contact-form input.submit-button:hover {
	background-color: #523018; 
	color: white;
}


/*
EXAMPLE: 

<div id="content-columns">
	<div class="span4">First column</div>
	<div class="span2">Second column</div>
	<div class="span2 last">Third column</div>
</div><!-- end #content-columns -->
*/

/* Set column widths as styles... */ 


/* 
SMALL PAGE
785px wide; 85px column 15px gutter; 18px line height, font size 12px
*/

body.small-page { }
body.small-page div#container,
body.small-page div#message { width: 785px; }
body.small-page div#content-columns { font-size: 140%; } 
body.small-page .column { float: left; margin-right: 15px; }

body.small-page .span1 { width: 85px; }
body.small-page .span2 { width: 185px; }
body.small-page .span3 { width: 285px; }
body.small-page .span4 { width: 385px; }
body.small-page .span5 { width: 485px; }
body.small-page .span6 { width: 585px; }
body.small-page .span8,
body.small-page div.span8 { width: 785px;  margin-right: 0; }

body.small-page .append1 { padding-left: 100px; }
body.small-page .append2 { padding-left: 200px; }
body.small-page .append3 { padding-left: 300px; }
body.small-page .append4 { padding-left: 400px; }
body.small-page .append5 { padding-left: 500px; }
body.small-page .append6 { padding-left: 600px; }

/* 
LARGE PAGE:
926px wide; 100px column 18px gutter; 21px line height; font size 14px
*/
body.large-page {  }
body.large-page div#container,
body.large-page div#message { width: 926px; }
body.large-page div#content-columns { font-size: 140%; } 
body.large-page .column { float: left; margin-right: 18px; }

body.large-page .span1 { width: 100px; }
body.large-page .span2 { width: 218px; }
body.large-page .span3 { width: 336px; }
body.large-page .span4 { width: 454px; }
body.large-page .span5 { width: 572px; }
body.large-page .span6 { width: 690px; }
body.large-page .span8,
body.large-page div.span8 { width: 926px; margin-right: 0; }

body.large-page .append1 { padding-left: 118px; }
body.large-page .append2 { padding-left: 236px; }
body.large-page .append3 { padding-left: 354px; }
body.large-page .append4 { padding-left: 472px; }
body.large-page .append5 { padding-left: 590px; }
body.large-page .append6 { padding-left: 708px; }


/* 
NARROW PAGE
785px wide; 85px column 15px gutter; 18px line height, font size 14px
*/

body.narrow-page { }
body.narrow-page div#container,
body.narrow-page div#message { width: 785px; }
body.narrow-page div#content-columns { font-size: 140%; } 
body.narrow-page .column { float: left; margin-right: 15px; }

body.narrow-page .span1 { width: 85px; }
body.narrow-page .span2 { width: 185px; }
body.narrow-page .span3 { width: 285px; }
body.narrow-page .span4 { width: 385px; }
body.narrow-page .span5 { width: 485px; }
body.narrow-page .span6 { width: 585px; }
body.narrow-page .span8,
body.narrow-page div.span8 { width: 785px;  margin-right: 0; }

body.narrow-page .append1 { padding-left: 100px; }
body.narrow-page .append2 { padding-left: 200px; }
body.narrow-page .append3 { padding-left: 300px; }
body.narrow-page .append4 { padding-left: 400px; }
body.narrow-page .append5 { padding-left: 500px; }
body.narrow-page .append6 { padding-left: 600px; }

body.small-page .last,
body.large-page .last,
body.narrow-page .last { margin-right: 0; }

/*  
"Rounded" corners on small buttons (1px notch) 
adapted from The CSS Guy's method:
http://www.askthecssguy.com/2008/03/one_pixel_notched_corners_as_u.html 
*/

.rounded { 
	display: table;  /* my addition; containing element must be limited width */
	font: inherit; 
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif; 
} 
.rounded a,
.rounded a span {
    display:block;
    position:relative;
    border-style:solid;
}
.rounded a {
    border-width:1px 0;
    text-decoration:none;
    margin:4px 1px;
}
.rounded a span {
    margin:0 -1px;
    border-width:0 1px;
    padding: 0 6px 2px;
}
.rounded.large span { padding: 2px 12px 4px; text-align: center; }

/* COLORS */

/* button up */
.rounded a, /* top/bottom */
.rounded a span { border-color: #AAA; } /* left/right */
.rounded a span { background-color: #AAA; } /* bg */
/* button over: */
.rounded a:hover,  /* top/bottom */
.rounded a:hover span { border-color: #999; } /* left/right */
.rounded a:hover span { background-color: #999; } /* bg */

/* green button up */
.rounded.green a, /* top/bottom */
.rounded.green a span { border-color: #090; } /* left/right */
.rounded.green a span { background-color: #090; } /* bg */
/* green button over: */
.rounded.green a:hover,  /* top/bottom */
.rounded.green a:hover span { border-color: #060; } /* left/right */
.rounded.green a:hover span { background-color: #060; } /* bg */

/* text */
.rounded a { color:#FFF; } /* up */
.rounded a:hover { color:#FFF; } /* over */

