/*  
Theme Name: Al Young Custom Theme
Theme URI: http://alyoung.org
Description: A custom theme built for Al Young.
Version: 1.0
Author: William Mead
Author URI: http://meaddesign.net
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/BGwrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	
#contentwrap {
	background-color: #FFFFFF;
	background-image: url(images/contentwrap.jpg);
	background-repeat: repeat-y;
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#header {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(images/BGfooter.jpg);
	background-repeat: no-repeat;
	width: 808px;
	height: 75px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}
#narrowcol {
	text-align: right;
	margin: 0px;
	width: 255px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightcontent {
	float: right;
	width: 500px;
	padding: 0px;
	margin-right: 25px;
	display: inline;
}

/* Top Navigation Styles */

#navigation {
	width: 500px;
	background-image: url(images/navphotos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 200px;
	position: relative;
}

#navigation ul {
	font-size: 1.1em;
	font-weight: 700;
	color: #999999;
	list-style-type: none;
	display: inline;
}
#navigation li.stake {
	position: absolute;
	top: 15px;
	left: 8px;
	background-image: url(images/arrowdown.png);
	background-position: 84px 15px;
	background-repeat: no-repeat;
	height: 40px;
}
#navigation  li.stake:hover  {
	background-image: url(images/arrowdown-over.png);
}
#navigation li.poem {
	position: absolute;
	left: 285px;
	top: 15px;
	height: 40px;
	background-image: url(images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;
}
#navigation li.poem:hover {
	background-image: url(images/arrowdown-over.png);
}
#navigation li.resource {
	position: absolute;
	left: 188px;
	top: 145px;
	background-image: url(images/arrowup.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-top: 20px;
}
#navigation li.resource:hover {
	background-image: url(images/arrowup-over.png);
}
#navigation li.photo {
	position: absolute;
	left: 376px;
	top: 145px;
	background-image: url(images/arrowup.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-top: 20px;
}
#navigation li.photo:hover {
	background-image: url(images/arrowup-over.png);
}
#navigation a {
	color: #999999;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF3300;
	text-decoration: none;
}


/* Sidebar Styles */

#sidenav {
	text-align: left;
	width: 255px;
	padding: 0px;
	margin: 0px;
}
#sideitems {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#sidenav ul {
	font-size: 1.1em;
	font-weight: 700;
	list-style-type: none;
	margin-right: 20px;
}
#sidenav li {
	margin-top: -2px;
}

#sidenav a {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 38px;
	margin: 0px;
	line-height: 38px;
	background-image: url(images/sideMenuBg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 2px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-left-color: #535570;
}
#sidenav a:hover {
	color: #FF3300;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF3300;
}


#sidebarcontent {
	text-align: left;
	width: 255px;
	padding: 0px;
	margin: 0px;
}
#sidebarcontent ul {
	list-style-type: none;
}

#sidebarcontent h2 {
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-variant: small-caps;
}
#sidebarcontent li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#sidebarcontent a {
	font-weight: bold;
	color: #3F3B72;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -20px;
	font-size: 0.8em;
	line-height: 1.6em;
}
#sidebarcontent a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#calendar {
	width: 500px;
	padding: 0px;
	margin-left: 8px;
}
.clearall {
	clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft {
	clear: right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.extraspace {
        margin-top: 20px;
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3F3B72;
}

h3 {
	font-size: 1.2em;
}

.post a {
	color: #3b3eb5;
	text-decoration: none;
}
.post a:hover {
	color: #FF3300;
}
.post p {
	line-height: 1.5em;
	color: #333333;
}
.post {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBFF;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-top: 0px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	}
.navigation a {
	font-size: 1 em;
	color: #3F3B72;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover {
	color: #FF3300;
	text-decoration: none;
}
.postmetadata {
	font-size: 0.9em;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.postmetadata a {
	font-weight: bold;
	color: #999999;
}

/* Begin Comments*/
 
 
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

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

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}	
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #336699;
	text-decoration: none;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}

	
/*Begin Images*/

p img {
	padding: 0;
	max-width: 100%;
	}

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
	}




