/*
	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	: Xing
	Author Site	: http://xings.be
	Style Name	: White
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background-color: #F8F7F7;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background-image: url(images/pagebg.png);
	width: 804px;
	/*_width: 800px;*/ /* IE hack */
	border: none;
	margin-top: 30px;
	padding-top: 0px;
	}

* html #page { width: 804px } /* IE hack */

#header {
	/* Contains the H1 and menu */
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 52px;
	}
	
.primary {
	/* Contains the main column */
	margin-bottom: 0px;
	}

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

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

.secondary {
	/* Contains the sidebar */
	margin-left: 69%;
	}

#primary .item {
	padding: 5px 0px 15px 0px;
	}
	

/* footer */

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	padding-top: 30px;
	text-align: center;
	width: 804px;
	border: none;
	margin: 0 auto;
	}

/* Header */

h1 {
   display: none;
	}
	
#header .description {
	display: none;
	}


/* Menu */

ul.menu,
ul.menu li a {
    background-color: transparent;
	text-decoration: none;
	color: #6f6f6f !important;
	}
	
ul.menu {
	border-bottom: 1px solid #e3e5e5;
	background-color: transparent;
	left: 0px;
	margin-left: 25px;
	}

ul.menu {
	padding-left: 0px;
	}

*+html .admintab {
	padding: 5px 15px 11px;
	}


/*- Search */

#searchform input {
   border: 1px solid #e3e5e5;
   padding: 2px;
   font-size: 1.1em;
   color: #989999;
   width: 175px;
   font-family: Arial, Helvetica, sans-serif;
   }

#searchform input[type=submit] {
   font-size: 1.1em;
   color: #989999;
   padding: 1px;
   width: 20px;
   margin-left: 5px;
   background: white;
   border: none;
   font-family: Arial, Helvetica, sans-serif;
   }
	
#searchform input[type=submit]:hover {
	background-color: #D3D3D3;
	}

/* Comment */

 #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	border: 1px solid #e3e5e5;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #989999;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#commentform input:hover {
	border: 1px solid #e3e5e5;
	background-color: #ffffff;
	}

#commentform textarea {

	padding: 2px;
	border: 1px solid #e3e5e5;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #989999;
	font-family: Arial, Helvetica, sans-serif;
	}

#commentform textarea:hover {
	border: 1px solid #e3e5e5;
	background-color: #ffffff;
	}

#commentform #submit {
	width: auto!important;
	width: 90px;
	margin-bottom: 0px;
	margin-top: 10px;
	}

.comments #commentlist li.authorcomment blockquote {
    background-color: transparent
    }

.comments #commentlist li.authorcomment {
	background-color: #fafafa;
	}

.comments #commentlist li .commentauthor {
    font-weight: normal;
	}


/* Font */

a {
	color: #8B0000;
	}

a:hover {
	color: #DC143C;
	}

a:visited {
	color: gray;
	}

#primary a:visited, #primary a:visited,
.secondary a:visited, .secondary a:visited {
	color: gray;
	}

#primary h3 a:visited {
	color: #4A4A4A;
	}


.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-weight: normal;
	}

#primary .item .itemtext li{
   list-style-position: inside;
	padding-left: 20px;
	}