/* Typography 
=================================== */
a:link, a:visited {	
	color: #f90;	
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted; 
	}
	
a:visited { font-weight: normal; }
a:hover, a:active { border-bottom-style: solid; }
	
h1 { 	text-align: right; }
h2 {  }
h3 {	}

p { margin: 0; padding: 0; }
h4, em, blockquote { color: #f90; }

ul, ol, li { margin: 0; padding: 0; }
ul, ol { margin: 5px 0; }
ol, li { list-style-position: inside;  }

li { 
	padding-left: 5px;
	text-indent: -3px;
	}

ul li { list-style: square inside; }

dl { margin: .5em 0; }
dt {
	font-style: italic;
	font-size: 1.2em;
	margin-top: 1em;
}

blockquote {
	float: right;
	margin: 2px;
	width: 8.5em;
	border-style: double;
	border-color: #f90;
	border-width: 1px 0;
}

/* General Layout/Structure
=================================== */
img { border:none }
	
body {
	background: #474747 url(../images/backgroundGradient.gif) repeat-x top left; 
	font: .8em "Gill Sans MT", "Gill Sans", Geneva, sans-serif;
	color: #000;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: .9em 1em;
	background: #fff;
}

#branding { background: #fff url(../images/bannerSwirl.gif) no-repeat top left; }
#branding p a { border: none; }
#content { padding: 0 2px; }

#footer {
	font-size: .75em;
	border-top: 1px #bdbdbd solid;
	clear: both;
	background: url(../images/cornersLowerRight.gif) no-repeat right bottom;
	}	
#footer, #footer a { color:#474747; }	
		
/* Navigation
=================================== */
#mainNav {
	list-style: none;
	width: auto;
	float: left;
	font-size: 1em;
	margin: 0;
	}

#mainNav li { float:left; list-style: none; padding: 0; text-indent: 0; }

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	text-decoration: none;
	color: #bdbdbd;
	float: left; /*fixes mac bug */
	border-bottom:none;
	margin: 0 2px 2px 2px;
	}
	
#mainNav .home a { background: none; }
#mainNav a:hover { color: #68adc3; }

/* remove post-it note backgrounds for main Nav buttons */
.home, .services, .portfolio, .blog, .contact { }

/*The following highlights the current page in Main Navbar*/
#home #mainNav .home a, #services #mainNav .services a, #portfolio #mainNav .portfolio a, #contact #mainNav .contact a, #blog #mainNav .blog a {
	color: #68adc3;
	cursor:default;
	}

/*The following "sandbag divs" allow tight wrapping around the poppies image on home page, as shown on http://www.bigbaer.com/css_tutorials/css.image.text.wrap.tutorial.htm*/
#sbLeft-01, #sbLeft-02, #sbLeft-03 {  } 

/*boxes for portfolio photos and descriptions*/
.box, .box h3, .box .last { }
.box em { display:block; }

	
/* Forms
=================================== */
fieldset {
	border: 1px solid #ccc;
	background: #f8f8f8;
	}
	
legend { font-weight: bold; }
input, textarea { width: 99%; }
input:focus, textarea:focus { background:#ffc; }
input.radio, input.checkbox, input.submit { width:auto; }
label em { padding-left: 3px; }
