/*
Theme Name: Barnacle Bros
Author: Chris Castro
Author URI: http://www/chriscastro.com/
Description: Custom WordPress theme build for Barnacle Bros. Sculpture and Custom Fabrication
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 16px/16px 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
a {
	color: orange;
	outline: none;
	text-decoration: underline;
}
a:hover  {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
div.ppt, .pp_description {
display: none !important;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 400px;
	height: auto !important;
	height: 100%;
}
ul{
	margin-bottom: 12px;
}


/* Headers
-----------------------------------------------------------------------------*/
#head-wrap {
	width:100%;
	height:159px;
}
#header1-wrap {
	height: 124px;
	width:100%;
	background-image: url("images/header1.jpg");
	background-size: cover;
}
#header1{
	width: 1000px;
	margin: 0 auto;
	font-weight: 400;
}
#left-header1{
	float: left;
}
#center-header1{
	float: left;
	margin-left: 7px;
}
#right-header1{
	margin-left: -7px;

}
#right-header1 a, a:visited{
	color: #ff5806;
	text-decoration: none;
}
#right-header1 a:hover{
	color: #fefff0;
	text-decoration: none;
}
#right-header1 li{
	display: inline;
	padding-left: 4px;
	line-height: 235px;
}
#nav{
	list-style-type: none;

	text-transform: uppercase;
}
#header2-wrap {
	height: 32px;
	width:100%;
	background-color: #657229;
}
#header2{
	width:960px;
	margin: 0 auto;
	line-height: 32px;
}
#addy{
	position: absolute;
	font-size: 12px;
	margin-left: 30px;
	width: 400px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	width: 940px;
	margin-top: 42px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
#index-content {
	width: 940px;
	margin-top: 42px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 10px;
}
#post-header{
	font-weight: 600;
	font-size: 24px;
}
#content a, a:visited{
	color: black;
	text-decoration: none;
}
#content a:hover{
	color: #ff5806;
	text-decoration: none;
}
#content img{
	padding-top: 3px;
}
.posts{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	margin-bottom: 15px;

}
.post_title{
	font-size: 20px;
}
.thedate{
	font-style: oblique;
	font-size: 14px;
	margin-top: -10px;
}
/* Posts
-----------------------------------------------------------------------------*/
.small-text{
	font-size: 12px;
}
.post-title{
	font-weight: 600;
	margin-top: 40px;
}
#blog-content{
	width: 750px;
	float: left;
}

.previous{
	float: left;
	width: 420px;
}
.backtotop{
	float:left;
	text-decoration:none;
	width:130px;
}
.next{
	float: right;
}
#post-nav{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #d8d8d8;
	padding-bottom: 30px;
}
.previous{
	font-size:14px;
	font-weight: bold;
}
.next{
	font-size:14px;
	font-weight: bold;
}

/* Pages
-----------------------------------------------------------------------------*/
#page-content{
	width: 520px;
	float: left;
}
#client-content {
	width: 940px;
	margin-top: 20px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
#client-content a, a:visited{
	color: black;
	text-decoration: none;
}
#client-content a:hover{
	color: #ff5806;
	text-decoration: none;
}
#client-content img{
	padding-top: 3px;
}
#page-content ul{
	padding-left: 30px;
}
.page-images{
	margin-bottom: 30px;
	width: 410px;
	float: left;
	padding-left: 10px;
}
#contact-content{
	width: 434px;
	float: left;
}
.map{
	width: 410px;
	float: left;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin: 45px auto 0;
	height: 75px;
	position: relative;
}
#footer a, a:visited{
	color: black;
	text-decoration: none;
}
#footer a:hover{
	color: #ff5806;
	text-decoration: none;
}
/* Slider 
-----------------------------------------------------------------------------*/
#slider{
	width: 750px;
	margin:0 auto;
	text-align: center;
}
#slider li { 
	width:750px;
	margin-top: 0px;
	height:500px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:none;
}											
#hidden_loop{
	display:none;
}
#slider_content{

}