.print {display: none}

body {
	background: white;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
	font-size: 1em;
}

h1, h2, h3 {
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
}

p{
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, MS Sans Serif, Verdana, Arial;*/
	font-size: 1em;
} /* just the p tag */

h1 {
	font-size: 1.2em;
}

h2, .feedback {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	font-size:1em;
}

h4 {
	font-size: 1em;
}


h1 a{
	text-decoration: none;
	color: brown;
}

h1 span {
	font-size: 70%;
	font-weight: normal;
} /* the description of the blog in the title bar */

/*
blockquote {
	margin-left: 20px;
	color: #444;
}
*/

a {
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
	color: red;
	font-weight: bold;
	/*behavior: url('/msieonly.htc');*/
}
a:hover {
	color: red;
}

a img {
	border: none;
}

a.friend  {
	color:red;
	font-weight:bold;
	background: url(/image/leaf.gif) center left no-repeat;
	padding-left: 20px;
}

a.commercial {
	color: gray;
	background: url(/image/leaf.gif) center left no-repeat;
	padding-left: 20px;
}

ul, li {
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
}


.date {
    color: gray;
    font-size: 0.8em;
}



/* text colours */

#supernav a:hover { color: white; } /* main top nav */

/* p, body { color: #2e2e2e;} */ /* main text doesnt seem to be needed so i turned it off */

body#single .meta a:link, body#home .meta a:link, body#archives .meta a:link { color: #e3544d; } /* meta links, probably dont need to specify each one though */

.storycontent, #wp-calendar td:hover, #wp-calendar #today, h4 { color: #2e2e2e; } /* the story text and calendar today and hover*/

/*
a:visited { color: #d9837d; } /* visited links */

a:link, h1, h2, h3 .feedback, h3, .meta span, #blogtitle h1 a, #blogtitle h1 a:visited { color: #b4271e; } /* links, h1, h2, h3, the blog title in the band (not sure what feedback is ;-) ) */

.post-title a:hover { color: #b4271e; } /* story titles hover */

body#single .meta a:hover, body#home .meta a:hover, body#archives .meta a:hover, a:hover, .storytitle a, .storytitle a:visited, #blogtitle h1 a:hover, .highlight { color: #771621; } /* hover, story titles */

#menu ul ul li, #wp-calendar td, .storytitle span a, .storytitle span a:visited {color: #777681;} /* menu + calendar text, comment count next to story title */

.storytitle span a:hover { color: #b4271e; } /* story titles hover */


.storytitle span {
	font-weight: normal;
	font-size: 90%;
} /* comment count next to story title  */

body#single .storytitle {
	padding-top: 0px;
	font-size: 150%;
	margin-bottom: 8px;
} /* post titles on single pages */



#menu ul li { color: #bf514c; } /* menu titles */

#bottommeta { color: #777681; } /* footer  text */

#menu a { color: #d96b65; } /* menu links */

#menu a:hover { color: #753a37; } /* menu links hover */

.navigation { color: #737373; } /* page nav */

body#single .meta, body#home .meta, body#archives .meta, #blogtitle h1 span, #supernav a, body .commentlist blockquote, body blockquote, .commentlist cite, #menu input#s, code, .commentlist small { color: #696969; } /*meta on single pages, blog title description, main nav, quotes and code */



/* end text colours */

/* other colours */

#blogtitle, #supernav a, #wp-calendar a:hover { background-color: #e3e2fa; } /* area behind the name of your blog and the main nav and hover calendar*/

#rap {
	background-color: #fafaff;
	border-right-color: white;
	border-left-color: white; } /* the main blog content page background and left and right inner borders */

#shadow {
	border-right-color: #d3d3d3;
	border-left-color: #d3d3d3;	} /* the outer thin borders */

body, #wp-calendar td:hover, #wp-calendar #today{	background-color: white;	} /* just set the background of the site to white and today on calendar */

#commentarea { background-color: #f0f0ff;	} /* regular comment backgrounds */

.authorcomment { background-color: white;		} /* author comments backgrounds */

.highlight { background-color: #fadfde;		} /* highlight backgrounds */

#supernav a:hover { background-color: #b4271e;		} /* main nav background */

.notedcomment { background-color: #f7f7ff;	} /* noted comments background */

#bottommeta { background-color: #e4e4f2; } /* bottom meta info (admin login, design credits etc) background */

.commentlist blockquote, blockquote {
	border-left: 4px solid #ba4942; } /* quote border colors */

/* end other colours */


/* images */

.content img { max-width:500px; }

body#single .content img { max-width:500px; }


body#home #rap, body#archives #rap, body#about #rap, body#e404 #rap {
	/*background-image: url(images/rap.gif);*/
	background-repeat: repeat-y; } /* pages with sidebar */

body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: top; } /* very back image (top stripes either side of page by default)  */


#topimage {
	background-image: url(images/banner.jpg);
	background-position: center top;
} /* grad.jpg top banner image */


/* end images */

/* other .. in no particular order */


#commenttitle {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:5px;
}

#commentarea {
	display:block;
	clear:both;
	padding-top:10px;
}


#wp-calendar {
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	empty-cells: show;
	margin: 0;
	width: 80%;
} /* calendar */

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
} /* calendar next */

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
} /* calendar prev */

#wp-calendar a {
	display: block;
	text-decoration: none;
} /* calendar link */

#wp-calendar caption {
	text-align: left;
} /* calendar (not sure what) */


#wp-calendar tbody, #wp-calendar tfoot {
	font-size: 0.8em;
} /* calendar text */

#wp-calendar th {
	font-size: 0.8em;
	font-style: normal;
	text-transform: capitalize;
} /* calendar weekdays I think */


.highlight {
	margin: 5px 5px 0 0;
	padding: 10px;
	} /* highlight div */

#supernavcontainer
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin-left: 13px;
	/*margin-top: 100px;*/
	text-align: left;
	} /* top title nav */

#supernav
{
	padding: 0;
	margin: 0;
} /* top title nav */

#supernav li {
	display: inline;
	text-transform: lowercase;
	margin-left: 1px;
	margin-right: 1px;
}  /* top title tabs */

#supernav a {
	text-decoration: none;
	padding: 3px 8px 5px;
} /* top title tabs */

#supernav a:hover {
	text-decoration: none;
} /* top title tabs hover */



body#single .post{
	width: 100%;
} /* single page post */

#sidebarcurrent {
	font-size: 0.9em;
	padding-bottom: 15px;
} /* eer not sure */

#titlesearch {
	font-size: 1em;
	margin: 8px 30px;
	padding: 0;
	float:right;
} /* search it title bar */

#blogtitle {
	clear: both;
	height:40px;
	width: 700px;
	margin-bottom: 30px;
} /* the name of the blog in the title bar */


#blogtitle h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding-top:10px;
	font-weight: normal;
	padding-left:15px;} /* the name of the blog in the title bar */


#menu a:hover, .meta a:hover, .navigation a:hover, .navbottom a:hover  { text-decoration: none; } /* various hovers */


.storycontent {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

} /* actual post content */

.storycontent p {
	padding-top: 3px;

}/* actual post content */



body#home .storycontent {
	width: 530px;
} /* actual post home */

.post-content, body#single .storycontent {
        border:0px gray solid;
	width: 580px;
	text-align:justify;
} /* actual post single post */


#rap {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-style: solid;
	border-left-width: 3px;
} /* this is a container divfor the page */


#shadow {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	} /* not a shadow, its the side grey borders */


a {
	text-decoration: none;
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
}

a img {
	border: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .01em;
}

.commentlist blockquote, blockquote {
	font-size:0.9em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
} /* quotes */

.storycontent li {
	padding-top: 3px;
        list-style-type: disc;
        list-style-position: outside;
} /* lists */


code { font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.2em;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	}

cite {
	font-size: 1em;
	font-style: normal;
}



.navigation {
	display: block;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 10px;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, Helvetica, sans-serif;
}  /* prev/next page buttons */




/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


body#single .meta {
	width:580px;
    	padding-bottom: 20px;
    	padding-top: 0px;
}

body#home .meta {
	width:530px;
   	padding-top: 5px;
}


.meta {
	text-align: left;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	clear : left;
}


.meta span {
    font-style: italic;
}


.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}





.post {
	display: block;
	float: left;
	padding-bottom: 40px;
	margin-left:20px;
} /* position each post */

.post-title a {
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: none;
}

.post-title {
	width:530px;
	font-weight:normal;
	font-size: large;
	margin: 0;
	padding-bottom: 2px;
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
} /* post titles */

.post-comment {
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
} /* post titles */




#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}



.commentlist cite {
	font-weight:normal;
	font-size: 1.1em;
	text-align: left;
}

.commentlist cite small {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#commentlist {
	margin: 20px 10px 0 0;
}


.comments {
	list-style: none;
	margin: 0px 0px 10px 0px;
	width: 530px;
	padding: 10px 10px 5px 8px;
}

ol#comments li p {
	font-size: 1em;
}



.pings {
	list-style: none;
	margin: 0px;
	width: 530px;
}

.authorcomment {
	list-style: none;
	width: 530px;
	margin: 0px 50px 10px 0px;
	padding: 10px 10px 5px 8px;
	}


.notedcomment {
	list-style: none;
	width: 530px;
	margin: 0px 50px 10px 0px;
	padding: 10px 10px 5px 8px;
	}

body#single .content {
	padding-bottom: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

body#home .content, body#archives .content, body#e404 .content {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	width: 530px;
}


#topimage {
	clear: both;
	width: 700px;
	height: 140px;
	z-index: -1;
}


#bottommeta {
	width: 700px;
	height: 45px;
	text-align: center;
	padding-top: 8px;
	font-size: 75%;
	clear: both;
}



#nicearchives {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 4px;
}



#menu li ul li small
{
	display: block;
	margin: 0px;
	margin-left: 10px;
	font-size: 0.9em;
}

#menu {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	text-align: left;
	float: right;
	width: 140px;
}

#menu input#s {
	background: white;
}

#menu ul li {
	/*font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	list-style-type: none;
	margin-top: 10px;
	font-size: 1em;
	padding-left: 0px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul ul li {
	margin: 0;
	padding-left: 3px;
	font-weight: normal;
	list-style-type: none;
	font-size: 0.8em;
	text-align: left;
}


ul.hotlink a {
	text-decoration: none;
	font-weight: bold;
	color: red;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
















.wp-pagenavi{
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
/*	border: 0px solid #0066cc;*/
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #114477;
	color: #114477;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color: #E6E6FA; /*#DCDCDC*/
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
}
