/****************************/
/* Matt Harvey CSS Docum<br> */
/****************************/

/* Body styles */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	background: #ffffff url(background.jpg);
	background-repeat: repeat-y;
	background-position: center; 
}

/* Link styles */

a:link{
	color: #666666;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

a:visited{
	color:#999999;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

a:hover{
	color:#aa0000;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color:#666666;
	clear: both;

}

br{
	clear: both;
}

/* Header Font Styles */

h1{
	font-weight: bold;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-family: vivaldi, "monotype corsiva", "arial black";
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

}
h2{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	color: #aa0000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

h4{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

li{
	color: #666666;
}


/* Page Layout */


#titlebar{
	z-index: 100;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 745px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#pagecell1{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 746px;
	background-color: #eeeeee;
	text-align:left;
	border: 1px solid #000000;
}

#breadcrumbs{
	position: relative;
	top: -12px;
	text-align: left;
	line-height: 0px;
	padding-left: 225px;
	color: #666666;
}

#breadcrumbs a:link, #breadcrumbs a:visited{
	color:#999999;
	text-decoration: none;
}

#breadcrumbs a:hover{
	color:#aa0000;
	text-decoration: underline;
}

#banner{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	width: 746px;
	color: #FFFFFF;
	background-color: #aa1111;
	text-align:center;
	border: 1px solid #000000;
}


#content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 745px;
	color:#000000;
	background-color:#FFFFFF;
}

#sidebar{
	background: #eeeeee;
	position: absolute;
	color:#aa0000;
	top: 0px;
	left: 0px;
	width: 150px;
	border-bottom: 1px solid #cccccc;
	margin:0px;
	border-right: 1px solid #cccccc;
}

#sidebar li {
list-style: none;
}

.featured{
	border-bottom: 1px solid #cccccc;
}

#search{
	float:right;
	padding:10px;
}

#searchform{
	padding-left:10px;
}

.wordpressbar{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
}

.wordpressbar h2{
	padding-left:0px;
	padding-right:0px;
}

.wordpressbar p{
	padding-left:0px;
	padding-right:0px;
}

.featured img{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

#sectionlinks{
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}

#sectionlinks ul a:link, #sectionlinks a:visited{
	background: #eeeeee url(sectionlink.jpg);
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#sectionlinks ul a:hover{
	background: #eeeeee url(sectionlinkhover.jpg);
	display: block;
	color: #ff7777;
	text-decoration: none;
}

#sectionlinks ul {
	background-color: #eeeeee;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sectionlinks a.drop:link, #sectionlinks a.drop:visited{
	background: #eeeeee url(sectionlinkdrop.jpg);
	color: #ffffff;
	display: block;
	text-decoration: none;

}

#sectionlinks a.drop:hover{
	background: #eeeeee url(sectionlinkhover.jpg);
	color: #ff7777;
	display: block;
	text-decoration: none;

}

#sectionlinks ul ul a:link, #sectionlinks ul ul a:visited{
	background: #aa0000 url(sublink.jpg);
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0px;
}

#sectionlinks ul ul a:hover{
	background: #eeeeee url(sublinkhover.jpg);
	color: f77;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border:0px;
}

#main{
	background: #ffffff;
	position: absolute;
	top:0px;
	left: 150px;
	width: 593px;
	color:#000000;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.entry{
	background: #ffffff;
	position: relative;
	top:0px;
	left: 0px;
	width: 593px;
	color: #666666;
	clear: both;

}

.entry img{
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
}

.description{
	float: left;	
	width: 270px;
}

.form{
	margin: 10px;
	width: 500px;
	line-height: 30px;
}

.form input{
	float: right;
	width: 100px;
}

#email, #subject{
	width: 400px;
}

.form textarea{
	float: right;
	width: 404px;
}

/*Wordpress specific styles*/

/* Captions */
.aligncenter,
div.aligncenter {
	float:none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	float:none;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	float:none;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	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 */

.categories{
	margin:0px;
	padding:0px;
}

.cat-item{
	margin:0px;
	padding:0px;
	text-align:left;
	width:200px;
	position: relative;
	top: -10px;
	left: -40px;
}







/* Drop-down menu CSS code */

#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #000000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000000; border-width:1px 0 1px 1px; background: url(globalnavbg.jpg); padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#999999 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background: url(globalnavbghover.jpg); no-repeat 130px center;}
.menu ul ul :hover > a.drop {background: url(globalnavbghover.jpg); no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#999999;}
/* style the third level hover */
.menu ul ul ul a:hover {background: url(globalnavbghover.jpg);}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#999999; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background: url(globalnavbghover.jpg);}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background: url(globalnavbghover.jpg);}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* End of Drop-down menu CSS code */