/* @override http://www.shawnsmallstories.com/wp-content/themes/shawnsmall/style.css */

/*
Theme Name: ShawnSmall.com
Theme URI: http://flyingdonutmedia.com/
Description: Design for the Shawn Small website.
Version: 1.0
Author: Jason Wendel
Author URI: http://flyingdonutmedia.com/
Tags: 
*/

/* ----------------------------------------------------------------
* BROWSER RESET
 * ---------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Begin Typography & Colors */
body {
	font-size: 65%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f1f1f1;
	color: #333;
	text-align: left;
	}
	
#wrapper{
	background: url(images/bg_header.png) repeat-x top left;
}

#page{
	background: #CCC;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: auto;
	padding: 0;
	width: 925px;
	
}

#header{
	height: 150px;
	margin:auto;
	width: 925px;
}

#header h1{
	margin: 0 0 0 20px;
}

#header a{
	color: #CC0000;
}

#polaroid{
	position: relative;
	top: -1px;
	right: 0px;
	float: right;
}

.navigation {
	font: bold 1.8em "Courier New", Courier, mono;
	margin: 0 0 0 20px;
	text-align: left;	
	float: left;
}

.navigation li{
	display: inline;
	list-style:none;
	margin: 0 20px 0 0;
	
}
.navigation a:link, .navigation a:visited{
	color:#C00;
	text-decoration:none;
}
.navigation a:hover, .navigation a:active{
	color:#333;
	text-decoration:none;
}

#socialIcons{
	display: inline;
	float: right;
	margin: -10px 0;
}

.shareThis{
	text-align: right;
	margin-top: -15px;

}

#subscribe, #facebook, #twitter{
	width:27px;
	margin:0 0 0 10px;
	float:right;
}


#content {
	font-size: 1.2em;
	text-align: justify;
	float: left;
	width: 650px;
}
#content p{
	padding:6px 10px 6px 10px;
}

div.entry ul li{
	margin: 0 40px 10px 50px;
}

#headertitle{
	padding-top: 10px;
}

.description {
	color: #000;
	font-size: 1.75em;
	margin: 5px 0 30px 300px;
	text-align: left;
}

.postShadow{
	background:url(images/bg_post.png) no-repeat right bottom;
	margin: 10px 0 0 10px;
	padding-bottom: 19px;
}
.post{
	background: #f3f3f3;
	padding: 10px;
	
}

.post h2{
	font-family: "Courier New", Courier, mono;
}

#footer{
	background: #333;
	clear: both;
	color: #FFF;
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	height: 20px;
	line-height: 20px;
	padding: 5px;
}
#copyright{
	float: left;
}
#flashfooter{
	float: right;
}

a:link, a:hover, a:active{
	color: #C00;
}

a:hover, a:active{
	text-decoration: none;
}

a:visited{
	color: #F66;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: left;
	
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin: 5px;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
	
/*********BEGIN SIDEBAR************/
#sidebar{
	background: #e5e5e5;
	float: right;
	width: 250px;
	padding: 0 5px 20px;
	margin-top: -44px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 40px;
	padding-left: 5px;
	
	}

#sidebar ul li{
	list-style-type: none;
	margin: 10px 0;
}
#sidebar ul li ul li{
	font-size: 1.25em;
	list-style-type: none;
	margin: 10px;
}

#sidebar input{
	margin: 5px 0;
}

a.twitter_title_link, a.twitter_title_link:visited{
	color: #FFF;
	text-decoration: underline;
	background: url(/images/twitter.png) no-repeat right top;
	padding-right: 45px;
	height: 40px;
	padding-bottom: 3px;
	
}


ul.twitter{
	font-size: .85em;
}

li.twitter-item{
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}

.twitter-bubble{
	background: url(images/twitter_bubble.png) no-repeat bottom;
	width: 40px;
	height: 15px;
	position: relative;
	bottom: 11px;
	left: 200px;
}


/*********END SIDEBAR************/


/*********BEGIN WIDGETS************/

.widgettitle{
	background: url(images/bg_sections.png) no-repeat left top;
	color: #FFF;
	height: 50px;
	margin-top: 25px;
	width: 240px;
}

/*********END WIDGETS************/

.dateTag{
	background: url(images/bg_date.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 60px;
	margin: 25px 0 0 -60px;
	width: 180px;
}

.post-date{
	width: 88px;
	color: #FFF;
	font-size: 1.5em;
	float: left;
	line-height: 47px;
	margin: 0px;
	text-align: center;
}

.post-title{
	width: 90px;
	max-width: 90px;
	float: right;
	font-size: 1.05em;
	margin: 0;
	text-align: center;
}
.post-title a{
	color: #000;
	line-height: 47px;
	text-align: center;
	text-decoration: none;
}

.postmetadata{
	text-align: right;
	font-size: 1.2em;
}

.comment-author{
	padding: 5px 0 0 5px;
}

/**************BEGIN IMAGES***************/

p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	background: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
}

.wp-caption-text{
	text-align: center;
	font-size: .8em;
	}
	
.nostyleRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}
	
.nostyleLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

/**************END IMAGES***************/

/**************START CAPTIONS***************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 2px solid #CCC;
	text-align: center;
	background-color: #FFF;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/**************END CAPTIONS***************/

/**************START COMMENTS************/
#commentsarea {
	margin: 0 10px;
	
}

h3#comments, #respond h3{
	margin-left: 10px;
}

ol.commentlist{
	list-style-type: none;
	list-style-position: inside;
	
}

.comment-body{
	background: #FFF;
}

.comment-body p{
	font-size: 1em;
}

.comment p{
	font-size: 1em;
}

li.comment{
	
}
.even, .odd{
	background: url(images/bg_comments.png) no-repeat left bottom;
	margin: 0 0 0 25px;
	padding: 10px 5px 20px;
}

.commentmetadata{
	color: #888;
	padding: 5px ;
	font-size: .9em;
	font-style: italic;
}

#respond{
	margin-left: 10px;
}

/**************END COMMENTS************/

#seals{
	margin: 20px 0;
}

#sidebarSeals{
	text-align: center;
	width: 100%;
	margin: 50px 20px;
}

#siteseal object, .AuthorizeNetSeal{
	float: left;
	margin: 10px;
}

.wplc_table td{
	padding: 10px;
}

.red{
	color: red;
}

hr{
      border-top: 1px dashed #999;
      border-bottom: none;
}

.clear {
	clear: both;
}
