/*
	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:	Hadret
	Author Site:	http://hadret.com/
	Style Name:	Middle
	Style URI:	http://hadret.com/middle2
	Version:	<sup>2</sup>
	Comments:	Middle2 scheme for K2 theme
*/

/*- Page Structure */

body { background: #FAFBF5 url('bg.png') repeat-x; }

#page {
	background: #FAFBF5;
	padding: 0 0 10px;
	border: none;
}

#header {
	background: #A8B434 url('top.jpg') no-repeat;
	height: 120px;
}

/*- Main Menu in Header */

ul.menu li a {
	color: #555;
}

ul.menu li a:hover {
	background: none;
	color: #555 !important;
	text-decoration: underline;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #FAFBF5;
}

/*- Headings */

.secondary h2 { /* Secondary H2 is sidebar headlines */
	color: #59564F !important;
}

.single #primary .k2-asides .entry-content {
	font-size: 1.2em;
	color: #444;
}

/*- Middle Menu above Footer */

#tmiddle {
	clear: both;
	padding: 20px 0;
	text-align: center;
	color: #999;
	height: auto !important;
	height: 120px; /* IE */
	min-height: 120px;
	background: #202020;
	border: none;
	text-align: left;
}

#tmiddle .contener {
	margin: 0 auto;
	width: 780px;
}

#tmiddle a {
	color: #B1BC3A;
	text-decoration: none;
}

#tmiddle a:hover {
	color: #B1BC3A;
	text-decoration: underline;
}

#tmiddle h2 {
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.5em !important;
	font-weight: normal !important;
	color: #d9d9d9;
}

#tmiddle .mleft {
	float: left;
	width: 275px;
}

#tmiddle .mleft h2 {
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.5em !important;
	font-weight: normal !important;
	color: #d9d9d9;
}

#tmiddle .mleft p {
	padding: 0 25px 25px 0px;
}

#tmiddle .mleft  ul {
	//list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#tmiddle .mleft  ul li {
	padding: 0px;
	margin: 0px;
}

#tmiddle .mcenter {
	float: left;
	width: 275px;

}

#tmiddle .mcenter h2 {
	padding-left: 25px;
}

#tmiddle .mcenter  ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 25px;
}

#tmiddle .mcenter  ul li {
	padding: 0px;
	margin: 0px;
}

#tmiddle .mright {
	float: right;
	width: 230px;

}

#tmiddle .mright  ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#tmiddle .mright  ul li {
	padding: 0px;
	margin: 0px;
}

/*- Primary Contents */

li.bypostauthor {
	background: #EBECDE;
}

#pinglist {
	background: #EBECDE;
}

#footer {
	min-height: 35px;
	background: #101010;
	color: #777;
	border: none;
	text-align: left;
}

#footer .contener {
	margin: 0 auto;
	width: 780px;
}

#footer .footleft {
	width: 550px;
	float: left;
}

#footer .footleft p {
	padding-left: 25px;
	font-size: 0.9em;
}

#footer .footright {
	width: 230px;
	float: right;
}

#footer a {
	color: #999;
	border: none;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #999;
	border: none;
	text-decoration: underline;
}

/* Links */

h2 a:hover, h2 span a:hover {
	color: #E05600 !important;
}

a {
	color: #E05600;
	text-decoration: none;
}

/*- Various Tags and Classes */

.children { /* If wp_list_categories('show_count=1'); */
	border-left: 20px solid #202020;
}

code {
   	background: #202020 url('tux.png') 10px center no-repeat;
  	color: #d9d9d9;
   	line-height: 15px;
	font-size: 1.0em;
   	display: block;
   	padding: 10px;
	padding-left: 35px;
}

.download {
	background: #D0F29D url('download.png') 10px center no-repeat;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	line-height: normal;
	padding: 10px;
	padding-left: 35px;
}

.download a {
	text-decoration: none;
	color: #27d;
}

.download a:hover {
	text-decoration: underline;
	color: #27d;
}

.error {
	background: #ffcccc url('error.png') 10px center no-repeat;
	border-top: 2px solid #c90404;
	border-bottom: 2px solid #c90404;
	line-height: normal;
	padding: 10px;
	padding-left: 35px;
}

.info {
	background: #FFF6BF url('info.png') 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	line-height: normal;
	padding: 10px;
	padding-left: 35px;
}

.info a {
	text-decoration: none;
	color: #27d;
}

.info a:hover {
	text-decoration: underline;
	color: #27d;
}

.photo {
	padding: 10px;
	background: #EBECDE url('photo.png') 10px center no-repeat;
	border-top: 2px solid #D0D1C6;
	border-bottom: 2px solid #D0D1C6;
	text-align: center;
	line-height: normal;
}
