/*
Theme Name: Following The Goods
Theme URI: http://www.followingthegoods.com/
Description: The default WordPress theme for Adam Goodman of Following The Goods
Version: 1.0
Author: Mike Smith
Author URI: http://www.blogthememachine.com/
*/

body {
	font-family: Helvetica, Verdana, Tahoma, Arial;
	color: #252525;
	font-size: 13px;
	line-height: 18px;
	background: #EBEBEB url(images/bg_website.jpg) repeat-x top left;
}


/* MAIN WEBSITE CODES HERE
------------------------------------------------------------------*/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1004px;
	overflow: auto;
}

a, a:visited { color: #252525; text-decoration: underline; outline: none; }
a:hover { color: #252525; text-decoration: none; }

img { border: 0; }

.left { float: left; }
.right { float: right; }

.floatleft { margin: 5px 5px 5px 0; float: left; }
.floatright { margin: 5px 0 5px 5px; float: right; }
.floatcenter { margin: 5px auto 5px auto; display:inline; }

.alignleft { margin: 5px 5px 5px 0; float: left; }
.alignright { margin: 5px 0 5px 5px; float: right; }


.search_input { width: 140px; height: 18px; padding: 5px; margin: 0 5px 0 0; background: transparent; border: 0; color: #F4BD24; font-weight: bold; float: left; }

.pageinfo {
	float: right;
	margin: 5px;
	padding: 5px;
	width: 200px;
	background: #F8F8F8;
	border: 1px solid #D7D7D7;
}

/* HEADER CODES HERE
------------------------------------------------------------------*/

.topbarwrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 980px;
	height: 30px;
	line-height: 30px;
	background: #252525;
}

a.subscribe, a:visited.subscribe { background: url(images/icon_subscribe.jpg) no-repeat top left; padding: 0 0 0 35px; color: #F4BD24; font-weight: bold; text-decoration: none; }
a:hover.subscribe { text-decoration: underline ; color: #F4BD24; }

.headerwrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 150px;
	background: url(images/bg_header.jpg) repeat-x top left;
}

.headerwrap h1 a {
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat top left;
	display: block;
	width: 720px;
	height: 150px;
}

/* NAVIGATION CODES HERE
------------------------------------------------------------------*/

.navigationwrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 990px;
	background: url(images/bg_navigation.jpg) repeat-x top left;
}

.navigationwrap ul {
	margin: 0;
	padding: 0px;
}

.navigationwrap a {
	line-height: 50px;
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	display: block;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
}

.navigationwrap li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.navigationwrap li a:hover, .navigationwrap li a:active {
	background: url(images/bg_nav-on.jpg) repeat-x bottom left;
	color: #3D80ED;
}

.navigationwrap li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

.navigationwrap li li a, .navigationwrap li li a:link, .navigationwrap li li a:visited {
	background: #FFF;
	float: none;
	margin: 0px;
	padding: 2px 5px;
	width: 150px;
	color: #3D80ED;
	font-size: 12px;
	text-transform: none;
	line-height: 30px;
}

.navigationwrap li li a:hover, .navigationwrap li li a:active {
	background: #F8F8F8;
	color: #3D80ED;
}

.navigationwrap li ul {
	left: -999em;
	position: absolute;
	z-index: 10;
	width: 10em;
}

.navigationwrap li:hover ul {
	display: block;
	left: auto;
}

.navigationwrap li:hover ul, .navigationwrap li.sfhover ul {
	left: auto;
}

.navigationwrap li ul li ul {
	left: -999em;
	position: absolute;
	z-index: 10;
	width: 10em;
	border-top: 0;
}






/* CONTENT CODES HERE
------------------------------------------------------------------*/

.contentwrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 0 10px 10px;
	width: 650px;
}

.postwrap {
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 630px;
	background: #FFF url(images/bg_postwrap.jpg) no-repeat top center;
	border: 1px solid #D7D7D7;
}

.postwrap h1 { color: #3D80ED; padding: 0; margin: 0; font: 24px normal; line-height: 24px; }
.postwrap h1 a, .postwrap h1 a:visited { color: #3D80ED; text-decoration: none; }
.postwrap h1 a:hover { color: #3D80ED; text-decoration: underline; }

.postwrap p { padding: 10px 0 0 0; margin: 0; }

.postinfo { 
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 4px 10px 0 0;
	color: #484848;
	border-bottom: 1px solid #E8E8E8;
	width: 620px;
}
.postinfo a, .postinfo a:visited { color: #484848; text-decoration: underline; }
.postinfo a:hover { color: #000000; font-weight: bold; }
.noticeinfo { 
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 4px 10px 0 0;

	color: #3d80f3;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
	width: 620px;
}

.noticeinfo a, .noticeinfo a:visited { color: #3d80f3; text-decoration: underline; }
.noticeinfo a:hover { color: #000000; font-weight: bold; }

.postbottom { 
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #3D80ED;
	border-top: 1px solid #E8E8E8;
	width: 630px;
}

.postbottom a, .postbottom a:visited { color: #3D80ED; text-decoration: none; }
.postbottom a:hover { color: #3D80ED; text-decoration: underline; }


.postwrap ul li { list-style-type: disc; padding: 5px 0; margin: 0 0 0 20px; }
.postwrap ol li { list-style-type: decimal; padding: 5px 0; margin: 0 0 0 20px; }


.postwraphome {
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	padding: 8px;
	width:188px;
	background: #FFF url(images/bg_postwraphome.jpg) no-repeat top center;
	border: 1px solid #D7D7D7;
}

.postinfohome { 
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 4px 10px 0 0;
	color: #74A601;
	border-bottom: 1px solid #E8E8E8;
	width: 178px;
}

.postwraphome h1 { color: #3D80ED; padding: 0; margin: 0; font: 18px normal; line-height: 18px; }
.postwraphome h1 a, .postwrap h1 a:visited { color: #3D80ED; text-decoration: none; }
.postwraphome h1 a:hover { color: #3D80ED; text-decoration: underline; }

.homeright { margin: 0 0 0 0; }


/* SIDEBAR CODES HERE
------------------------------------------------------------------*/

.sidebarwrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px;
	width: 320px;
}

.sidebox {
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 300px;
	background: #FFF url(images/bg_sidebox.jpg) no-repeat top center;
	border: 1px solid #D7D7D7;
}

.sidebox ul { list-style-type: none; margin: 10px 0 0 0; padding: 0; }
.sidebox ul li { padding: 3px 0; list-style: inline; margin: 0; } 
.sidebox ul li a, .sidebox ul li a:visited { color: #3D80ED; text-decoration: none; background: url(images/arrow.jpg) no-repeat top left; padding: 0 0 0 15px; }
.sidebox ul li a:hover { color: #252525; text-decoration: none; }

.sideboxtitle { color: #FFF; text-decoration: none; text-transform: uppercase; background: #75A701 url(images/bg_sideboxtop.jpg) repeat-x top left; padding: 5px; margin: 0 0 0 0; width: 290px; line-height: 14px; font-size: 14px; }

.sidebox p { padding: 10px 0 0 0; }

.sidebox h4 { color: #3D80ED; text-transform: uppercase; font-weight: bold; font-size: 18px; padding: 0 0 5px 0; }

/* FOOTER CODES HERE
------------------------------------------------------------------*/

.footerwide {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg_footer.jpg) repeat-x top left;
	color: #FFF;
	height: 50px;
}

.footerwrap {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
	height: 50px;
	line-height: 50px;
	background: url(images/bg_footer.jpg) repeat-x top left;
	color: #FFF;
	overflow: hidden;
}

.footerwrap a, .footerwrap a:visited { color: #FFF; text-decoration: none; }
.footerwrap a:hover { color: #FFF; text-decoration: underline; }

/* COMMENT CODES HERE
------------------------------------------------------------------*/

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #E8E8E8; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#3D80ED; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ddd; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:2px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#3D80ED; border:2px solid #3D80ED; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#f7f7f7; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
input:focus, textarea:focus{ background: #F8F8F8; }
input.search_input:focus{ background: transparent; }
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}


#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.list_nobullet { 
        list-style-type: none;
}
.navigationwrap li a.active {
background: url(images/bg_nav-on.jpg) repeat-x bottom left;
color: #3D80ED;
}

blockquote {
margin:1em 0px;
font-style: italic;
padding-left: 60px;
padding-top: 20px;
background-repeat: no-repeat;
background-position: left top;
background-image:url(images/quote.jpg);
}
