/*
Theme Name: Scott
Theme URI: 
Description: Custom them from scott.
Version: 1.0
Author: Scott Main
Author URI: http://www.scottmain.com/blog/
Tags: white, two-column, one-column, minimalist, widgets, widgetized
Licensed under GPL. 
*/

@import url("/css/core.css");

del {
	text-decoration: line-through;
	color: #555555;
	font-size: 11px;
}
ins {
	text-decoration: none;
	color: #679b3c;
}
.post-title h2 {
	color: #3f4f5c;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
}
p em, cite {
	font-family: Consolas, Verdana, Serif;
}
#comments {
	color: #4A4A4A;
	padding: 0px;
}
#comments .comment {
	padding: 10px;
	background-color: #F6F6F6;
	border-bottom: 20px solid #ffffff;
}
#comments .comment cite {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#sidebar-wrapper {
	display: inline;
	margin:0 0 25px 25px;
	width: 173px;
	float: right;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0;
	color: #555555;
	padding: 10px 0;
	text-align: center;
}
/* Single Post */

#post_content .post-title {
	font-size:3em;
}
#post_content-wrapper {
	width: 640px;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 80px;
}
#post_content {
	float: left;
	padding: 25px;
	line-height: 1.6em;
	text-align: left;
}
/* Navigation */


#navigation ul {
	margin: 0 5px;
	float: left;
	width: 800px;
	padding: 0px 0;
	list-style-type: none;
}
#navigation li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#navigation a:link, #navigation a:visited {
	float: left;
	display: block;
	color: #c6c6c6;
	padding: 5px 10px;
}
#navigation ul li.current_page_item a:link, #navigation ul li.current_page_item a:visited, #navigation ul li.current_page_item a:hover, #navigation ul li.current_page_item a:active {
	color: #ffffff;
	background-color: #414646;
	border-left: solid #6b7070 1px;
	border-right: solid #6b7070 1px;
}
#navigation ul li.search {
	float:right;
	margin-right: 10px;
}

/* Content */

.post {
	border-top:2px solid #666;
}
.date {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 1em;
	padding: 4px;
	color: #ccc;
	background-color:#666;
	text-transform: lowercase;
	float:right;
	width:60px;
	text-align:right;
}
h3.post-title {
	margin:5px 0 10px;
	padding:0;
	font-size: 24px;
}
h3.post-title a {
	font-weight: bold;
	text-transform: lowercase;
	color: #444;
	letter-spacing: -1px;
	border-bottom: none;
}
h3.post-title a:hover {
	text-decoration: none;
	color: #000;
	background: transparent;
}
.commentbox {
	color:#ccc;
	background-color: #666;
	padding: 2px 5px 2px 5px;
	border-top: solid #bbb 1px;
	border-bottom: solid #bbb 1px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
	width: 540px; /* +10px padding */
}
.commentbox a:link, .commentbox a:visited {
	color:#eee;
	text-decoration:none;
}
.commentbox a:hover {
	text-decoration:underline;
}
/* Sidebar */

.widgettitle {
	font-size: 18px;
	color:#5b5c5c;
	text-transform: uppercase;
	border-bottom: solid #5b5c5c 2px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	border: none;
	font-size:.9em;
}
#sidebar h2 {
	font-size:1em;
	color: #333;
	background-color:#777;
	border-top:1px solid #555;
	margin: 0;
	padding:2px 4px;
	text-transform: uppercase;
}
#sidebar ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li {
	padding: 3px 0 3px 5px;
	background-color:#dfdfdf;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	padding: 0;
	color: #333333;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	background-color: transparent;
}
#sidebar ul .list_subpages {
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	list-style-type: none;
}
/* Footer */

#footer a:hover, #footer a:active {
	color: #003355;
	background-color:transparent;
}
/* Comments */
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #ddd;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
 / 
/* Images */
.aligncenter, div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Forms */
#searchform input {
	width: 145px;
}
#searchsubmit {
	width: 130px;
}
textarea {
	width: 400px;
}
