/* <style type="text/css" media="screen"> */
/* Reset Styles-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Page Styles-------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
} 
div#header {
	height: 120px;
	position: relative;
}
div#wrapper {
	width: 100%;
	background-color: #f2f2f2;
	position: relative;
}
div#brand {
	position: absolute;
	top: 24px;
	left: 36px;
}
div.photo {
	margin-bottom: 9px;
}
div.photo-caption {
	margin-bottom: 36px;
}
div#main {
	width: 424px;
	margin-left: 36px;
	padding-top: 45px;
	float: left;
}
div#content {
	width: 550px;
	margin-left: 36px;
	padding-top: 25px;
	float: left;
}
div.copy {
	margin-left: 36px;
	margin-bottom: 36px;
}
div#links {
	width: 248px;
	margin-left: 40px;
	padding-top: 55px;
	float: left;
	display: inline;
}
div#share {
	width: 130px;
	margin-left: 40px;
	padding-top: 55px;
	float: left;
	display: inline;
}
div#sidebar {
	width: 220px;
	margin-left: 70px;
	padding-top: 25px;
	float: left;
	display: inline;
}
div#about {
	margin-bottom: 36px;
}
div#footer {
	margin-left: 36px;
	margin-top: 22px;
	padding-bottom: 50px;
	position: relative;
}
/* Text Styles-------------------------------------------------- */
p {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 18px;
	margin-bottom: 9px;
} 
a:link {
	color: #333333;
}
a:visited {
	color: #8b8b8b;
}
a:hover {
	color: #ffffff;
	background-color: #e77e03;
	text-decoration: none;
}
a:hover.single {background-color: transparent;}
h1 {
	font-size: 16px;
	color: #e77e03;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 6px;
}
h2 {
	font-size: 16px;
	color: #e77e03;
	line-height: 20px;
	font-weight: normal;
}
h2 a:link, h2 a:visited {
	color: #e77e03;
	text-decoration: none;	
}
h2 a:hover {
	color: #e77e03;
	text-decoration: underline;	
	background-color: transparent;
}
h3 {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 9px;
}
h3 a:link, h3 a:visited {
	color: #343131;
	text-decoration: none;	
}
h3 a:hover {
	color: #e77e03;
	text-decoration: none;	
}
h4 {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
div#links p {
	font-size: 10px;
}
p.date {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-left: 0;
	margin-bottom: 9px;
	padding-bottom: 0;
}
p.date a:link {
	color: #999999;
	text-decoration: none;
}
p.date a:visited {
	color: #999999;
	text-decoration: none;
}
p.date a:hover {
	color: #e77e03;
	text-decoration: none;
	background-color: transparent;
}
p.title {
	font-weight: bold;	
	margin-bottom: 10px;

}
p.title a:link, p.title a:visited {
	color: #666666;
	text-decoration: none;	
}
p.title a:hover {
	color: #ffffff;	
}
p.title span {
	font-weight: normal;
}	
.highlight {
	color: #e77e03;
}
div.photo-caption p {
	font-size: 16px;
	line-height: 24px;
}
div#about p {
	color: #666666;
	font-size: 11px;
}
/* Navigation Styles-------------------------------------------------- */
div#brand a:link, div#brand a:visited, div#brand a:hover {
	background-color: transparent;	
}
div#navigation {
	top: 30px;
	left: 650px;
	position: absolute;
}
div#navigation ul {
	margin:0;
    padding:0;
	list-style: none;
}

div#navigation ul li {
  line-height: 18px;
  margin: 0;
  padding: 0;
}
div#navigation ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
div#navigation ul li a:visited {
	color: #999999;
	text-decoration: none;
}
div#navigation ul li.current a, div#navigation ul li.current a:visited {
	font-weight: bold;
	color: #e77e03;
}
div#navigation ul li a:hover, div#navigation ul li.current a:hover {
	color: #ffffff;
	background-color: #e77e03;
}
/* Comments-------------------------------------------------- */
div.commentEntry {
    margin: 0 0 16px 0;
	padding: 0;
	width: 600px;
	line-height: 1.5;
	border-bottom: 4px solid #cccccc;
	background-color: #ebebeb;
}
div.commentEntry h5  {
    font-size: 14px;
    color: #ffffff;
    background-color: #cccccc;
    padding: 4px 16px;
}
div.commentEntry h5 a:link {
    text-decoration: underline;
}
div.commentEntry p.commentDate {
    font-size: 10px;
    padding: 1px 16px;
}
div.commentEntry div.commentText {
    padding: 0 16px;
}
div#commentHeader {
    margin: 0 auto;
	padding: 16px 0 0 0;
	width: 638px;
	line-height: 1.5;
}
a.commentsButton {
    float: left;
	margin: 0 0 0 16px;
	padding: 0 0 0 19px;
	height: 21px;
	font-size: 10px;
	line-height: 21px;
	color: #666;
	background: url(/images/Comments.gif) left center no-repeat;
	text-decoration: none;
}

a.commentsButton:hover {
	text-decoration: underline;
}
div#commentInput {
    margin: 0 auto;
    padding: 16px 0;
	width: 600px;
}

div#commentInput div.inputLine {
    padding: 4px 0 4px 16px;
}

div#commentInput form input.text {
    margin: 5px 0 10px 0;
    padding: 5px 8px 3px;
	height: 16px;
    width: 500px;
	font-size: 12px;
	font-family: inherit;
	border: none;
	color: #333;
}

div#commentInput form textarea {
    margin: 5px 0 10px 0;
	padding: 6px 8px;
    height: 148px;
	width: 500px;
	font-size: 12px;
	font-family: inherit;
	border: none;
	color: #333;
}

/* delicious Styles-------------------------------------------------- */
div#delicious dl {
	margin:0;
    padding:0;
	list-style: none;
}
div#delicious dt {
}
div#delicious dd {
	margin-bottom: 12px;
	line-height: 15px;
	font-size: 11px;
}
div#links h3 span {
	font-weight: normal;
}
/* Footer Styles-------------------------------------------------- */
div#footer ul {
	margin:0;
    padding:0;
	list-style: none;
	float: left;
	margin-right: 36px;
}
div#footer ul li {
  line-height: 18px;
  margin: 0;
  padding: 0;
}
div#footer h4.highlight {
	color: #e77e03;
}
div#footer h4 {
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 18px;
  color: #666666;
}
div#footer b, div#footer strong {
  font-weight: bold;
  color: #666666;
}
div#footer ul li a:link {
	color: #999999;
	text-decoration: none;
}
div#footer ul li a:visited {
	color: #999999;
	text-decoration: none;
}
div#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer ul#2dhs {
	margin-left: 4px;
}
div#footer ul#communicate {
	width: 122px;
	margin-left: 4px;
}
div#footer ul#about-blurb {
	width: 125px;
	margin-left: 7px;
}
div#footer ul#copyright {
	width: 125px;
	margin-left: 7px;
}
/* Blogroll Styles-------------------------------------------------- */
div#blogroll ul {
	margin:0;
    padding:0;
	list-style: none;
}
div#blogroll ul li {
  line-height: 18px;
  margin: 0;
  padding: 0;
}
div#blogroll h4.highlight {
	color: #e77e03;
}
div#blogroll h4 {
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 18px;
  color: #666666;
}
div#blogroll b, div#blogroll strong {
  font-weight: bold;
  color: #666666;
}
div#blogroll ul li a:link {
	color: #999999;
	text-decoration: none;
}
div#blogroll ul li a:visited {
	color: #999999;
	text-decoration: none;
}
div#blogroll ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Share Styles-------------------------------------------------- */
div#share ul {
	margin:0;
    padding:0;
	list-style: none;
}
div#share ul li {
  line-height: 18px;
  margin: 0;
  padding: 0;
}
div#share ul li a:link {
	color: #999999;
	text-decoration: none;
}
div#share ul li a:visited {
	color: #999999;
	text-decoration: none;
}
div#share ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Misc Styles-------------------------------------------------- */
.highlight {
	color: #e77e03;
}
.clear {
	clear: both;
	height: 21px;	
}
.image-left {
	float: left;
	padding: 0 15px 15px 0;
}
.image-right {
	float: right;
	padding: 0 0px 15px 15px;
}
/* Freeform Styles-------------------------------------------------- */
div.information, div.submit {
	margin-left: 36px;	
}
div.information input {
	font-size: 12px;
	width: 500px;
	height: 20px;
	color: #666666;
	padding: 5px 0px 0px 5px;
	margin-top: 5px;
	border: none;
}
div.information textarea {
	font-size: 12px;
	width: 500px;
	height: 160px;
	color: #666666;
	padding: 5px 0px 0px 5px;
	margin-top: 5px;
	border: none;
}
div.information label {
	font-weight: normal;	
	font-size: 14px;
	color: #e77e03;
	line-height: 16px;
}
div.information br {
	clear: both;
}
div.submit  {
	text-align: right;
	border-top: 4px solid #cccccc;
	padding-top: 4px;
	width: 540px;
	margin: 10px 0 0 0;
}
/* Freeform Styles-------------------------------------------------- */
/* </style> */ 