/*
Theme Name: Cathartic Basic
Theme URI: http://cathartic.com/
Description: Your basic black and white.
Version: 1
Author: Rich Moos
Tags: black, white


*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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

a:visited {
	color: #333333;
}

a:hover {
	color: #CCCCCC;
}

img {
	border: 1px dotted #000000;
	padding: 2px;
	white-space: normal;
	margin-top: 0px;;
	margin-left: 10px;
}

img.floatLeft { 
    float: left; 
}

img.floatRight { 
    float: right;
}


blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(/wp-content/themes/Cathartic%20Basic/images/glass.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% Verdana, sans-serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-family: Verdana, sans-serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}
/*
p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}*/

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:1024px;
}

#container {
	width: 1024px;
	margin-right: 10px;
	margin-left: 10px;
}

#header {
	height: 80px;
	width: auto;
	clear: both;
	margin-left: 80px;
	padding-bottom: 20px;
		
}

#sidebar {
	width: 200px;
	height: auto;
	padding: 0 6 0 6;
	float: right;
}

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

#menu .widget {
	padding-bottom: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	
}

#menu ul, li {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
	padding-bottom: 5px;
}

.recentcomments, .widget a {
	font-size: 11px;
	font-weight: bolder;
	font-variant: small-caps;
	padding-bottom: 2px;
	padding-top: 3px;
}

#content {
	width: 800px;
	height: auto;
	padding: 0 6 0 6;
	float: left;
	padding-bottom: 20px;
}

.storytitle {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 0px;
}

.meta {
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
}

.storycontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	text-align: justify;
}

.feedback {
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;

}

.comments {
	padding-bottom: 20px;
	font-size: 11px;
}

.comments a {
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
}

.commentlist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	text-align: justify;
}

#page {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

#footer {
	width: 1024;
	height: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 40px;
}



