/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: udfd design	
	Author Site	: http://www.udfddesign.com
	Style Name	: keystone church
	Style URI	:
	Version		: 1.0
	Comments	:
*/


body { background: #000000 url(background.jpg) top center no-repeat; }

/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

blockquote { font-size: 1.8em; margin: 30px auto 35px auto; width: 80%; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue" Helvetica, Arial, sans-serif; line-height: 1.6em; text-align: center; color: #000000; font-weight: 200; }
blockquote p {  }


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%;}
body {font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #666666; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.8em; font-weight:bold; color: #1f1e1c; font-family: Helvetica, Arial, Verdana, sans-serif; }
p { font-size:1.2em; line-height:1.4em; margin:12px 0; }
small { font-size:1.1em;}

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; margin: 0 0 10px 10px; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }

.margin-bottom { margin-bottom: 20px; }

.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

/*****************************************************************/	
/*      The entire design is contained within the 'page' id      */	
/*****************************************************************/	

#page {
border: none;
padding-top:0px;
background: url(body_back.jpg) repeat-y;
	}

.columns-two #page { width: 980px;}

body.columns-two #primary-wrapper {
	float: left;
	width: 100%;
	width: 685px;
	}
	
a { color: #01a5a3; }
a:hover { color:#666;}

/*****************************************************************/	
/*      Contains the Header and menu                             */	
/*****************************************************************/	
	
#header {
	height: 120px;
	background: none;
	text-align: center;
}

.key_nav {
	position:relative;
	width:300px;
	height: 120px;
	padding:0;
	top:0px;
	left:290px;
	margin:0;
	z-index:1000;
}

.key_nav a {
	display:block;
}

.key_nav li {
	list-style:none;
	position:absolute;
}

.key_home {
	width:320px;
	height:120px;
	left:0px;
	top:0px;
}

.key_home a{
	width:320px;
	height:120px;
	text-indent: -9999px;
}
.key_home a:hover{
	background:;
}
	
#header .blog-title {display: none;}

#header .description { display: none;}

.menu {display: none;}

/*****************************************************************/	
/*      Contains the Content Column                              */	
/*****************************************************************/	
	
#primary { background: #FFF; width:625px; padding: 15px 30px 25px; float: left; }
.entry-title a { display: block; text-align: left; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.4em; font-weight: 200; color: #333333; }

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {}

#sidebar-1 {
	background: #111111;
	float: right;
	}
#sidebar-1 h4 {display: none; }

.textwidget ul { margin-top: 0px;}

#sidebar-1 div { margin-top: 0px;}
#sidebar-1 img { margin-top: 20px;}
#sidebar-2 {
	/* The second sidebar */
	}


/*****************************************************************/	
/*      Contains the Sidebar                                     */	
/*****************************************************************/	
.secondary {
	width: 212px;
	padding: 10px;
	float:right;
	}


#footer { padding: 0px 0 40px; text-align: left; width: 850px;}
	
#footer a {color: #999; text-decoration: none; font-weight: bold;}
#footer a:hover { color:#FFF; text-decoration: none; }
