/*  
Theme Name: Skinny
Theme URI: http://www.shauntarves.com
Description: A two-column, blue-themed template
Version: 1.0
Author: Shaun Tarves
Author URI: http://www.shauntarves.com
*/

/* remove all default styling */
html, body,
ul, ol, li, p,
h1, h2, h3, h4,
form, a, img,
table, tr, td {
	margin: 0px;
	border: 0px none;
	padding: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	padding: 2px;
}

/* global body styling */
body {
	background: #fff url(images/bg.gif) repeat fixed;
	padding: 20px 0px; /* t/b, r/l */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#outer {
	background-color: #fff;
	margin: 0 auto; /* center the div horizontally */
	border: 7px solid #fff;
	position: relative;
	z-index: 2;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 850px;
}

a, a:link a:visited, a:hover, a:active {
	color: #1b78b4;
	text-decoration: none;
}

/* block-level components */
p {
	margin: 8px 0px; /* t/b, r/l */
}

ul, ol {
	margin: 10px;
}

li {
	margin: 0px 10px; /* t/b, r/l */
	padding: 2px;
}

blockquote {
    margin: 10px;
    padding-left: 40px;  
}

blockquote em {
    color: #666;
}

/* headers */
h1, h2, h3, h4 {
	padding-bottom: 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

img {
	margin: 8px 12px; /* t/b, l/r */
}

img.left {
	margin: 0em 1.8em 1.4em 0em;
	position: relative;
	float: left;
}

img.right {
	margin: 0em 0em 1.8em 1.8em;
	position: relative;
	float: right;
}

img.profile {
	margin: 0.5em;
	padding: 3px;
	position: relative;
	float: left;
}

/**
 * Header area styling
 */

/* creates the box that holds the header stuff */
#header {
	background: #ffffff url(images/header.jpg) no-repeat left center;
	margin-bottom: 2px;
	position: relative;
	height: 240px;
}

/* site title with link to the home page */
#header .subscribe {
	background: transparent url(images/rss.png) no-repeat scroll left center;
	height: 16px;
	padding: 3px 0px 0px 20px; /* t, r, b, l */
	color: #999999;
}

#header .signup {
	position: absolute;
	right: 20px;
	top: 50px;
}

#header .subheading {
	font-size: 24px;
	font-weight: bold;
	color: #099af2;
	position: absolute;
	right: 20px;
	top: 10px;
}

#header .contact {
	position: absolute;
	right: 20px;
	bottom: 0px;
	text-align: right;
}

#header h1 a:link, #header h1 a:visited {
	color: #9F9030;
}

#header h1 a:hover, #header h1 a:active {
	color: #ffffff;
}

/**
 * Menu styling
 */

/* container for the menu */
#menu {
	background: #099af2;
	padding: 2px 0px 2px 20px; /* t, r, b, l */
	vertical-align: middle;
	height: 35px;
	margin-bottom: 14px;
	position: relative;
	font-size: 13px;
}

/* override page list style */
#menu ul {
	padding: 0px;
}

/* make list items appear inline for horizontal menu */
#menu ul li {
	margin: 0px 4px; /* t/b, r/l */
	padding: 0px;
	list-style-type: none;
	display: inline;
}

/* override link styling in menu */
#menu a:link, #menu a:visited {
	background: #099af2;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid white;
	padding: 5px 10px; /* t/b, r/l */
}

#menu a:hover, #menu a:active, #menu li.current_page_item a, #menu li.current-cat a {
	background: #ffffff;
	color: #099af2;
}

/* search input container */
#searchlabel {
	padding-right: 6px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 12px;
	right: 175px;
}
#search {
	background-color: #ffffff;
	padding: 0px;
	height: 20px;
	width: 160px;
	position: absolute;
	top: 9px;
	right: 13px;
	text-align: left;
	color: #2b2b2b;
}

/* div with a background image of the search icon */
#searchicon {
	background: transparent url(images/search.png) no-repeat scroll 4px;
	position: relative;
	height: 17px;
	width: 17px;
}

/* search input box */
#search input.text {
	background-color: #ffffff;
	margin-left: 0.5em;
	border: 0px none;
	padding: 0px;
	width: 90px;
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
	vertical-align: middle;
}

/**
 * Main body styling
 */

/* container for page content (left column) */
#content {
	margin: 0px 10px; /* t/b, r/l */
	float: left;
	width: 505px;
}

/* container for the sidebar content (right column) */
#sidebar {
	float: right;
	width: 304px;
}

/* "header" classes wrap any type of block-level heading in the main body */
.header {
	margin-bottom: 8px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	line-height: 13px;
}

/* title bars contain the heading and produce the separator */
.title-bar {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}

/* "header" titles */
.header h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* the date in a header gets to be a different color */
.date {
	color: #787878;
}

/**
 * Sidebar styling
 */

#sidebar a, #sidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1b78b4;
	font-size: 11px;
}

#sidebar a:hover {
	color: #999999;
}

/* sections break-up the sidebar */
#sidebar .section {
	padding: 15px 8px 0px 8px; /* t, r, b, l */
	display: block;
}

#sidebar h2 {
	color: red;
	padding: 4px 0px; /* t, r, b, l */
}

/* override style for sidebar lists */
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* override style for sidebar list items */
#sidebar li {
	margin: 0px;
	padding: 2px 0px 2px 18px; /* t, r, b, l */
	list-style-type: none;
}

#sidebar ul.category li {
	min-height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background: transparent url(images/mini-category.gif) no-repeat scroll 0%;
}

#sidebar ul.archive li {
	min-height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background: transparent url(images/mini-archive.gif) no-repeat scroll 0%;
}

/* override style for sidebar lists */
#sidebar ul.links {
	margin: 0px;
}

#sidebar ul.links li {
	list-style-type: none;
	padding: 2px 0px; /* t, r, b, l */
}


#sidebar li li {
	margin: 0px;
	padding: 2px;
}

#sidebar li li li {
	margin: 0px; 
	padding: 2px;
}

/**
 * Post styling (note that "pages" are actually just posts)
 */

/* main post container (basically a block for each post) */
.post {
	clear: both;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 20px;	
}

.post .date {
	background: transparent url(images/calendar.gif) no-repeat scroll 0%;
	color: #666666;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	height: 50px;
	line-height: 100%;
	padding: 0px 2px 0px 0px; /* t, r, b, l */
	text-align: center;
	width: 45px;
}

.post .date span {
	color: #FFFFFF;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 16px;
	line-height: normal;
	padding-top: 5px;
	text-align: center;
}

.post .title {
	float: left;
	margin-left: 10px;
	width: 445px;
}

.post .title a:hover {
	color: #1b78b4;
}

.post .title h1 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 100%;
	margin: 3px 0pt 2px; /* t, r, b */
	padding-bottom: 4px;
}

.post .title h1 a {
	color: #333333;
}

.postdata, .postdata a, .postdata a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	line-height: 17px;
}

.postdata .category {
	min-height: 17px;
	background: transparent url(images/mini-category.gif) no-repeat scroll 0%;
	float: left;
	padding-left: 18px;
}

.postdata .comments {
	min-height: 17px;
	background: transparent url(images/mini-comment.gif) no-repeat scroll 0%;
	float: right;
	padding-left: 18px;
}

/* additional info (read more, date, etc) goes into another block */
.info-bar {
	padding-top: 3px;
}

/* post text */
.entry {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding-top: 10px;
}

/* list of category, comments, etc */
.post ul.controls {
	background: #fcfcfc;
	margin: 0px;
	padding: 10px 0px; /* t/b, r/l */
	clear: both;
	color: #787878;
}

.post ul.controls li {
	margin: 0px;
	padding: 0px 10px 0px 15px; /* t, r, b, l */
	display: inline;
	font-size: 10px;
}

.post ul.controls li.comments {
	background: url(images/icon-comments.gif) no-repeat left center;
}

.post ul.controls li.more {
	background: url(images/icon-more.gif) no-repeat left center;
}


#footer {
	width: 100%; /* weird, Safari needed this */
	position: relative;
	height: 25px;
	clear: both;
	padding-top: 45px;
	background: #fff url(images/border2.gif) repeat-x 0 2.0em;
	font-size: 10px;
}

#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 0.5em;
}

.credits {
	margin-top: 6px;
	text-align: center;
	font-size: 10px;
	background: #fff;
	color: #999999;
	width: 100%;
}

/**
 * non-main page (comments, search, archives, etc) styling
 */
 
/* container for the misc. page headers */
.alt-header {
	color: #1b78b4;
}

#comments, #trackback, #respond {
	margin: 25px 0px 20px 10px; /* t, r, b, l */
}

/* override default list styling */
#comments ol.comment {
	margin: 0px;
}

/* comment list items */
#comments ol.comment li {
	list-style: none;
	background: #fcfcfc url(images/border2.gif) repeat-x top;
	margin: 10px 0px; /* t/b, r/l */
	padding: 5px;
}

/* alternating background colors for comments */
#comments ol.comment li.alt {
	background: #fcfcf9 url(images/border2.gif) repeat-x top;
}

/* form elements for submitting comments */
#comment-form {
	background: #a4d4fd none repeat scroll 0%;
	border: 1px solid #D8D8D8;
	padding: 5px 20px;
}

input#submit, #respond input#submit {
	background: #f9f9f9 url(images/button_bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	width: 90%;
	font-size: 11px;
}

/* used for lists of posts in all archive pages */
ul.archive-posts {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.archive-posts {
	background: url(images/icon-more.gif) no-repeat left center;
	padding: 2px 0px 2px 15px; /* t, r, b, l */
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

/* rounded corner crap */
.xsnazzy {
	background: transparent; 
	width:300px; 
	float:left; 
	margin:0 3px;
}

.xtop, .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block; 
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#fff; 
	border-left:1px solid #099af2;
	border-right:1px solid #099af2;
}
.xb1 {
	margin:0 5px; 
	background:#099af2;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px; 
	margin:0 1px;
}

.xboxcontent {
	display:block; 
	border:0 solid #099af2; 
	border-width:0 1px; 
}
* html .xboxcontent {
	height:1px;
}

