/* 
Generic Stylesheet
Created by David Appleyard - Dec 2004
for www.davidappleyard.org.uk

Menu Structure
---------------------------
1. Main Links and Content Wrappers
2. Header Items
3. Top Navigation Items
4. Text Formatting
5. General Lists
6. Meta Information
7. Comments Page + Form
8. Post/Entry Formatting
9. Right Hand Sidebar
10. LiveSearch Formatting
11. Footer Items
*/

/*
1. Main Links and Content Wrappers
-----------------------------------------------------------------------------------------------------
*/

.orange {
	font-family: helvetica;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

a {
	text-decoration: underline;
	color: #795E89;
}

a:visited {
	color: #795E89;
}

a:hover {
	color: #FFF;
	background-color: #795E89;
}

a img {
	border: none;
	text-decoration:none;
	background-color:#FFFFFF;
}

.delLink {
font-size: 9px;
}

#wrapper {
	background: transparent;
	position: relative;
	margin: auto;
	padding: 0;
	border:0;
	width: 800px;
	text-align: left;
}	

#container {
	background: #ECDCFF url(images/bg.gif) repeat-y center;
}

body {
	background: #ECDCFF;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 10px;
	text-align: center;
	}
	

/*
2. Header Items
-----------------------------------------------------------------------------------------------------
*/

#toplogo {

	padding: 0;
	width: 800px;
	height: 117px;
	text-align:center;
	background: url("images/header_new.jpg") no-repeat top;
	}

#header {
	background: #90a090;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

/*
3. Top Navigation Items
-----------------------------------------------------------------------------------------------------
*/

.supernav {
	font-family: Trebuchet MS, 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	text-align: left;
	letter-spacing: -1px;
	text-decoration: none;
	color: #340658;
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 10px;
	background-color:#F9F4FF;
	padding: 5px;
}

.supernav a {
	text-decoration:none;
}

.supernav2 {
	font: bold 9px/9px Verdana, Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif;
	width: 200px;
	padding: 25px;
	text-align: left;
	}

.supernav2 a {
	font-weight: normal;
	text-decoration: none;
	color: #340658;
	background: #D3C3DC;
	padding: 12px;
	width: 200px;
	}
	
.supernav2 #selected a {
	color: #555;
	background: #EDDEFD;
	text-decoration: none;
	width: 200px;
	}
	
.supernav2 a:hover {
	color: white;
	background: #A990B6;
	text-decoration: none;
	width: 200px;
	}
	


/*
4. Text Formatting
-----------------------------------------------------------------------------------------------------
*/

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
	


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

acronym, abbr, span.caps {
	cursor: help;
}

cite {
	font-style: normal;
}

h2 {
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	text-align: left;
	letter-spacing: -1px;
	text-decoration: none;
	color: #340658;
	font-size: 22px;
	font-weight:normal;
}

h2 a {
text-decoration: none;
} 

h3 {
	font-weight: bold;
}

/*
5. General Lists
-----------------------------------------------------------------------------------------------------
*/

.nicelist ul {
    padding-left: 0px;
}

/*
6. Meta Information
-----------------------------------------------------------------------------------------------------
*/

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

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

.meta {
	font-weight: normal;
	font-size: 9px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	color:#666666;
	padding-bottom: 7px;
}

ul.post-meta {
	list-style: none;
}

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

/*
7. Comments Page and Form
-----------------------------------------------------------------------------------------------------
*/

ol#comments li p {
	font-size: 100%;
}


.feedback {
	color: #ccc;
	text-align: right;
}

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

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

.commentsheader {
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	text-align: left;
	letter-spacing: -1px;
	text-decoration: none;
	color: #340658;
	padding: 20px 1px 5px 20px;
	height: 70px;
	width: 495px;
	margin: 0 auto;
	}
	
.commentsmain {
font-family: Verdana, Times, serif;
font-size: 11px;
letter-spacing: +1;
line-height: 17px;
	color: #340658;
	padding: 20px 1px 5px 20px;
	width: 495px;
	margin: 0 auto;
	}

/*
7. Post/Entry Formatting
-----------------------------------------------------------------------------------------------------
*/

.storycontent {
font-family: Verdana, Times, serif;
font-size: 11px;
line-height: 17px;

}

#content {
	margin-left: 30px;
	padding: 10px;
	padding-top:10px;
	width: 575px;
	color:#4A4A4A;
	position:relative;
	left:150px;
	background-color:#F7EFFF;
	top: 20px;

}

/*
9. Right Hand Sidebar
-----------------------------------------------------------------------------------------------------
*/

#menu {
	font-family: Lucida Grande, Verdana, Times, serif;
	font-size: 11px;
	line-height: 17px;
	background: #fff;
	border-left: 0;
	padding: 10px 0 10px 10px;
	position: absolute;
	top: 127px;
	left: 5px;
	width: 150px;
	float:left;
}

.menutitle {
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	text-align: left;
	text-decoration: none;
	color: #340658;
	letter-spacing: -1px;
	margin: 20px 0 0;
	font-size: 18px;
	font-weight:normal;
	padding-bottom: 4px;
	text-transform: lowercase;
}

#menu ul {
	list-style-type: none;
	padding-left: 1px;
}

#menu ul li {
	margin: 0;
}

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

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
}


#menu ul ul ul.children {
	padding-left: 3px;
	margin-left: 11px;
}

/*
11. Footer Items
-----------------------------------------------------------------------------------------------------
*/
	
#footer {
	font-family: Lucida Grande, Verdana, Times, serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0 auto;
	width: 800px;
	height: 50px;
	clear: both;
	text-align: center;
	}
	
input[type=text], textarea {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
	background: #F7FBFD;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #DCF0F6;
	color: #333;
	border-color: #666;
	}