/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Pesda Press
	Author Site	: 	http://www.pesdapress.com
	Style Name	: 	Rock Trails
	Style URI	:	http://www.pesdapress.com
	Version		: 	1.0
	Comments	: 	K2 style for Rock Trails Snowdonia blog
*/

#page {
    padding: 0px 0 10px;
    }
	
body {
	background-color: E3E3E3;
	background-image: url(backshadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	background: black url('rocktrails.jpg') no-repeat;
	width: 100%;
	height: 224px;
	padding: 0;
	margin: 0;
	position: relative;
	}
	
h1{
	display: none;
}

#header .description {
	display: none;
}
	
ul.menu li a {
	font-size: 14px;
}

ul.menu li a:hover {
	background-color: #2F3555;
}


.download {
	border-top: 2px solid #BACADD;
	border-bottom: 2px solid #BACADD;
	text-align: center;
	padding-left: 40px;
	background-color: #EDF6FE;
	background-image: url(http://rocktrails.pesdablog.com/wp-content/themes/k2/images/disk.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	color: b2b2b5; 
}

.download a:link {
	color: #3366cc;
	}
	
.download a:hover {
	color: #3399ff;
	}
	
.download a:visited {
	color: #3366cc;
	}
	
.download a:active {
	color: #3366cc;
	}

.listlinks
{
font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
font-size: 11px;
font-weight: bold;
list-style: none;
text-decoration: none;
margin: 0px;
padding: 0;
border: none;
}



.listlinks li
{
border-bottom: 1px solid #ffffff;
line-height: 1.2em;
padding: 0px;
list-style-type: none;
background-color: #FFF;
}



.listlinks li a
{
display: block;
padding: 5px 5px 5px 16px;
border-left: 6px solid #FFD324;
border-right: 0px;
margin-left: -36px;
background-color: #FFF6BF;
text-decoration: none;
color: #666;
width: 476px;
}

.listlinks li a:hover
{
text-decoration: none;
border-left: 6px solid #FFD324;
border-right: 0px;
background-color: #FFEC91;
color: #000;
}

.listlinks li a:active
{
text-decoration: none;
border-left: 6px solid #FFD324;
border-right: 0px;
background-color: #FFEC91;
color: #000;
}



