/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: untitled
	Author Site	: www.untitledlife.com
	Style Name	: untitledlife
	Style URI	: http://www.untitledlifecom
	Version		: v1
	Comments	: 
*/

body{
	background:  url('/wp-content/themes/k2/styles/untitledlife/0701_bg.png') #EBEBEB;
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	padding: 0;
	margin: 0;

	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	border: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background:  url('/wp-content/themes/k2/styles/untitledlife/0701.png') #FFF;
	width: 100%;
	height: 225px;
	}
#header h1, #header p {display: none; }


.primary {
	/* Contains the main column */
	padding-top: 15px;

	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

#navigation{
	padding-top: 20px;
}

.entry-content {
	text-align: left;
}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	}

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

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	font-size: 1.2em;	

	}

ul.menu li a {
	font-size: 1em;
	color: #999;
	margin: 0;
	}

ul.menu li.page_item a:hover,
ul.menu li a:hover {
	background: white;
	color: #999 !important;
	border-top: 5px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #666 !important;
	background: white;
	text-decoration: none;
	font-weight: bold;
	border-top: 5px solid #999;
	border-bottom: 1px solid #999;
	}

a { color: #630; }
a, a:visited, a:hover, a:active { color: #630; }

.entry-title, .entry-title a{ font-family: Georgia, Garamond, Times; font-size: 1.5em;}

.page-head a, .page-head a:hover{ font-family: Georgia, Garamond, Times; font-size: 1.2em; font-weight: normal;}
.page-head a:hover { color: #333 }
.admintab {
	position: absolute;
	right: 0px;
	}
* html .admintab { padding: 5px 15px 6px }	/* IE hack */

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 {
	color: #630 !important;
	font-family: Georgia, Garamond, Times; 
	}

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

	/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #777;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}

a, a:visited, .sidebar a:visited, a:hover, a:active  {
	color: #4CA4B8;
	}


#delicious li {padding-bottom: 3px; color: #999;}
#delicious a { font-size: 1.2em; color: #4CA4B8; font-weight: bold;}

	