/*
	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	: 	irishcanoeclassics
	Style URI	:	http://www.pesdapress.com
	Version		: 	1.0
	Comments	: 	K2 style for Irish Canoe Classics blog
*/

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

#header {
	background: black url('irishcanoeclassics.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;
}


.download {
	border-top: 2px solid #BACADD;
	border-bottom: 2px solid #BACADD;
	text-align: center;
	padding-left: 40px;
	background-color: #EDF6FE;
	background-image: url(http://whitewatersafety.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;
	}
