@charset "utf-8";
/* CSS Document */
/* Jeff McNear - Plasterdog Productions */
/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-color:/* #fcbc74*/#fff;
}

/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#wrapper #banner {
	height: 100px;
	background-image: url(jmc_images/white_logo.gif);
	background-repeat: no-repeat;
}
#wrapper #banner p {
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	color: #5e3021;
	padding-top: 10px;
}
.home a:link, .home a:visited, .home:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	color: #5e3021;
	padding-top: 10px;
	text-decoration: none;
	}
/* controls the position of the navbar */
#nav {
	float: right;
	padding-top: 50px;	
}
/* line height set at multiple of actual */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}
/*styling for links */
#nav a {
	display: block;
	width: 100px;
	text-align: left;
	padding-left: 25px;
	height: 30px;	
}
#nav a:link,  #nav a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	/* color: #274754; */
	color: #315b6b;
	font-weight: bold;
	background-image: url(jmc_images/white-navslide.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	color: #315b6b;
	font-weight: bold;
	background-image: url(jmc_images/white-navslide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* all list items */
#nav li { 
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}
/* second-level lists */
#nav li 
ul {
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

/* __________________________________pic column_________________________________ */
#wrapper #pic_column {
	float: left;
	width: 135px;
	padding-top: 10px;
}


/* content area*/
#wrapper #content {
	margin-left: 160px;
	margin-right: 10px; 
	padding-left: 10px;
	padding-top: 10px;	
}
#wrapper #content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	color: #442318;
	margin-left: 15px;
}
#wrapper #content a:link, #wrapper #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #315b6b;
	text-decoration: none;
	margin-left: 15px;
}
#wrapper #content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #315b6b;
	text-decoration: underline;
	margin-left: 15px;
}
#wrapper #content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	color: #442318;
	font-weight: bold;
	margin-left: 15px;
}
#wrapper #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #442318;
	list-style-type: disc;
	margin-bottom: 10px;
}




/* splitting styles */
.left  {
	float: left;
	width: 200px;
	padding-top: 0px;
	}
.lefty  {
	float: left;
	width: 310px;
	padding-top: 0px;
	}
	
.right  {
	margin-left: 205px;
	margin-right: 30px;
}

.righty  {
	margin-left: 315px;
	margin-right: 30px;
}

.clear{
	clear: both;

}

.clear_u{
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9e6729;
	margin-right: 10px;
}
.foot-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #315b6b;
	float: right;
	padding-right: 100px;
}
.foot-text a:link, .foot-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #315b6b;
	text-decoration: none;
}
.foot-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #315b6b;
	text-decoration: underline;
}
#wrapper #content .left li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	list-style-type: none;
}
/*-- music links --*/
#wrapper #content .left a:link, #wrapper #content .left a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #315b6b;
	text-decoration: none;
}
#wrapper #content .left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #315b6b;
	text-decoration: underline;
}
hr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9e6729;
	color: #9e6729;
	background-color: #9e6729;
}

#wrapper #content .right #flashcontent {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* PDOG FOOTER */
/*_____p-dog footer  _______*/

#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left
	;
	clear: both;
	font-style: italic;
}
/* links on p-dog div */

#p-dog a:link, #p-dog a:visited {
	/* color: #9E6B01; */
	color: #FED09E;
	text-decoration: none;
}

#p-dog a:hover {
	color: #9E6B01;
	text-decoration: underline;
}