/*  
Theme Name: Doug Nagy
Theme URI: http://dougnagy.com
Description: Doug Nagy's Website
Version: 1.5
Author: Kevin RE Watts
Author URI: http://kevinrewatts.com
*/

/* HTML Tags */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: black;
	color: black;
	}
	
A:link {color: black;}
A:visited {color: grey;}
A:active {color: black;}
A:hover {color: orange;}
	
h1, h2, h3 {
	font-family: 'Georgia',serif;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 20px;
	text-align: right;
	margin: 0;
	padding: 15px 25px 6px 15px;
}
	
h3 {
	font-size: 20px;
	text-align: right;
	margin: 0;
	padding: 0 25px 20px 15px;
}
	
h2 A:link {text-decoration: none; color: black;}
h2 A:visited {text-decoration: none; color: grey;}
h2 A:active {text-decoration: none; color: black;}
h2 A:hover {text-decoration: underline; color: orange;}

.pagetitle {
	font-size: 18px;
	}
	
/* Structure */

#masthead {
	background-color: black;
	padding: 4px 0 7px 0;
	margin: 0 auto;	
	overflow: hidden;
	width: 654px;
	text-align: center;
	}
	
#info {
	background-color: #FCB93D;	

	}
   
#nextshow {
	margin: 0px auto;
	margin-bottom: 5px;
	padding: 0;
	width: 648px;
	text-align: center;
	border: 3px solid #FCB93D;
	background-color: #FCB93D;
	font-size: 15px;
	letter-spacing: 2px;
   }
   
#nextshow A:link {text-decoration: none; font-weight: bold; color: black;}
#nextshow A:visited {text-decoration: none; font-weight: bold; color: black;}
#nextshow A:active {text-decoration: underline; font-weight: bold; color: grey;}
#nextshow A:hover {text-decoration: underline; font-weight: bold; color: black;}

#content {
	margin: 0;
	}
	
	/*Site Navigation */

#nav {
	}
	
#nav img {
  	border: 0px;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}		
			
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type:none;
	}
	
.navpodcast a {
	display: block;
	width: 103px;
	height: 28px;
	background: url(/images/nav/podcast.gif) top left no-repeat;
	overflow: hidden;
}

.navpodcast a:hover {
  	background-position: -103px;
}
	
.navshows a {
	display: block;
	width: 132px;
	height: 28px;
	background: url(/images/nav/shows.gif) top left no-repeat;
	overflow: hidden;
		}
		
.navshows a:hover {
  	background-position: -132px;
	}
	
.navarchives a {
	display: block;
	width: 109px;
	height: 28px;
	background: url(/images/nav/archives.gif) top left no-repeat;
	overflow: hidden;
		}
		
.navarchives a:hover {
  	background-position: -109px;
	}		
		
.navphotos a {
   	display: block;
   	width: 93px;
	height: 28px;
 	background: url(/images/nav/photos.gif) top left no-repeat;
	overflow: hidden;
	}
		
.navphotos a:hover {
	background-position: -93px;
	}
		
.navbio a {
	display: block;
   	width: 56px;
	height: 28px;
	background: url(/images/nav/bio.gif) top left no-repeat;
	overflow: hidden;
	}
		
.navbio a:hover {
   	background-position: -56px;
	}
		
.navcontact a {
	display: block;
   	width: 101px;
	height: 28px;
	background: url(/images/nav/contact.gif) top left no-repeat;
	overflow: hidden;
	}
		
.navcontact a:hover {
   	background-position: -101px;
	}
	
.navrss a {
	display: block;
   	width: 60px;
	height: 28px;
	background: url(/images/nav/rss.gif) top left no-repeat;
	overflow: hidden;
}

.navrss a:hover {
   	background-position: -60px;
}

	
/* Individual Entries */
 
	
.post {
	margin: 0px auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 654px;
	background-color: white;		
	text-align: left;
	line-height: 16px;
	}
	
.entrydate {
	text-align: right;
	font-size: 12px;
	padding: 0 25px 10px 0;
	color: grey;
	}
	
.entry {
	text-align: justify;
	padding: 0 25px 10px 25px;
	margin: 0;
	line-height: 18px;
	}
	
.entry p {
	margin: 10px 0 10px 0;
	}
	
.entry img {
	display: block;	margin-left: auto;	margin-right: auto;
	padding: 5px;
	border: 1px solid black;
	}
	
.postmetadata {
	text-align: center;
	font-size: 12px;
	margin-bottom: 7px;
	padding: 0;
	}
	
.postdivider {
	padding: 15px 0 5px 0;
	text-align: center;
	}
	
.form {
	text-align: justify;
	padding: 1px 10px 0 9px;
	margin: 0;
	line-height: 17px;
	}
	
.form input {
	border: 1px solid black;
	padding: 3px; 
	}
	
.form textarea {
	border: 1px solid black;
	padding: 3px; 
	margin: 0;
	}
	
#searchform {
	text-align: center;
	padding: 10px 0 10px 0;
	}
	
/* Navigation */

.navigation {
	margin: 0px auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 654px;
	background-color: white;		
	text-align: left;
	line-height: 16px;
	height: 22px;
	}
	
.alignleft {
	float: left;
	padding: 2px 6px 2px 6px;
	}
	
.alignright {
	float: right;
	padding: 2px 6px 2px 6px;
	}


/* Comments */

.commentlist {
	margin: 0;
	padding: 0;
	}
	
.commentlist li {
	margin: 0;
	padding: 25px;
	border-top: 1px solid black;
	}
	
.commentmetadata {
	text-align: right;
	font-size: 11px;
	padding-right: 7px;
	color: grey;	
	}
	
/* Sidebar */
	
#footer {
	padding: 0; 
	margin: 0 auto;
	width: 463px;
	clear: both;
	}
	
.podcastlist {
	margin: 0;
	padding: 0;
}
	
.podcastlist li {
	margin: 0;
	text-align: center;
	padding: 10px;
	list-style-type: none;
}