/*
Theme Name: Jedidiah
Theme URI: http://jedidiah/
Description: The amazing theme designed by 50and50
Version: 1
Author: Rich Rudzinski
Author URI: http://50and50.com/
Tags: 
*/

/* Begin Structure */
body {
	font:14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#a3a3a3;
	background:#21201c url(images/bg.jpg) no-repeat top center;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#444444;
}
a:hover {
	color:#000;
}
ul {
	margin:0;
	padding:0;
	height:auto;
	overflow:hidden;
	list-style-type:none;
}
button, input, fieldset, img {
	border:0;
}
button {
	cursor:pointer;
}
#page {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
}
#page #content {
	float:left;
	overflow:hidden;
}
.wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
}
.container {
	width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}


#page #content.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 0;*/
	margin: 0px 0 0;
	width: 610px;
}

#page #content.widecolumn {
	/*padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;*/
	width: 692px;
	float:right;
	padding-left:18px;
	background:url(images/sidebarShadow_wideCol.jpg) no-repeat top left
}
.post {
	/*margin: 0 0 40px;
	text-align: justify;*/
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear:both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers *
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
/*
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #E3E8DF;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #E3E8DF;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:10px 0;	
}

.commentlist li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	border-bottom:1px solid #e3e8df;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0px 5px 10px 0;
	color:#444;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}
h3#comments, #respond h3 {
	font-size:13px;
	line-height:15px;
	color:#C1C1C1;
	text-transform:uppercase;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentmetadata a {
	display:none;
}
.commentmetadata a.comment-edit-link {
	display:block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin:0;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*---- BEGIN: Jedidiah Styles ----*/
/* Begin: Font Styles */
.gothamMed, .gothamMedCont a, #wp_page_numbers, #wp_page_numbers a {
	font-family:'GothamXNarrow MediumItalic', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.gothamBoldCont a, .gothamBold {
	font-family:'GothamXNarrow BoldItalic', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:italic;
}
.gothamBlack {
	font-family:'GothamXNarrow BlackItalic', Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.gothamUltra, .gothamUltraForm input {
	font-family:'GothamXNarrow UltraItalic', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
}
.gothamMed:hover, .gothamMedCont a:hover, #wp_page_numbers:hover, #wp_page_numbers a:hover, .gothamBoldCont a:hover, .gothamBold:hover, .gothamBlack:hover, .gothamUltra:hover {
	text-decoration:none;
}

/* Begin: Header Styles */
/*#header {
	background:#21201c url(images/header_bg.jpg) no-repeat top center;
}*/
#header .container {
	width:950px;
	height:auto;
	overflow:hidden;
}
#standardHead {
	margin-bottom:13px;
	height:auto;
	overflow:hidden;
}
#header h1 {
	margin:0;
}
#logo {
	float:right;
	margin-top:35px;
}
#logo a {
	width:164px;
	height:44px;
	display:block;
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat top left;
}
#header li {
	float:left;
}
/*
#topNav {
	margin:38px 0 3px 0;
}
#topNav li {
	margin-left:5px;
	padding-right:9px;
	background:url(images/topNav_divider.png) no-repeat center right;
}
#topNav li.first {
	margin-left:0;
}
#topNav li.last {
	padding-right:0;
	background:none;
}
#topNav, #topNav a {
	color:#5b5952;
	font-size:12px;
	line-height:13px;
}
#topNav a, #mainNav a {
	text-transform:uppercase;
}*/
#tagline {
	float:left;
	margin:32px 0 0 6px;
	font-size:12px;
	color:#9c9b99;
	float:left;
	text-transform:uppercase;
}
#mainNav {
	text-transform:uppercase;
	margin-top:10px;
	float:left;
	clear:left;
}
#mainNav, #mainNav .current_page_item a {
	color:#78776e;
}
#mainNav a:hover {
	text-decoration:none;
	color:#78776e;
}
#mainNav li.frontpage {
	margin-left:0;
}
#mainNav li.about {
	padding-right:0;
	background:none;
}
#mainNav li {
	margin-left:6px;
	padding-right:14px;
	background:url(images/mainNav_divider.png) no-repeat center right;
}
#mainNav a {
	color:#e8ece4;
}
#mainNav, #mainNav a {
	font-size:18px;
	line-height:19px;
}
#topNav span, #mainNav span {
	padding:0 5px;
}

/* Custom Headers */
#customHeader {
	height:auto;
	overflow:hidden;
}
#customHeader p {
	margin:0;
}
#customHeader .headLink {
	float:left;
	margin-left:10px;
}
#customHeader .headLink.first {
	margin-left:0;
}
#imgHead {
	display:block;
	margin:0 auto;
}
#vimeoVid {
	float:left;
}
#vimeoVidContent {
	float:right;
	width:490px;
	height:259px;
	background:url(images/about_bg.jpg) no-repeat top left;
}
.page-id-2 #vimeoVidContent h2 {
	width:490px;
	height:201px;
	text-indent:-9999px;
	background:url(images/about_text.jpg) no-repeat top left;
	margin:0 0 20px;
}
.page-id-2 #vimeoVidContent a {
	display:block;
	width:81px;
	height:25px;
	text-indent:-9999px;
	background:url(images/learnMore_btn.jpg) no-repeat top left;
	margin-left:15px;
}

/* Begin: Content Styles */
/*#page {
	background:url(images/page_bg.jpg) no-repeat top center;	
}*/
#page-inner {
	background-color:#fff;
	padding:0 10px 35px;
	width:930px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#content {
	padding-top:16px;
}
#breadcrumbs {
	color:#d1d1d1;
	margin:0 0 16px;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	font-style:italic;
}
#breadcrumbs a {
	color:#4d4c46;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	margin-right:2px;
	font-style:italic;
}
#breadcrumbs a:hover {
	color:#000;
}
#page .pageTitle {
	color:#33322c;
	margin:0 0 6px 0;
	text-transform:uppercase;
	display:block;
	font-size:36px;
	line-height:37px;
}
#page h2, #page h3, #page h4 {
	margin-top:0;
}
#featuredTopics {
	padding:6px 2px 6px;
	margin-bottom:12px;
	border-top:1px solid #e3e8df;
	border-bottom:1px solid #e3e8df;
}
#featuredTopics h3 {
	color:#c1c1c1;
	font-size:13px;
	margin-bottom:5px;
	text-transform:uppercase;
}
#featuredTopics li {
	float:left;
	margin:0 4px 0 1px;
}
#featuredTopics a {
	display:block;
	background-color:#e3e8df;
	padding:4px 8px;
	text-transform:uppercase;
	color:#41413b;
	font-size:18px;
	line-height:19px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

/* Begin: Blog Styles */
#page .blog h1 {
	margin-bottom:18px;
}
.single .post {
	padding-top:18px;
}
.post {
	border-top:1px solid #e3e8df;
	padding-top:8px;
	margin-bottom:34px;
}
.post.first {
	border-top:0;
}
.post h2, .post h3 {
	color:#33322c;
	font-size:32px;
	line-height:32px;
	margin-bottom:10px;
	font-weight:bold;
	font-style:italic;
}
.post h2 a, .post h3 a {
	display:block;
}
.post .meta {
	background:url(images/meta_bg.jpg) no-repeat top left;
	width:594px;
	height:26px;
	overflow:hidden;
	padding:0 8px;
	margin-bottom:8px;
	color:#999999;
	font-weight:bold;
	font-size:9px;
	line-height:26px;
	text-transform:uppercase;
}
.post .meta .date {
	float:left;
}
.post .meta .categories, .post .meta .comment-count {
	float:right;
}
.post .meta .categories span {
	float:left;
	margin-right:6px;
}
.post .meta .categories a {
	margin-right:5px;
	color:#33322c;
	float:left;
}
.post .meta .categories a:hover {
	color:#000;
}
.post .meta .divider {
	float:left;
	color:#33322c;
	margin-right:5px;
}
.post .entry p, .post .blurb, .comment-body p {
	color:#777;
	font-size:13px;
	line-height:16px;
	margin:0 0 22px;
	height:auto;
	overflow:hidden;
}
#post-list .post .blurb .media {
	float:left;
	margin:0 8px 8px 0;
}
.post .fullPost {
	display:inline-block;
	padding:7px 29px 6px 12px;
	font-size:13px;
	text-transform:uppercase;
	color:#33322c;
	background:#e3e8df url(images/arrow_rt.jpg) no-repeat 105px 9px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	margin-bottom:5px;
	clear:left;
	display:block;
	width:84px;
}
.post .postInfo {
	margin:0;
	color:#adafaa;
	font-size:10px;
	font-weight:italic;
}
.single .post .postInfo {
	margin-bottom:10px;
}
.post .postInfo a, .post .postInfo span, .post .postInfo a {
	color:#706f6b;
	font-size:10px;
	font-weight:italic;
}
#page #socialLinks {
	margin-bottom:20px;
}
#page #socialLinks h3 {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:7px;
}
#socialLinks a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#socialLinks .myspace {
	width:108px;
	height:28px;
	background:url(images/myspace.jpg) no-repeat top left;
	margin-right:5px;
}
#socialLinks .facebook {
	width:74px;
	height:28px;
	background:url(images/facebook.jpg) no-repeat top left;
	margin-right:5px;
}
#socialLinks .twitter {
	width:74px;
	height:28px;
	background:url(images/twitter.jpg) no-repeat top left;
	margin-right:5px;
}

/* Begin: Pagination Styles */
#wp_page_numbers {
	padding:14px 14px 0;
	background:url(images/pagination_bg.jpg) no-repeat top left;
	margin-bottom:72px;
	width:582px;
	height:27px;
}
#wp_page_numbers li {
	float:left;
	font-size:13px;
	line-height:15px;
	margin:0 9px;
}
#wp_page_numbers li a {
	text-transform:uppercase;
	color:#33322c;
	font-size:13px;
	line-height:15px;
}
#wp_page_numbers li a:hover, #wp_page_numbers li.active_page a {
	color:#8c9184;
	text-decoration:none;
}
#wp_page_numbers .prev {
	padding:0 17px 0 12px;
	background:url(images/arrow_lft.jpg) no-repeat left 5px;
}
#wp_page_numbers .next {
	padding:0 12px 0 17px;
	background:url(images/arrow_rt.jpg) no-repeat right 5px;
}

/* Begin: Homepage Styles */
.home #page #content.widecolumn {
	padding-left:10px;
	width:700px;
}
.home #page .pageTitle {
	margin-bottom:10px;
}
.home .post {
	padding-top:12px;
	border:0;
	margin-bottom:12px;
}
.home .post h3, .home .post h3 a {
	color:#706f6b;
	margin-bottom:10px;
	font-size:28px;
	line-height:30px;
	font-weight:normal;
	font-style:italic;
	padding-right:40px;
}
.home .post .meta {
	background:url(images/meta_bg_home.jpg) no-repeat top left;
	width:672px;
	margin-bottom:10px;
	padding:0 20px 0 8px;
}
.home .post p {
	margin-bottom:8px;
	color:#92948d;
}
.home .post .blurbInner {
	padding-right:40px;
}
.home #content .more {
	background:#e3e8df url(images/arrow_down.jpg) no-repeat 148px center;
	padding:6px 30px 6px 6px;
	color:#33322c;
	font-size:13px;
	display:inline-block;
	text-transform:uppercase;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.home #page .blurb {
	margin-bottom:8px;
}

/* Begin: Promo Styles */
#promo {
	margin-bottom:25px;
	height:auto;
	overflow:hidden;
}
#promo h2 {
	color:#c1c1c1;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#promo .imgLink {
	display:block;
	float:left;
	margin-left:5px;
}
#promo .imgLink img {
	display:block;
}
#promo .imgLink.first {
	margin-left:0;
}
#promo p {
	margin:0;
}

/* Begin: Generic Page Styles */
#page.standard {
	
}
#page p {
	margin-top:0;
}
#pageNav {
	border-bottom:1px solid #e3e8df;
	margin-bottom:15px;
}
#pageNav li {
	float:left;
	background-color:#e3e8df;
	padding:4px 10px;
	margin:0 4px 9px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
#pageNav li a {
	text-transform:uppercase;
	color:#41413b;
	font-size:18px;
	line-height:19px;
}
#pageContent {
	margin-bottom:40px;
}
#pageContent h2 {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	line-height:26px;
	color:#33322c;
	margin-bottom:16px;
}
#pageContent p {
	color:#92948d;
	font-size:13px;
	line-height:16px;
	margin-bottom:16px;
	padding-right:70px;
}
#pageContent p strong {
	color:#33322c;
}
#pageContent ul {
	list-style:disc outside;
	padding-left:15px;
	padding-right:70px;
}
#pageContent li {	
	margin-bottom:22px;
}

/* Begin: Related Content */
#relatedContent {
	padding-top:6px;
}
#relatedContent a {
	font-weight:bold;
	font-style:italic;
	display:block;
	color:#706f6b;
	margin-bottom:3px;
}
#relatedContent a:hover {
	color:#000;
}
#relatedContent li.excerpt {
	color:#c6c7c3;
	font-size:12px;
	line-height:15px;
	margin-bottom:12px;
}
#relatedContent p {
	color:#c6c7c3;
	font-size:12px;
	line-height:15px;
	margin:0;
}

/* BEGIN: Collection Styles */
.page-template-collection-php #page-inner, .page-template-collection-landing-php #page-inner {
	padding-top:16px;
}
.page-template-collection-php #page #content.collectionContent, .page-template-collection-landing-php #page #content.collectionContent {
	background:url(images/collectionContent_bg.jpg) no-repeat top left;
	width:896px;
	padding:18px 10px 0 22px;
	float:none;
	height:auto;
	overflow:hidden;
}
.page-template-collection-php #breadcrumbs {
	margin-left:12px;
}
#collectionHeader {
	background:url(images/collectionHeader_bg.jpg) no-repeat top left;
	width:879px;
	height:75px;
	padding:10px 32px 0 17px;
	margin-bottom:6px;
	overflow:hidden;
}
#collectionTitle {
	float:left;
}
#collectionHeader h2 {
	color:#9c9f9a;	
	margin:0;
	text-transform:uppercase;
	display:block;
	font-size:16px;
	line-height:17px;
}
#collectionHeader h1 {
	color:#302f2b;
	margin:0;
	text-transform:uppercase;
	display:block;
	font-size:48px;
	line-height:49px;
}
#collectionLinks {
	float:right;
	padding-top:13px;
}
#collectionLinks a {
	float:left;
	padding-right:16px;
	background:url(images/arrow_collectionLinks.jpg) no-repeat right center;
	margin:10px 14px 0 0;
	text-transform:uppercase;
	color:#302f2b;
	font-size:21px;
}
#collectionLinks span.divider {
	float:left;
	background:url(images/collectionLinks_divider.jpg) no-repeat top left;
	width:10px;
	height:37px;
	text-indent:-9999px;
	margin-right:12px;
}
/* Collection Slider */
#collectionSlider {
	width:938px;
	height:51px;
	margin-bottom:7px;
}
#slideFrame {
	width:870px;
	height:51px;
	position:relative;
	float:left;
	overflow:hidden;	
}
#slideCont {
	position:absolute;
}
.collectionSlide {
	float:left;
	width:200px;
	height:38px;
	overflow:hidden;
	margin-right:10px;
	background:url(images/collectionSlide_bg.jpg) no-repeat top left;
	padding:13px 0 0 10px;
}
.collectionSlide:hover {
	text-decoration:none;
}
.collectionSlide h3 {
	font-size:16px;
	line-height:10px;
	color:#323232;	
	text-transform:uppercase;
	margin:0;
}
.collectionSlide h4 {
	font-size:10px;
	line-height:11px;
	color:#9c9f9a;
	text-transform:uppercase;
	margin:0;
}
div.collectionSlide {
	background-position:bottom left;
}
div.collectionSlide h3 {
	color:#dee0dc;
}
div.collectionSlide h4 {
	color:#e3e6e1;
}
#arrowLeft, #arrowRight {
	float:left;
	width:20px;
	height:51px;
	background:url(images/arrowBtn_lft.jpg) no-repeat top left;
	text-indent:-9999px;
	margin-right:10px;
}
#arrowRight {
	background:url(images/arrowBtn_rt.jpg) no-repeat top left;
	margin:0 0 0 10px;
}
/* Collection Content */
#collectionContent {
	float:left;
	width:647px;
}
#sponsorContent {
	float:right;
	width:216px;
}
#page #content .section {
	padding-bottom:22px;
}
#page .sectionTitle {
	padding:0 0 12px 3px;
	margin-bottom:15px;
	border-bottom:2px solid #e3e8df;
	color:#c1c1c1;
	font-size:13px;
	text-transform:uppercase;
}
#page #content .contentBtn {
	padding:6px 8px;
	color:#33322c;
	font-size:13px;
	text-transform:uppercase;
	display:inline-block;
	background-color:#f4f6f2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
#page #content .contentBtn:hover {
	text-decoration:none;
}
#collectionContent h3, #collectionContent h4, #sponsorContent h3, #collectionContent h4 {
	font-weight:bold;
	font-style:italic;
	color:#6e6e69;
	font-size:24px;
	line-height:26px;
	margin-bottom:15px;
}
#collectionContent h4, #sponsorContent h4 {
	font-size:16px;
}
#sponsorContent h3 {
	margin-bottom:13px;
}
#collectionContent p, #sponsorContent p {
	color:#92948d;
	font-size:13px;
	line-height:16px;
	margin-bottom:22px;
}
#sponsorContent p {
	font-size:12px;
	margin-bottom:14px;
}
#collectionContent img {
	float:left;
}
#sponsorContent img {
	display:block;
	margin-bottom:13px;
}

/* Begin: Collection Sidebar */
#collectionSidebar {
	float:left;
	width:210px;
	height:auto;
	overflow:hidden;
	padding:16px 0 0 0;
}
#collectionSidebar h3 {
	text-transform:uppercase;
	color:#c1c1c1;
	font-size:13px;
	line-height:14px;
	margin:0 0 14px 6px;
}
#collectionSidebar .collectionList {
	display:block;
	background-color:#e3e8df;
	padding:3px;
	margin-bottom:11px;
	height:auto;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
#collectionSidebar .collectionList img {
	display:block;
	margin:0 auto;
}
#collectionSidebar .collectionList:hover {
	text-decoration:none;
}
#collectionSidebar .collectionList h4 {
	color:#323232;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
	padding:6px 2px 3px 6px;
	margin:0;
}
#collectionSidebar .more {
	background:#e3e8df url(images/arrow_down.jpg) no-repeat 132px center;
	padding:6px;
	color:#33322c;
	font-size:13px;
	display:block;
	text-transform:uppercase;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

/* Begin: 404 Styles */
.error404 .links404 {
	margin-bottom:20px;
}
.error404 .post {
	border:0;
	margin-bottom:12px;
	padding-top:12px;
}
.error404 #content .more {
	background:#e3e8df url(images/arrow_down.jpg) no-repeat 148px center;
	padding:6px 30px 6px 6px;
	color:#33322c;
	font-size:13px;
	display:inline-block;
	text-transform:uppercase;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.error404 #page .blurb {
	margin-bottom:22px;
}

/* Begin: Sidebar Styles */
#sidebar {
	float:right;
	width:280px;
	margin-right:10px;
	padding:50px 0 0 30px;
	background:url(images/sidebarShadow.jpg) no-repeat top left;
}
#sidebar #subscribeRss {
	width:290px;
	height:33px;
	background:url(images/rss.jpg) no-repeat top left;
	margin:0 0 28px;
	overflow:hidden;
}
#sidebar #subscribeRss a {
	display:block;
	padding:15px 0 0 50px;
	font-size:13px;
	text-transform:uppercase;
	color:#2d2d26;
	height:18px;
	overflow:hidden;
	background:url(images/arrow_rss.jpg) no-repeat 202px 16px;
}
#sidebar #searchform {
	width:290px;
	height:auto;
	overflow:hidden;
	margin:0 0 28px;
	padding:0;
}
#sidebar #searchform #s {
	text-align:left;
	border:1px solid #e3e9df;
	width:222px;
	float:left;
	margin-right:5px;
}
#sidebar #searchform #searchsubmit {
	float:left;
	padding:1px 3px;
}
#sidebarNav h3 {
	color:#706f6b;
	font-size:22px;
	line-height:23px;
	padding:0 0 9px 10px;
	border-bottom:1px solid #e3e8df;
	margin:0 0 10px;
	font-weight:bold;
	font-style:italic;
}
#sidebarNav li {
	margin-bottom:20px;
}
#sidebarNav li li {
	padding:0 0 1px 10px;
	margin:0 5px 0 0;
	width:125px;
	float:left;
	
}
#sidebarNav li a {
	color:#92948d;
	text-transform:uppercase;
	font-size:10px;
	line-height:11px;	
}
#sidebarNav li a:hover {
	color:#000;
}

/* Begin: Foot Styles */
#footer {
	margin:0 auto;
	width:950px;
	height:113px;
	overflow:hidden;
	background-color:#fff;
}
#footer .container {
	width:930px;
	height:113px;
	background:#393833 url(images/footer_lft.jpg) no-repeat top left;
}
#footer .container_inner {
	height:101px;
	width:918px;
	background:url(images/footer_rt.jpg) no-repeat top right;
	padding:12px 0 0 12px;
}
#footer .col {
	float:left;
	margin-right:40px;
}
#footer .col li {
	margin-bottom:2px;
	height:17px;
}
#footer .col ul a {
	font-weight:bold;
	font-size:10px;
	line-height:17px;
	text-transform:uppercase;
	color:#8e8f88;
}
#footer .col ul a:hover {
	color:#fff;
}
#footer a.parentLink {
	display:block;
	font-size:18px;
	line-height:19px;
	color:#c6c9c1;
	text-transform:uppercase;
	margin-bottom:4px;
}
#footer #stayConnected {
	float:right;
	width:300px;
}
#footer #stayConnected h2 {
	font-size:25px;
	line-height:26px;
	color:#c6c9c1;
	margin:0 0 10px;
	text-transform:uppercase;
}
/*#footer #stayConnected div {
	float:left;
	margin:0 10px 5px 0;
}
#footer #stayConnected label {
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	display:block;
	text-transform:uppercase;
	padding-left:3px;
}
#footer #stayConnected input {
	width:128px;
	height:18px;
	padding:1px 2px 0 2px;
	border:1px solid #727272;
}
#footer #stayConnected #connectedSubmit input, */
#footer #stayConnected #mailChimpPop {
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	width:77px;
	height:24px;
	border:0;
	background:#d3d5cd url(images/signup.jpg) no-repeat top left;	
	overflow:hidden;
}
#footer #mc_embed_signup {
	display:none;
}
#socialFoot {
	width:935px;
	padding:10px 0 18px 15px;
	background-color:#fff;
}
#socialFoot h2 {
	font-size:14px;
	line-height:17px;
	float:left;
	text-transform:uppercase;
	color:#d7d7d6;
	margin:6px 16px 0 0;
}
#socialFoot a {
	float:left;
	text-indent:-9999px;
	margin-right:10px;
	padding:0 5px;
	height:22px;
}
#socialFoot a:hover {
	background-position:5px -25px !important;
}
#socialFoot #foot_twitter {
	width:44px;
	background:url(images/socialFoot_twitter.jpg) no-repeat 5px 0;
}
#socialFoot #foot_facebook {
	width:58px;
	background:url(images/socialFoot_facebook.jpg) no-repeat 5px 0;
}
#socialFoot #foot_flickr {
	width:48px;
	background:url(images/socialFoot_flickr.jpg) no-repeat 5px 0;
}
#socialFoot #foot_youtube {
	width:38px;
	background:url(images/socialFoot_youtube.jpg) no-repeat 5px 0;
}
#socialFoot #foot_vimeo {
	width:45px;
	background:url(images/socialFoot_vimeo.jpg) no-repeat 5px 0;
}
#socialFoot #foot_myspace {
	width:50px;
	background:url(images/socialFoot_myspace.jpg) no-repeat 5px 0;
}

/* fix admin bar */
html body { padding-top:0 !important; }
#wpabar-leftside { float:left; }