/*
	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: #e1c883; margin-top: 20px;}

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

#page {
border: none;
padding-top:0px;
background: none;
	}

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

body.columns-two #primary-wrapper {
	float: left;
	width: 100%;
	width: 560px;
	}
	
a { color: #5b2d00; }
a:hover { color:#666;}

/*****************************************************************/	
/*      Contains the Header and menu                             */	
/*****************************************************************/	
	
#header {
	height: 225px;
	background: url(header.jpg) no-repeat;
	text-align: center;
	margin-bottom:20px
}

.ryan_nav {
	position:relative;
	width:900px;
	height: 225px;
	padding:0;
	top:0px;
	left:0px;
	margin:0;
	z-index:1000;
}

.ryan_nav a {
	display:block;
	cursor: pointer;
}

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

.ryan_home {
	width:900px;
	height:225px;
	left:0px;
	top:0px;
}

.ryan_home a{
	width:900px;
	height:225px;
}
.ryan_home a:hover{
	background:;
}

.ryan_church {
	width:215px;
	height:52px;
	left:668px;
	top:16px;
}

.ryan_church a{
	width:215px;
	height:52px;
}
.ryan_church a:hover{
	background:;
}

.ryan_twitter {
	width:176px;
	height:38px;
	left:707px;
	top:68px;
}

.ryan_twitter a{
	width:176px;
	height:38px;
}
.ryan_twitter a:hover{
	background:;
}

.ryan_facebook {
	width:176px;
	height:42px;
	left:707px;
	top:106px;
}

.ryan_facebook a{
	width:176px;
	height:42px;
}
.ryan_facebook a:hover{
	background:;
}
	
#header .blog-title {display: none;}

#header .description { display: none;}

.menu {display: none;}


.content {
	padding: 0 0px 10px;
	}
/*****************************************************************/	
/*      Contains the Content Column                              */	
/*****************************************************************/	
	
#primary {
	background: #fff;
	border: 3px solid #bda86d;
	padding: 20px 20px 20px 20px;
	width: 580px;
	margin-left: 0;
	}
.entry-title a { display: block; text-align: left; font-family: "Times New Roman", Times, serif; color: #be972b; font-size: 30px;}

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


.entry-content { color:#666;}

#sidebar-1 {
	background: #FFF;
	border: 3px solid #bda86d;
	}
#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: 210px;
	padding: 10px;
	}

.secondary ul li { color: #131313; padding: 5px 0 0;}

#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; }