/*
Theme Name: Tara Swiger
Theme URI: http://www.taraswiger.com
Version: 1.0
Author: Kyla @ Frecked Nest Design
Author URI: http://www.frecklednestdesign.com/
*/


body {
	background: #FFF url('images/TS-background.png');
	font: 14px/20px Verdana, Arial, Sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

/* Headings */
h1 { color: #ff4421; font-size: 18px; line-height: 22px; font-weight: normal; }
h2 { color: #019c9b; font-size: 16px; line-height: 20px; font-weight: normal; }
h3 { color: #242424; font-size: 14px; line-height: 18px; font-weight: bold; }
h4 { color: #242424; font-size: 10px; line-height: 14px; font-weight: normal; }

/* Paragrahs and Type */
p { margin: 14px 0 ; }
blockquote { margin-left: 20px; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

/* Links */
a:link { color: #ed145b; text-decoration: none; }
a:visited { color: #ed145b; text-decoration: none; }
a:hover { color: #ed145b; text-decoration: none; }
a:active { color: #ed145b; text-decoration: none; }

/* Page Structure */
#wrapper {
	width: 860px;
	margin: 0 auto;
	background: url('images/wrapper-bg.png') repeat-y;
}
	#header {
		height: 222px;
		background: url('images/header.png') no-repeat;
	}
	#content-wrapper {
		overflow: hidden;
		width: 100%;
		padding-bottom: 100px;
	}
		#content {	
			width: 600px;
			padding: 0 16px 0 17px;
			float: left;
		}
			#content img { max-width: 600px; height: auto; }
		#sidebar {
			background: url('images/sidebar-background.png') repeat-y;
			width: 199px;
			padding: 0 14px;
			float: left;
			margin-bottom: -99999px;
			padding-bottom: 99999px;
		}
			#sidebar-content {
				margin-top: -20px;
			}
			#sidebar img { max-width: 199px; height: auto; }
		#footer {
			text-align: center;
			margin: -60px 0 0;
			width: 600px;
		}
			#footer h4 { margin: 0; padding: 0 0 30px; }
		
/* Header Nav + MailChimp Signup */
a.home-link {
	display: block;
	width: 490px;
	height: 90px;
	position: relative;
	top: 30px;
	left: 155px
}
#header .nav {
	position: relative; 
	top: 65px;
	left: 22px;
}
#header input#mce-EMAIL {
	position: relative;
	top: 46px;
	left: 666px;
	width: 156px;
	height: 20px;
	border: 0;
	color: #323232;
	text-align: center;
	font-size: 11px;
}
#header input#mc-embedded-subscribe { display: none; }
.watermark { color: #323232; }

/* Sidebar Content */
#sidebar, #sidebar ul li {
	font: 13px/19px Verdana, Arial, Sans-serif !important;
	color: #252525;
}

#sidebar ul { margin: 0 0 0 10px; padding: 0; list-style: none; }
#sidebar ul li:before{ content:"-"; position: relative; left:-5px;}
#sidebar ul li{ text-indent:-5px; margin: 0; padding: 0; }

#sidebar h4.widget-title {
	font: 18px/22px 'Arial Black', Verdana, Helvetica, Sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4px; 
}
#sidebar .widget { margin-bottom: 40px; }
#sidebar a:link { color: #252525; text-decoration: none; font: bold 12px/19px Verdana, Arial, Sans-serif !important; }
#sidebar a:visited { color: #252525; text-decoration: none; font: bold 12px/19px Verdana, Arial, Sans-serif !important; }
#sidebar a:hover { color: #000; text-decoration: none; font: bold 12px/19px Verdana, Arial, Sans-serif !important; }
#sidebar a:active { color: #252525; text-decoration: none; font: bold 12px/19px Verdana, Arial, Sans-serif !important; }

input.search-submit { display: none !important; }
input#s { 
	width: 98%; 
	border: 0;
	color: #323232;
	text-align: center;
	font-size: 11px;
}
select#cat { width: 98%; }

/* Post Stuff */
.post-title { color: #ed145b; font-size: 20px; line-height: 24px; margin: 0 0 14px; }
.post { 
	background: url('http://i239.photobucket.com/albums/ff203/FreckledNest/Kyla/TS-postbreak.png') no-repeat bottom center; 
	padding-bottom: 8px;
	margin-bottom: 26px;
}
.post-meta { font-size: 13px; line-height: 15px; margin: 0 0 14px; }
.comments { font-size: 15px; line-height: 21px; margin: 0 0 30px; }

#page-nav { }
	#page-nav .next { float: right; }
	#page-nav .prev { float: left; }

/*	Post Images	*/
.wp-caption { border:1px solid #ddd;text-align:center;background-color:#f3f3f3;padding-top:4px; }
.wp-caption img { border:none;margin:0;padding:0; }
.wp-caption p.wp-caption-text { font-size:11px;line-height:17px;color:#111;margin:0;padding:0 4px 5px; }
.alignleft,img.alignleft { float:left;margin:5px 10px 5px 0 !important; }
.alignright,img.alignright { float:right;margin:5px 0 5px 10px !important; }
.aligncenter,div.aligncenter,img.aligncenter { text-align:center;display:block;margin:10px auto; }

/* Comments */
.commentlist a {
	text-decoration: none;
}	
.comment-body {
	padding: 10px;
}
.comment-author {
	font-size: 16px;
	font-weight: normal;
}
.comment-meta {
	margin: 6px 0;
}
ol.commentlist { margin: 0 0 0 20px; padding: 0; list-style: decimal; }
ul.commentlist  {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
}
.commentlist li ul li {
	font-size: 1em;
	list-style: none;
	margin: 0 0 0 -30px;
	padding: 3px 3px 3px 20px;
}
.commentlist li {
	font-weight: bold;
	margin: 10px 0 20px;
	padding: 3px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #999999;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
textarea#comment{
	width: 500px;
	}
h3#comments {
	margin-top: 60px;
	font: 18pt/21pt 'Poiret One', Arial;
	font-weight: normal;
}
#respond h3 {
	font: 18pt/21pt 'Poiret One', Arial;
	font-weight: normal;
}
#respond {
	padding-bottom: 26px;
}
#commentform input {
	color: #666666;
	width: 200px;
}
#commentform textarea {
	color: #666666;
}
#commentform label {
	color: #666666;
}
.postcomment  {
	color: #666666;
	height: 30px;
}
.reply {
	margin: 0 0 40px;
}
.cluv {
	color: #999;
	text-align: center;
}
img.avatar {
	width: 40px;
	height: 40px;
}