/*
THEME NAME: Abandon Kansas
THEME URI: http://abandonkansaslovesyou.com
DESCRIPTION: Theme developed specifically for Abandon Kansas.
VERSION: 1.0
AUTHOR: <a href="http://www.gaberosser.com>Gabe Rosser</a>
AUTHOR URI: http://www.gaberosser.com
*/

@import "reset.css";

body {
	background: url("images/bg-rpt.gif");
	font-family: 'Myriad Pro', Myriad, Helvetica sans-serif;
	font-size: 15px;
	color: #585858;
	line-height:1.3em;
}

a {
	color: #601F14;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

h1 {
	background:none repeat scroll 0 0 #601F14;
	color:#f1f1f1;
	font-size:200%;
	font-stretch:condensed;
	padding:12px 3px 8px;
	text-transform:uppercase;
}

h2 {
	background:none repeat scroll 0 0 #601F14;
	color:#f1f1f1;
	font-size:170%;
	font-stretch:condensed;
	padding:12px 3px 8px;
	text-transform:uppercase;
}

h1 a, h2 a {
	color: #f1f1f1;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #888;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.png) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	margin: 20px auto;
}

.logo {
	letter-spacing:-2px;
	margin:0;
	text-align:left;
	float:left;
}

#logo a {
	color: #333333;
}

#logo a:hover {
	text-decoration: none;
}

#menu {
	float:right;
	margin: 10px auto;
}

#menu ul li {
	float:left;
	font-size:140%;
	font-stretch:condensed;
	padding:10px;
	text-transform:uppercase;
}

#mast {
	display:block;
	margin: 50px 0 20px;
}

#menu ul li a {
	color: #601F14;
}

#menu ul li a:hover {
	text-decoration: none;
	border-bottom:3px solid #601F14;
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 50px auto;
}

#content {
	float: left;
	width: 70%;
}

#content-wide {
	float:left;
	width: 960px;
}

.post {
	margin-bottom: 50px;
}

.post-float {
	margin-bottom: 50px;
	float:left;
}

.post-single {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #f1f1f1;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h1 {
	font-size: 200%;
	margin-bottom: 10px;
	padding: 10px 0 5px 5px;
}

.post-content h2 {
	font-size: 170%;
	margin-bottom: 10px;
	padding: 10px 0 5px 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	float:left;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 260px;
	padding: 0 0 0 20px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#wrapper2 {
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 20px;
	border-top: 1px solid #DDDDDD;
	padding: 20px 0;
	font-size: 14px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* HomePage */

#col-left {
	width: 30%;
	float: left;
}

#col-right {
	float:right;
	width: 68%;
}

#block {
	background:none repeat scroll 0 0 #FFFFFF;
	display:block;
	margin:0 0 25px;
	padding: 0 0 10px;
}

#block p {
	padding: 10px;
}

.latestnews_posts {
	margin:0 10px;
	padding:10px;
	border-bottom: 1px solid #aaaaaa;
}

.ad-spot-700 {
}

.ad-spot-700 img {
	display:block;
	margin:0 auto;
	padding:10px 0 0;
}

#post-share {
	left:-564px;
	margin-left:50%;
	padding:10px 10px 20px;
	position:absolute;
	top:190px;
	width:75px;
}

.share-widget {
	margin: 0 0 10px 5px;
}

.viral-icon {
	margin: 0 2px;
}

#twitter_update_list {
}

#twitter_update_list li {
	border-bottom:1px solid #AAAAAA;
	margin:0 10px;
	padding:20px 10px;
}

.follow-link {
	bottom:30px;
	float:right;
	position:relative;	
}

.follow-link a {
	color:#794037;
	padding:10px;
}

.follow-link a:hover {
	color: #f1f1f1;
}
.wp-caption-text {
	font-size:10px;
	letter-spacing:-0.2px;
	margin:3px 0;
	text-transform:uppercase;
}

.front-list_thumbnail  {
	border:1px solid #EFEFEF;
	float:left;
	margin:0 25px 15px 0;
	padding:4px;
	width: 150px;
}

.btn {
	background:none repeat scroll 0 0 #601F14;
	border:medium none;
	color:#F1F1F1;
	padding:8px 20px;
	text-transform:uppercase;
}

.btn:hover {
	background: #893b2e;
	cursor: pointer;
}

/* Cufon Fix */

#menu ul li, h1, h2 { min-height: 36px; height: auto !important; height: 36px; text-indent:-999em; }
.cufon-ready #menu ul li, .cufon-ready h1, .cufon-ready h2 { text-indent:0; }

/* ClearFix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
