/* @override http://www.slightright.com/wp-content/themes/slightrightv1.5/style.css */

/*  
Theme Name: Slight Right
Theme URI: http://slightright.com
Description: Slight Right theme.
Version: 1.5
Author: Tom Pacyk
Author URI: http://confusedamused.ocm
*/

/* General Stuff
------------------------------------------------*/

/* clears out margins and padding */
body, div, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, a:link, a:visited, a:active, a:hover, #archives, fieldset {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	background: green url(images/green.jpg) repeat;
	color: #4d4d4d;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	position: relative;
	text-align: center;
}	


/* Header Area
------------------------------------------------*/

/* green felt background */
#green-header {
	background: #2d692e url(images/green.jpg) repeat;
	height: 100px;
	left: 0;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#scorecard {
	background: transparent url(images/card.gif) no-repeat;
	height: 150px;
	left: 58%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -20px;
	width: 392px;
	z-index: 2;
}

#stone-border{
	background: #c33538 url(images/stone.jpg) repeat-x;
	clear: both;
	height: 7px;
	width: 100%;
}

/* Site Structure
------------------------------------------------*/

#top-half {
	background: #fbf7eb url(images/body-bg.gif) repeat-x;
}

/* constrains content to a viewable area on most resolutions */
.site-container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	position: relative;
	text-align: left;
	width: 900px;
	z-index: 2;
}


#content {
	float: right;
	width: 570px;
	margin-right: 0px;
}


/* defines post area width 
.post {
	width:640px;
}

#content-container {
	margin-left: 300px;
}

*/


/* Post Styling
------------------------------------------------*/

a:link, a:visited, a:active, a:hover {
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* main page title */
h1 {
	background: transparent url(images/logo.jpg) no-repeat;
	color: #FFF;
	font-size: 4.5em;
	margin-left: 30px;
	position: absolute;
	height: 90px;
	text-indent: -5000px;
	text-transform: lowercase;
	width: 400px;
}


h1 a:link, h1 a:visited, h1 a:active {
	float: left;
	height:  90px;
	margin: 0;
	padding: 0;
	width: 400px;
}




/* post author and time */
h4 {
	color: #b11a1e;
	display: inline;
	font-size: 1.3em;
	
}

h4 a:link, h4 a:visited, h4 a:active {
	color: #b11a1e;
	margin-bottom: 2em;
}

.post-author {
	background: transparent url('images/pencil.png') no-repeat;
	padding-left: 18px;
}

.number-of-comments {
	background: transparent url('images/comments.png') no-repeat;
	margin-left: 5px;
	padding-left: 20px;
}


.post p {
	margin-top: 1.5em;
}

.post img {
	margin: .5em;
	display: block;
}

.post p img {
	margin: .5em;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.post li {
	border: none;
}


/* general paragraph styling */
p {
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 1.5em;	
}

.post li {
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: .8em;	
}

/* general link styling */ 
a:link, a:visited, a:active, a:hover {
	color: #b11a1e;
	font-size: 1.0em;
	line-height: 1.7em;
}

/* post title */
h2 {
	color: #316a2b;
	font-size: 2.25em;
	margin-bottom: 0em;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #316a2b;
}

p.metadata {
	font-size: 1em;
}

/* used for making stuff red colored */
.red {
	color: #b11a1e;
}

.metadata {
	background: #f6ebc9 url(images/div-bg.gif) repeat-x;
	border-top: #b11a1e 1px solid;
	border-bottom: #b11a1e 1px solid;
	margin: 2em 0;
}

.metadata p {
	font-size: 1.1em;
	padding: 0;
	margin: 1em;
}

#info {
	background: transparent url(images/info.png) no-repeat 0 2px;	
	padding-left: 22px;
}

#rss {
	background: transparent url(images/rss.png) no-repeat 0 2px;	
	padding-left: 22px;
}

#tags {
	background: transparent url(images/tags.png) no-repeat 0 2px;	
	padding-left: 22px;
}

#trackback {
	background: transparent url(images/trackback.png) no-repeat 0 2px;	
	padding-left: 22px;
}




/* containing div for any comment and metadata */

.commentlist {
	font-size: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment p {
	width: 490px;
}

li.comment  {
	padding-bottom: 1em;
	border-bottom: #b11a1e 1px solid;
}

.comment, .comment-by-tom, .comment-by-beth {
	background: transparent url(images/open-quote.gif) no-repeat 0px -5px;
	padding-left: 45px;
	margin-top: 0px;
}



/* author and time-stamp container div */
.comment-metadata {
		background: transparent url(images/close-quote.gif) no-repeat right top;
		padding-right: 15px;
		padding-top: 35px;
		text-align: right;
		font-size: 1.1em;
		margin-top: -35px;
}


/* author and timestamp font properties */
.author{
	color: #316a2b;
	display: block;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: .2em;
	
	
}

.author, .author a:link, .author a:visited, .author a:active{
	color: #316a2b;
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-bottom: .2em;
	
}

/* timestamp properties */

small {
	font-size: 1.3em;
}

small a:link, small a:visited, small a:active {
	color: #b11a1e;
	margin: 0;
	padding: 0;
}

#commentform, #commentform input, label, small {
	margin: 0;
	padding: 0;
}

#commentform {
	background: #f6ebc9 url(images/div-bg.gif) repeat-x;
	border-top: #b11a1e 1px solid;
	border-bottom: #b11a1e 1px solid;
	padding: 10px;
	margin-bottom: 30px;
	min-height: 260px;
}


textarea {
	float: right;
	width: 318px;
}

#comment-field {
	float: right;
	width: 320px;
}

#comment-field label {
}


label {
	display: block;
	font-size: .7em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}




/* Sidebar
------------------------------------------------*/


/* Green area with content */

#sidebar {
	margin-bottom: 30px;
margin-left: 10px;
}

#sidebar-container {
	width: 250px;
}


#submit-button {
	left: 4px;
	position: relative;
	top: 10px;
}

/* Sidebar titles */
#sidebar h3, #footer-container h3 {
	color: #f3ea5f;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 2px;
}

#sidebar h3 a:link, #sidebar h3 a:visited, #sidebar h3 a:active {
	font-size: 1.0em;
	color: #f3ea5f;
}

#sidebar h3 a:hover {
	color: #f3ea5f;
}

#search, #archives, #recent-posts, #tag-cloud, #about-us, #corkd, #sidenotes, #flickr, #friends, #concerts, #toms-tunes, #beths-tunes {
	text-indent: -5000px;
	height: 28px;
}


#footer-container h3 {
	margin: 20px 0 3px 0;
}

#archives {
	background: transparent url(images/archives.gif) no-repeat;
}

#categories {
	background: transparent url(images/categories.gif) no-repeat;
	text-indent: -5000px;
}

#recent-posts {
	background: transparent url(images/recent-posts.gif) no-repeat;
}

#rss-feeds {
	background: transparent url(images/rss.gif) no-repeat;
	text-indent: -5000px;
}

#tag-cloud {
	background: transparent url(images/tag-cloud.gif) no-repeat
}

#about-us {
	background: transparent url(images/about-us.gif) no-repeat;
}

#corkd {
	background: transparent url(images/corkd.gif) no-repeat;
}

#sidenotes {
	background: transparent url(images/sidenotes.gif) no-repeat;
}

#flickr {
	background: transparent url(images/flickr.gif) no-repeat;
}

#friends {
	background: transparent url(images/friends.gif) no-repeat;
}

#concerts {
	background: transparent url(images/concerts.gif) no-repeat;
}

#toms-tunes {
	background: transparent url(images/toms-tunes.gif) no-repeat;
}

#beths-tunes {
	background: transparent url(images/beths-tunes.gif) no-repeat;
}




/* search form */
form {
	padding: 0 0em;
}

#s {
	width: 200px;
}

ul {
	padding: 0 0em;
	list-style-type: none;
}

li {
	border-bottom: #f2e4b9 1px solid;
	margin: 0;
	padding: 0;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #316a2b;
	display:  block;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: .2em 0;
	padding-right: .5em;
}

#sidebar a:hover {
	background-color: #f2e4b9;	
	border-right: #9c713e 3px solid;
	text-decoration: none;
}


#footer-container a:link, #footer-container a:visited, #footer-container a:active {
	color: #316a2b;
	font-size: 1.5em;
	line-height: 1.5em;

}

#footer-container a:hover {
	color: #f3ea5f;
}


#footer-container a:link, #footer-container a:visited, #footer-container a:active {
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.5em;
}


#footer-container a:hover {
	color: #f3ea5f;
}


#footer-container li {
	border: none;
}
.more {
	font-size: .7em;
	margin: 5px 20px 0 0;
	text-align: right;
}

#rss-main a:link, #rss-main a:visited, #rss-main a:active, #rss-main a:hover {
	color: #316a2b;
		display: block;
}

#rss-main a:hover {
	background-color: #f2e4b9;	
	border-right: #9c713e 3px solid;
}



#sidebar ul {
	font-size: .8em;
margin:0;
padding:0;
}


#sidebar li {
margin:0;
padding:0;
padding: 0 .2em;
}

#rss-main li {
background: transparent url(images/rss.png) no-repeat 1px 1px;
padding-left: 22px;	
}

/* Split on main page */

#index-left {
	float:  left;

	margin-bottom:  30px;
	width: 250px;
}

#index-right {
	float:  right;
	margin-right:  25px;
	width: 250px;
}

#index-left ul, #index-right ul {
	padding: 0 0em;
	list-style-type: none;
}

#index-left li, #index-right li {
	border-bottom: #f2e4b9 1px solid;
	font-size: .8em;
	padding: 0 .2em;
}

#index-left a:link, #index-left a:visited, #index-left a:active, #index-right a:link, #index-right a:visited, #index-right a:active {
	color: #316a2b;
	display:  block;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: .2em 0;
	padding-right: .5em;
}

#index-left a:hover, #index-right a:hover {
	background-color: #f2e4b9;	
	border-right: #9c713e 3px solid;
	text-decoration: none;
}


ul.tagcloud {
padding: 0;
margin: 0 1em 0 20px;
background: none;
list-style: none;

}
ul.tagcloud li {
background: none;
display: inline;
list-style: none;
margin-left: 0;
}
ul.tagcloud li a {
font-weight: normal;
list-style: none;
}
ul.tagcloud li a:hover {
text-decoration:underline;
}
sub {
display: none;
}

/* @group Footer */





/* Footer
------------------------------------------------*/

/* little red brick border at the bottom of the page */
#stone-border-footer {
	background: #c33538 url(images/stone.jpg) repeat-x;
	clear: both;
	height: 7px;
	width: 100%;
}

/* hole */

/* green felt background */
#green-footer {
	background: #2d692e url(images/green.jpg) repeat;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
}

#footer-container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: left;
	width: 900px;
	padding-bottom: 50px;
}

#footer-container h3 {
	padding: 0;
}

#footer-container p {
	color: #FFF;
}

#footer-container ul {
	margin: 0;
	padding: 0;
}

#left li {
	color: #f3ea5f;
}


#left {
	width: 300px;
	float: left;
}

#left img {
	border: #FFF 1px solid;
	float: left;
	height: 70px;
	margin: 0 12px 0 0;
	padding: 0;
	width: 70px;
}



#right {

	float: right;
	width: 300px;
}

#right strong {
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
}

#right p {
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

#shows li {
	list-style-type:none;
	margin: 0;
	margin-bottom: 1em;
}

.tunes li {
	display: inline;
}

#center {
	margin: 0 270px 0 330px;
	width: 230px;

}

#flickr-photos img, #right img {
	border: #FFF 1px solid;
	height: 70px;
	margin: 0 4px 0 0;
	padding: 0;
	width: 70px;
}

#flickr-photos a:hover img, #right a:hover img {
	border-color: #f3ea5f;
}

/* @end */
	
/* Archives
------------------------------------------------*/

.pagetitle {
	border-bottom: #c33538 1px solid;
	color: #c33538;
	font-size: 2em;
	margin-bottom: 1em;
	padding-bottom: 5px;
	width: 550px;
	background: #f6ebc9 url(images/div-bg.gif) repeat-x;
	border-top: #b11a1e 1px solid;
	border-bottom: #b11a1e 1px solid;
	padding: 10px;
	margin-top: 1em;
}

#archives ul {
	color: #4d4d4d;
	list-style-type: disc;
	margin: 10px 0 0 20px;
	padding: 0;
}


#archives li a:link, #archives li a:visited, #archives li a:active, #archives li a:hover {
	color: #b11a1e;
	font-size: 1.5em;
	line-height: 1.5em;	
	margin: 0;
	padding: 0;
	text-decoration: none;
}


#archives li a:hover {
	text-decoration: underline;
}

fieldset {
	border: none;
}

/* Copyright
------------------------------------------------*/
#copyright {
	margin-left: 175px;
	margin-right:  175px;
	margin-top: 100px;
	margin-bottom: bottom: 50px;
}

#copyright p {
	font-size: 1em;
	margin-left: 60px;
	position:  relative;
	top: 2px;
}

#cup {
	background: green url(images/cup.gif) no-repeat;
	height: 39px;
	float: left;
	width: 46px;
}

/* Tag Warrior */
.utwtags {
	display: inline;
}

.utwtags a:link {
	display: inline;
}

/* Categories */
#cats li {
	background: transparent url(images/folder.png) no-repeat 1px 1px;
	padding-left: 22px;
}

#tidbits li {
	background: transparent url(images/note.png) no-repeat 1px 2px;
	padding-left: 22px;
}

#recent li {
	background: transparent url(images/page_white_text.png) no-repeat 1px 2px;
	padding-left: 22px;
	
}


/* Miscellany */
.float-right {
	float: right;
}
.post ul {
	list-style-type: disc;
}

.post li {
	list-style-type: disc;
}
