/*
Theme Name: THILEDAVES new server
Theme URI: http://themeforest.net/user/Keliah
Description: Custom Wordpress Theme Based Upon the Pixel Studio Wordpress Theme by Keliah and OrangeCreative
Author: E&E
Version: 1.0
Tags: black, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready, microformats
*/

/*

TABLE OF CONTENTS

01 RESET
02 GRID
03 GENERAL STYLES
04 HEADER
05 TYPOGRAPHY
06 BLOG STYLES
07 IMAGES & GRAPHICS
08 TABS
09 CONTACT FORM
10 FOOTER
11 SIDEBAR
12 COMMENTS
13 CUSTOM PAGE ELEMENTS

*/



/*  _______________________________________

	01 RESET
    _______________________________________  */



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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding: 2px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*  _______________________________________

	02 GRID
    _______________________________________  */



/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
    margin: auto;
    padding: 80px 0 0 0;
}

.inner_container, .blog_container {
	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
	width: 1000px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_0,
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container .grid_0, .blog_container .grid_0 {width:125px;}
.container .grid_1, .blog_container .grid_1 {width:270px;}
.container .grid_2, .blog_container .grid_2 {width:455px;}
.container .grid_3, .blog_container .grid_3 {width:560px;}
.container .grid_4, .blog_container .grid_4 {width:705px;}
.container .grid_5, .blog_container .grid_5 {width:850px;}
.container .grid_6, .blog_container .grid_6 {width:1000px;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/*  _______________________________________

	03 GENERAL STYLES
    _______________________________________  */



body {
	font-family:"Georgia", Garamond, Times New Roman, serif;
	font-size:14px;
	line-height:21px;
	color:#FFFFFF;
}

/* Top and bottom dark lines for each section */

.top {
	border-bottom: 1px solid #D4D4D4;
	margin:35px 0 25px 0;
	width:80%;
}
.bottom {
	background:url("images/background/bottom_border.png") no-repeat;
	height:21px;
	margin-top:7px;
}
.separator {
	border-top:#cccccc dotted 1px;
	padding-top:21px;
	height:1px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* Pushers to space elements when needed */

.pusher21 {
	margin-top:21px;
}
.pusher14 {
	margin-top:14px;
}
.pusher7 {
	margin-top:7px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.entry-title {
	margin-top: 10px;
}
/*  _______________________________________

	04 HEADER
    _______________________________________  */



	/*
	Here are all styles for the header and the menu.
	This header sticks to the top of the layout.
	*/
	

#header_wrapper { /* Container to display the top black background */
	width:100%;
	height:120px;
	margin:0;
	padding:0;
	z-index:20;
	position:fixed; /* Sticks to the top */
	top:0;
	left:0;
}

	#header { /* Centered container for the header, contains the menu and the logo */
		width: 1000px;
		margin:0px auto;
		position: relative;
	}

/* Menu */

#menu {
	background:none;
	margin:20px 0px 0px 0px; /* Some top spacing */
	list-style:none;
	float:left;
}

	#menu li {
		list-style:none;
		float:left;
	}
		#menu li a {
			font-family:"Georgia", Garamond, Times New Roman, serif;
			text-decoration:none;
			color:#ffffff;
			margin-left:30px; /* Spacing between menu items */
			font-size:30px;
			position:relative;
			z-index:888; /* Required to keep navigation above content */
			text-transform: uppercase;
		}
		#menu li a:hover {
			border:none;
			color: #61a2d8;
		}
		#menu li a.highlight, .current_page_item {
			border-bottom:#ffffff solid 2px; /* Styles for the "current" item highlighted when clicked */ 
			color:#ffffff;
			padding-bottom:3px;
		}
	.screen-reader-text {
		position: absolute;
		left: -9000px;
	} 

/*  _______________________________________

	05 TYPOGRAPHY
    _______________________________________  */



p {	/* Default font styles for paragraphs */
	font-size:14px;
	text-align:left;
	margin-bottom:21px;
	line-height:21px;
}
a {
	color: #d88268;
	text-decoration:none; /* See color.css for links styling */
}
a:hover {
	color: #EEE;
	text-decoration:none;
	border:none;
}

/* Headings */

h1 {
	font-size:60px;
	line-height:45px;
	font-weight:bold;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size:30px;
	margin-bottom:20px;
	line-height:30px;
	text-transform: uppercase;
}
h3 {
	font-size:21px;
	margin-bottom:14px;
	line-height:28px;
}
h4 {
	font-size:18px;
	margin-bottom:7px;
	line-height:21px;
	text-transform:uppercase;
}
h5 {
	font-size:14px;
	color:#555555;
	text-transform:uppercase;
	border-bottom:#cccccc solid 1px;
	padding-bottom:7px;
	margin-bottom:7px;
}
.strong {
	font-weight:bold;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	line-height:36px;
	margin:3px 8px 0 0;
}

/* Titles with left icon */

.note_book {
	background:url("images/icons/note_book.png") left 3px no-repeat;
	padding-left:35px;
}
.paint_brush {
	background:url("images/icons/paint_brush.png") left 3px no-repeat;
	padding-left:35px;
}
.business_user {
	background:url("images/icons/business_user.png") left 3px no-repeat;
	padding-left:35px;
}

.testimonials {
	margin-bottom:0px;
	padding-left:17px;
	background:url("images/icons/testimonials1.png") left 5px no-repeat;
	font-style:italic;
	font-size:14px;
	color:#767676;
}
.testimonials_author {
	font-style:normal;
	background:url("images/icons/testimonials2.png") right 5px no-repeat;
	padding-left:17px;
	margin-bottom:21px;
	color:#767676;
	margin-top:0;
}

/* Other typo with left icons (see "contact" section, right column) */

.address_icon {
	background:url("images/icons/address_icon.png") left 6px no-repeat;
	padding-left:25px;
}
.phone_icon {
	background:url("images/icons/phone_icon.png") left 5px no-repeat;
	padding-left:25px;
}
.mail_icon {
	background:url("images/icons/mail_icon.png") left 5px no-repeat;
	padding-left:25px;
}
.textbox {
	border:#cccccc solid 1px;
	padding-bottom:7px;
	background-color:#fffffd;
	width:auto;
	float:left;
}
.textbox li {
	padding:7px 14px 7px 14px;
}
.textbox .box_title {
	font-size:21px;
	margin-bottom:7px;
	padding:7px 14px 7px 14px;
	background-color:#efefef;
	border-bottom:#cccccc solid 1px;
}

/* Paragraphs with left colored border */

.color1, .color2, .color3, .color4 {
	border:#cccccc solid 1px;
	padding:5px 15px 5px 15px;
	color:#444444;
	background-color:#fffffd;
}
.color1 {
	border-left:#333333 solid 7px;
}
.color2 {
	border-left:#814444 solid 7px;
}
.color3 {
	border-left:#808080 solid 7px;
}
.color4 {
	border-left:#C3B091 solid 7px;
}

/* Lists */

.bullet_list {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list li {
		list-style-image: url("images/icons/bullet.png");
		margin-left:14px;
	}
.bullet_list_right {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list_right li {
		list-style-image: url("images/icons/bullet_link.png");
		margin: 7px 0px 7px 14px;
		padding:7px 0px 6px 0px;
	}
.numbered_list {
	color:#767676;
	list-style:decimal;
	margin-bottom:20px;
}
	.numbered_list li {
		margin-left:20px;
	}

/* Contact form styling - Messages displayed when an email is sent */

#alert {
	margin-bottom:0px;
	padding-bottom:14px;
}
#alert li {
	padding:7px;
}
.error {
	background-color:#feded9;
	border:#a8130d solid 1px;
	color:#a40802;
}
.sent {
	background-color:#ddeec1;
	border:#5a6f34 solid 1px;
	color:#53682b;
}
	


/*  _______________________________________

	06 BLOG STYLES
    _______________________________________  */
#posts {
	width:540px;
	float:left;
}
.post {
	margin-bottom:21px;
}
.post h2, .page-title h2 {
	font-size:28px;
	margin-bottom:4px;
	line-height:28px;
}
.page-title {
	margin-left: 10px;
}
.post h3 {
	font-weight:bold;
}
.post h2 a {
	color:#1c1c1c;
}
.post h2 a:hover {
	border:none;
}
.post_info {
	font-size:10px;
	color:#767676;
	text-transform:uppercase;
	padding-bottom: 20px;
}
.post_image, .entry-summary p a img, .entry-content p a img{
	border:none;
	background:url("images/background/bg540.jpg");
	padding:5px;
}
.readmore, .more-link {
	font-size:14px;
	/*float:right;*/
	text-transform:uppercase;
}

/* Comments */
.comments {
	width:540px;
	float:left;
	margin-bottom:21px;
}
ul.comments li img {
	float: left;
	background:url("../img/bg80.jpg");
	padding:5px;
}
ul.comments li p.comment {
	display: block;
	font-size: 14px;
	line-height: 21px;
	padding:7px;
	background-color:#FFFFFD;
	border:1px solid #cccccc;
	min-height:65px;
	margin:0px 0px 21px 110px;
}
a.reply {
	font-size:11px;
	text-align:right;
	float:right;
	margin-top:9px;
}
a.reply:hover {
	border:none;
}
/*  _______________________________________

	07 IMAGES & GRAPHICS
    _______________________________________  */



.portfolio {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.collection {
		clear: both;
		margin-left: 10px;
	}
	.portfolio li, .portfolio260, .portfolio190 {
		overflow: hidden;
		float: left;
		margin:0px 15px 7px 0px;
		padding: 0;
		position: relative;
	}
		.portfolio li a:hover {
			border:none;
		}
		.portfolio li.last, .last {
			margin-right:0px;
		}
		
	.portfolio260 { /* Container for images in the "portfolio" section */
		background:url("images/background/bg260.png") no-repeat;
		width:250px;
		height:152px;
		padding:11px 5px 15px 5px;
	}
	.portfolio190 { /* Container for images in the "my work" section */
		background:url("images/background/bg190.png") no-repeat;
		width:180px;
		height:116px;
		padding:12px 5px 15px 5px;
		margin:0px 16px 7px 0px;
	}

.thumbnails {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.thumbnails li {
		float: left;
		margin:0px 10px 14px 0px;
		padding: 0;
		position: relative;
	}
	.thumbnails li.last, .thumb_last {
		margin-right:0px;
	}
.thumbnail80 { /* Small imge containers for thumbnails (see "About me" section, right column) */
	background:url("images/background/bg80.jpg");
	padding:5px;
	margin:0px 6px 14px 0px;
	float: left;
}
.social_icons li {
	margin-right:14px;
	width:24px;
	float:left;
}


/*  _______________________________________

	08 TABS
    _______________________________________  */



ul.tabs {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style: none;
}
ul.tabs li {
	float: left;
	width:auto;
	margin: 0px 14px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs li a { /* Tabs links styling */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: none;
	float:left;
	color:#1C1C1C;
	height:40px;
	padding:6px 8px 6px 8px;
	outline: none;
}
ul.tabs li a:hover {
	color:#025d8c;
	text-decoration: none;
	border:none;
}
.left { /* Displays left background of the "current" tab link */
	height:33px;
	left:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("images/tabs/tabs_left.png") no-repeat  left top;
}
.right { /* Displays right background of the "current" tab link */
	height:33px;
	right:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("images/tabs/tabs_right.png") no-repeat  right top;
}
html ul.tabs li.current a, html ul.tabs li.current a:hover  { /* Displays background of the "current" tab link */
	background:url("images/tabs/tabs_middle.png") no-repeat top center;
	color:#FFFFFE;
	margin:0px 4px 0px 4px;
}
.tab_content {
	padding: 0px;
	clear: both;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}



/*  _______________________________________

	09 CONTACT FORM
    _______________________________________  */



.wpcf7-form {
	padding-bottom:50px;
}
	.wpcf7-form label {
		font-family:Garamond;
		font-size:18px;
		font-weight:bold;
		padding:0;
		margin:0;
		float:left;
		width:120px;
	}

	.wpcf7-form ul li {
		list-style:none;
		display:inline;
	}

	span.your-message textarea, .wpcf7-text { /* Contact form fields styles */
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		padding:0;
		border:none; 
		margin:15px 0 15px 0;
		display:block;
	}
	
		.wpcf7-text {
			width:417px;
			height:29px;
			background:url("images/form/fields.png");
			padding-left:3px;
		}
		
		span.your-message textarea {
			width:414px;
			height:204px;
			overflow:auto;
			padding:3px;
			background:url("images/form/message.png");
		}
		span.your-message textarea:focus {
			background:url("images/form/message_focus.png");
		}
	
	/*
	Styles for the buttons "send" and "reset" in the contact form
	*/
	.button, .wpcf7-submit {
		font-family:Garamond;
		font-size:14px;
		font-weight:bold;
		background:url("images/form/send_reset.png");
		width:72px;
		height:32px;
		border:none;
		float:right;
	}
	
		.button:hover, .wpcf7-submit:hover {
			color:#FFFFFE;
			background:url("images/form/send_reset_hover.png");
		}

	.message {
		display:none;
	}
	.contact ul {
		list-style-type:none;
	}
		.contact li {
			list-style-type:none;
		}
			.contact li.special {
				display:none;
			}

/*  _______________________________________

	10 FOOTER
    _______________________________________  */



#footer_wrapper { /* Container to display the top black background */
	width:100%;
	margin:0;
	background:url("images/background/footer.jpg") repeat-x top #0E0E0E;
	height:auto;
	position:relative;
	float:left;
}
	#footer { /* Centered container for the header, contains the menu and the logo */
		width: 840px;
		margin:0px auto;
		position: relative;
	}
	#footer .container {
		padding:35px 0px;
	}
	#footer p, #footer h1, #footer h2, #footer h3, #footer .bullet_list {
		color:#FFF;
	}
	#footer h1, #footer h2, #footer h3 {
		border-bottom:#767676 dotted 1px;
	}
	
	#footer-widget-area {
		overflow: hidden;
		padding-top: 30px;
	}
	#footer-widget-area .widget-area {
		float: left;
		margin: 0 10px;
		width: 257px;
	}
	#footer-widget-area #fourth {
		margin-right: 0;
	}
	
/*  _______________________________________

	11 SIDEBAR
    _______________________________________  */
/* Sidebar */
#sidebar {
	width: 240px;
	float: right;
	font-size: 120%;
}
#sidebar h2 {
	font-weight:bold;
}
#sidebar .search {
	border:1px solid #cccccc;
	font-family:Garamond, Georgia;
	font-size:14px;
	color:#767676;
	float:left;
	height:30px;
	margin:0;
	padding:2px 2px 2px 8px;
	width:230px;
	margin-bottom:32px;	
}
#searchform , #wydrp-1, #categories-3, #archives-3 {
	margin: 5px 0 35px 0;
}
	#searchform  input {
		width: 220px;
		height: 25px;
		padding: 0 3px;
		border: 1px solid #CCC;
	}
#searchsubmit {
	display: none;
}
.yd_linkware {
	display: none;
}
.yd-post-image {
	height: 80px;
	width: 80px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	background: #FFF;
	border: 1px solid #CCC;
}
.yd-post-image-inside {
	height: 70px;
	width: 70px;
	display: block;
	overflow: hidden;
	margin: 5px 0 0 5px;
}
	.yd_rp_widget ul {
		margin-top: 10px;
	}
		.yd_rp_widget ul li {
			margin-bottom: 30px;
		}
		.yd_rp_widget ul li p {
			font-size: 100%;
			clear: both;
			height: 60px;
		}
		.yd-post-date {
			display: block;
			color: #767676;
		}
li.cat-item , #archives-3 ul li {
	padding: 5px 0 5px 10px;
	margin-left: 15px;
}
#categories-3 {
	clear: both;
	margin-top: 80px;
}

/*  _______________________________________

	12 COMMENTS
    _______________________________________  */
#comments {
	margin-top: 30px;
}
	#comments #respond form p {
		clear: both;
	}
		#comments #respond form p label{
			width: 100px;
			display: block;
			float: left;
			margin-top: 8px;
		}
		#comments #respond form p.comment-notes span.required {
			float: none;
		}
		#comments #respond form p span.required {
			float: right;
			margin-right: 120px;
		}
		#comments #respond form p input, #comments #respond form p textarea {
			width: 300px;
			display: block;
			float: left;
			height: 25px;
			padding: 0 3px;
			border: 1px solid #CCC;
			margin: 5px 0;
		}
		#comments #respond form p textarea {
			height: 100px;
			padding: 3px;
		}
.comment-author {
	clear: both;
	width: 100px;
}
img.avatar {
	width: 80px;
	height: 80px;
	display: block;
}
span.says {
	display: none;
}
.comment-author {
	float: left;
}
.comment-content {
	float: right;
	width: 400px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 15px;
}
.comment-author, .comment-content {
	margin: 10px 0;
}
	.comment-body p {
		margin-bottom: 0;
	}
	.comment-body blockquote, .comment-body cite {
		font-style: italic;
		display: block;
		color: #767676;
	}
	.depth-2 {
		margin-left: 40px;
	}
	.depth-2 .comment-content {
		width: 360px;
	}
	.reply {
		float: right;
	}
#cancel-comment-reply-link {
	margin-left: 30px;
}

/*  _______________________________________

	13 CUSTOM PAGE ELEMENTS
    _______________________________________  */

/* HEADER   _______________________________________  */

#social-links {
	position: absolute;
	margin: 32px 0 0 192px;
}

#social-links ul {
	list-style: none;
}

#social-links ul li {
	float: left;
	padding-right: 10px;
}


/* MASTHEAD   _______________________________________  */

#home {
	background: #444444 url("images/background/bgmasthead.jpg") top center no-repeat;
	width: 100%;
	min-height: 620px;
	border-bottom: 13px solid #d6d7db;	
}

#home h1, #home .top {
	display: none;
}

#home-video {
	text-align: center;
	margin-top: 160px;
}

#ts-widgets {
	width: 540px;
	margin: 0 auto;
}

#ts-e4m-cta {
	float: left;
	width: 240px;
}

#ts-e4m {
	float: right;
	width: 260px;
	margin-top: 5px;
}

#home-video-link {
	margin-top: 10px;
	text-align: center;
}

.bluelink {
	color: #61a2d8;
	font-style: italic;
}

.bluelink:hover {
	color: #EEE;
}

input[type="submit"] {
	background:url(images/icons/ts-e4m-submit.png) no-repeat scroll left top;
	display:block;
	width:75px;
	height:35px;
	float: right;
	right: 0px;
	outline: none;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-appearance:none;
}

input[type="submit"]:hover {
	background:url(images/icons/ts-e4m-submit.png) no-repeat scroll left top;
	background-position:0 -35px;
}

input[type="submit"]:active {
	background:url(images/icons/ts-e4m-submit.png) no-repeat scroll left top;
	background-position:0 -35px;
}

input[type="email"] {
	height: 27px;
	width: 170px;
	color: #696969;
	font-family:"Georgia", Garamond, Times New Roman, serif;
	font-style: italic;
	-moz-box-shadow:inset 5px 5px 10px #d3d3d3;
    	-webkit-box-shadow:inset 5px 5px 10px #d3d3d3;
    	box-shadow:inset 5px 5px 10px #d3d3d3;
    	float: left;	
}

/* HEADER STYLES   _______________________________________  */

h1.preorder, h1.tour, h1.press {
	color: #d88268;	
}

h1.about, h1.video, h1.contact, h1.twitter {
	color: #61a2d8;	
}

/* PREORDER   _______________________________________  */

.descrip {
	padding-top: 15px;
}

#preorder-rightcol {
	margin-left: 35px;
	width: 500px;
}

span.composer {
	font-size: 12px;
	color: #afafaf;
}

h2.track-listing {
	margin-top: 25px;
}

td.track-title {
	width: 500px;
}

.cd, .item-price {
	float:left;
}

.cd-price {
	float: right;
	margin-right: 100px;
}

.item-button {
	float: right;
	padding-left: 25px;
}

a.buy-bttn{
	background:url(images/icons/buy-bttn.png) no-repeat scroll left top;
	display:block;
	width:105px;
	height:35px;
	margin-top: -2px;
	float: right;
	right:0px;
	outline: none;
	text-indent: -9999px;
	-webkit-appearance:none;
}

a:hover.buy-bttn{
	background-position:0 -35px;
}

a:active.buy-bttn{
	background-position:0 -35px;
}

/* ABOUT   _______________________________________  */

h1.about {
	width: 480px;
	text-align: center;
	margin-left: 0;
}

#about-rightcol {
	margin-left: 75px;
}

#about-leftcol .top {
	width: 480px;
}

#thiledaves-extended-about {
	width: 800px;
	height: 100%;
	padding: 25px;
}

/* TWITTER   _______________________________________  */

h1.twitter {
	margin-top: -120px;
	padding-bottom: 34px;	
}

#tweet {
	z-index: 5;
}	

#tweet li {
	margin: 0;
	padding: 0.8em 0 1.5em 0;
}

#tweet ul li {
	display: inline-block;
	background: url("images/icons/tweet-quotes.png") left top no-repeat;
	padding: 0 0px 5px 35px;
	margin-bottom: 15px;
}

/* PRESS   _______________________________________  */

#press {
	padding-bottom: 150px;
}	

/* CONTACT   _______________________________________  */

#contact {
	background:url("images/background/bgfooter.jpg") top center #444444 no-repeat;
	width: 100%;
	min-height: 335px;
	border-top: 13px solid #d6d7db;	
}

#contact h1, #contact .top {
	display: none;
}

#contact-interior {
	margin-top: -50px;
	width: 480px;
	float: right;
}

#contact-interior h2 {
	font-size: 48px;
	text-transform: uppercase;
	color: #61a2d8;
}

#contact-interior h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #d88268;
	padding-bottom: -10px;
}

#contact-interior h3 a {
	color: #FFF;
}

#contact-interior h3 a:hover {
	color: #d88268;
}

/* CONTACT   _______________________________________  */

#custom-footer {
	width: 1000px;
	margin-top: 200px;
	padding: 15px;
	border-top: 1px solid #d6d7db;
}

#nonesuch-logo {
	float: left;
}

#credits {
	float: right;
}