/*********
Site Name: Thomson Gunsmithing and Precision Rifles
Theme URI: 
Version: 1
Description: Static Website, Informational Website, XHTML
Author: Jamerey Dingal
Author URI: https://www.facebook.com/dingal.jamerey
*********/


/******************/
/*   BACKGROUND  */
/****************/
html { 
  background: url(images/bg.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #292828;
}
h1,h2,h3 {
	font-family: 'PT Sans', sans-serif;
}
h1 {
	color:#292828;
	font-size:22px;
	margin: 0;
	text-align:left;
	line-height:30px;
}
h2 {
	color:#292828;
	font-size:20x;
	font-weight: normal;
	line-height:30px;
}

h3 {
	font-size:18px;
	color:#444;
}
p{
	font-weight: 500;
	line-height: 22px;
}
/******************/
/*   HEADER TOP  */
/****************/
#header-bar{
	background: url(images/top-header-bg.png) repeat-x;
	height: 68px;
}

#header-bar #logo p{
	text-align: center;
	margin: 0;
	padding: 7px;
}

/******************/
/*   NAVIGATION  */
/****************/
#navigation{
	background-color: #545841;
	padding: 1px;
	height: 30px;
}

#navigation .menu{
	list-style-type: none;
	margin-top: 5px;
	padding-left: 0;
}

#navigation .menu li{
	display: inline;
	padding: 0 31px 0 10px;
}

#navigation .menu li+li{
	border-left: 1px solid #949785;
	line-height: 20px;
	padding-left: 32px;
}

#navigation .menu li a{
	color: #aeb398;
	font-family: 'nexa_rust_sansblack';
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px #322610;
}

/****************/
/*   BXSLIDER  */
/**************/
.bxslider{
	margin: 0;
	padding: 0;
}

/***************/
/*   CONTENT  */
/*************/
#services{
	padding-top: 10px;
}
#services .title{
	background: #4b4f3a;
	margin: 0;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
}

#services .three-col{
	float: left;
	margin-right: 15px;
}

#services #custom-rifles{
	background: url(images/col1.png) no-repeat;
	width: 300px;
	height: 200px;
	background-position: bottom center;
}

#services #gallery{
	background: url(images/col2.png) no-repeat;
	width: 300px;
	height: 200px;
	background-position: bottom center;
}

#services #contact{
	background: url(images/col3.png) no-repeat;
	width: 300px;
	height: 200px;
	background-position: bottom center;
}

#services #custom-rifles .text{
	padding: 7px;
	margin-bottom: 19px;
}

#services #custom-rifles .text p{
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 1px #000;
	font-family: arial;
	font-weight: 600;
	padding-bottom: 37px;
}

#services #gallery .text{
	margin-bottom: 19px;
	padding: 7px;
}

#services #gallery .text p{
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 1px #000;
	font-family: arial;
	font-weight: 600;
	padding-bottom: 37px;
}

#services #contact .text{
	padding: 7px;
	margin-bottom: 20px;
}
#services #contact .text p{
	color: #fff;
	font-size: 15px;
	font-family: arial;
	font-weight: 600;
	text-shadow: 1px 1px #000;
}

#services .three-col:after{
	content: "";
	display: block;
	background: url(images/box-shadow.png) no-repeat;
	width: 318px;
	height: 21px;
	position: absolute;
	margin-top: -11px;
}

/************************/
/*   Gunsmithing Page  */
/**********************/
.services{
	float: left;
	margin-right: 15px;
	width: 220px;
}
.services:nth-child(4n+4){
margin-right: 0;
clear: both;
}
/********************/
/*   Gallery Page  */
/******************/
#gallery ul{
	list-style-type: none;
	padding-left: 0;
}
#gallery ul li{
	float: left;
	padding-left: 35px;
	padding-bottom: 35px;
}

/***********************/
/*   Contact Us Page  */
/*********************/
#contact-form{
	width: 420px;
}
#contact-form #form-contact .form-fields{
	list-style-type: none;
	padding-left: 0;
}
#contact-form #form-contact .form-fields li{
	margin-bottom: 9px;
}
#contact-form #form-contact label{
	color: #000;
	font-size: 14px;
}
#contact-form #form-contact input[type=text]{
	height: 30px;
	background: #fff;
	border: 1px solid #e9e9e9;	
	-webkit-box-shadow: inset 0 0 10px -1px rgba(229,229,229,1);
	-moz-box-shadow: inset 0 0 10px -1px rgba(229,229,229,1);
	box-shadow: inset 0 0 10px -1px rgba(229,229,229,1);
	width: 100%;
}
#contact-form #form-contact textarea{
	height: 130px;
	background: #fff;
	border: 1px solid #e9e9e9;	
	-webkit-box-shadow: inset 0 0 10px -1px rgba(229,229,229,1);
	-moz-box-shadow: inset 0 0 10px -1px rgba(229,229,229,1);
	box-shadow: inset 0 0 10px -1px rgba(229,229,229,1);
	width: 100%;
}	
#contact-form #form-contact input[type=submit]{
	background: #545841;
	border: 0 none;
	padding: 5px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#location-map ul{
	list-style-type: none;
	padding-left: 0;
}
#location-map li{
	margin-bottom: 6px;
	font-size: 16px;
}
.alert-danger, .alert-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	border-radius: 4px;
	color: #B94A48;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	width: 98%;
}
.content-entry{
	background: url(images/content-bg.png) repeat-x #fff;
	padding: 15px;
	min-height: 330px;
	overflow: auto;
	overflow-x: hidden;
}
.page-banner{
	margin-bottom: -4px;
}
.container{
	margin: 0 auto;
	width: 960px;
}
.clearfix {
	clear:both;
	height: 1px;
}
.left{
	float: left;
}

.right{
	float: right;
}
.align-left{
	margin: 10px 10px 5px 0;
}
.has-border{
	border-radius: 5px;
}
.btn{
	font-family: arial, sans-serif;
	background: #453c1f;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin-top: 56px;
	text-align: center;
}
/***************/
/*   FOOTER  */
/*************/

#footer-links .menu{
	list-style-type: none;
	padding-left: 0;
}

#footer-links .menu li{
	display: inline;
	margin-right: 15px;
}

#footer-links .menu li a{
	font-family: arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #0e0e0e;
}

#copyright p{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0e0e0e;
}