/*
Theme Name:Leland Sunbox
Theme URI:http://www.lelandsundries.com
Description:Designed and Developed by Adam C. Blake specifically for use on lelandsundries.com.
Version:1.0
Author:Adam C. Blake
Author URI:http://www.adamcblake.com
Tags:custom, two-column, specific, brown, black, fixed-width
*/

@charset "UTF-8";

/* CSS Document */

/*//////////////////////////////////////////////////////////////
//
//  RESET
//
//////////////////////////////////////////////////////////////*/

/* v1.0 | 20080212 by Eric Meyer */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{	
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*//////////////////////////////////////////////////////////////
//
//  TYPOGRAPHY
//
//////////////////////////////////////////////////////////////*/

body {
	color: #000000;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .05em;
}

p {
	margin-bottom: 20px;
}

a:link, a:visited {
	color: #A2792F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

.edit-link a:link, .edit-link a:visited {
	color:#CC0000;
	font-family: Georgia, Times, "serif";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.edit-link a:hover {
	color: #FFCC00;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "serif";
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h1, h1 a:link, h1 a:visited {
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
}	

h2, h2 a:link, h2 a:visited {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}

h2 a:hover {
	font-weight: normal;
}

h2.parent-title {
	float: left;
}

h3, h3 a:link, h3 a:visited, h4, h4 a:link, h4 a:visited, h5, h5 a:link, h5 a:visited, h6, h6 a:link, h6 a:visited {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

h3.entry-title, h3.entry-title a:link, h3.entry-title a:visited {
	float: left;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 20px 20px;
	text-transform: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #CC0000;
}

ul, ol {
	clear: both;
	/*display: inline;*/
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

li, li a:link, li a:visited {
	color: #A2792F;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

li a:hover {
	color: #CC0000;
}

	/*// MENU //////////*/
	
	#menu ul li, #menu ul li a:link, #menu ul li a:visited {
		color: #000000;
		font-family: Georgia, Times, "serif";
		font-size: 18px;
		font-style: italic;
		font-weight: bold;
		letter-spacing: .08em;
	
	}
	
	#menu ul li a:hover {
		color: #FFCC00;
		text-decoration: none;
	}
	
	#menu ul li.current_page_item, #menu ul li.current_page_parent, body.parent-pageid-79 #menu ul li.page-item-9 {
		border-bottom: 1px solid #FFCC00;
	}
	
	#menu ul li.current_page_item a:hover, #menu ul li.current_page_parent a:hover, body.parent-pageid-79 #menu ul li.page-item-9 a:hover {
		color: #000000;
	}

		/*// POSTS //////////*/
		
		#content .entry-meta, #content .entry-meta a:link, #content .entry-meta a:visited {
			color: #9C8760;
			font-weight: bold;
			font-size: 10px;
			line-height: 15px;
		}
		
		#content .entry-meta a:hover {
			color: #CC0000;
		}
		
		body.pageid-3 h2.entry-title, body.pageid-9 h2.entry-title, body.pageid-57 h2.entry-title  {
			visibility: hidden;
			display: none;
		}
		
		/*// EVENTS //////////*/
		
		
		ul#events li.event-item ul li {
			color: #000000;
			font-weight: normal;
		}
		
		ul#events li.event-item ul li.date {
			font-weight: bold;
		}
		
		ul#events li.event-item ul li.title, ul#events li.event-item ul li.title a:link, ul#events li.event-item ul li.title a:visited {
			color: #A2792F;
			font-weight: bold; 
		}
		
		ul#events li.event-item ul li.title a:hover {
			color: #CC0000;
		}
		
		ul#events li.event-item ul li.info {
			font-size: 10px;
			font-style: italic;
		}
	
		
		/*// COMMENTS & FORMS //////////*/
		
		#comments ol li, .formcontainer {
			color: #9C8760;
			font-weight: normal;
		}
		
		.required {
			font-size: 10px;
			font-style: italic;
		}
		
		#comments .comment-meta {
			font-size: 10px;
			line-height: 10px;
		}
		
		#comments .body {
			font-weight: bold;
		}
		
		/*// PHOTOS //////////*/
		
		div.photos p {
			margin-bottom: 10px;
		}
		
		div.photos br {
			display: none;
			line-height: 0;
			margin: 0;
			padding: 0;
			visibility: hidden;
		}

	/*// COLUMN RIGHT //////////*/
	
	#column-right ul.xoxo {
		margin-bottom: 0;
	}
	
	#column-right ul.xoxo li {
		margin-bottom: 40px;
	}
	
	#column-right ul.xoxo li ul li {
		margin-bottom: 10px;
	}
	
	#column-right h2 {
		color: #000000;
		font-size: 18px;
		font-weight: normal;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	#column-right ul.xoxo li h3 {
		color: #000000;
	}
	
	#column-right div.title, #column-right div.title a:link {
		font-weight: normal;
	}
	
	#column-right div.buy-music h3 {
		background-color: #000000;
		color: #FFFFFF;
		display: block;
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: bold;
		font-size: 10px;
		padding: 2px 7px 0 7px;
	}
	
		/*// EVENTS //////////*/
		
		#column-right ul#events li.event-item ul li.date {
			color: #A2792F;
		}
		
		#column-right ul#events li.event-item ul li.title, #column-right ul#events li.event-item ul li.title a:link, #column-right ul#events li.event-item ul li.title a:visited {
			font-weight: normal;
		}

/*// FOOTER //////////*/

#footer {
	color: #A2792F;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .1em;
}


/*//////////////////////////////////////////////////////////////
//
//  PAGE ELEMENTS
//
//////////////////////////////////////////////////////////////*/

* {
	margin: 0;
}

html, body {
	background-color: #A2792F;
	background-image: url(images/bg_main_body.jpg);
	background-position: top center;
	height: 100%;
}

#wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
}

	/*// CONTAINER MAIN //////////*/
	
	#container-main {
		margin: 0 auto;
		width: 780px;
		padding: 0;
	}
		/*// TOP BAR //////////*/
	
		#topbar {
			font-size: 0;
			line-height: 0;
			width:780px; 
			display:inline; 
			height:160px;
			margin: 0;
			padding: 0;
		}
		
		#topbar img {
			vertical-align: bottom;
		}
	
		/*// MENU //////////*/
		
		#menu {
			background-image: url(images/bg_body_top.png);
			background-repeat:	no-repeat;
			display: block;
			height: 100px;
			width: 780px; 
			margin: 0;
			padding: 0;
		}
			#menu ul {
				padding: 10px 0 0 20px;
				margin: 0;
			}
			
			#menu ul li {
				display: block;
				float: left;
				margin-right: 20px;
				height: 25px;
			}
	
		/*// MAIN //////////*/
	
		#main {
			background-image: url(images/bg_body_main.png);
			background-repeat: repeat-y;
			width: 780px;
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
		
			/*// FORMS //////////*/
		
			.formcontainer {
					margin-bottom: 40px;
			}
				
			.form-input, .form-textarea {
					margin-bottom: 10px;
			}
			
	
			/*// COLUMN LEFT //////////*/
			
			#column-left {
				float: left;
				width: 480px; 
				margin-left: 40px;
				display: inline;
				overflow: hidden;
			}
			
				
				/*// POSTS //////////*/
				
				#content .post {
					margin-bottom: 40px;
				}
				
				#content .entry-meta {
					display: block;
					margin-bottom: 20px;
				}
				
				#content .entry-meta span, #content .entry-meta abbr {
					float: left;
					margin-right: 10px;
				}
				
				#content .entry-meta span.meta-sep {
					display: none;
					visibility: hidden;
				}
				
				/*// EVENTS //////////*/
				
				#content ul#events li.event-item {
					border-bottom: 1px solid #9C8760;
					clear: both;
					float: left;
					margin-bottom: 10px;
					padding-bottom: 10px;
					width: auto;
				}  
				
				#content ul#events li.event-item ul li {
					margin-right: 20px;
					float: left;
				}
				
				#content ul#events li.event-item ul li.date {
					width:135px;
				}
				
				#content ul#events li.event-item ul li.title {
					width: 155px;
				}
				
				#content ul#events li.event-item ul li.link {
					width: 130px;
					margin: 0;
				}
				
				#content ul#events li.event-item ul li.time {
					width: 135px;
				}
				
				#content ul#events li.event-item ul li.info {
					width: 175px;
				}
				
				
				/*// CONTACT //////////*/

				#content .contact-section {
					display:block;
					margin-bottom: 30px;
				}
				
				#content ul#links-page li.linkcat {
					margin-bottom: 30px;
				}
	
				/*// COMMENTS //////////*/
				
				#comments .info {
					display: block;
					float:left;
					width: 115px;
				}
				
				#comments .body {
					display: block;
					float: left;
					width: 325px;
					margin-left: 20px;
				}
				
				#comments .comment-author {
					margin-bottom: 5px;
				}

				#comments img.avatar {
					display: none;
					visibility: hidden;
				}
		
			/*// COLUMN RIGHT //////////*/
	
			#column-right {
				float: left;
				width: 200px;
				margin-left: 20px;
				display: inline;
				overflow: hidden;
			}	
			
				#column-right img, #column-right a:link img, #column-right a:visited img {
					border: 5px solid #FFFFFF;
					width: 190px;
				}
				
				/*// MUSIC //////////*/
				
				#column-right .music, #column-right .buy-music {
					display: block;
					overflow: hidden;
				}
				
				#column-right .buy-music {
					margin-bottom: 40px;
				}
				
				#column-right div.buy-music ul {
					clear: none;
					display: block;
					float: left;
				}
				
				#column-right div.buy-music h3 {
					float: left;
					margin-right: 10px;
				}
				
				#column-right div.buy-music ul li {
					display: block;
					float: left;
					margin: 0 10px 0 0;
				} 
				
				
				#column-right div.buy-music img, #column-right div.buy-music a:link img {
					border: none;
					width: auto;
				}
				
				/*// MAILLIST //////////*/
				
				#column-right div.maillist {
					display: block;
					overflow: hidden;
					margin-bottom: 40px;
				}
				
				#column-right div.maillist .formcontainer {
					margin-bottom: 0;
				}
			
				/*// EVENTS //////////*/
				
				#column-right ul#events li.event-item ul li {
					margin: 0;
				}
			
		/*// MAIN BOTTOM //////////*/
			
		#main-btm {
			background-image: url(images/bg_body_btm.png);
			background-repeat: no-repeat;
			display: block;
			height: 40px;
			margin-bottom: 20px;
			width: auto;
			float: none;
			clear: both;
		}
			
/*// CONTAINER FOOTER //////////*/
#container-footer {
	margin: 0 auto;
	width: 780px;
}

	/*// FOOTER //////////*/
		
	#footer {
		background-image: url(images/bg_footer.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		display: block;
		height: 22px;
		padding: 28px 30px 0 30px;
		width: auto;
		margin: 0;
	}
		/*// CREDITS //////////*/
		
		#footer #credits {
			float: left;
			width: 485px;
		}
	
		/*// SOCIAL //////////*/
		
		#footer #social {
			float: left;
			margin-left: 10px;
			width: 225px;	
		}
		

/*//////////////////////////////////////////////////////////////
//
//  CUSTOM DEFINITIONS
//
//////////////////////////////////////////////////////////////*/

div.spacer {
	clear:both; 
	height:0px; 
	display:block;
}

div.push {
		height: 50px; /* .push must be the same height as #footer */
}
