/*
Theme Name: southside church custom theme
Theme URI: http://binarybonsai.com/wordpress/k2/
Description: The sequel in spirit to <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Developed by <a href="http://binarybonsai.com">Michael Heilemann</a> with help from <a href="http://chrisjdavis.org">Chris J. Davis</a>. Share and distribute.
Version: Beta One
Author: Michael Heilemann & Chris J Davis
Author URI: http://binarybonsai.com/


--> CSS OVERVIEW
	
	There are sections throughout, roughly describing 
	the contents inside each section. To step through each
	section, do a search for '/ * -' (without spaces) and
	repeat the search until you find the section you need.
	
	I have exaggerated the use of selectors in some places,
	so as to make it easier for people to gain an overview
	of what classes belong where in the hierarchy.
	
	I suggest you copy and paste whatever changes you want
	to make, into k2scheme.css, so as to keep this file
	intact and make it easier for yourself to debug any
	problems.
*/


/*- Page Structure */

/* PAGE REGIONS
	body
	#page -- container for contrasting color with background if desired
	#header -- graphical header where menu goes
	#footer -- goes at the bottom of every page
	.primary -- main column for primary content
	.secondary -- sidebar column for secondary content
	.comments -- container for comment content
*/

body {
	background: #eef;
	color: #530;
	font-size: 9pt; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}


#page {
	text-align: left;
	margin: 0;
	padding: 0;
	min-width: 800px;
}

#header {
	padding: 0;
	margin: 0;
	height: 199px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/*background: #116 url('images/logo_blue_gradient.jpg') 0 -200px;*/
	background-color: #000;
	color:#aaa;
}
#header img.right {
	float:right;
	z-index:0;
}

#growing_plants {
	position:absolute;
	top: 0;
	right: 0;
}

#footer {
	margin: 15px auto 0;
	text-align: center;
}

.primary {
	width: 65%;
	min-width: 400px;
	float: left;
	margin: 20px 10px 10px 25px;
	}

.secondary {
	float:right;
	width: 225px;
	font: 1em Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	padding: 10px;
	/*margin: 0 0 20px 73%;*/
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

.columns {
	background: #222;
	border-top: 1px solid #88c;
}

.column,
.column-1,
.column-2,
.column-3 {
	width: 30%;
	position: relative;
	float: left;
	margin: 1.5%
	}

/*
.column-2 { margin-left: 33%; }
.column-3 { margin-left: 66%; }
*/

.box, .bio_box, .callout {
	border: 0;
	border-top: 5px solid #aaf;
	border-bottom: 3px solid #aaf;
	/*width: 80%;*/
	margin: 10px 0 10px 0;
	padding: 8px 20px;
}

.callout {
	width: 200px;
	margin: 5px 0px 10px 20px !important;
	padding: 10px;
	float:right;
}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5 { margin-top: 5px; }

/*- Main Menu in Header */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1em Verdana, Arial, Sans-Serif;
	margin: 0;
	}

ul.menu li a:hover {
	background: #eef;
	color: #000 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important;
	background: #eef;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 20px;
	}

/*- Sidebar Subpages Menu */
.sb_pagemenu {
	border: 5px solid !important;
	padding: 10px !important;
	}
.sb_pagemenu ul {
	margin-left: 10px;
	padding-bottom: 10px;
	}

.sb_pagemenu ul ul {
	margin-top: 2px;
	}

.sb_pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb_pagemenu .current_page_item {
	font-weight: bold;
	}

.sb_info {
}

/*- Headings */
h1, h2, h3, h4 {
	font-family: Futura, 'Futura Md BT', 'Century Gothic', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	letter-spacing: 1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	}

.primary h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: 1px;
	text-align: center;
	display: inline;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: inline;
	}

.primary h3, .primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	}

.primary h4 {
	font-size: 1.5em;
	}

.itemhead {
	margin-top: 10px;
	}

.itemtext {
	margin-top: 20px;
}

.itemtext h2 {
	font-size: 1.8em;
	display: block;
	text-align: right;
	border-bottom: 3px solid #aaa;
}

.itemtext h3 { /* For use on Pages */
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

.itemtext h4 { /* For use on Pages */
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.secondary > div,
.secondary > li.widget {
	list-style:none;
	margin: 20px 0 0;
	padding: 0;
	}

.enclosure_links {
	/*clear:both;*/
	/*background: ivory;*/
	/*border: 1px dotted #80b;*/
	padding: 3px;
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
}

 /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.primary .metalink a,
.primary .metalink a:visited,
.secondary .metalink a,
.secondary .metalink a:visited,
.secondary span a,
.secondary span a:visited {
	color: #444;
	font-weight: normal;
	}

.primary .item .itemhead .metalink, .comments .primary .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

.comments .primary .metalink {
	margin: 0 15px 0 0;
	float: none;
	}

.secondary div > .metalink {
	text-align: right;
	}

.secondary span a {
	margin-left: 10px;
	}

.metalink a span {
	display: none;
	}

.metalink a:hover > span {
	display: inline;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #111;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	/* text-decoration: none; */
	}

.metadata { /* Time and category for blog entries */
	display: block;
	}

/*- Primary Contents */
.primary .item {
	margin: 0 0 30px 0;
	padding: 5px 0 15px;
	/* border-top: 1px dotted #aaa; */
	}

.primary .item .itemtext {
	font: 1.2em Corbel, Calibri, "Helvetica Neue", Verdana, Arial, Sans-Serif;
	text-align: justify;
	}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote {
	margin: 5px 0;
	}

.comments .commentlist {
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
	}

.comments .commentlist li {
	margin: 10px 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

.comments .commentlist li img {
	padding: 0;
	border: none;
	}

.comments .commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

.comments .commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.comments .commentlist li .counter {
	font: normal 1.5em 'Century Gothic', Verdana, Arial, Helvetica, Sans-Serif;
	color: #111;
	float: left;
	width: 35px;
	}

.comments .commentlist li.authorcomment {
	background: #fbfbff;
	}

.comments .pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}

.comments .pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

.comments .pinglist li .commentauthor {
	font-weight: bold;
	display: block;
	}

.comments .pinglist li small {
	font: .8em Arial, Sans-Serif;
	display: block;
	}

.comments .pinglist li .counter {
	display: none;
	}

.comments .pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

.comments form {
	clear: both;
	padding: 1px 0 30px;
	margin: 0;
	}

input[type=text],
textarea {
	position: relative;
	margin: 15px;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
	padding: 3px;
	color: #aaa;
	background: #eee;
	}
input[type=text]:hover,
textarea:hover {
	border-color: red;
}

input[type=text]:focus,
textarea:focus {
	background: #efe;
	color: #000;
	border-color: #999;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments form textarea {
	height: 250px;
	width: 97%;
	margin: auto;
	padding: 5px;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#footer p {
	text-align: center;
	}

#footer a {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	}


/*- Links */
a:hover, a:visited:hover {
	text-decoration: none;
	color: #d72;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #27d;
	text-decoration: none;
	}

a img {
	border: 0;
}

.itemtext a:visited {
	color: #b41;
	}


/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.primary img {
	margin-left: -5px;
	padding: 4px;
	/*border: 1px solid #ccc;*/
	max-width: 100%;
	}


.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none;
	}

.favorite img {
	padding: 0;
	border: none;
	}

.tags {
	padding: 1px 10px;
	background: #f3f3f3;
	border: 1px solid #ddd;
	}

small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #333;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr { /*span.caps*/
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

.comment_count {
	font-size: .5em;
	vertical-align: middle;
}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') 10px top no-repeat;
	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 10px 0 10px;
	padding: 0;
	width: 100%;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #333;
	}

img.wp-smiley {
	border: none;
	padding: 0 0 0 5px;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}


/*- Begin Lists */
.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	}


.columns ul,
.secondary ul,
.secondary ol,
.secondary > div > div {
	margin: 5px 0 0;
	padding-left: 0px;
	}


.columns ul,
.secondary ul {
	_margin-left: 0px; /* IE Fix */
	}

.secondary ol {
	margin-left: 15px;
	}

.columns ul,
.secondary ul li,
.secondary ol li {
	margin: 0;
	padding: 1px 0;
	}

.columns ul li,
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

.secondary img {
	border:none;
}

ol li {
	list-style: decimal outside;
	}

ul.children {
	padding-left: 20px;
}

/*- Search Form and Livesearch */

.secondary div.sb_search {
	margin-top: 20px;
	}

.secondary div.sb_search h2 {
	display: none;
	}

input[type=text],
input[type=search],
textarea {
	color: #;
	padding: 2px 0 2px 2px;
	margin: 0;
	border: 1px solid #ccc;
	}


/* Live Search */
.livesearchform input#livesearch {
	width: 98%;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#LSResult {
	margin: 0;
	width: 200px;
	z-index: 100;
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	}

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
	}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}

/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}
	
/* INLINE IMAGES */
div.itemtext img.left {
	float: left;
	margin: 0 10px 0 0;
}

div.itemtext img.right {
	float:right;
	margin: 0 0 0 10px;
}
div.clear {
	clear: both;
}

/* VIDEO PLAYER */
div.video-player {
	background: black;
	text-align: center;
}

