/* 
Theme Name: Skeleton
Theme URI: http://themehybrid.com/themes/skeleton
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	 @import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/
.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.group {display:inline-block;}
/* Hide from IE Mac \*/
.group {display:block;}
/* End hide from IE Mac */

/* Contains everything */
body {
	background: #d98b26 url('../skeleton/images/bg-main.jpg') no-repeat top center;
	font-family: Georgia, Times, serif;
	
}
body.page-template-work ul p {
	color: #471800;
	line-height:1.5;
}	
body.page-template-work div.copy p {
	font-size:1em;
	line-height:165%;
	margin:18px 0;
	}

	/* Wrapper for everything inside of the body */
#body-container {
	margin: 30px auto;
	width: 995px;
	background: transparent url('../skeleton/images/bg-container.png') repeat-y 0 0;
	position:relative;
	padding:0 12px;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	 
	color: #333;
}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {
	color:#782900 !important;
	display:block;
	font-size:13px;
	padding:5px 0 0;
}
.top {
	padding: 15px 0 0 0;
}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
		width: 972px;
		height: 130px;
		background: transparent url('../skeleton/images/bg-header.jpg') no-repeat 0 0;
		position: relative;
		*z-index: -1;
		_z-index: -1;
}

	/* Contains site title and tagline */
	#header {
		left:33px;
		position:absolute;
		top:33px;
	}

		/* Site title */
		#site-title {
			
		}
			#site-title a {
				background:url("../skeleton/images/logo.png") no-repeat scroll 0 0 transparent;
				display:block;
				height:50px;
				text-indent:-9999px;
				width:211px;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
				display: block;
				text-indent: -9999px;
				width: 204px;
				height: 35px;
				background: transparent url('../skeleton/images/tagline.png');
				margin:-11px 0 0 66px;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {}

	/* Page nav */
	#page-nav {
		width: 384px;
		height: 72px;
		background: transparent url('../skeleton/images/bg-navigation.png');
		position:absolute;
		right:60px;
		top:27px;
		overflow: hidden;
	
	}
		#page-nav ul {
			left:28px;
			position:absolute;
			top:25px;
		}
			#page-nav li {
				float: left;
			}
#page-nav li a {
	display:block;
	text-indent: -9999px;
	width:66px;
	height: 28px;
	background: transparent url('../skeleton/images/nav-states.png') no-repeat 0 0;
	margin:0 5px 0 0;
}
/*home*/
#page-nav li a:hover {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat 0px -89px;
}
#page-nav li a:active {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat 0px -61px;
}
#page-nav li.current_page_item a {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat 0px -30px;
}
/*work*/
#page-nav li a[title='work'] {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -70px 0;
	width:79px;
}
#page-nav li a[title='work']:hover {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -70px -89px;
	 }
#page-nav li a[title='work']:active {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -70px -61px;
}
#page-nav li.current_page_item a[title='work'] {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -70px -30px;
}
/*blog*/
#page-nav li a[title='blog'] {
	background:transparent url('../skeleton/images/nav-states.png') no-repeat scroll -154px 0;
}
#page-nav li a[title='blog']:hover {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -154px -89px;
	 }
#page-nav li a[title='blog']:active {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -154px -61px;
}
#page-nav li.current_page_item a[title='blog'] {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -154px -30px;
}
/*contact*/
#page-nav li a[title='contact'] {
	background:transparent url('../skeleton/images/nav-states.png') no-repeat scroll -226px 0;
	width:102px;
}
#page-nav li a[title='contact'] {
	background:transparent url('../skeleton/images/nav-states.png') no-repeat scroll -226px 0;
}
#page-nav li a[title='contact']:hover {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -226px -89px;
	 }
#page-nav li a[title='contact']:active {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -226px -61px;
}
#page-nav li.current_page_item a[title='contact'] {
	background: transparent url('../skeleton/images/nav-states.png') no-repeat -226px -30px;
}
			#page-nav li.current_page_item a {
				cursor: default;
			}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	position: relative;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		width:620px;
		float: left;
		padding:0 40px;
		
		}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			background: transparent url('../skeleton/images/band-bg.png') no-repeat 0 0;
			width: 674px;
			margin-left:-61px;
			padding: 3px 0 0 50px;
			margin-top:50px;
		}
 			/* Post, page, and archive titles */
			.entry-title {
				background:none repeat scroll 0 0 transparent;
				color:#FFFFFF;
				float:left;
				font-size:26px;
				height:auto;
				margin:23px 0 0 22px;
				padding:0;
				text-indent:0 !important;
				width:477px;
			}
			.entry-title a{
				color: #fff;
				text-decoration: none;
			}
			.entry-title a:hover {
				text-decoration: underline;
			}
			.entry-title a:visited {
				xtext-decoration:line-through;
			}
		#container h1.post-title {
			background:none repeat scroll 0 0 transparent;
			color:#FFFFFF;
			font-size:26px;
			height:auto;
			margin:23px 0 0 22px;
			padding:0;
			text-indent:0 !important;
			width:477px;
			}
				h1.post-title a {
					color: #fff;
					text-indent: 0;
				}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				display: none;
			}

			/* Full entries */
		.home .entry-content {
				padding: 0;
				width: 645px;
				height: 240px;
				margin:70px 0 0 -29px;
			}
			
		.entry-content,
		.entry-summary {
					background: url('../skeleton/images/post-bg.png') no-repeat 0 0 #f8f1e5;
					width: 645px;
				 	margin:70px 0 0 -29px;
					border-bottom:1px solid #EAD7B7;
					padding: 0 0 40px 0;
					*margin-top: 20px !important;
				 
				}
				.entry-content a,
				.entry-summary a{
					color: #882E00;
				}		
		.search .entry-content,
		.search .entry-summary {
			background: none;
			border: none;
		}
		.home .entry-meta {
				margin: -30px 0 0 0;
			 
			}
			.entry-meta {
					margin: -30px 0 0 0;
					color:#666666;
					font-size:0.85em;
				}
			.entry-meta a{
			
				color: #666;
			}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				xdisplay: none;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			float:left;
			margin:10px 0 20px;
			text-transform:capitalize;
		}
			.navigation-links a:hover{
			text-decoration: none;
			}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			background:none repeat scroll 0 0 #F8F1E5;
			margin:0 0 0 -40px;
			width:645px;
			padding:40px 0 0;
			border-bottom:1px solid #EAD7B7;
		}

			/* Comments section headers/titles */
			#respond .comments-header {
				margin:50px 0 30px;
			}
			.comments-header {
				background:url("images/bg-comment-header.png") no-repeat scroll 0 0 transparent;
				border-bottom:1px solid #F2DBB0;
				color:#7C2B00;
				font-family:arial,sans-serif;
				font-size:1.125em;
				font-weight:bold;
				height:27px;
				padding:10px 0 0 20px;
				}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}
					#comments p {
						line-height: 140%;
						}
						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
						padding:15px 40px 20px 20px;
							}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {
							background:none repeat scroll 0 0 #F8E8CD;
								border-bottom: 1px solid #f8e3c0;
						}
						#comments li.odd {border-bottom: 1px solid #f8e9d0}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {
							 	float:left;
							 	background:none repeat scroll 0 0 #FFFFFF;
								border:1px solid #EEEEEE;
								float:left;
								margin:0 20px 5px 0;
								padding:4px;
							}
							.comment-author {
								color:#7C2B00;
								font-family:arial,sans-serif;
								font-size:1.3em;
								font-weight:bold;
								margin:0 0 4px;
								text-transform:capitalize;
							}
							.published {
								color:#444444;
								font-size:0.875em;
							}
							.comment-meta a {
								color:#444444;
								font-size:0.875em;
							}
							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {margin:10px 0 0;}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {
					 
				}
				#respond:after {
					content:".";
					display:block;
					height:0;
					clear:both;
					visibility:hidden;
				}
				#respond {display:inline-block;}
				/* Hide from IE Mac \*/
				#respond {display:block;}
				/* End hide from IE Mac */

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {
						
					}
						#respond form p{
							float:left;
							margin:10px 0 16px 44px;
							overflow:hidden;
							width:456px;
						}
						#respond form label {
							float: left;
							clear:left;
							margin:0 0 3px;
						}
						#respond form .text-input {
							float: right;
							width: 200px;
							background:url("../skeleton/images/input-bg.png") no-repeat scroll left bottom transparent;
							border:1px solid #D5A761;
							color:#333333;
							font-size:20px;
							height:33px;
							padding:5px 8px;
							width:438px;
						}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {	
								background:url("../skeleton/images/bg-textarea.png") no-repeat scroll left bottom transparent;
								height:178px;
								overflow:hidden;
								border:1px solid #D5A761;
								width:454px;
								}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		float:left;
		padding:0 40px 0 0;
		width:244px;
		margin:115px 0 0;
	}
	.home #primary {
		margin-top:55px;
	}
.singular #primary {
	margin:138px 0 0;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	height:312px;
	width:972px;
	background: #ce9520 url('../skeleton/images/bg-footer.jpg') no-repeat 0 0;
	clear:both;
	position: relative;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
		font-size:0.9em;
	}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {
			clear: both;
			line-height: 140%;
		}
		
		
		/**
		* Overrides
		************************************************/

		/*  */		
		
.byline-prep, 
.author {
			display: none;
		}
a {
	color: #fff;
}
.widget-search {
	position:absolute;
	right:0;
	top:-27px;
	
}
#body-container .search {
	float:right;
	margin:-25px 23px 0 0;
	width:300px;
	overflow: visible;
	height: 23px;
}
#body-container #content .search {
	float:none;
	margin:25px 0 0 0;
	width:300px;
	overflow: visible;
	height: 23px;
}
.action {
	color:#FFFFFF;
	float:left;
	font-style:italic;
	height:23px;
	overflow:visible;
	padding:0 0 0;
	width:84px;
	line-height: 140%;
}
.search-text {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ede7e8;
	width: 175px;
	float: left;
	color:#471800;
	font-family:georgia;
	font-size:14px;
}
.main-search {
	background: transparent url('../skeleton/images/bg-go-btn.png') no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	width: 31px;
	height: 19px;
	color: transparent;
	text-transform: capitalize;
	float: right;
}
.main-search:hover {
	cursor: pointer;
	background: transparent url('../skeleton/images/bg-go-btn.png') no-repeat 0 -19px;
}
.main-search:active {
	cursor: pointer;
	background: transparent url('../skeleton/images/bg-go-btn.png') no-repeat 0 -38px;
}
#twitter {
	left:18px;
	position:absolute;
	top:-32px;
}
#twitter p {
	position: relative;
	z-index: 1000;
	color: #ede7e8;
	font-style: italic;
 
}
#twitter p a {
	background:url("../skeleton/images/bg-twitter-tall.png") no-repeat scroll 0 6px transparent;
	display:block;
	height:30px;
	padding:10px 0 0 47px;
	text-decoration:none;
}
#twitter p a:hover {
	background:url("../skeleton/images/bg-twitter-tall.png") no-repeat scroll 0 -33px transparent;

}
.page-template-work #content {
	width:892px;
}
.page-template-work #content  h1 {
		background:url("../skeleton/images/h1-work.png") no-repeat scroll 0 0 transparent;
		height: 55px;
		width: 606px;
		text-indent: -9999px;
		margin: 28px 0 0 0;
}
.page-template-contact h1 {
		background:url("../skeleton/images/h1-contact.png") no-repeat scroll 0 0 transparent !important;
		height: 55px;
		width: 606px;
		text-indent: -9999px;
		margin: 28px 0 0 0;
}
.page-template-blog h1,
.singular h1,
body.search h1 {
		background:url("../skeleton/images/h1-blog.png") no-repeat scroll 0 0 transparent;
		height: 55px;
		width: 606px;
		text-indent: -9999px;
		margin:28px 0;
}
body.search .search-info h1 {
	background: none;
	height: auto;
	text-indent: 0;
}
.page-template-work .copy {
	width: 600px;
	float: left;
}
.page-template-work #info {
	float:right;
	margin:0 -56px 0 0;
}
.page-template-work #start {
	width: 188px;
	height: 19px;
	text-indent: -9999px;
	background:url("../skeleton/images/start-site.png") no-repeat scroll 0 0 transparent;
	margin:10px auto;
}
#request-button a {
	background:url("../skeleton/images/request-info-btn.png") no-repeat scroll top left transparent;
	display: block;
	width: 285px;
	height: 79px;
	text-indent: -9999px;
	float: right;
}
#request-button a:hover {
	background:url("../skeleton/images/request-info-btn.png") no-repeat scroll 0 -79px transparent;
	display: block;
	width: 285px;
	height: 79px;
	text-indent: -9999px;
}
#request-button a:active {
	background:url("../skeleton/images/request-info-btn.png") no-repeat scroll left bottom transparent;
	display: block;
	width: 285px;
	height: 79px;
	text-indent: -9999px;
}
ul#work-list li {
	float:left;
	padding:0 11px;
	width:201px;
	margin:20px 0 40px;
}
ul#work-list li h2 {
	font-weight: bold;
	margin: 15px 0 10px;
}
ul#work-list li h2 {
	font-size: 16px;
	color: #471800;
 
}
ul#work-list li h2 a {
	font-size: 16px;
	color: #471800;
	text-decoration: underline;
}
ul#work-list li h2 a:hover {
	text-decoration: none;
}
ul#work-list {
	clear:both;
}
ul#work-list li img:hover {
	border: 2px solid #fff;
	margin: -2px;
}
ul#work-list li img:active {
	border: 2px solid #dca735;
	margin: -2px;
}
.page-template-contact ul li input,
.page-template-contact ul li textarea{
	width: 438px;
	height: 33px;
	border: 1px solid #d5a761;
	font-size: 20px;
	padding: 5px 8px;
	color: #333;
	background: url("../skeleton/images/input-bg.png") no-repeat scroll left bottom transparent;

}
.page-template-contact form ul li {
padding: 13px 0;
}
.page-template-contact form ul li.last {
padding: 0;
}

.page-template-contact ul li textarea {
	height: 178px;
	background :url('../skeleton/images/bg-textarea.png') no-repeat scroll left bottom transparent;
	overflow: hidden;
}
.page-template-contact ul li input:focus,
.page-template-contact ul li textarea:focus {
		border: 1px solid #782900;
}
.page-template-contact label {
	display: block;
	margin:0 0 4px;
}
.page-template-contact #submit,
.page-template-contact .buttons button,
#respond .button {
	background :url('../skeleton/images/submit-btn.png') no-repeat scroll left top transparent;
	width: 99px;
	height: 37px;
	text-indent: -9999px;
	border: none;
	outline: none;
}
.page-template-contact #submit:hover,
.hover {
	cursor: pointer;
	background :url('../skeleton/images/submit-btn.png') no-repeat scroll left -37px transparent !important;
	outline: none;
}
.page-template-contact #submit:active,
.click {
	cursor: pointer;
	background :url('../skeleton/images/submit-btn.png') no-repeat scroll left bottom transparent !important;
	outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
.page-template-contact legend {
	color: #fff;
	*margin-left: -7px;
}
.page-template-contact fieldset {
	margin: 30px 0 0 0;	
}

label,
.page-template-contact p {
	color: #471800;
}
.page-template-contact form p {
	font-size: 11px;
}
.entry-content p,
.entry-summary p  {
	padding:20px 30px 0;
	line-height: 160%;
	font-size: 1.1em;
}
#nav.focal {
	bottom:5px;
	color:#333333;
	font-family:arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	left:32px;
	position:absolute;
	z-index:100;
}
#nav.focal a {
	color: #333;
	padding: 12px;
	text-decoration: none;
	display: block;
	float: left;
 
}
#nav.focal a:hover {
	text-decoration: underline;
}
#nav.focal a.activeSlide  {
	background: transparent url('../skeleton/images/bg-active.png') no-repeat 1px 10px;
	color: #fff;
}
#nav.focal a.activeSlide  {
	background: transparent url('../skeleton/images/bg-active.png') no-repeat 1px 10px;
	color: #fff;
}
#nav.focal a.activeSlide  { 
	background: transparent url('../skeleton/images/bg-active.png') no-repeat 1px 9px\9;
	}

#nav.focal a.activeSlide:hover  {
	text-decoration: none;
	cursor: default;
}
.slideshow li {
	border-bottom: 1px solid #d7a654;
	border-top: 1px solid #d7a654;
	height: 232px;
}
.slideshow { 
	height:258px;
	width: 972px; 
	margin: 20px 0 0;
	overflow:hidden;
	background: #fff;
	}
.slideshow .text {
	float: left;
}
.slideshow .more {
	position: absolute;
	top: 110px;
	right: 200px;
	z-index: 1000;
}
.js .slideshow .more {
	display: none;
}
.slideshow .more a{
	background: transparent url('../skeleton/images/btn-see-more.png') no-repeat 0 0;
	display: block;
	width: 128px;
	height: 152px;
	text-indent: -9999px;
}
#footer h4 {
	font-size: 16px;
	color: #5e3700;
	text-transform: uppercase;
	padding:0 0 8px;
}
#footer a {
	text-decoration: none;621
}
#footer a:hover {
	text-decoration: underline;
}
#footer #container{
	position: relative;
	border: 1px dotted red;
}
#footer #pages {
	bottom:32px;
	left:93px;
	position:absolute;
}
#footer #contact {
	bottom:37px;
	left:240px;
	position:absolute;
	width:170px;
}
#footer #rss {
	bottom:52px;
	left:482px;
	position:absolute;
	width:83px;
}
#footer #social {
	bottom:64px;
	left:684px;
	position:absolute;
	width:84px;
}
#footer #social .linkedin a {
	display: block;
	background :url('../skeleton/images/footer-icons.png') no-repeat scroll 0 -32px transparent;
	width: 16px;
	height: 16px;
	padding: 0 0 0 22px;
	}
#footer #social .twitter a {
	display: block;
	background :url('../skeleton/images/footer-icons.png') no-repeat scroll 0 0px transparent;
	width: 16px;
	height: 16px;
	padding: 0 0 0 22px;
	}
#footer #contact .email {
	white-space: nowrap;
	float: left;
}
#footer #contact .email a {
	display: block;
	background :url('../skeleton/images/footer-icons.png') no-repeat scroll 0 -79px transparent;
	width: 16px;
	height: 16px;
	padding: 0 0 0 22px;
	}
#footer #rss .rss a {
	display: block;
	background :url('../skeleton/images/footer-icons.png') no-repeat scroll 0 -63px transparent;
	width: 16px;
	height: 16px;
	padding: 0 0 0 22px;
	}
#footer #meta .html a {
	background:url("../skeleton/images/footer-icons.png") no-repeat scroll 0 -50px transparent;
	display:block;
	height:13px;
	padding:0 0 0 22px;
	width:16px;
	}

#footer #meta {
	bottom:11px;
	font-size:0.75em;
	right: 20px;
	position:absolute;
	text-align:right;
	text-transform:lowercase;
}
#footer #meta span.html {
	font-size: 12px;
	float: right;
	padding:0 9px 0 0;
}
#footer ul li {
	line-height: 110%;
	padding:4px 0;
}
#footer div {
	text-align: center;
	color: #fff;
}
#footer p {
	color: #fff;
}

 /*sticky footer*/
html, body {
	xheight: 100%;
}
#body-wrap {
	background: transparent url('images/splash.png') no-repeat 0 0;
	background:url("images/splash.png") no-repeat scroll -81px -190px transparent;
	padding:0;
	float: left;
}
#body-container  {
	min-height: 800px;
	height: auto !important;
	height: 800px;
	margin: 35px auto -312px; /* the bottom margin is the negative value of the footer's height */
}
#footer-container, .clearfooter {
	height: 312px; /* .push must be the same height as .footer */
	clear: both;
}
.clearfooter {
height: 50px;
}
div.thanks p {
	padding: 20px 0 0 0;
}

/* end sticky footer */
p.error {
	border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	background:url("../skeleton/images/bg-stripe.png") repeat scroll 0 0 #B80000;
	color:#FFFFFF !important;
	font-weight:bold;
	margin:20px 0 !important;
	padding:15px;
	text-shadow:0 1px 1px #333333;
	-moz-box-shadow:0 1px 2px #000000;
	-webkit-box-shadow:0 1px 2px #000000;
	padding: 5px 5px 5px 15px;
	
}
span.error {
	display: inline;
}
#error-container span {
	display: block;
	line-height:140%;
}
/*simple modal*/
.contact-content label {
	display:block;
	font-size:14px;
	margin:11px 0 2px;
}
.simplemodal-overlay  {
	background-color:#000000;
}

.contact-content input,
.contact-content textarea{
	border:1px solid #D5A761;
	color:#333333;
	font-size:14px;
	height:22px;
	padding:3px;
	width:238px;
	background: transparent url('../skeleton/images/modal-contact-text-field-bg.png') no-repeat 0 0;
}
.contact-content form textarea {
	height: 100px;
	background: transparent url('../skeleton/images/modal-contact-text-area-bg.png') no-repeat 0 0;
}
.contact-content input,
.contact-content textarea {
	font-family: 'Helvetica Neue', 'Arial', sans-serif
}
.contact-content {
	background:none repeat scroll 0 0 #DFB879;
	padding:2px 5px;
	box-shadow:0px 0px 32px rgba(0,0,0, .4);
	-webkit-box-shadow:0px 0px 32px rgba(0,0,0, .4);
	-moz-box-shadow:0px 0px 32px rgba(0,0,0, .4);
	height: auto !important;
}
.contact-content form {
	margin:0 auto;
	width:248px;
}
.simplemodal-close {
	background:url("../skeleton/images/x.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	display:block;
	height:29px;
	left:-13px;
	position:absolute;
	text-indent:-9999px;
	top:-16px;
	width:25px;
	z-index: 10000;
}
.contact-cancel.simplemodal-close {
	background:none;
	border: none;
	display:block;
	position:static;
	text-indent:0px;
}

.contact-send.contact-button {
 	background:url("../skeleton/images/submit-btn-small.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	height:30px;
	text-indent:-9999px;
	width:80px;
}
 .contact-send.contact-button.hover {
 	background:url("../skeleton/images/submit-btn-small.png") no-repeat scroll 0 -30px transparent !important;
border: 1px dotted red;
}
x.contact-send.contact-button {
 	background:url("../skeleton/images/submit-btn-small.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	height:30px;
	text-indent:-9999px;
	width:80px;
}
/*end simple modal*/
#twitter-1 h3 a {
	display: block;
	width: 232px;
	height: 40px;
	background: transparent url('../skeleton/images/bg-tweets-head.png') no-repeat 0 0;
	text-indent: -9999px;
}
#twitter-1 h3 a:hover {
	background: transparent url('../skeleton/images/bg-tweets-head.png') no-repeat 0 bottom;
}
ul.twitter {
	background:none repeat scroll 0 0 #FFFFFF;
	padding:20px 26px;
	width:180px;
	font-size:0.9em;
	line-height:145%;
	overflow: hidden;
}
ul.twitter li  {
	margin: 0 0 15px;
}
ul.twitter a {
	color: #882e00;
}
.twitter-timestamp {
	display: block;
	color: #666;
	font-size: .85em;
}
.day {
	background:none repeat scroll 0 0 #B15A00;
	border:1px solid #D3A636;
	color:#EEEEEE;
	float:left;
	font-family:'times New Roman', 'times', 'Georgia';
	font-size:39px;
	letter-spacing:-5px;
	padding:0 18px 0 11px;
	margin:15px 5px 0 0;
}
.month {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
}
.year {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
}
.year-wrap {
	float: left;
	padding:17px 0 0 5px;
}
.posted-in {
	float:left;
	margin:0 4px 0 0;
}
#comments a,
#respond a  {
color:#882E00;
}
#reset  {
	display: none;
}
.text-input.error {
	border: 1px solid #990704 !important;
}
a.more-link {
	color:#882E00;
	display:block;
	font-size:13px;
	margin:10px 0 0;
	text-transform:capitalize;
}
a:hover {
	text-decoration: none;
}
 
div#loader {
   
 	width: 750px; 
	height: 575px;
	background: #fff;

}
.simplemodal-wrap {
	-moz-box-shadow: 0 0 20px #543710;
	-webkit-box-shadow: 0 0 20px #543710;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */

div#loader.loading {
  background: #fff url(/wp-content/themes/skeleton/images/ajax-loader.gif) no-repeat center center;
} 
.no-data {
	line-height: 1.5;
}
.search-title {
	display: none;
}
.rss {
	float: left;
}
#social ul {
	*margin-left: -40px !important;
}
.page-template-work #twitter-1 {
	display: none;
}
.size-full {
	margin:10px 0;
}
.last button {
	*float: left !important;
}
a img.thumbnail {
	display: none;
}
.content h1 {
background:url("../skeleton/images/h1-blog.png") no-repeat scroll 0 0 transparent;
height:55px;
margin:28px 0;
text-indent:-9999px;
width:606px;
}
h1.archive-title {
	background: none;
	text-indent: 0;
	height: auto;
	margin: 0;
}
h1.error-404-title {
	background: none !important;
	text-indent: 0;
	height: auto;
	margin: 0;
	color: #491603;
	padding: 20px 0 0 27px;
 
}
.error-404 .entry-content {
	background: #F8F1E5;
	padding:40px 0 0 0;
}
.error-404 p {
	color:#491603;
}
.error-404 .entry-content .search-form input{
	border-bottom: 1px solid #491603;
}
.error-404 .entry-content .search  {
	margin: 20px 0 0 32px !important;
	padding: 0 0 30px 0;
}
.error-404 .action {
		color:#491603;
}
.error-404 .entry-content {
	width: 620px;
	margin:32px 0 0;
	border: 1px solid #ddab6d;
	-webkit-box-shadow:0 5px 10px #bd6f2f;
	-moz-box-shadow: 0 5px 10px #bd6f2f;
	box-shadow:0 5px 10px #bd6f2f;
	
}