/*
Theme Name: Open Source Artistry
Theme URI: ***
Description: Custom theme for OpenSourceArtistry.com
Author: Aaron Howland
Author URI: http://www.opensourceartistry.com
version: 1.0 -- Compatible with WP 2.9
Tags: two columns, widget-ready
*/


/* body */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: tahoma, arial, sans-serif;
}


/* text */

h1 {
	font-size: 23px;
	line-height: 27px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 23px;
	line-height: 27px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 8px 0;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	margin: 0 0 8px 0;
}

h5 {
	font-size: 11px;
	line-height: 15px;
	background: #eee;
	padding: 10px;
	margin-bottom: 15px;
	clear: both;
	text-transform: capitalize;
}

p {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	padding: 7px 0 11px 0;
}

p.byline {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 8px 0;
	padding: 0;
}

ul {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin: 7px 0 11px 25px;
}

ul.two {
	margin: 7px 0 11px 50px;
}

ul.image-right {
	margin-left: 450px;
}

ol {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin: 4px 0 5px 25px;
}

li {
	margin: 4px 0 5px 15px;
}


blockquote {
	margin: 0 0 0 50px;
}

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

a:hover {
	border-bottom: 1px solid #990000;
}

a.img {
	color: #000;
}

a.img:hover {
	border-bottom: 0;
}

h1 a:hover {
	border-bottom: 0;
}

h2 a {
	color: #000;
}

h2 a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

img {
	border: 0;
}


/* page-wrap */

#page-wrap {
	width: 980px;
	margin: 0 auto;
	background: url(images/page-wrap-bg.png);
	color: #000;
}

#page-container {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #000;
}

#header {
	height: 56px;
	background: #990000;
	padding: 12px 0 8px 0;
	color: #000;
	border-bottom: 1px solid #fff;
}

#logo {
	float: left;
	width: 410px;
	margin-left: 15px;
}

#tagline {
	float: right;
	width: 225px;
	margin-right: 15px;
}


/* top nav */

#top-nav {
	background: url(images/nav-bg.png);
	width: 950px;
	height: 40px;
	font-size: 14px;
	line-height: 14px;
}

#top-nav ul {
	margin: 0;
}

#top-nav ul li {
	margin: 0;
	list-style-type: none;
	float: left;
}

#top-nav ul li a {
	height: 28px;
	padding: 12px 15px 0 15px;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	display: block;
}

#top-nav ul li a:hover {
	background: #FFE706;
	color: #000;
	border-bottom: 0;
}


/* content */

#content {
	float: left;
	width: 667px;
	overflow: hidden;
	margin: 15px 0 15px 15px;
}

#share {
	float: right;
	width: 70px;
	height: 160px;
}

#content img.align-left {
	float: left;
	border: 1px solid #000;
	margin: 4px 15px 10px 0;
}

#content img.align-right {
	float: right;
	border: 1px solid #000;
	margin: 4px 0 10px 15px;
}

#content img.align-left-no-border {
	float: left;
	margin: 4px 15px 10px 0;
}


#content img.align-left-small {
	float: left;
	border: 1px solid #000;
	margin: 4px 15px 5px 0;
}

#image-credit{
	font-size: 12px;
	line-height: 17px;
	margin-top: 15px;
	padding: 25px 0 11px 0;
	border-top: 1px solid #333;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ddd;
	padding-top: 5px;
	margin: 10px ;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 15px;
}

.postmetadata {
	background: #eee;
	padding: 10px;
	margin-bottom: 15px;
	clear: both;
}


/* sidebar */

#sidebar {
	width: 243px;
	float: right;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	color: #000;
	background: #fff;
}

#sidebar h3 {
	height: 30px;
	margin: 20px 0 8px 0;
	padding: 10px 15px 0 15px;
	background: url(images/sidebar-h3-bg.png);
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	color: #ffe706;
}

#sidebar label {
	font: normal 11px tahoma, arial, sans-serif;
	color: #000;
}

#sidebar a {
	color: #990000;
	text-decoration: none;
}

#sidebar a:hover {
	border-bottom: 1px solid #990000;
}

#sidebar ul {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

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

#sidebar ul ul {
	margin: 0;
	padding: 0 8px 0 15px;
	text-transform: capitalize;
}

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

#sidebar ul ul ul{
	margin: 0;
}

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

#sidebar a.icon {
	color: #000;
}

#sidebar a.icon {
	color: #000;
	border-bottom: 0;
}

#searchform{
	margin-left: 15px;
}


/* comments */

#commentform h3 {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
}

#comment p {
	font-size: 12px;
	line-height: 17px;
}

#comment {
	width: 75%;
}

#author, #email, #url, #comment, #submit {
	font-size: 12px;
	line-height: 12px;
	margin: 10px 0 0 0;
	border: 1px solid #000;
}

#submit {
	margin: 5px 5px 0 0;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	list-style-type: none;
}

ol.commentlist li.comment {
	font-size: 12px;
	line-height: 17px;
}

ol.commentlist li.alt {
	background: #eee;
}

.avatar {
	float:left;
	margin:0 15px 0 10px;
}

cite {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	font-style: normal;
}


/* plugins */

	/* Post Teaser -- Plugin URI: http://wordpress.org/extend/plugins/post-teaser/ */
	
	.post-teaser-more {
		font-weight: bold;
		padding: 10px 10px 0 10px;
		font-size: 12px;
		line-height: 17px;
		clear: both;
	}


/* footer */

#footer {
	background: #000;
	height: 40px;
	clear: both;
}
	
#footer p {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 10px;
}

#footer a {
	color: #ffe706;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #ffe706;
}