/*
	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	: Jared A. Wolf
	Author Site	: http://jaredwolf.com
	Style Name	: An Xiao
	Style URI	:
	Version		: 1.0
	Comments	: A semi-custom theme based on K2
*/

body {
	color: #000000;
	border-top: 10px solid #000000;
	background: #FFFFFF;
	}
	
#page {
	border: none;
	}
	
#header {
	background: #FFFFFF;
	height: 120px;
	}
	
.content {
	padding: 0 20px;
	margin-top: 50px;
	}
	
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 307px;
	width: 40%;
	text-align: right;
	}

ul.menu li {
	display: block;
	margin: 2px 0 0 0;
	}

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

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

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

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

.admintab {
	display: none !important;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

h1 { /* H1 is the title in the header */
	display: none;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 40px 0;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#header .description { /* Description in header */
	display: none;
	font-size: 1em;
	margin: 0 40px;
	}
	
#footer {
	padding: 60px 0;
	}
	
#footer a {
	border-bottom: none;
	font-weight: normal;
	}
	
a {
	color: #CC0300;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
	color: #444;
	}

.entry-content a:visited {
	color: #CC0300;
	}
	
.entry-content ol li, .entry-content ul li {
	margin: 0 0 7px;
	list-style: none;
	}
	
blockquote {
	margin: 20px 0;
	padding: 0 0px 0 50px;
	color: #444;
	background: url('../images/quote.png') no-repeat 10px 0;
	border: none;
	}
	
.entry-content img {
	margin: 0px;
	}

.chronodata {
	padding: 2px 0 2px 0px ;
	background: none;
	}
	
.commentslink {
	padding: 2px 0 2px 0px;
	background: none;
	margin-left: 10px;
	}

.quoter_comment {
	padding: 2px 0 2px 0px;
	background: none;
	margin-left: 5px;
	}

.entry-tags {
	display: block;
	padding: 2px 0 2px 0px;
	background: none;
	text-transform: none;
	}