/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

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

.menu {display: none;}

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

#page {
border: none;
padding-top:0px;
background: none;
	}
	
.columns-two #page { width: 920px;}

.content { background: url(back.gif) repeat-y; }

body.columns-two #primary-wrapper {
	float: left;
	width: 100%;
	width: 540px;
}

.secondary {
	/* Contains both sidebars */
	width: 210px;
	padding: 0px 50px 0 0;
}

#primary {
	/* Contains the main column */
	color:#131313;
	width: 540px;
	padding: 0 0 0 50px;
	margin:0;
}

/*****************************************************************/	
/*      Contains the H1 and menu                                 */	
/*****************************************************************/
	
#header {
	background: url(header.gif);
	height: 405px;
	}
	
h1{ display: none;}

#header .description { display: none;}


/*****************************************************************/	
/*     Each Entry                                                */	
/*****************************************************************/	
.entry-head h3 a { display: block; color: #e4650a; font-size: 28px; text-decoration:none; background: url(header_back.jpg) left bottom no-repeat; padding: 5px 0 30px 0px; font-family: Georgia, "Times New Roman", Times, serif; }
.entry-head h3 a:hover { color: #999; text-decoration:none!important;}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	background: url(bottom.jpg) bottom center no-repeat;
	padding-bottom:50px;
	padding-right: 10px;
	margin-bottom: 40px;
	}
	
.hentry a { color:#e4650a;}
.hentry a:hover { color:#999; text-decoration:none;}
.entry-content a:visited { color: #e4650a; text-decoration: underline;}

/* Post Meta Info */

.entry-meta a { color: #e4650a; }
.entry-meta a:hover { color: #e4650a; }

.entry-meta {padding: 3px;  margin-top: 10px; display: block; color: #666; text-align: center;  border-top: 1px solid #999;}

.meta-start { background: none; padding-left: 5px; color: #666;}

.meta-prep {color: #666;}

.entry-author {color: #666;}

.entry-date { color: #666; }

/* ////////////// */


/* Page Headers */
.page-head h2 {text-align: left;}
.page-head h2 a { display: block; color: #e4650a; font-size: 28px; text-decoration:none; background: url(header_back.jpg) left bottom no-repeat; padding: 5px 0 30px 0px; font-family: Georgia, "Times New Roman", Times, serif;}
.page-head h2 a:hover {color: #ec1c4e; text-decoration:none!important;}

/* ////////////// */

/*****************************************************************/	
/*     Side Bar                                                  */	
/*****************************************************************/	
.secondary li { color: #e4650a;}
.secondary a { color: #e4650a; font-size: 1.2em;}
.secondary a:hover { color: #999;}	

.secondary h2{ font-size: 14px; }

.feedlink { display: none;}

#latest-posts { padding:0; margin:0;}

#latest-comments { padding:0; margin:0;}

#categories { padding:0; margin:0;}

#tags { padding:0; margin:0;}

#links { padding:0; margin:0;}

#archive { padding:0; margin:0;}


/*****************************************************************/	
/*       Footer                                                  */	
/*****************************************************************/		
#footer { color: #e4650a; background: url(footer.gif) center top no-repeat; padding: 160px 0 20px 50px; width: 870px; text-align:left; height: 50px;}
#footer a { color: #e4650a; text-decoration: underline;}
#footer a:hover { color: #e4650a;}	
