/*
 Theme Name:   K2 Child
 Description:  K2 Child Theme
 Template:     k2
*/

@import url("../k2/style.css");




/*- Page Structure */

body {
	font-size: 75%; /* Resets 1em to 10px */
	color: #444;
	background: #eee;
	text-align: center;
	background-image:url('images/cloth022_6.jpg');
	background-repeat:repeat;
	}


#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}

.columns-one #page {
	width: 950px;
	}

.columns-two #page {
	width: 950px;
	}

.columns-three #page {
	width: 950px;
	}

#header {
	position: relative;
	height: 375px;
	background: white;
	background-image:url('images/fpf5.jpg');
	background-position: top right;
	}


/*- Main Menu in Header */

ul.menu {
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: #333;
	

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #eee;
	background: #333;
	text-decoration: none;
	}
	
	
/*- Primary Contents */

.hentry {
	margin: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	width: 600px;
	text-align: left;
	color: #444;
	}
	

/*- Links */

#skip a, #skip a:hover, #skip a:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
 
#skip a:focus
{
	position: static;
	width: auto;
	height: auto;
	} 

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #27d;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #27d;
	}