/*
Theme Name: Shazad C
Theme URI: http://smackhappydesign.com
Description: Web design
Author: Smack Happy Desgin
Version: 1.0
Tags: black, blue
*/


/* -------- reset.css - v1.0 | 20080212 ------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* -------- begin html tag settings --------- */
BODY {
  background: #274f61 url("images/blue-lattice.png") left bottom repeat-x;	
	color: #978c82;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
  color: #542e1b;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: 400;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	color: #3d8db2;
}
h5 {
	color: #D6AD0C;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ul > li, ol > li {
  margin-bottom: 1em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
p {
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}
a {
	color: #3d8db2;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	color: #226b8d;
}
a:hover, a:active {
	color: #603813;
}
hr {display: none;}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 1em;
	padding: 4px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* ---------- begin structural settings ---------------- */

.section {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.content {
  display: inline-block; /* for cart */
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#container { 
	background:  url("images/bg.jpg") center top;
	font-size: .9em;
	float: left;
	margin: 0 auto 63px auto;
	width: 100%;
}
#header {
	margin: 0 auto;
	position: relative;
}
#logo {
	float: left;
	margin: 20px 0;
}
#header-contact {
  float: right;
  margin: 25px 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
}
#header-contact span {
  text-transform: uppercase;
  color: #603813;
}

#navContainer {
  background: url("images/blue.png");
  z-index: 1;
  margin-top: 20px;
}
#nav {
  display: block;
   text-align: center;
   text-transform: uppercase;
   font-size: 17px;
}
#nav .menu-header {
  margin: 0 auto;
  width: 855px;
}

#nav h2 {display: none;}
#nav ul {
   margin: 0 auto;
}
#nav ul li {
   position: relative;
}
#nav a {
   color: #fff;
   display: block;
   padding: 16px 28px;
   margin-right: 4px;
   text-decoration: none;
}
#nav .current-menu-item, #nav .current_page_item, #nav .current-page-ancestor {
  background: url("images/blue-selected.png");
}
#nav a:hover, #nav a:active, #nav li:hover {
  background: url("images/blue-hover.png");
}


#nav li ul.sub-menu {
     border-bottom: 1px solid #176386;
     position: absolute;
     top: 50px;
     left: 0;
     z-index: 2000;
     width: 180px;
}
#nav li ul.sub-menu li {
     background: none;
     clear: both;
     font-size: .9em;
     text-align: left;
     width: 100%;
     margin: 0;
}
#nav li ul.sub-menu a {
  background: url("images/blue.png");
     border-top: 1px solid #176386;
     color: #fff;
     margin: 0;
     padding: 8px 12px;
     border-left: 0;
}
#nav li ul.sub-menu a:hover, #nav li ul.sub-menu a:active {

  background: url("images/blue-hover.png");
}
#nav li ul.sub-menu {
     display: none;
}
#nav li:hover ul.sub-menu {
     display: block;
}




#page {
	text-align: left;
}

#content { 
	float: left;
	padding: 30px 0;
	text-align: left;
  width: 680px;
}
#content.one-column {
	width: 940px;
}

#sidebar {
	float: right;
	margin: 30px 0 30px 0;
	width: 240px;
}
#sidebar h2 {
	padding: 20px 0 0 0;
}
#sidebar ul li {
	width: 100%; /* for ie 7 */
}

#footerContainer {
  margin-top: 20px;
}
#footer {
	clear: both;
	color: #eee;
	margin: 0 auto;
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
}
#footer ul {
	margin: 0;
}
#footer .widget-container {margin: 0;}
#footer .menu li {
	margin-right: 14px;
}
.copyright {
	color: #999;
	float: left;
	font-size: .8em;
}
.credit {
	clear: right;
	display: none;
	color: #999;
	float: right;
	font-size: .9em;
}
#footer .credit a {color: #999;}
.informed {
  display: none;
	color: #777;
	float: right;
}
.informed a {
	padding: 0 0 6px 6px;
}

.nav, .nav ul, .menu, .menu ul  {
	margin: 0;
	padding: 0;
}
.nav li, .menu li {
	float: left;
	list-style: none;
	margin: 0;
}
.nav a, .menu a {
	text-decoration: none;
}
.hide {display: none;}
div.callout {
  border-top: 5px solid #603813;
  background:#e8dfd6;
  color: #664d36;
  display: inline-block;
  padding: 10px 20px;
}
div.callout h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
a.callout {
  background: url("images/callout-carrot.png") right center no-repeat;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 10px;
}
.date, .help {
	color: #777;
	font-size: .9em;
}


/* grid */
.row {
   clear: right;
}
.col {
   float: left;
   margin-right: 1%;
}
.span-1 {
   width: 100%;
}
.span-2 {
   width: 48%;
}
.span-3 {
   width: 31%;
}
.last, .col:last-child {
  margin: 0;
}

.divider {
  border-bottom: 3px dashed #63a7c7;
  clear: both;
  margin-bottom: 16px;
  padding-top: 4px;
}



/* buttons */
a.button, input[type="submit"] {
	background: #63a7c7 url("images/button-carrot.png") right center no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
a.button {
	display: inline-block;
	min-width: 100px;
	padding: 10px 22px 10px 16px;
}
input[type="submit"] {
	padding: 8px 20px 8px 16px;
}
a.button:hover, input[type="submit"]:hover {
  background-color: #4c93b4;
	text-decoration: none;
}

.supporting-image {
  background-position: center center;
  background-size: cover;
  height: 360px;
  width: 100%;
  float: left;
  margin: -70px 0 0 0;
  border-top: 5px solid #603813;
}


/* blog */
.blog-thumb {
  background: url("images/logo.png") center center no-repeat;
  background-size: contain;
  border: 4px solid #fff;
  float: left;
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #777;
  margin: 0 8px 8px 0;
  overflow: hidden;
}
#content .blog-thumb img {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.post-all-content {
  margin-left: 190px;
  min-height: 120px;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
  min-height: 20px !important;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"],
.gform_wrapper textarea {
  padding: 5px 8px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
}