/*  
Theme Name: Custom by Eric Gauvin
Theme URI: http://www.ericgauvin.com
Description: A custom Wordpress theme designed by Eric Gauvin
Author: Eric Gauvin
Author URI: http://www.ericgauvin.com
Version: 0.5
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	color: #666;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	color: #336;
	text-decoration: none;
	font-weight: bold;
}

a:hover { color: #c88d00; }

h1 {
	color: #CCC;
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0;
}

h2, h3 {
	font-size: 18px;
	font-weight: normal;
}

p {
	line-height: 1.5;
	margin-bottom: 12px;
}

p.access { display: none; }

blockquote {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px #666 solid;
}

.left { float: left; }
.right { float: right; }

.clear {
	clear: both;
	height: 0;
}

a img { border: none; }

.content {
	width: 80%;
	min-width: 750px;
	max-width: 975px;
	margin: 0 auto;
}

/*ie6*/
*html .content { width: expression(document.body.clientWidth < 751 ? "750px" : document.body.clientWidth > 976 ? "975px" : "auto"); }

#header {
	background-color: #333366;
	padding: 24px 0;
}

#header p a:link, #header p a:visited, #header p {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

#header p a:hover { color: #c88d00; }

#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	padding: 0 5px 0 0;
	border: 0;
}

#header h1 a:link, h1 a:visited {
	display: block;
	width: 129px;
	height: 37px;
	background: url(images/logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	/*ie6*/
	/*opera*/
	padding-right: 5px;
}

#header h1 a:hover { background: url(images/logoHover.gif) top left no-repeat; }

#header p {
	padding: 12px;
	float: right;
	white-space: nowrap;
}

#header ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	display: inline;
	padding: 12px;
	float: right;
	margin-top: -35px;
}

#header li {
	display: inline;
	padding: 0 6px;
	border-left: 1px #CCC solid;
}

#header .page-item-3 { border: 0; }

#header li a {
	color: #999;
	display: inline;
	font-weight: normal;
}

#header li a:hover { color: #c88d00; }

#search {
	padding: 6px;
	float: right;
	margin-top: -35px;
}

#search input#q {
	width: 175px;
	font-size: 12px;
	background: #fff;
	border: 1px #333366 solid;
	padding: 3px;
}

* html #search input#q {
	margin-right: 5px;
	vertical-align: middle;
}

#search input#q:focus { background-color: #FFC; }

/*BEGIN SUBMIT BUTTON*/
button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: middle;
}

button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 15px;
}

* html button {
	width: auto;
	overflow: visible;
}

button.submitBtn { background: url(images/btnRgt.gif) right no-repeat; }

button.submitBtn span {
	height: 22px;
	line-height: 22px;
	background: url(images/btnLft.gif) left no-repeat;
	color: #000;
}

button.submitBtn:hover { background: url(images/btnRgtHover.gif) right no-repeat; }
button.submitBtn:hover span { background: url(images/btnLftHover.gif) left no-repeat; }

/*button image has a different background color*/
button.submitBtn1 { background: url(images/btnRgt1.gif) right no-repeat; }

button.submitBtn1 span {
	height: 22px;
	line-height: 22px;
	background: url(images/btnLft1.gif) left no-repeat;
	color: #000;
}

button.submitBtn1:hover { background: url(images/btnRgtHover1.gif) right no-repeat; }
button.submitBtn1:hover span { background: url(images/btnLftHover1.gif) left no-repeat; }

/*END SUBMIT BUTTON*/
#searchform { margin: 12px 0; }

#searchform #s {
	background: #222;
	border: none;
	border-bottom: 1px solid #000;
	width: 24px;
	color: #333;
	padding: 10px;
}

#blogposts {
	padding: 24px 0;
	color: #333;
	background-color: #edeadb;
}

#blogposts .col-1 h2 a:link, #blogposts .col-1 h2 a:visited, #blogposts .col-2 h3 a:link, #blogposts .col-2 h3 a:visited {
	color: #333366;
	text-decoration: none;
}

#blogposts .col-1 h2 a:hover, #blogposts .col-2 h3 a:hover { color: #c88d00; }

.col-1 {
	float: left;
	width: 64%;
	margin: 0 0 0 5%;
	display: inline;
}

.col-2 {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
	display: inline;
}

* html #blogposts .col-2, * html #blognavigation .col-2 { margin: 0 0 0 3.9%; }

#blogposts .newsbox {
	background-color: #e0ddc4;
	padding: 12px;
	margin: 0;
}

#blogposts .first { margin: 0; }

.col-1 h2, .col-2 h2, #blognavigation h3 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #999;
}

.col-1 h3 {
	color: #666;
	margin: 0 0 18px 0;
	font-size: 12px;
}

.col-2 h3 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #333366;
}

.col-2 h4 {
	color: #666;
	margin: 0 0 18px 0;
	font-size: 12px;
	font-weight: normal;
}

.col-1 img, .col-2 img {
	float: left;
	clear: left;
	margin: 6px 12px 0 0;
}

.col-1 .details, .col-2 .details {
	margin: 0;
	text-align: left;
	font-size: 10px;
	color: #333;
	display: block;
	clear: both;
}

.postlink { margin-bottom: 24px; }
h2.postlink a { color: #999; }

.pullquote {
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding: 5px;
	margin: 3px 12px 0 0;
	float: left;
	width: 200px;
	font-size: 18px;
	background-color: #e6eaec;
}

.comments {
	padding: 24px 0;
	background-color: #e0ddc4;
}

.comments .col-1 {
	float: left;
	width: 65%;
	margin: 0 0 0 5%;
	display: inline;
}

.comments .col-2 {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
	display: inline;
}

.comments .first { margin: 0; }
.comments p { margin-bottom: 6px; }

.comments ul {
	list-style-type: none;
	margin: 12px 0 12px 0;
}

.comments li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	border-top: 1px #999 solid;
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px #999 solid;
	padding: 3px;
}

#commentform textarea {
	width: 100%;
	height: 250px;
}

#commentform input#author:focus, #commentform input#email:focus, #commentform input#url:focus, #commentform textarea#comment:focus { background-color: #FFC; }
.comments cite, .comments cite a { font-style: normal; }

#blognavigation {
	padding: 0;
	background-color: #FFF;
}

#blognavigation h3 { margin-top: 24px; }
#blognavigation .col-2 .more a { font-weight: bold; }

#blognavigation .first {
	clear: both;
	margin: 0;
}

#blognavigation p {
	border-top: 1px #CCC solid;
	padding: 0 0 6px 0;
	line-height: 1.5;
}

#blognavigation p.about { padding: 6px 0; }

#blognavigation dt, #blogposts dt {
	width: 60px;
	padding: 6px 0;
	float: left;
	margin: 0;
	border-top: 1px #CCC solid;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}

#blognavigation dd, #blogposts dd {
	margin-left: 60px;
	border-top: 1px solid #CCC;
	padding: 6px 0;
}

#blognavigation .commentnumber, #blogposts .commentnumber { font-weight: normal; }

#blognavigation .title {
	color: #666;
	font-weight: bold;
	display: block;
}

#blognavigation .excerpt p {
	color: #666;
	border: 0;
}

#blognavigation dd h4, #blognavigation dd h4 a {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
}

#blognavigation a {
	text-decoration: none;
	font-weight: normal;
}

#blognavigation a:hover { color: #c88d00; }

#blognavigation ul {
	list-style-type: none;
	margin-bottom: 24px;
}

#blognavigation li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	border-top: 1px solid #CCC;
}

#footer {
	clear: both;
	color: #999;
	margin: 24px 0 24px 0;
}

#footer .content {
	padding: 12px 0;
	border-top: 1px #ccc solid;
}

#footer p {
	margin: 0;
	font-size: 12px;
}

#footer p.copyright { float: left; }
#footer p.attributes { float: right; }
#footer a { font-weight: normal; }

#footer p.attributes a {
	padding: 0 0 0 12px;
	text-decoration: none;
	color: #999;
}

#footer p.attributes a:hover { color: #c88d00; }

/* Legacy Typo CSS */
#search-results {
	width: 30%;
	background: #000;
	padding: 0 0 0 0;
	float: right;
	-moz-opacity: 0.9;
	border-top: 1em solid #000;
}

#search-results h3 {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 1em 0;
	background: #000;
}

#search-results small {
	display: block;
	text-align: left;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #555;
}

#search-results small a { color: #CCC; }

#search-results ul li {
	list-style-type: none;
	padding: 0 1em 0.5em 1em;
	margin: 0.5em 0;
}

#search-results ul li:hover { background: #202020; }
#search-result ul { margin: 0; }

#search-results ul li a {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#search img.archives-icon {
	margin: 0 7px 0 0;
	top: 1px;
}

