/*
Theme Name: South Hills
Theme URI: http://www.southhills.tv
Description: This is a simple, custom theme usable in basic
format or with child themes. 
The theme currently supports seven widget areas. One beside the menu, a default right side-bar, options Author sidebar and four footer widget columns.
Theme uses The Common Blog as a foundation with modified widgeting.

Author: Mat Rosa
Author URI: http://www.matsays.com
Version: 1.2.1

Tags: white, two-columns, right-sidebar,  fixed-width, custom-background, threaded-comments, sticky-post, translation-ready, custom-menu, custom-header, editor-style

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html


*/




/**
 * CSS Reset 
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0; }
	
table {
	border-collapse:collapse;
	border-spacing:0; }
	
fieldset,img { 
	border:0; }
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal; }
	
ol,ul {
	list-style: none; }
	
caption,th {
	text-align:left; }
	
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
	
q:before,q:after {content:''; }
	
abbr,acronym {border:0; }

strong {font-weight: bold;}
	
	
/**
 *  Default Style
 */
html {
	height:100%;
}
body {
	background:#e8e8e8 url(images/concrete-background.jpg) center repeat-y;
	color: #525244;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 80%;
	height:100%; }

p, .post {
	color: #525244;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 24px; }

a { 
	color: #a86802; /* #86865f;*/
	/*text-decoration: none;*/ }
#menu a {
	text-decoration: none;
}
li {
	color: #525244;
	line-height: 1.3em;}

a:hover, a:hover h2 {
	text-decoration: underline; }

h1,h2,h3,h4,h5,h6 {
	background-color: transparent; /* Removes the W3C Validation warnings. */
	padding-bottom: .3em; }

h1 {
	font-size: 3.125em; }
	
h2 {
	font-size: 1.8em; letter-spacing: -1px !important; }
	
h3 {
	font-size: 1.6em; }

h4 {
	font-size: 1.2em; }

h5 {
	font-size: 1em; }
	
h6 {
	font-size: 0.8em; }


em, strong {
	font-weight: bold; }

ul {
	list-style: square outside none;
    margin: 0 0 18px 1.5em; }

ol {
	list-style: decimal outside none;
    margin: 0 0 18px 1.5em; }

dt {
	font-weight: bold; }
	
dd {
	margin-bottom: 18px; }



.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px; } 

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px; }

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto; }

/* Images */
/* Taken from the TwentyTen Theme by the Wordpress Team. */
/*
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%;
	height: auto; }

	
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;}

.wp-caption { 
	padding: 10px 4px;
	border: 1px solid #e9e9e9;
	color: #888;
	font-style: italic;
	text-align:center; }
	
p.wp-caption-text {
	margin: 10px 0 0 0 !important;
	padding:0; font-size: 12px;
	line-height: 14px !important; }

div.gallery {
	margin-bottom: 14px; }
	
dl.gallery-item {}

dt.gallery-icon {}

img.attachment-thumbnail {
	border:0; }
	
dd.gallery-caption {
	margin-top: 8px;
	font-size: 12px;
	color: #777;
	font-style: italic; }
*/

/**
 *  Basic Layout Style
 */
 
#bodywrapper,
#gausswrapper,
#backwrapper {
	height:auto !important;
	height:100%; /* IE6 */
	min-height:100%;
	width:100%!important;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	} 
#gausswrapper {
	/*background:transparent url(images/gradientbg.png) top center repeat-y;*/
}
#bodywrapper {
	margin: 0px 0px -90px 0px;
}
.leftribbon {
	margin-top:15px;
	background:#414238 url(images/concrete-dark.jpg) no-repeat;
	width:40%;
	height:70px;
	float:left;
	}
.rightribbons {
	margin-top:100px;
	width:40%;
	float:right;
	}
.rightribbon {
	margin-top:8px;
	background:#aead9f url(images/concrete-olive.jpg) repeat;
	height:70px;
	} 
.rightribbon2 {
	background:#aead9f url(images/concrete-olive.jpg) -100px -20px repeat;
} 
#body {
	float: left;
	min-width: 690px;
	min-height:100%; }

#gauss,
#wrapper {
	min-height:400px;
	height:auto !important;
	height:100%; /* IE6 */
	min-height:100%;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background-color:#fff; }
#gauss {
	width: 948px;
	-moz-box-shadow: 0 0 5px 5px rgba(136,136,136,0.5);
	-webkit-box-shadow: 0 0 5px 5px rgba(136,136,136,0.5);
	box-shadow: 0 0 5px 5px rgba(136,136,136,0.5);
}

#content {
	background-color: transparent;
	height:auto !important;
	min-height:400px;
	margin: 0px; }
.topBordered {
	/*border-top:solid 1px #bbb;*/
}
img.alignleft:after, .alignleft:after, img.alignright:after, .alignright:after, #header:after, #content:after, .post:after, #container:after, #menu:after, .comment-author:after, .menu ul:after, .author_meta:after, #footer:after, .footer_widget_container:after, .navigation:after, .posted_on_meta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
 
.column {
	float: left; }

.column.content_area {
	width: 660px;
	margin: 25px 15px; }

#global_sidebar {
	background-color: #e7e7df; /* 20% of 86865f */
	margin: 0px 0px 0px 20px;
	border:solid 1px #86865f;
	width: 220px; }	

#global_sidebar > ul > li {
	padding:10px;
}




.devider_left {
	border-left: 1px dashed #555; }
	
.devider_right {
	border-right: 1px dashed #555; }
	
.floatLeft {
	float:left;}
.floatRight {
	float:right;}	
.letterpress { 
	text-shadow:rgba(255,255,255,0.7) 0px 1px 0, rgba(0,0,0,0.7) 0 -1px 0;}
.hugeLetterpress { 
	margin:0px;
	margin-top:-12px;
	font-size:60px;
	line-height:1em;
	text-shadow:rgba(255,255,255,0.7) 0px 1px 0, rgba(0,0,0,0.7) 0 -1px 0;}
.thickText {
	font-weight:600;
	color:rgba(38,38,31,0.8);
}
.alignLeft {
	text-align:left;
}	
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.concrete-medium {
	background:transparent url(images/concrete-medium.jpg);
}
.makingjesusfamous {
	width: 800px;
	float:left;
}
.dateFloat {
	margin-top: 40px;
	font-size:0.9em;
	float:right;
}
.pad10 {
	padding:10px;
}
.height60 {
	height:60px;
}
.homequads {
	background:#fff;
	width:950px;
}
.quad {
	width:215px;
	height:160px;
	margin:20px 10px;
	float:left;
}
.quadtile {
	width:195px;
	height:130px;
	margin-top:0px;
	background:/*#a86802;*/ #f3ba0b;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}
.quadtile a {
	/*color:#000;*/
	text-decoration:underline;
}
.quadtile ul {
	margin:0px;
	list-style:none;
	list-style-type:none;
}
.quadtile ul li {
	margin:0px 0px 8px;
	list-style:none;
	list-style-type:none;
}
.quadtitle {
	font-size:1.4em;
	line-height:1em;
	margin-bottom:8px;
}
.nivodock{
	width:950px;
	height:400px;
	margin:0px;
	padding:0px;
	z-index:2;
}
.nivodock img {
	float:left;
}
.right-pointers {
	float:right;
	margin-top:-391px;
	mergin-bottom:0px;
	width:220px;
	height:170px;
	z-index:20;
	overflow:hidden;
}
.right-pointer {
	float:left;
	margin-left:190px;
	background:transparent url(images/right-ribbon-olive-shadowed.png) no-repeat;
	width:220px;
	height:80px;
	clear:both;
	cursor:pointer;
}
.right-pointer > div {
	margin:10px 5px 5px 30px;
	height:60px;
	text-shadow:rgba(255,255,255,0.7) 0px 1px 0, rgba(0,0,0,0.7) 0 -1px 0;
}
.right-pointer > div > img {
	float:right;
}
.right-pointer > div > div.tabtext {
	float:left;
	text-align:right;
	margin-right:5px;
	width:90px;
	font-size: 20px;
	font-family: Georgia, serif;
	letter-spacing:-1px;
	line-height: 1em;
}
.right-pointer > div > div.ccwtext {	
	float:left;
	margin-left:-20px;
	width:70px;
	height:15px;
	font-size:12px;
	text-align:center;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/**
 * Header
 */

#site-header {
	padding-bottom: 0px; }
	
#header {
	height:85px; }
#header-logo {
	float:left;
	margin-top:7px;
	width:223px;
	height:69px;
	cursor:pointer;
	background:transparent url(images/logo-sh-concrete-dark.png) no-repeat; }
#menu {
	float:right;
	margin-top:17px;
	margin-right:10px;
	width:710px; }
	
#menu ul {
	list-style: none;
	margin: 0px; 
	float:right;
	max-width: 690px;}
	
#menu ul li {
    float: left;
	position: relative;
	z-index: 99998;
	text-transform: uppercase; }
#menu > .menu > ul > li:first-child,
#menu > .menu > ul > li:nth-child(7),
#menu > .menu > ul > li:nth-child(8) {
	display:none; }	
#menu ul li a,
#menu ul li span.pseudolink {
	display: block;
	font-size: 90%;
    line-height: 1em;
    padding: 16px 16px 14px;
    border-top:solid 1px #fff;
    font-weight:400; }
	
#menu ul li:hover > a {
	background-color: #fff;
	color: #46473d;
	border-top:solid 1px rgba(192,192,192,0.2);
	text-decoration: none; }
	
#menu ul li:hover {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 100;}

#menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 190px;
	z-index: 99999; }

/* THIS PART IS A HACK AND MAY NEED TO BE ALTERED */
#menu > .menu > ul > li:nth-child(5) {
	width: 85px; }
#menu > .menu > ul > li:nth-child(5) ul {
	left:-105px; }
/* END THE HACK */

#menu ul ul li {
	background-color: #fff;
	width: 100%;
	z-index: 99998; }
	
#menu ul ul li a:hover {
	color: #46473d; }
	
#menu ul ul li > a {
	padding-left: 16px;}
	
#menu ul li:hover > ul {
	display: block; }
	
/* Menu Widget Area */

.menu-widgetarea {
	float: right;
	width: 255px; }

.menu-widgetarea .widget_search {
	padding-top: 6px; }
	
	
/* page navigation */

#searchform input[type=submit] {
	font-size:12px;
}
.navigation {}

#nav-above {margin-bottom: 25px;}

.nav-previous {
	float: left; }
	
.nav-next {
	float: right; }
	
	
	
	
/**
 * Posts / Pages
 */

.post {
	border-bottom: 1px dotted #cccc9c;
	margin-bottom: 25px; }

.single .post {
	border: none; }

.type-post h1, .type-post h2, .type-post h3, .type-post h4, .type-post h5, .type-post h6 {
	clear: both; }

.post_title, .page_title, .template_header, .template_heaer, #comments-title, #reply-title {
	color: #86865F; }

.archive .page_title {
	background-color: transparent;
	color: #cccc9c;
	padding-bottom: 25px;}

.page-link {
    clear: both;
    color: #000000;
    font-weight: bold;
    margin: 0 0 22px;
    word-spacing: 0.5em; }

.type-post .post_title {
	clear: none;
}

.posted_in_meta {
	font-size: 12px;
	margin-bottom: 0px; }

.posted_on_meta {
	clear: none;
	font-size: 12px; }

.attachment-post-thumbnail {
	float: left;
	padding-right: 15px; }

.posted_on_comment_count {
	float: right; }


/* aside format */
.format-aside {
	border-top: 1px solid #e2e2be;
	border-left: 1px solid #e2e2be;
	border-right: 1px solid #cccc9c;
	border-bottom: 1px solid #cccc9c;
	padding: 15px 20px; }

.format-aside-permalink {
	float: left;
	margin-right: 10px; }

.format-aside .format-aside-content p {
	margin: 0px; }


/* aside Status */
.format-status {
	background-color: #a6a682;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px; }

.format-status span {
	background-color: transparent;
	color: #ffffff;
	font-size: 45px;
	float: left;
	margin-right: 10px; }

.format-status p {
	background-color: transparent;
	color: #ffffff;
	padding-top: 2px;
	margin: 0px; }

.format-status a {
	#CACAB2;}


/* Typography */
blockquote { 
	font-style: italic;
	margin: 0 0 16px 20px;
	padding: 0 20px; }

blockquote p {
	font-style: italic;
	color: #666; }

blockquote.pullquote {
	width: 220px;
	padding: 5px 0;
	border: 0;
	font-size: 18px;
	line-height: 150%; }
	
blockquote.pullquote p {
	margin-bottom: 0; }

ol.commentlist li blockquote {
	border: 0;
	padding:0; }
	
pre {
	font-family: "Courier 10 Pitch", Courier,monospace; }


abbr, acronym {
    border-bottom: 1px dotted #666666;
    cursor: help; }

big {
	font-size: 131.25%; }

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

ins {
    background: none repeat scroll 0 0 #FFFFCC;
    text-decoration: none; }
	
pre, kbd, tt, var {
    font-size: 15px;
    line-height: 21px; }
	
sub {
	top: 0.5ex; }
	
sup {
	bottom: 1ex; }
	
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline; }
	
table {
    border-collapse: collapse;
    border-spacing: 0; 
	border: 1px solid #E7E7E7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;}

table tr th {
    font-weight: bold;
    line-height: 18px;
	padding: 2px; }

table tr td {
    border-top: 1px solid #E7E7E7;
	padding: 2px; }

.sticky {
	background-color: #f2f2d8;
	border-top: 1px solid #e2e2be;
	border-left: 1px solid #e2e2be;
	border-right: 1px solid #cccc9c;
	border-bottom: 1px solid #cccc9c;
	padding: 15px;
	margin-bottom: 25px; }


/*Short Code - Quote*/
.quote_wrap {
	padding-bottom: 35px; }

.quote_wrap .left_quote {
	float: left;
	font-size: 50px;
	margin-top: -5px;
	padding-right: 20px; }

.quote_wrap .quote_text {
	clear: right;
	font-size: 20px; }
	
	
	
	
/**
 * Sidebar 
 */

#sidebar {
	list-style: none;
	margin: 0px; }

#sidebar li {
	border-bottom: solid 1px #cacab2;
	}
#sidebar li:last-child {
	border-bottom:none;
	}

.widget_title { 
	font-family: Arial, Helvetica, sans-serif;
	color: #79794f;/*#cacab2;*/
	font-weight: normal;
	padding: 0px 0px 8px 10px;}

#sidebar .widget {
	padding: 25px 0px;}

.widget ul, .widget div {
	padding: 0px 10px 0px 10px; }

.widget ul li {
	padding: 0px 0px 12px;
	}


/* Widgets */

.widget_search div { padding: 0px;}

.widget_search label {
	display: none;
	visibility: hidden;
	text-indent: 9999px; }

.widget_search input {
	padding: 0px;
	margin: 0px;}

.widget_search input#s {
	height: 20px;
	width: 120px;}
	
.widget_search input#searchsubmit { 
	width: 56px;
	background:#86865f;
	color:white;
	border:solid 1px #79794f;/*#575738;*/
	border-radius:3px;
	padding:3px 0px 4px 0px;
	}

.tagcloud a {color: #fd9220;}

.textwidget {
	color: #525244;
    font-family: "Lucida Sans", Lucida, Arial; }

#wp-calendar {
	width: 230px;
}

#wp-calendar tr th {
	padding: 3px;
	text-align: center; }

#wp-calendar tr td {
	text-align: center; }

#wp-calendar tr td a {
	display: block; }
	
#wp-calendar tr td a:hover {
	background-color: #FD9220;
    color: #FFFFFF;
    display: block; }

#wp-calendar tfoot #prev a {
	display: block;
	padding-left: 10px;
	text-align: left;}

#wp-calendar tfoot #next a {
	padding-right: 10px;
	text-align: right;}

/**
 * Author Template
 */

.author {}

.bypostauthor {}

.author .avatar {
	float: left;
	padding: 0px 15px 15px 0px; }

.author dl {
	font-family: "Lucida Sans", Lucida, Arial;
	font-size: 0.875em;
	line-height: 1.2em;
	float: left; }

.author dt {
    float: left;
    clear: right;
    width: 75px;
    text-align: left;
    color: #929286; }

.author dt:after {
    content: ":"; }

.author dd {
    margin: 0 0 0 75px;
    padding: 0 0 0.5em 0; }

.author h3 {
	padding-top: 0.55em;
	padding-bottom: 1em; }

.author .author_posts {
	padding-left: 5px;
	margin-bottom: 20px;}
	
.author .author_posts p {
	line-height: normal;
	padding-bottom: 0px; }
	
	
	
	
/**
 * Pagination
 */
.pagination {
	clear: both;
	display: block;
	margin: 25px 0px;
	text-align: center;}

.pagination .page_numbers, .pagination a, .pagination span  {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#666666;
	margin: 0px 3px; }

.pagination .current, .pagination a:hover {
	background-color:#EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 3px 7px; }
  
.pagination a:link, .pagination a:visited {
	border: 1px solid #DDDDDD;
	color:#666666;
	display:inline;
	padding: 3px 7px;
	text-decoration: none; }
	
.pagination a:visited, .pagination a:active {
	background-color:#FAFAFA;
	border: 1px solid #DEDEDE; }
 
 
/* Single Post */
.pagination p a:link {
	border: none;
	padding: 0px;}

.pagination p a .current {background-color: #ffffff;}




/**
  *	Attachment
  */
.attachment .large_image { padding-top: 25px;}




/**
 * Comments
 */
#comments {
	border-top: 1px dashed #CCCC9C;
	clear: both;
	padding-top: 25px; }

#comments-title {padding-left: 15px;}

.commentlist {
	list-style: none;
	margin: 0px;}
	
.commentlist li.comment {
    border-bottom: 1px dotted #CCCC9C;
    line-height: 24px;
    position: relative; }

.commentlist .children li {
    border: medium none; }

.commentlist .children .comment-body {
	border: 1px solid #e0e0ce; }

#comments .comment .comment-author img {
	float: left;
	margin: 0px 10px 10px 0px; }

#comments .comment .comment-meta {
	font-size: 0.775em; }

#comments .children {
	list-style: none; }

#comments .comment-body {
	margin: 10px;
    padding: 15px; }

#comments .comment .depth-2,
#comments .comment .depth-3,
#comments .comment .depth-4,
#comments .comment .depth-5 { padding-left: 20px; }

#comments ul li ul {
	margin-bottom: 0px;}

#comments ol li ol li ol {
	list-style: upper-alpha outside none;
	margin-bottom: 0px; }
	
#comments ol li ol li ol li ol {
	list-style: lower-roman outside none;
	margin-bottom: 0px; }

#comments .pingback, #comments .trackback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px; }
	
.commentlist li.comment+li.pingback, .commentlist li.comment+li.trackback {
	margin-top: -6px; }
	
#comments .pingback p, #comments .trackback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0; }
	
#comments .pingback .url, #comments .trackback .url {
	font-size: 13px;
	font-style: italic; }
	
.nopassword,
.nocomments {
	display: none;
}


/* Comments Respond */
#respond {padding: 25px 15px;}

input#author, input#email, input#url, input#submit {
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 200px;}

.comment-form-comment label, .form-allowed-tags { display: none; }

textarea#comment {
    padding: 10px;
    width: 580px; }
	
input#submit {
	color: #525244;
    font-size: 1em;
    line-height: 1.5em; }
	
	
/**
 * Footer 
 */
#footer {
	background: transparent url(images/concrete-medium.jpg) repeat-y;
	height: 90px;
	width:950px;
	margin:0px auto;
	bottom:0px;
	color: rgba(0,0,0,0.8)}
.copyright,
.location {
	width:46%;
	margin:20px 10px;}

table.bloglist {
	border:none;
}
table.bloglist tr td {
	clear:both;
	padding-bottom:30px;
	border:none;
}
table.bloglist tr td img:first-child {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

/*
 * EXTRA
 */
.post_meta_wrap img.attachment-post-thumbnail {
	background:#fff;
	padding:3px;
	border:solid 1px rgba(50,50,50,.5);
	box-shadow: 0 1px 1px 1px rgba(50,50,50,.3);
	margin-right:16px;
}



/*
 * CONTACT FORMS
 */
.wpcf7 input[type=text] {
	width:300px;
	color:#555;
	border:solid 1px #86865F;
	font-size:18px;
	padding:2px 4px;
	font-weight:100;
	outline:none;
}
.wpcf7 input[type=text]:focus,
.wpcf7 textarea:focus {
	border:solid 1px #369;
}
.wpcf7 .wpcf7-captchar {
	width: 100px;
}
.wpcf7 textarea {
	width:500px;
	height:250px;
	color:#555;
	border:solid 1px #86865F;
	font-size:16px;
	padding:2px 4px;
	font-weight:100;
	outline:none;
}
input#submit,
input[type=submit] {
	color:#fff;
	background-color:#86865F;
	font-size:18px;
	padding:4px 10px;
	font-weight:100;
	border-radius:4px;
	border:none;
	outline:none;
}
.wpcf7 input[type=submit] {
	width:150px;
}
/*
 * NIVO RE-WRITES
 */
.nivo-directionNav {
	display:none;
}
.nivo-controlNav {
	z-index:999;
	margin-left:860px;
	margin-top:-10px; display:none;
}
.nivo-controlNav .nivo-control {
	color:transparent;
	background:transparent url(images/controller1b.png) no-repeat;
	width:16px;
	height:16px;
	display:inline;/*block;*/
	float:left;

}
.nivo-controlNav .nivo-control.active {
	font-size:6px;
	color:transparent;
	background:transparent url(images/controller2b.png) no-repeat;
}