/*
	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	: Luke Bubb
	Author Site		: http://www.lukebubb.com
	Style Name		: lachshapes
	Style URI		: www.lachshapes.com
	Version		: version 1
	Comments		:
*/
body {
	background-color: #000000;
	/*background-image: url(images/gradient.jpg);*/
	background-position: center;
	background-repeat: repeat-y;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	/*background: url(images/contentbase.jpg) bottom no-repeat !important;*/
	background-color: #f7f7f7 !important;
	width: 560px !important;
	/*_width: 560px;*/ /* IE hack */
	border: none;
	margin-top: 0px;
	padding-top: 0px;
	}

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

#header {
	/* Contains the H1 and menu */
	height: 197px !important;
	background-color: #000000 !important;
	}
	
	
/* Main Content of the site */	

.primary {
	/* Contains the main column */
	padding-left: 25px!important;
	padding-right: 25px!important;
	margin-bottom: 0px;
	}

	
	/* Contains the sidebar */
.secondary {
	font-size: 1.2em!important;
	/*color: #8b0000!important;*/
	}
	
.item {
	/* Each entry is contained within the 'item' class */
	
	}

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

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

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: centre!important;
	font-size: 5em!important;
	letter-spacing: -1px!important;
	color: #999999 !important;
	line-height: .5em;
	}

h2 a:hover, h2 span a:hover {
	color: #eeeeee !important;
	text-decoration: none !important;
	}

h2 a:visited	{
	color: #999999 !important;
	text-decoration: none !important;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.6em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	letter-spacing: 0px!important;
	}	
	
	

/* footer */

#footer {
	height: 40px !important; /* change according to image used */
	background-color: #f7f7f7!important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	text-align: center;
	width: 100%;
	border: none;
	margin: 0px auto 0 !important;
	position: relative !important;
	}
#footer .page{
	/*background: url(images/footer.png) bottom no-repeat !important;*/
	height: 40px !important; /* change according to image used */
	background-color: #f7f7f7 !important;
	margin-top: 0px;
	padding-top: 0px !important;
	text-align: center;
	width: 800px !important;
	_width: 800px !important;
	border: none;
	}
.footer a {
	border: none !important;
	text-decoration: none !important;
	}
	
/* Header */

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

/*Main Menu Top*/
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 560px!important;
	color: #000000 !important;
	padding-left: 0px !important;
	left: 0px;
	margin-left: 25px!important;
	}

ul.menu li {
	display: inline;
	margin: 0;
	color: #000000 !important;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	color: #000000 !important;
	text-decoration: none!important;
	}

ul.menu li a {
	font-size: 1.2em!important;
	/*font-weight: bold!important;*/
	color: #000000 !important;
	background: #f7f7f7 !important;
	margin: 0!important;
	}

ul.menu li a:hover {
	/*background: #4d4d4d !important;*/
	color: #7896a6 !important;
	text-decoration: none!important;
	}

ul.menu li a:visited {
	color: #000000 !important;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #7896a6 !important;
	/*background: #ffffff!important;*/
	text-decoration: none!important;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

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

/*- 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;
	}

.comments .commentlist li.authorcomment { /* Makes author comments look different */
		background: #ECF4FD !important;
		_background: none; /* I think this was because Internet Explorer didn’t play well with backgrounds here */
		border-left: 2px solid #3388CC !important;
		border-right: 2px solid #3388CC !important;
		}


/* 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;
	}
	
	
/* Portfolio Image Info text */

.content {
	margin: 0 5px 0 0px !important;
	/*border-top: 1px solid #eae9e9 !important;*/
	padding-bottom: 20px !important;
	overflow: hidden !important;
}

.images {
	padding-top: 20px !important;
	clear: both !important;
}

.content h4 {
	position: relative !important;
	left: 6px !important;
	font: 30px arial !important;
	line-height: 20px !important;
	font-weight: 900 !important;
	text-align: left !important;
	color: #999999 !important;
}

.content h4 i {
	display: none !important;
}

.content h5 {
	font: arial!important;
	font-size: 13.5pt!important;
	color: #626262!important;
	font-weight: bold !important;
	letter-spacing: 0.5px!important;
	padding-bottom: 4px!important;
	line-height: 1.15em !important;
}

.content img {
	float: left !important;
	padding: 0px!important;
	/*display: block !important;*/
	margin-left: 65px !important;
	border:  1px solid #000000 !important;
	margin-bottom: 40px!important;
}

.description {
	position: relative!important;
	top: 60px!important;
	font: arial!important;
	font-size: 8pt!important;
	text-align: left !important;
	color: #999!important;
	padding-left: 15px!important;
	line-height: 1.1em !important;
	letter-spacing: 1.5px!important;
}

.description li {
	list-style: none!important;
}

.content br {
	clear: both;
	visibility: hidden;
}

.cvtext {
	font: arial!important;
	font-size: 9pt!important;
	text-align: left !important;
	color: #7c7c7c!important;
	line-height: 1.3em !important;
	letter-spacing: 1.5px!important;
	list-style: none!important;
}
.cvtext li {
	list-style: none!important;
}
.cvtextindent {
	padding-left: 55px!important;
	font: arial!important;
	font-size: 9pt!important;
	text-align: left !important;
	color: #7c7c7c!important;
	line-height: 1.2em !important;
	letter-spacing: 1.5px!important;
	list-style: none!important;
	}

.signature {
	border: 0px!important;
	padding: 0px!important;
	margin: 0px!important;
	}
	
.signature img{
	border: 0px!important;
	padding: 0px!important;
	margin: 0px!important;
	}	
	

.newimage img {
	border: 1px solid #000000 !important;
	float: left !important;
	padding: 0px!important;
	/*display: block !important;*/
	margin: 20px 0px 0px 4px !important;
}