@charset "UTF-8";
/* CSS Document */

ul.sidebar_list { margin-top:20px; }

#container {
	width: 960px;
	margin: 20px auto 0;
}
#content_box {
      width:960px;
}
#content{
    width:695px;
}
.posts h2{
    border:none;
}
p {
	margin-bottom: 5px;
	font-size: 0.9em;
	line-height: 1.1;
}
h1 {
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	font-style: italic;
	padding-bottom: 10px;
}
em {
	font-style: italic;
}
#header {
	width: 960px;
	height: 60px;
}
#nav-links {
	list-style-type: none;
	list-style: none;
	border-bottom: thin solid #3F3F3F;
	margin-top: 10px;
	height:15px;
	width:960px;
}
#nav-links li {
	float:left;
	padding-right: 35px;
	height:10px;
}
#nav-links li a span {
	display: none;
}
#nav-links li a{
	display:block;
	height:12px;
	}
#nav-links li#ind a{
	background: url('http://jesseodriscoll.com/graphics/industrial.gif') no-repeat;
	width:122px;
}
#nav-links li#ind a.current{
	background-position:0 -16px;
}
#nav-links li#ind a:hover{
	background-position:0 -16px;
}

#nav-links li#gra a{
	background: url('http://jesseodriscoll.com/graphics/graphic.gif') no-repeat;
	width:108px;
}
#nav-links li#gra a.current{
	background-position:0 -16px;
}
#nav-links li#gra a:hover{
	background-position:0 -16px;
}

#nav-links li#pho a{
	background: url('http://jesseodriscoll.com/graphics/photography.gif') no-repeat;
	width:98px;
}
#nav-links li#pho a.current{
	background-position:0 -16px;
}
#nav-links li#pho a:hover{
	background-position:0 -16px;
}

#nav-links li#about a{
	background: url('http://jesseodriscoll.com/graphics/about.gif') no-repeat;
	width:46px;
}
#nav-links li#about a.current{
	background-position:0 -16px;
}
#nav-links li#about a:hover{
	background-position:0 -16px;
}

#nav-links li#blog a{
	background: url('http://jesseodriscoll.com/graphics/blog.gif') no-repeat;
	width:37px;
}
#nav-links li#blog a.current{
	background-position:0 -16px;
}
#nav-links li#blog a:hover{
	background-position:0 -16px;
}

#nav-links li#contact{
	float:right;
	padding-right:0;
}
#nav-links li#contact a{
	background: url('http://jesseodriscoll.com/graphics/contact.gif') no-repeat;
	width:64px;
}
#nav-links li#contact a.current{
	background-position:0 -16px;
}
#nav-links li#contact a:hover{
	background-position:0 -16px;
}
#text {
	width: 300px;
	margin-right: 20px;
	float: left;
}
a {
	color: #a8ea18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}