/* 
Theme Name: Long Lost Blues
Theme URI: http://http://longlostblues.com/
Description: Custom theme for Peter Muir
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php	- Helper plugin to make search results nicer (adds search term highlighting and page content searching).
							  Plugin courtesy Scott Yang (http://scott.yang.id.au/).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie6.css			- Internet Explorer 6 specific style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
*/

body {
	background: #f3ece4;
	color: #000;
	font: 11px Verdana, sans-serif;
	text-align: center;
}

#wrapper {
	border: 1px solid #999;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 998px;
}

/* MISCELLANEOUS */
a {
	color: #535eac;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

.feed {
	background: url(images/icon-feed.png) no-repeat 0 50%;
	padding: 1px 0 1px 15px;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}

/* HEADER */
#header {
	background: url(images/header.png) no-repeat;
	float: left;
	height: 158px;
	margin: 0;
	width: 100%;
}

#int_header {
	background: url(images/int_header.png) no-repeat;
	float: left;
	height: 158px;
	margin: 0;
	width: 100%;
}

/* LOGO */
/* Logo image replacement */
#logo h1 a {
	background: transparent url(images/logo.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 102px; /* height of the image */
	margin-left: 111px;
	text-indent: -1000em;
	overflow: hidden;
	width: 661px; /* width of the image */
}

#search {
	float: right;
	margin-top: 43px;
	width: 200px;
}

#search #searchsubmit {
	background: url(images/srch_btn.png) no-repeat;
	border: none;
	height: 29px;
	width: 28px;
}

#search p {
	color: #fff;
	text-transform: uppercase;
}

/* NAV */
#menu {
	float: left;
	margin-left: 147px;
}

#nav {
	color: #000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: .5em 0 1em;
	text-transform: uppercase;
	width: 100%;
}

#nav li {
	display: inline;
	height: 28px;
	line-height: 28px;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #000;
	display: block;
	height: 28px;
	padding: 0 9px;
	text-decoration: none;
}

#nav li.current_page_item a {
	font-weight: bold;
}

#nav li:hover {
	background: #591c07;
	color: #fff;
}

#nav li li:hover {
	background: transparent;
}

#nav li a:hover {
	color: #fff;
}

#nav li.sep {
	margin: 0;
	padding: 0;
}

#nav li.sep:hover {
	background: transparent;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	color: #fff;
	display: block;
	float: none;
	margin: 0;
	padding: 0 10px;
	text-transform: capitalize;
	width: 150px;
}

#nav li li a:hover, #nav li li a:active {
	color: #fff;
	padding: 7px 10px;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	background: url(images/drop-bg.png) repeat;
	height: auto;
	left: -999em;
	margin: 0;
	padding: 0 5px 15px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#nav li li { 
	height: 18px;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active {
	background: transparent;
	padding: 0 10px;
}

#nav li ul ul {
	margin: -29px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

#submenu {
	float: right;
	margin-left: 147px;
	margin-top: -8px;
}

#subnav {
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 496px;
}

#subnav li {
	display: inline;
	margin-right: 1px;
}

#subnav li.last {
	margin-right: 0;
}

#subnav li a:link, #subnav li a:visited, #subnav li a:active {
	color: #fff;
	padding: 0px;
	text-decoration: none;
}

#subnav li a:hover {
	color: #;
}

/* CONTENT */
#content {
	background: #ecdecf;
	display: inline;
	float: right;
	padding: 21px 59px 0 120px;
	width: 610px;
}

#page-content {
	background: #ecdecf;
	display: inline;
	float: right;
	padding: 21px 59px 0 20px;
	width: 710px;
}

.content a:link, .content a:visited, .content a:active {
	text-decoration: none;
}

.content a:hover {

}

.content h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	text-decoration: none;
}

.content h1 a:hover {

}

.content h1.pagetitle {
	margin-bottom: .25em;
}

.content h1.pagetitle a:link, .content h1.pagetitle a:visited, .content h1.pagetitle a:active {
	text-decoration: none;
}

.content h1.pagetitle a:hover {

}

.content h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	text-decoration: none;
}

.content h2 a:hover {

}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	text-decoration: none;
}

.content h3 a:hover {

}

.content h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	background: url(images/rec-icon.png) no-repeat;
	color: #ee8d22;
	display: block;
	height: 33px;
	letter-spacing: -1px;
	line-height: 33px;
	margin: 0 auto;
	padding-left: 36px;
	text-transform: uppercase;
	width: 125px;
}

.content .entry-left h4 a:link, .content .entry-left h4 a:visited, .content .entry-left h4 a:active {
	background: url(images/rec-icon.png) no-repeat left 5px;
	float: left;
	font: 12px Verdana;
	font-weight: bold;
	height: 38px;
	margin: 0;
	padding-left: 36px;
	padding-top: 5px;
	text-transform: uppercase;
	width: auto;
	max-width: 60px;
}

.content .entry-left h4.single a:link, .content .entry-left h4.single a:visited, .content .entry-left h4.single a:active {
	height: 43px;
	line-height: 41px;
	padding-top: 0;
}


.content .entry-left h4 a:hover {
	color: #600;
}

.content .entry-right h4 a:link, .content .entry-right h4 a:visited, .content .entry-right h4 a:active {
	float: right;
	width: 60px;
}

.content h4 a:hover {

}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content p {
	line-height: 17px;
	margin-bottom: 1.8em;
	text-align: left;
}

.content blockquote {
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content p a:link, .content p a:visited, .content li a:link, .content li a:visited {
	color: #ef8511;
	text-decoration: none;
}

.content p a:active, .content li a:active {
	color: #6a6c81;
}

.content p a:hover, .content li a:hover {
	color: #600;
}

.content a.more-link {
	float: left;
	margin-top: 1.5em;
}

.content ul {
	margin: 0 0 1.5em 3em;
}

.content ul li {
	list-style-type: disc;
}

.content ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}

.content img {
	/*background: #fff;*/
	display: block;
	padding: 5px;
}

.content img.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img[align $='left'] {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img.alignright {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img[align $='right'] {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img.center, .content img.centered, .content img.aligncentered {
	margin: 0 auto 1em;
	text-align: center;
}

.content img[align $='center'] {
	margin: 0 auto 1em;
	text-align: center;
}

.content .entry {
	margin-bottom: 1.5em;
}

.content .entry .entry-left {
	float: left;
	width: 290px;
}

.content .entry-left .sep {
	background: url(images/sep.png) no-repeat;
	float: left;
	height: 43px;
	margin: 0 5px 0 15px;
	width: 1px;
}

.content .entry .entry-right {
	float: right;
	width: 290px;
}

.content .entry .entry-right img {
	background: transparent;
}

.content .entry .entry-right .div {
	border-top: 1px solid #ee8d22;
	clear: both;
	height: 1px;
	margin-bottom: 1.5em;
	width: 100%;
}

.content .postmeta {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: .5em;
}

.wp-caption {
	background: #eee;
	color: #000;
	margin: .4em 0;
	padding: .5em;
	text-align: center;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

/* Discography Styles */
.lld_enclose { /* Main table wrapper */
	border: 1px solid #000;
	width: 100%;
}

.lld_header { /* Header row cells */
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
}

.lld_entry_title { /* Song title */
	border-top: 1px solid #000;
	color: #339;
	font: 13px Georgia, serif;
	font-weight: bold;
	padding: 2px 5px;
}

.lld_entry_year { /* Title list year */
	border-top: 1px solid #000;
	color: #339;
	font: 13px Georgia, serif;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}

.lld_item { /* Discography entry row */
	margin: 0 0 5px;
}

.lld_entry { /* Song info cells */
	color: #333;
	font: 11px Arial, sans-serif;
	padding: 2px 5px;
}

/* SIDEBAR */
#sidebar {
	background: #ecdecf url(images/sidebar.png) no-repeat;
	display: inline;
	float: left;
	min-height: 820px;
	padding: 58px 0 0 19px;
	width: 190px;
}

#int_sidebar {
	background: #ecdecf url(images/int_sidebar.png) no-repeat;
	display: inline;
	float: left;
	min-height: 917px;
	padding: 58px 0 0 19px;
	width: 190px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #ef8511;
	text-decoration: none;
}

.sidebar a:hover {
	color: #600;
}

.sidebar h3.widgettitle {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar ul {
	margin: 0 0 1.5em 3em;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.sidebar li ul {
	margin-bottom: 0;
}

.sidebar li li {
	font-size: 1em;
}

/* COMMENTS */
#comments {
	margin: 3em 0;
}

#comments h3 {
	border-bottom: 1px solid #333;
	margin: 0 0 1em;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #eee;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#comments .commentlist p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 1.1em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	display: block;
	margin: 0 0 1.5em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	border: 1px solid #333;
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1.2em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 2em;
}

#commentform label {
	font-size: 1.2em;
}

#commentform label span {
	font-size: 1.1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #333;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 100%;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	border: 2px solid #333;
	display: inline;
	float: right;
	font-size: .8em;
	font-weight: bold;
	padding: .5em;
	text-transform: uppercase;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#commentform #submit:hover {
	cursor: pointer;
}

/* FOOTER */
#footer {
	background: #ecdecf;
	clear: both;
	color: #000;
	font-size: 10px;
	height: 14px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
