/* 
Theme Name: Shortlist
Theme URI: http://
Description: Custom theme for Nashville Shortlist
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.
*/

/** Section_Start Main Positioning Elements */
body {
	background: #f1f1f1;
	color: #000;
	font: 62.5% Arial, sans-serif;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
/* Section_End **/

/** Section_Start Miscellaneous Helper Elements */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

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

.right {
	display: inline;
	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;
}
/* Section_End **/

/** Section_Start Header Elements */
#header {
	background: url(images/header.jpg) no-repeat;
	float: left;
	height: 67px;
	margin: 0 0 8px;
	width: 100%;
}

#photogs {
	background: url(images/photogs.jpg) no-repeat;
	clear: both;
	height: 357px;
	margin: 0 0 8px;
	width: 960px;
}

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

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {

}
/* End Logo **/

/** Navigation */
#nav {
	display: inline;
	float: right;
	font-size: 1.2em;
	margin: 40px 24px 0 0;
}

#nav li {
	color: #8b8a8a;
	display: inline;
}

#nav li.sep {
	display: block;
	float: left;
	margin: 0 5px;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #8b8a8a;
	display: block;
	float: left;
	padding: 0px;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}
/* End Navigation **/
/* Section_End **/

/** Section_Start Content Elements */
#cont-head, #cont-foot {
	display: inline;
	float: left;
	height: 11px;
	margin: 0;
	padding: 0;
	width: 960px;
}

#cont-head {
	background: url(images/cont-head.jpg) no-repeat;
	padding: 0;
}

#cont-wrap {
	background: url(images/cont-bg.jpg) repeat-y;
	float: left;
	padding: 0 10px;
	width: 940px;
}

#cont-foot {
	background: url(images/cont-foot.jpg) no-repeat;
	clear: both;
	margin-bottom: 8px;
}

/** Content */
#content {
	display: inline;
	float: left;
	margin-bottom: 1em;
	width: 620px;
}

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

.content a:hover {
	text-decoration: underline;
}

.content a.more-link {
	clear: both;
	margin-top: 1.5em;
}

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

.content h1.pagetitle {
	color: #d3171e;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0;
}

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

.content h1.pagetitle a:hover {

}

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

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

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

.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 .entry {
	color: #565656;
	margin-bottom: 1.5em;
}

.content .postmeta {
	color: #959595;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: 0 0 .5em;
	text-transform: uppercase;
}

.content .postmeta a, span.date {
	color: #373737;
}

.content .postmeta a:hover {
	text-decoration: underline;
}

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

.content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	text-align: left;
}

.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

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

.content li {
	font-size: 1.3em;
	margin-bottom: .5em;
}

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

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

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

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

.content img {
	display: block;
	padding: 0;
}
/* End Content **/

/** Sidebar */
#sidebar {
	display: inline;
	float: right;
	width: 300px;
}

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

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar h3 {
	color: #d3171e;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: .5em;
}

.sidebar #searchform div {
	margin: 0 0 1.5em 0;
}

.sidebar #searchsubmit {
	background: url(images/btn-search.png) no-repeat;
	border: none;
	color: #fff;
	font-size: 1em;
	height: 17px;
	line-height: 17px;
	margin-left: .5em;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
	width: 79px;
}

.sidebar #searchsubmit:hover {
	cursor: pointer;
}

.sidebar ul, .sidebar ol {
	margin: 0 0 1.5em 0;
}

.sidebar p {
	color: #565656;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: .5em;
}

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

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

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

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

.sidebar li li {
	font-size: 1em;
}
/* End Sidebar **/

/** Comments */
#TB_title {
	background: #181818 !important;
	color: #939393;
	font-size: .80em;
	text-transform: uppercase;
}

#TB_ajaxContent {
	background: #272727;
	padding: 0 10px;
	width: 370px;
}

#TB_ajaxContent #posts {
	color: #b5b5b5;
	margin: 0 auto !important;
	padding: 0;
	width: 100%;
}

#TB_ajaxContent .post {
	margin-bottom: 0;
}

#TB_ajaxContent .post-cont {
	margin: 0;
}

#TB_ajaxContent #close {
	margin: 20px 0 0;
}

.comments {
	background-color: #d5d5d5;
	color: #7b7b7b !important;
	margin: 30px 0;
	padding: 0 0 0 10px;
	height: 170px;
	width: 610px;
}

#comments {
	background: #c5c5c5;
	color: #7b7b7b !important;
	height: auto !important;
	margin: 30px 0;
	padding: 0 10px;
	width: 600px;
}

.comment-head {
	background: #bababa;
	color: #7b7b7b;
	font-size: .80em;
	height: 26px;
	letter-spacing: 2px;
	line-height: 26px;
	margin-left: -10px;
	padding: 0 10px;
	text-transform: uppercase;
	width: 600px;
}

.comment-head a {
	color: #7b7b7b !important;
	text-decoration: none;
}

.comment-head a:hover {
	color: d00000;
	text-decoration: underline;
}

.comment-list {
	clear: both;
	color: #7b7b7b;
	font-size: .85em;
	height: 134px;
	overflow: auto;
	padding-right: 10px;
	padding-top: 10px;
	width: 600px;
}

#comments .comment-list {
	height: auto !important;
	padding: 0 0 5px;
}

.comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list ul li {
	margin-left: .5em;
}

.comment-list strong {
	color: #d00000;
	text-transform: uppercase;
}

.comment-list a {
	color: #d00000 !important;
}

#comments textarea {
	width: 580px;
}

#sayit {
	background: url(images/btn-search.png) no-repeat;
	border: none;
	color: #fff;
	font-size: 1em;
	height: 17px;
	line-height: 15px;
	margin-left: 0;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
	width: 79px;
}
/* End Comments **/

/** Page Numbers */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	line-height: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#wp_page_numbers {
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

#wp_page_numbers ul {
	margin: 0 auto;
	min-width: 300px;
}

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #848484;
	font-size: 12px;
}

#wp_page_numbers li.active_page a, #wp_page_numbers li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#wp_page_numbers li.prev_page a, #wp_page_numbers li.next_page a,
#wp_page_numbers li.no_link_prev, #wp_page_numbers li.no_link_next {
	color: #fff;
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 93px;
}

#wp_page_numbers li.prev_page a:hover, #wp_page_numbers li.next_page a:hover {
	text-decoration: underline;
}

#wp_page_numbers li.prev_page a, #wp_page_numbers li.no_link_prev {
	background: url(images/btn-left.png) no-repeat;
	margin-right: 1.5em;
	text-align: right;
}

#wp_page_numbers li.next_page a, #wp_page_numbers li.no_link_next {
	background: url(images/btn-right.png) no-repeat;
	margin-left: 1.5em;
	text-align: left;
}

#wp_page_numbers li.space {
	font-size: 12px;
	color: #848484;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
/* End Page Numbers **/
/* Section_End **/

/** Section_Start Footer */
#footer {
	background: #454545 url(images/footer.jpg) no-repeat;
	clear: both;
	color: #959595;
	font-size: 1em;
	height: 95px;	
	padding: 10px 10px 0;
	width: 940px;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	float: left;
	text-align: left;
}

#footer-credits {
	float: right;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #959595;
	text-decoration: none;
}

#footer a:hover {

}

#footer ul {

}

#footer ul li {
	display: inline;
	float: left;
}

#footer ul li.sep {
	display: block;
	float: left;
	margin: 0 5px;
}
/* Section_End **/

