/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:RT
	Author Site	:
	Style Name	:wm
	Style URI	:
	Version		:1
	Comments	:
*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #888;
	background: #000 ;
	text-align: center;
	}

.columns-two #page {
	width: 800px;
	background: #000;
	background-position: bottom left;}
	

#primary {
	position: relative;
	float: left;
margin-left: 210px;
	width: 550px;
	padding: 0;
background: none;
	}
#primary .punch{margin-left:-210px;
width: 740px;}

#page {border: none;
margin-top: 20px;
margin-bottom: 20px;
background: none;}

#header {
	position: relative;
	height: 300px;
	background: #000 url('/rt/wp-content/themes/k2/images/headers/header.png') no-repeat;
	background-position: top right;
	}

h1 {display:none;}
#header .description { /* Description in header */
display:none;	}

.page-head h2 { display: none;}

.secondary{float: left;
display:block;
margin-right: 550px;
position: absolute;
}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	
text-align: left;
font-size: 3em;
color:#fff;
margin-left: 0px;}

h3{font-size:3em;
color:#fff;}
#details{position: absolute;
margin-left: -15px;
}
#news{position:absolute;
margin-left: -15px;
margin-top:50px;}

.whats-new{padding-top:10px;}

.whats-new ul {outline: 2px solid black;
list-style-type: none;
display: block;
padding: 2px;
width: 200px;
}

.whats-new ul li{ border: none;
padding: 10px}

.post_new h3 a{
font-size: 0.7em;}

.post_new h3 a:hover {color: #fff;
text-decoration: none;}

#children li{display: inline;
list-style:none;}
#children li a{color: #fff;
padding: 15px;
font-size: 1.5em;
}
#children li a:hover{color:#666;}

 #children li.current_page_item a,
#children li.current_page_item a:hover,
#children li.current_page_ancestor a,
#children li.current_page_ancestor a:hover
{color: #777;}

/*- Main Menu in Header */

ul.menu {float:right;
	margin-right: 20px;
	padding: 0;
	bottom: 60px;
top:60px;
background: none;
	left: 580px;
	width: 250px;
	}

ul.menu li a {
display: block;
	font-size: 3em;
	color: #fff;

	}
ul.menu li a:hover {

	background: none;
	color: #888;
	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: #666;

	background: none;
	text-decoration: none;
	}

.post {width: 500px;}
.nav-next {margin-right: 230px;}
.comments {width: 500px;}

a {color: #fff;
	text-decoration: none;
	}
.entry-content p{
color:#999;}
#footer {
width: 800px;
height:100px;
	clear: both;
	margin: 10px auto;
	padding: 10px 0 40px;
	text-align: center;
	background: #fff url('/rt/wp-content/themes/k2/images/headers/footer.jpg') no-repeat ;
	 }
#footer p {display:none;}

#footimg img{float: left;
padding: 10px;
margin-top:10px;}