/* authored by Jason Crichton. jasoncrichton.com 2006 */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(../_img/bg_shelve.jpg) repeat-x;
	color: #333;
	text-align: center;
	font: 70% "Lucida Grande",Arial,Sans-serif;
	margin-top: 20px;
}

html { min-height: 100%; margin-bottom: 1px; }


p {
	margin: 0 0 1em 0;
}


h1, h2, h3, h4 {
	color: #757575;
	letter-spacing: -0.05em;
}

ul, ol, li {
	list-style: none;
}

h1{
	font-size: 1.75em;
}

h2{
	font-size: 1.5em;
}

h3 {
	 font-size: 1.0em;
}

h1.alt {
	display: none;
}

h1.title {
	border: none;
	width: 650px;
	height: 53px;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
}


body#about h1.title { background: url(/_img/tl_aboutme.jpg); }
body#contact h1.title { background: url(/_img/tl_contact.jpg); }
body#portfolio h1.title { background: url(/_images/tl_portfolio.jpg); }
body#resume h1.title { background: url(/_img/tl_resume.jpg); }
body#blog h1.title { background: url(/_img/tl_blog.jpg); }
body#error h1.title { background: url(/_img/tl_error.jpg); }


body#resume h2 {
	border-bottom: 8px solid #E8E8E8;
	margin-bottom: 10px;
}


input, textarea {
	font: 11px verdana,trebuchet,sans-serif;
	padding: 3px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;

	padding: 2px 15px 3px 2px;
}

label {
	width: 100px;
	float: left;
	display: block;
	text-align: right;
	margin-right: 10px;
}

#submit {
	margin-left: 110px;
	width: 150px;
	display: block;
}

.highlight {
	border-right: 2px solid #FFCC66;
	border-bottom: 2px solid #FFCC66;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 2px;
}

.nohighlight {
	border-width: 1px;
	padding-bottom: 3px;
}

.required {
	background: url(/_img/required.gif) no-repeat top right;
}


#wrap {
	background-color: #FFF;
	border: 1px solid #666;
	border-width: 0 1px 1px 1px;
	margin: 0 auto;
	text-align: left;
	width: 650px;
	position: relative;
	margin-bottom: 50px;
}

#content {
	margin: 0 30px 50px 20px;
	width: 550px;
}

body#gallery #content {
	width: 600px;
}

#content p {
	line-height: 16px;
}

#content h2 {
	margin: 1em 0 .5em 0;
}


#content a:link, #content a:visited, #main a:link, #main a:visited {
	color: #333;
	font-weight: normal;
}

#content a:hover, #main a:hover {
	color: #039;
	text-decoration: none;
}

#content dl {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 2em;
	padding-bottom: 20px;
}

#content dt {
  font-family: verdana,trebuchet,sans-serif;
  color:       #333;
  font-weight: bold;
}



#footer {
	background: #939393;
	border-top: 10px solid #CCC;
	color: #CCC;
	text-align: right;
	font-size: 90%;
	padding: 2px 0;
}

#footer a:link, #footer a:visited {
	color: #ECECEC;
	font-weight: bold;
	padding: 0 2px;
	text-decoration: none;
}

#footer a:hover {
	background-color: #7E7E7E;
}


#home_info {
	display: inline; /* IE double margin fix */
	float: left;
	width: 275px;
	border-left: 1px dotted #999;
	padding-left: 20px;
}

#home_info h2 a {font-weight: bold; text-decoration: none; font-size: 16px; }

#home_info h3 {
	margin-top: 2em;
}

#home_info h3 a:link, #home_info h3 a:visited, .post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	font-size: 18px;
}

#home_info h3 a:hover {
   text-decoration: underline;
}


#main {
	margin: 20px 0;
}


/* MAIN NAV */

#mainnav {
	background: #000 url(/_img/nav_corner.gif) no-repeat left top;
	width: 652px;
	margin: 0 auto;
}


#mainnav a:link, #mainnav a:visited {
	border: none;
	color: #FFF;
	float: left;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

#mainnav a:hover {
	background: url(/_img/nav_arrow_h.gif) no-repeat 0 50%;
	color: #FFF;
	text-decoration: none;
}


#mainnav li {
	float: left;
	padding: 2px 0 3px 15px;
}

#mainnav ul {
	margin-left: 40px;
}


body#home #mainnav li.home a,
body#blog #mainnav li.blog a,
body#resume #mainnav li.resume a,
body#contact #mainnav li.contact a,
body#gallery #mainnav li.gallery a,
body#about #mainnav li.about a {
	background: url(/_img/nav_arrow.gif) no-repeat 0 50%;
}


#proj {
	display: inline;
	float: left;
	width: 275px;
	margin: 0 20px 0 20px
}


#proj li a:link, #proj li a:visited {
	background-color: #E8E9EE;
	border-bottom: 1px solid #A0A0A0;
	border-top: 2px solid #FFF;
	color: #666;
	display: block;
	padding: 5px;
	position: relative;
	text-decoration: none;
	width: 260px;
}

#proj li a:hover {
	background-color: #DDDEE6;
}

#proj ul {
	margin-top: 12px;
}


#blognav a:link, #blognav a:visited {
	background-color: #E8E9EE;
	border-bottom: 1px solid #A0A0A0;
	border-top: 2px solid #FFF;
	color: #666;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: left;
}

#blognav a:hover {
	background-color: #DDDEE6;
}

#entries {
 float: left;
 width: 340px;
 text-align: left;
 margin-left: 20px;
}

#menu {
 width: 175px;
 float: left;
 font: 11px/12px verdana,trebuchet,sans-serif;
 padding-right: 10px;

 color: #333;
 padding-bottom: 30px;
 border-right: 1px dotted #999;
}


#spotlight {
	float: right;
	width: 300px;
}

.bloglist .more {
	background: url(/_img/icon_more.gif) no-repeat 100% 50%;
	padding-right: 20px; }

.date {
	font-family: trebuchet, sans-serif;
	font-weight: normal;
	display: block;
	margin-bottom: 1em;
	font-size: 8px;
	background: #eee; }

.bloglist img {
	border: none;
	padding: 0 0 5px 0; }



/* utilities */
.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display: inline-block;} /* Fixes IE/Mac */

/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
