/*
Theme Name: scottj
Theme URI: http://scottj.info/
Description: A custom theme based on <a href="http://www.internetwealthmaster.com/seo-simple-3-column-wordpress-theme/">SEO Simple 3 Column</a>.
Version: 1.0
Author: Scott Johnson
Author URI: http://scottj.info/
*/

body {
	margin: 0 auto;
	padding: 0;
	width: 770px;
}

#header {
	position: absolute;
	top: 0;
	color: #000000;
	overflow: hidden;
	height: 120px;
	width: 770px;
	border-bottom: solid 1px #efefef;
	background: #fff url(/wp-content/themes/scottj/header.png) no-repeat;
}

#header-text {
	padding: 0;
}

.title {
	display: block;
	font-weight: bold;
	font-size: 40px;
	margin: 0;
	padding: 0;
}

.title a {
	display: block;
	height: 120px;
	width: 770px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

.title a:hover {
	background-color: transparent;
}

#bodywrapper {
	margin-top: 130px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 770px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#contentarea {
	margin:  0;
	padding:  0;
	float:  left;
	/* height:  1%;  IE hack due to a bug handling float:  right. */
	width:  480px;
	border-right: solid 1px #efefef;
	padding-right: 10px;
}

.post {
	padding-bottom: 10px;
}

.meta {
	font-size: 11px;
}

.meta a {
	background-color:#fdf1aa;
	color: #000;
}

#sidebar {
	float:  left;
	width:  260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
}

#sidebarleft {
	float: left;
	width: 130px;
}

#sidebarright {
	float: right;
	width: 130px;
}

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar h2{
	font-size: 13px;
}

#footer {
	clear:  both;
	padding:  5px 5px 5px 5px;
	width:  770px;
	text-align: center;
	border-top: solid 1px #efefef;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	}

a {
	color: #a90000;
	text-decoration: none;
}

a:hover { 
	color: #ffffff;
	text-decoration: none;
	background-color: #a90000;
}

#subscribe:hover {
	background-color: #fff;
}
	
a img { 
	border: none; 
}

.tag {
	font-weight: bold;
	font-size: 25px;
	color: #777;

}

.credit {
	font-size: 11px;
}

/*
 * gravatar integration
 */
ol#commentlist {
	list-style: none;
}
ol#commentlist li {
	padding: 5px;
}
ol#commentlist li cite {
	font-size: 10px;
}
ol#commentlist img {
	float: left;
}
.commenttext {
	margin: 0;
	margin-left: 5px;
	overflow:hidden;
	padding: 0;
}
.commenttext p {
	margin: 5px 0;
}
.authorcomment {
	background-color: #ddd ! important;
}
.lightbox img {
  margin-left: 5px;
}

/*
 * vimeo
 */
.vimeoBadge { border:1px solid #ccc; margin: 0; padding: 5px; text-align: center; width: 100px; }
.vimeoBadge img { border: 0; }
.vimeoBadge a:link,
.vimeoBadge a:active,
.vimeoBadge a:hover,
.vimeoBadge a:visited { background-color: white; text-decoration:none; cursor:pointer; }
.vimeoBadge .clip { padding:0; float:left; margin:0 0 5px 0; width:100px; line-height:0;}
.vimeoBadge .clear {display: block; clear: both; visibility: hidden; width:1px;}
.vimeoBadge #vimeo_badge_logo { margin: 0 auto; width: 57px; height: 16px; }

