/*
Theme Name: Sully's Theme
Theme URI: http://www.WPThemerKit.com
Description: Sully's S&S Theme
Version: 1.0
Author: Ridgewell
Author URI: http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=24712381
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */

/*the main div containers*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background: #00A000;
	color: #333333;
}
#wrapper {
	position: relative;
	width: 850px;
	margin: 40px auto 40px auto;
	padding: 0px;
	background: #FFFFFF;
}
#header {
	padding-top: 5px;
	height: 130px;
	width: 100%;
	background: url('http://www.sullyssurfshop.com/header.jpg') right top no-repeat;
}
#content {
	width: 765px;
	margin: 0px 42px;
	line-height: 20px;
}
.post {
	min-height: 200px;
}
.postit {
	border: 2px solid #039D00;
	margin-bottom: 15px;
}
#footer {
	min-height: 60px;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 30px 20px 0px 20px;
}
#bestviewed {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
#valid {
	font-weight: normal;
}
#recent {
	position: absolute;
	bottom: 65px;
	left: 50px;
	width: 300px;
}
#recent .topper{
	height: 55px;
}
#recent .recentpost {
	background: url('http://www.sullyssurfshop.com/wp-content/themes/sullys/images/recenttabbottom.png') -4px 10px no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	height: 29px;/*31*/
	position: relative;
	top: -10px;
	left: 4px;
}

/*general alignment*/
.alignleft {
	float: left !important;
}
.alignright {
	float: right !important;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*The Sullys Image*/
#headimg {
	padding-left: 30px;
}
/*general classes*/
/*.description {
	text-align: center;
	vertical-align: bottom;
}*/
span.description {
	margin-top: 50px;
}
.post {
	padding: 5px;
	font-size: 14px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
	clear: both;
}
.avatar {
	float: right;
	margin: 0px 0px 3px 5px;
}

/*style the header h1 - the main heading*/
#header h1 a:link, #header h1 a:visited {
	font-size: 16px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 60px;
	padding: 1px 0px 0px 0px;
}
#header h1 a:hover {
	text-decoration: underline;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	text-align: center;
	padding: 0px;
	background: #039D00;
	white-space: nowrap;
	margin: 1px 0px 0px 0px;
	width: 100%;
	min-height: 21px;
	clear: both;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px 18px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
}
#menu li a:hover {
	text-decoration: underline;
}

#menu li.current_page_item a {
	font-weight: bold;
	color: #553322 !important;
}

/*style the headings*/
#content h1 {
	font-size: 24px;
}
.post h2 {
	font-size: 29px;
	margin: 45px 0px 10px 0px;
	padding: 0px;
}
.post h3 {
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}

/*style the post date*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 22px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 30px;
}
.entry-year {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 22px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.entry-time {
	font-size: 19px;
	text-align: center;
	height: 21px;
	font-weight: bold;
}

.entry-text {
	position: relative;
}

.entry {
	top: -89px;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}

/*underpost is under the post on single.php*/
.underpost {
	font-size: 14px;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0px auto 0px auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0px 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0px;
	display: inline;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
	font: 19px/26px Georgia, "Times New Roman", Times, serif;
	width: 60px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0px 10px 0px 30px;
	text-indent: -30px;
}
blockquote p:first-letter {
	background: url(images/blockquote2.png) no-repeat left center;
	padding: 0px 0px 0px 30px;
	font: italic 27px Georgia, "Times New Roman", Times, serif;
}

/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: 14px;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0px 0px 0px;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0px;
	border: none;
}

a.image img {
	border: none;
}

/* Tables break all the rules */
table {
	border-spacing: 1px
}

/* So fancy with quotes... */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

/* Swell */

/* #WRAPPER Hacks */
.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 3px; line-height: 3px;
}
/* In the CSS below, the numbers used are the following:
	 3px: the width of the border
	 3px: a fudge factor needed for IE5/win (see below)
	 6px: the width of the border (3px) plus the 3px IE5/win fudge factor
	 30px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 30px; height: 30px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left;	clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:	0px	0px	0px 0px; }/*-2px 0px 0px -2px*/
.borderTR { margin:	-2px -3px	0px	0px; }
.borderBL { margin: -30px	0px	0px	-2px; }
.borderBR { margin: -30px	-2px	0px	0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
	 additional 3px!	 Why?	*/
.borderTL {
	margin-left: -6px;
	ma\rgin-left: 0px;/*2*/
}
html>body .borderTL	{
	margin-left: 0px;/*2*/
}
.borderTR {
	margin-right: -6px;
	ma\rgin-right: -8px;
}
html>body .borderTR	{
	margin-right: -2px;
}
.borderBL {
	margin-left: -2px;
	ma\rgin-left: 0px;
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -6px;
	ma\rgin-right: -3px;
}
html>body .borderBR {
	margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
	 border (no margin, padding or positioning) to the
	 content class and apply whatever positioning you
	 want to the contentWrapper class. */
.wrapperContent {
	margin: 0px;
	padding: 0px;
/*	border: 2px solid #117777;*/
}
.contentWrapper {
	/* position this div however you want, but
		 keep its padding and border at zero */
	padding: 0px;
	border: 0px;
}

/* Protected Images */
.protected {
	background: center no-repeat;
}