/*  
Theme Name: Journal V1
Theme URI: http://exsert.net/
Description: The theme for my music journal.
Version: 1
Author: N. Hanners
Author URI: http://exsert.net/

*/

body, html {
	background-color: #a19588;
	background-image: url(images/page-background.gif);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	}	
	
#header {
	width: 901px;
	height: 38px;
	padding: 0px;
	margin: 0 auto;	
	background-image: url(images/title-nathanhanners.gif);
	background-repeat: no-repeat;
	}	

#footer {
	width: 901px;
	height: 38px;
	padding: 0px;
	background-image: url(images/footer-nathanhanners.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	}
	
#container {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 806px;
    vertical-align: top;
}

#navbar {
	width: 775px;
	height: 247px;
	padding: 0px 58px 0px 58px;
	margin: 0 auto;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	text-align: right;
	}

#navbuttons {
	width: 774px;
	height: 145px;
	}	
	
#navbuttons a, #navbuttons a:hover {
	background: transparent;
	border: none;
	}
	
.navitem {
	width: 200px;
	height: 53px;
	float: left;
	padding: 23px 0px 0px 0px;
	text-align: left;
	}
	
.navitem select {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}	
	
#monthsmenu.navitem {
	background-image: url(images/title-month.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 160px;
	}
	
#tagsmenu.navitem {
	background-image: url(images/title-tags.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 164px;	
	}

#categoriesmenu.navitem {
	background-image: url(images/title-categories.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 216px;
	}	

#latesttweet.navitem {
	width: 228px;
	float: right;
	text-align: left;
	font-size: 10px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 13px;
	background-image: url(images/title-tweet.gif);
	background-repeat: no-repeat;
	background-position: top left;		
	}	
			

#sidebar {
	float:left;
	font-size: 11px;
	color:#000;
	padding: 0px;
	margin:33px 0px 0px 50px;
	width:200px;
	min-height: 700px;
	text-align:left;
	}
.clear {
	clear:both;
	display: block;
	}	
				
a.logolink, a.logolink:hover, #header a.logolink, #header a.logolink:hover {
	background-color: transparent;
	}					

.post {
	font-family: Helvetica, Arial, Lucida Grade, Sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 0px;
	line-height: 15px;
   	width: auto;
	margin-bottom: 50px;
	padding-bottom: 55px;
    padding-top: 45px;
    clear:both;
}
.post small {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #000;
	letter-spacing: 1px;
	line-height: 15px;
}

h2 {
	text-transform: uppercase;
	}

.postmetadata h2 {
	font-family: Helvetica, Arial, Lucida Grade, Sans-serif;
	font-size: 30px;
	color: #000;
	letter-spacing: -1px;
	line-height: 30px;
	padding:0px 0px 5px 30px;
	margin:10px 0px 0px 0px;
}
h2.pagetitle {
	font-family: Helvetica, Arial, Lucida Grade, Sans-serif;
	position: absolute;
	top: 111px;
	left: 330px;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	line-height: 16px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px;
}

h3.pagetitle {
	font-family: Helvetica, Arial, Lucida Grade, Sans-serif;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	line-height: 16px;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

h2.nextprev {
	font-size: 18px;
	}

h2 a {
	color: #000;
	text-decoration:none;
}
h2 a:hover {
	background-color: #fff;
	text-decoration:none;
}
.entry {
	text-align: left;
	width:475px;
	float:right;
	border-left: 1px #000 solid;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -5px;
	}
.entry p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px;
	}
.entry form {
	padding-top:0px;
	margin-top:0px;
	}	
.postmetadata {
	text-align: right;
	width:310px;
	float:left;
	padding-right: 10px;
	border-right: 1px #000 solid;
	margin-right: -5px;
	}
.postmetadata li {
	list-style:none;
	font-size:10px;
	letter-spacing:0px;
	line-height:12px;
	text-transform: uppercase;
	color:#582a11;
	}
.postmetadata li a {
 	text-decoration:none;
	color:#582a11;
	}	
.postmetadata li a:hover {
	color: #582a11;
	text-decoration:underline;
}
.commentlink a {
	font-size:10px;
	letter-spacing:0px;
	line-height:12px;
	text-transform: uppercase;
	color:#582a11;
	}
.commentlink a:hover {
	color: #582a11;
    background-color:#e4e4e4;
	text-decoration:underline;
}
.podPress_content {
	font-size:10px;
	letter-spacing:0px;
	line-height:12px;
	text-transform: uppercase;
	color:#582a11;
	}
.podPress_content a {
	color: #582a11;
	text-decoration:none;
}	
.podPress_content a:hover {
	color: #582a11;
    background-color:#e4e4e4;
	text-decoration:underline;
}
#podPressPlayerSpace {
	text-align:right;
	}
#categories {
    display:block;
    color:#582a11;
    size:10px;
}
#categories a {
    display:block;
    text-transform:uppercase;
    text-decoration:none;
    color:#582a11;
}
#categories a:hover {
    display:block;
    color:#582a11;
    text-decoration:underline;
    background-color:#e4e4e4;
}
a {
    color:#582a11;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
    background-color:#e4e4e4;
}
.post textarea {
	width: 250px;
	margin: 4px;
}
.post input {
	width: 250px;
	margin: 4px;
}
#submit {
	width:auto;
	}	
.submit {
	width:auto;
	}				
.comment {
	font-family: Helvetica, Arial, Lucida Grade, Sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 0px;
	line-height: 15px;
   	width: auto;
    padding-top: 30px;
    margin-top: 30px;
    clear:both;
}
.comment small {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #000;
	letter-spacing: 1px;
	line-height: 15px;
}
.commententry {
	text-align: left;
	width:475px;
	float:right;
	border-left: 1px #000 solid;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -5px;
	}
.commententry p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px;
	}
.commententry form {
	padding-top:0px;
	margin-top:0px;
	}	
.commentmetadata {
	text-align: right;
	width:310px;
	float:left;
	padding-right: 10px;
	border-right: 1px #000 solid;
	margin-right: -5px;
	}
.commentmetadata li {
	list-style:none;
	font-size:10px;
	letter-spacing:0px;
	line-height:12px;
	text-transform: uppercase;
	color:#582a11;
	}
.commentmetadata li a {
 	text-decoration:none;
	color:#582a11;
	}	
.commentmetadata li a:hover {
	color: #582a11;
	text-decoration:underline;
}

.nextprev, .nextprev a {
	font-family: Helvetica, Arial, Lucida Grade, Sans-serif;	
	font-size:34px;
	margin-top:20px;
	padding:0px;
	margin:0px;
	}

#usage {
	padding: 15px;
	font-size: 10px;
	color: #5c4a33;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 800px;
	margin: 0px auto;
	}	
	
.aktt_tweets {
	padding: 0px;
	margin:0px;		
	}
.aktt_tweets ul, .aktt_tweets ul li, .aktt_tweets li {		
	list-style: none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.aktt_tweets ul li, .aktt_tweets li {
	list-style: none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.aktt_tweets ul li a {
	color: #e3c190;
	}
li.aktt_more_updates {
	display: none;
	visibility: hidden;
	}	
	
#navbuttons a, #navbuttons a img, #navbuttons img, #navbuttons a:hover {
	background: transparent;
	border: none;
	}	

