/* Lylium.org style sheet summer 2007 */

/* COLORS
----------------
Green (Background and links): 9c9c80
Dark red (navbar & links): ad4228
Gray on sidebar and small: #51514d

*/

* {
	margin: 0; 
	padding: 0;
	}

body {
	background: #acae7e url("http://www.lylium.org/images/mainbg.gif") repeat 50%;
	font-size: small;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

body img {
	border: none;
	}

/* LINKS */

a:link,  a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8e8d64;
	}

a:hover, a:active {
	color: #a8999f;
	}
	
#nav a:link, #nav a:visited {
	color: #ddddc6;
}

#nav a:hover, #nav a:active {
	color: white;
}

/* TYPOGRAPHY */

#content p {
	text-align: justify;
	padding: 5px;
	font-size: 85%;
	line-height: 1.4em;
	}

h1 {
	font-family: Georgia, serif;
	font-size: 165%;
	padding-bottom: 5px;
	}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: black;
	}

h1 a:hover, h1 a:active {
	color: #a8999f;
	}

	
h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 120%;
	}
	
h2.pagetitle {
	font-size: 180%;
	text-transform: uppercase;
	}
	

.entry h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #51514d;
	margin: 7px 0 7px 7px;
	}


h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 120%;
	}

#content .posttitle {
	font-weight: normal;
	}

small {
	font-size: 75%;
	line-height: 1.5em;
	color: #51514d;
	text-transform: uppercase;
	}

#sidebar p {
	margin: 0;
	font-family: Georgia, serif;
	color: black;
	line-height: 1.5em;
	font-size: 110%;
	text-align: center;
	background-color: #eaeadb;
	padding: 10px;
	}

#sidebar p.shortbio {
	font-size: 85%;
	}

.postmetadata {
	color: #51514d;
	}

label {
	font-weight: bold;
	color: black;
	}

.navexpand-submenu {
	font-size: 85%;
	color: #51514d;
	}

.navexpand-submenu h2 {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #51514d;
	}

.wholepagecontent h2 {
	padding: 15px 0 10px 0;
	font-weight: bold;
	}
	
#navtext p {
	color: #f7f7f0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 80%;
	line-height: 1.5em;
	padding-bottom: 8px;
}

blockquote {
	font-size: 85%;
	margin: 15px 30px 10px 10px;
	padding: 20px;
	background: #d0d0d0;
	line-height: 1.4em;
	}
	
blockquote p {
	margin-bottom: 10px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* CONTENT LISTS */

.entry ul, .entry ol, #entrypage ul, #entrypage ol {
	font-size: 85%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	width: 400px;
	margin-left: 25px;
	padding: 5px;
	}

.entry ul li, .entry ol li, #entrypage ul li, #entrypage ol li {
	padding: 3px;
	}

/* IMAGE STYLES */

#content img, #content a img {
	max-width: 100%;
	border: 16px solid #d0d0d0;
	padding: 4px;
	background-color: white;
	}

#entrypage img {
	border: none;
	padding: 0;
	background-color: white;
	}

#content a:hover img {
	background-color: white;
border: 16px solid #eaeadb;
	}

#content img.wp-smiley {
	border: none;
	padding: 0;
	background-color: white;
	}

#sidebar a img {
	border: 10px solid black;
	padding: 1px;
	background-color: #51514d;
	}

#sidebar a:hover img {
	background-color: white;
	}
	
img.centered {
	padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Structure */

#wrapper {
	width: 750px;
	margin: 0 auto;
	z-index: 10;
	background-color: white;
	border: 18px solid white;
	}

#header {
	z-index: 20;
	position: relative;
	width: 750px;
		}
		

/* Top NAV BAR */

#nav {
	margin: 0;
	padding: 0;
	background: #ad4228;
	width: 762; 
	min-height: 98px;
	}
	
#navtext {
	float: right;
	width: 280px;
	margin-top: 15px;
	margin-right: 20px;}

/* Main Blog Content */

.contentwithsidebar {
	float: left;
	padding: 25px 20px 20px 15px;
	margin: 0;
	width: 550px;
	}

.entry {
	/* background: url("images/hdot.gif") top repeat-x; */
	border-top: 1px #D3D3D3 solid;
	margin-top: 5px;
	}

.post {
	padding-bottom: 30px;
	}

.postsingle {
	padding-bottom: 30px;
	padding-top: 30px;
	}

.postmetadata {
	/* background: url("images/hdot.gif") top repeat-x; */
	border-top: 1px #D3D3D3 solid;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

/* COMMENTS */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin-bottom: 15px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 0;
	list-style: none;
		}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* COMMENT FORMS */

.commenttext {
	float: right;
	}

.commentsmallforms {
	float: left;
	}

.commentbox {
	margin: 5px 0;
	width: 550px;
	height: 250px;
	}

h3#respond {
	padding-top: 5px;
	}

#commentform input {
	padding: 2px;
	color: black;
	border: 2px solid #D3D3D3;	
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	padding: 2px;
	color: black;
	border: 2px solid #D3D3D3;
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

input#submit {
	margin: 0;
	font-weight: bold;
	background-color: white;
	color: black;
	}

/* SEARCH FORM */

#searchform {
	margin: 20px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s{
	width: 120px;
	padding: 2px;
	background-color: white;
	border: 1px solid #51514d;
	}

#searchsubmit {
	background-color: white;
	border: none;
	cursor: pointer;
	}

#searchform input {
	font-family: Georgia, serif;
	font-size: 85%;
	font-weight: bold;
	color: #51514d;
	}


/* PAGES */

.wholepagecontent {
	width: 697px;
	margin: 20px auto;
	padding: 0;
	}

#entrypage {
	background: url("images/hdot.gif") top repeat-x;
	}

.pagehead {
	padding-top: 10px;
	}

.pagetext {
	width: 640px;
	margin: 5px auto;
	}

/* Sidebar */

#sidebar {
	padding: 10px 0 10px 0px;
	margin-left: 605px;
margin-top: 15px;
	width: 135px;
	}

#sidebar ul {
	list-style: none;
	line-height: 1.5em;
	}

#sidebar ul li {
	padding: 0px;
	}
	
#sidebarnav ul {
	padding-bottom: 5px;
	}

#sidebarnav ul ul {
	padding: 5px;
	}

.navexpand-submenu {
	display: none;
	padding-left: 12px; 
	}

.navexpand-main {
	cursor:pointer;
	border-bottom: 1px solid #D3D3D3;
	font-weight: bold;
	width:130px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#googlead {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}	

/* footer */

#footer {
	clear: both;
	padding: 10px 25px 10px 25px;
	width: 600px;
	margin: auto;
	text-align: center;
	}