/*
Author Name: Alnpete Press
Author Site: http://www.alnpetepress.co.uk/
Style Name: AlnpetePress
Style URI: http://www.alnpetepress.co.uk/
Comments: based on the K2 standard stylesheet
Version: 1.3.2

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/



/*- Page Structure */

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	width: 780px;
	border: 0px solid #ddd;
	border-top: none;
	}

#wideheader {
	padding: 0;
	margin: 0px auto 0 !important;
	height: 200px;
	width: 100%;
	background: #EDEDED url('blogtoptrans.png') top repeat-x !important;
	}

#header {
	padding: 0;
	margin: 0px auto 0 !important;
	position: relative;
	height: 200px;
	background: transparent;
	}

ul.menu li a {
	font-size: 1em;
	color: #900015;
	margin: 0;
	}

ul.menu li a:hover {
	background: #FFDDDD;
	color: #900015 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #900015;
	text-decoration: none;
	}

/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 75px 40px 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	letter-spacing: 1px;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#widefooter {
    background: url('blogfoottrans.png') bottom repeat-x !important; 
    height: 91px;
    width: 100%;
    margin: 0px auto 0 !important;
    position: relative !important;
	}

#footer {
    background: transparent url('blogfootbar.png') no-repeat;  
    height: 91px;
    width: 780px;
    border-top: 0px;
    margin: 0px auto 0 !important;
    position: relative !important;
    text-align: left;
    vertical-align: bottom;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: white;
	}

/*- Links */


h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #900015;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #b41;
	}

/*- Various Tags and Classes */



hr {
	display: none;
	}

