@import "nav.css";
@import "text.css";

* {
	margin: 0px;
    	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

html, body {
	background: #fff;
	text-align: left;
	background: #161616;
	font-size: 13px;
}

#container {
	width: 1029px;
	margin: 75px auto;
}

#websites {
	background: #261c2b;
	border-top: 18px #261c2b solid;
}

#website_thumb {
	height: 204px;
	padding: 10px 12px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #232323;
}

#photography {
	background: #292b39;
	border-top: 18px #292b39 solid;
}

#photography_thumb {
	height: 204px;
	padding: 10px 12px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #313131;
}

#companies {
	background: #226468;
	border-top: 18px #226468 solid;
}

#companies_thumb {
	height: 204px;
	padding: 10px 12px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #454545;
}

#commentary {
	position: relative;
	background: #608d80;
	border-top: 18px #608d80 solid;
}

#commentary_thumb {
	height: 204px;
	padding: 10px 12px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #767676;
}

.tagline {
	margin: 30px 0;	
}

.extra {
	width: 174px;
	padding: 13px;
	color: #fff;
}

.more_links {
	margin-left: 10px;	
	padding: 10px;
	border-left: 1px solid #fff;
}

.narrow {
	width: 204px;
	float: left;
	margin-right: 10px;
}

.wide {
	width: 387px;
	float: left;
}

.extra_wide {
	width: 100%;
}

#header {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -510px;
	height: 54px;
	width: 257px;
}

#email {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 251px;
	height: 54px;
	width: 257px;
}

#date {
	position: absolute;
	top: 226px;
	right: 0px;
	padding: 5px 7px 5px 7px;
	background: #fff;
	color: #767676;
	font-size: 16px;
	font-weight: bold;
}

#post {
	padding: 15px;
}

#title {
	font-size: 24px;
	letter-spacing: -1px;
}

#comments {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.navigation {
	padding: 15px;
	color: #9fcec0;
}

#message img {
	width: 350px;
}

#comments_pullout {
	width: 650px;
}

.post-comment {
	padding: 5px;
	margin: 10px;
	background: #77a195;
}

#single_post {
	width: 650px;
	font-size: 14px;
	padding: 40px 15px 15px 15px;
	float: left;
}

#single_post p {
	line-height: 20px;	
}

#sidebar {
	margin-top: 20px;
	padding: 20px;
	width: 280px;
	float: right;
}

.sidebar-box {
	margin-top: 20px;	
}

.sidebar-box h2 {
	margin-bottom: 7px;
	padding: 3px 3px 3px 10px;
	background: #fff;
	color: #767676;
}

.sidebar-box li {
	margin-top: 10px;
}

.recent-comment {
	padding: 5px;
	margin-bottom: 5px;
       cursor: pointer;
       border: 1px solid #608D80 ;
}

.recent-comment:hover {
	border: 1px solid #fff;
}

.clearfix {
	clear: both;	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 10px; 
    clear: both; 
    visibility: hidden;
}

img {
	border: 0px;
}

p {
	padding: 7px;	
	color: #fff;
	line-height: 16px;
}

option, input, select, textarea {
	color: #666;
	border: 1px solid #FFF;
	width: 100%;
}

textarea {
	height: 75px;
	color: #666;
	border: 1px solid #FFF;
	width: 100%;
}

br {
	margin-bottom: 8px;
}

.highslide-gallery {
	margin-bottom: 8px;
}

.highslide-caption a, .highslide-caption a:visited, .highslide-caption a:link, .highslide-caption a:active {
	color: #515151;
	text-decoration: none;
	border-bottom: 1px dotted #515151;
}

.highslide-caption a:hover {
	color: #222222;
	text-decoration: none;	
	border-bottom: 1px solid #515151;
}

.extra h1 {
	margin-bottom: 8px;
}

.twitter-link {
	font-size: 14px;
	line-height: 24px;
	border-bottom: 0px !important;
}

.twitter-timestamp {
	display: block;
	text-align: right;
}