/**************************************************************************

  JEFF PLAMONDON // BLOG

  ***************************************************************************/

body {
	background: #7e7e7e;
	color: #3e3e3e;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 979px
}


#content {
	background: url(../images/main_bg.gif) repeat-y;
	padding: 0 50px 4px 20px;
	width: 909px
}

#headerblog {
	background-position: bottom left;
	background-image: url(../images/BlogHeader.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 20px 0 0;
	width: 979px;
	height: 183px;
	padding-bottom: 13px;
}

#headerblog ul {
	position: absolute;
	left: 11px;
	top: 141px;
	margin: 0;
	padding: 0;
}


#headerblog li {
	float: left;
	font-weight: bold;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

#headerblog li a {
	display: block;
	background-image: url(../images/navbar_blog_bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
}

#headerblog li a:hover {
	background-position: bottom; 
	color: #292929;
}

li.home { width: 82px }
li.about { width: 80px }
li.portfolio { width: 108px }
li.wip { width: 73px }
li.resume { width: 88px }
li.contact { width: 114px }

#headerblog li.home a { background-position: 0 0 }
#headerblog li.about a { background-position: -80px 0 }
#headerblog li.portfolio a { background-position: -162px 0 }
#headerblog li.wip a { background-position: -265px 0 }
#headerblog li.resume a { background-position: -336px 0 }
#headerblog li.contact a { background-position: -415px 0 }

#headerblog li.home a:hover, #home #headerblog li.home a { background-position: 0 -26px }
#headerblog li.about a:hover, #about #headerblog li.about a{ background-position: -80px -26px }
#headerblog li.portfolio a:hover, #portfolio #headerblog li.portfolio a { background-position: -162px -26px }
#headerblog li.wip a:hover, #wip #headerblog li.wip a  { background-position: -265px -26px }
#headerblog li.resume a:hover, #resume #headerblog li.resume a { background-position: -336px -26px }
#headerblog li.contact a:hover, #contact #headerblog li.contact a  { background-position: -415px -26px }


/* \*/
#headerblog li a:hover { height: 1% }
/* End hide from IE-mac */

#footer {
	float: left;
	width: 979px;
	background: url(../images/footer_bg.gif) no-repeat;
	height: 48px;
}

h1 {
	clear: both;
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	font-family: Arial Narrow, Helvetica, Arial,z sans-serif;
	margin: 0;
	padding: 7px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	color: #cc6600;
}

h2 {
	clear: both;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, Arial,z sans-serif;
	margin-left: 24px;
	padding: 7px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cc3300;
}

#onlineresume h1 {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding-top: 6px;
	margin-top: 18px;
	margin-bottom: 6px;
}

#onlineresume h2 {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding-top: 6px;
	margin-top: 18px;
	margin-bottom: 6px;
}

p {
	line-height: 20px;
	margin: 0 0 6px 24px;
}

a {
	color: #46323d;
}

a:hover {
	color: #806762;
}

ul {
	margin: 10px 12px;
}

div.thumbs {
	float: left;
	margin: 0 0 6px 18px;
}

div.thumbs a {
	float: left;
	display: block;
	margin: 8px;
}

div.thumbs img {
	border-width: 3px;
	border-style: solid;
}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clear {display: inline-block;}
/* \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
