
/* ---------------------------------------------
/* Author: Erik Smith - erik@pendergraphics.com
/* Employed By: Pendergraphics Design Group
/* About: Subpage CSS Stylesheet
/* ---------------------------------------------

* General Elements 
*/

p .form_info {
   font-size: 11px;
   font-weight: bold;
   font-style: italic;
}

/*
---------------------------
Changes to logo div for Sub
---------------------------
*/



	#logo a.home {
		display:block;
		width:300px;
		height:95px;
		position:absolute;
		top:0px;
		left:0px;
	}


/*
------------------
Structure 
------------------
*/

#content {
	float:left;
	margin:20px 0 0 25px;
	width:320px;
	line-height:20px;
	background:none;
	padding:0 0 30px 0;
}

#content_survey {
	float:left;
	margin:20px 0 0 25px;
	width:500px;
	line-height:20px;
	background:none;
	padding:0 0 30px 0;
}


	#content p {
		margin:10px 0 10px 0;
	}
	
	#content img {
		margin:10px 0 10px 10px;
	}

#callout {
	width:214px;
	float:right;
	margin:0 0 0 15px;
	padding:10px 0 10px 10px;
	background:#FAF0DA url(../../images/callout-bottom.jpg) repeat-x bottom left;
	position:relative;
	top:0px;
}

	#callout img {
		padding:3px;
		border:1px solid #ccc;
		margin:7px 0 7px 12px;
	}
	
	#callout h4 {
		color:#C46322;
		font-size:14px;
		font-weight:normal;
		text-align:right;
	}
	
/*
------------------
Form Styles
------------------
*/
	
div.genre label {
	width: 125px;
	display: inline;
	float: left;
}

div.artist label {
	width: 133px;
	display: inline;
	float: left;
}

/* Headers */
div.genre .loveith      { margin-left: 0px; }
div.genre .likeith      { margin-left: 8px; }
div.genre .indifferenth { margin-left: 9px; }
div.genre .dislikeith   { margin-left: 5px; }
div.genre .hateith      { margin-left: 8px; }

/* Inputs */
div.genre .loveit      { margin-left: 13px; }
div.genre .likeit      { margin-left: 31px; }
div.genre .indifferent { margin-left: 41px; }
div.genre .dislikeit   { margin-left: 46px; }
div.genre .hateit      { margin-left: 40px; }

/* Headers */
div.artist .loveh        { margin-left: 7px; }
div.artist .likeh        { margin-left: 18px; }
div.artist .indifferenth { margin-left: 35px; }
div.artist .dislikeh     { margin-left: 42px; }
div.artist .hateh        { margin-left: 25px; }

/* Inputs */
div.artist .love        { margin-left: 7px; }
div.artist .like        { margin-left: 18px; }
div.artist .indifferent { margin-left: 35px; }
div.artist .dislike     { margin-left: 42px; }
div.artist .hate        { margin-left: 25px; }

.errors {
	background-color:#FFB6C1;
	color:red;
	padding:10px;
}

/*
------------------
Event Article 
------------------
*/

#Article h2 {
	margin-bottom:4px;
}

#Article h2 a {
	text-decoration:none;
}

#Article h3 {
	font-style:italic;
	color:#999;
	font-weight:normal;
	font-size:11px;
	margin-top:-5px;
}

	div.ArticleContent {
		border-top:1px solid #eee;
		padding:0 0 20px 0;
	}
	
	
	
/*
------------------
Photo Gallery 
------------------
*/



/* ---- Photo Gallery ----- */

#galleries li {
	list-style-type:none;
	padding:6px;
}

#gallery ul {
	margin:0px;
	padding:0px;
}

#gallery li {
	margin:0px;
	padding:0px;
}

#gallery h2 {
	margin:0px;
	padding:0px;
}

#gallery h3 {
	margin:-20px 0 0 -10px;
	padding:0px;
}


#image-list {
	background:#fff;
	border-top:1px solid #ccc;
}

#image-list li {
	float:left;
	list-style-type:none;
	margin:10px 10px 20px 0;
	padding:0px;
	height:100px;
	width:90px;
}

	#image-list li a{
		padding:0px !important;
		margin:0px !important;
		display:block;
		overflow:hidden;
		border:1px solid #ccc;
	}
	
		#image-list li a img {
			border:none;
			padding:7px 7px 2px 7px;
			margin:0px;
		}


#image-list li p, #image-list li a.imageDesc{
	text-align:center;
	margin:0px !important;
	padding:0px !important;
}


#next-previous {
	margin:20px 0 0 10px;
}

#next-previous li {
	list-style-type:none;
	float:left;
	color:#555;
}

#next-previous li.current {
	padding:0px 8px 0px 8px;
	border:1px solid #CF7940;
	background:#BF6123;
	margin:-1px 5px 0 5px;
	text-decoration:none;
	color:#fff;
}

#next-previous li a {
	padding:3px 8px 3px 8px;
	border:1px solid #CF7940;
	background:#BF6123;
	margin:0 5px 0 5px;
	text-decoration:none;
	color:#fff;
}

#next-previous li a:hover {
	border:1px solid #7F3707;
}
	
#gallery h3 {
	clear:both;
	font-size:12px;
	color:#888;
	font-weight:normal;
	padding:20px 0 0 10px;
}


/* ----------------- */
/* Quote Engine 	*/
/* ---------------- */

#callout dl {
	width:160px;
	margin:0 0 0 20px;
}

#callout dt {
	font-size:14px;
	color:#C46322;
	margin:3px 0 3px 0;
}

#callout dd {
	font-style:italic;
	font-size:14px;
	color:#C46322;
	line-height:19px;
}
	


/* A piece of History */

div.sortHistory {
	float:left;
	margin-left:20px;
}



/* ---- Events----- */

table#events tr.even {
	cursor: pointer;
 }

table#events tr.odd td {
	font-style: italic;
	padding-bottom: 20px;
	
}

