@import url("colors.css");

/*
 * Theme Name: Triggerfish Custom Theme
 * Theme URI: http://www.glidedesign.com/
 * Description: Custom Wordpress Theme built by Glide Design
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
code, del, dd, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4,
h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot,
th, thead, tr, tt, ul, var {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
}


/* *************** GLOBAL - Rules and Typography *************** */

body {
	font: 12px/20px "Arial", sans-serif;
}
#primary-container {
	width: 900px;
	margin: auto;
}
a {
	text-decoration: underline;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */





/* ************************* HEADER ************************** */

#header {
	position: relative;
	margin-bottom: 25px;
	width: 900px;
	height: 170px;
}


/* ********************** HEADER - Logo ********************** */

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 120px;
}
#header h1 a {
	display: block;
	width: 280px;
	height: 120px;
	outline: none;
	text-indent: -9999px;
}


/* ****************** HEADER - Contact Info ****************** */

#header-contact {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 310px;
	height: 50px;
	font: 12px/14px "Verdana", "Arial", sans-serif;
}
#header-contact span {
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}


/* ******************** HEADER - Navigation ****************** */

.menu {
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 904px;
	height: 50px;
}
#main-nav {
	padding-left: 2px;
	width: 900px;
	height: 50px;
	list-style-type: none;
}
#main-nav li {
	display: inline;
	position: relative;
	float: left;
	height: 45px;
}
#main-nav li a {
	display: block;
	padding: 0 20px 0 21px;
	height: 45px;
	text-decoration: none;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
}
	#main-nav li.menu_item_1 a {
		padding-left: 20px;
	}
#main-nav li:hover ul,
#main-nav li a:hover ul {
	visibility: visible;
}
#main-nav ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 10;
	padding-top: 2px;
	width: 130px;
}
#main-nav ul li {
	margin: 0;
	padding: 0;
	height: 35px;
}
#main-nav ul li a,
#main-nav li.current_parent ul li a {
	display: block;
	padding: 5px 10px;
	width: 108px;
	height: 24px;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}
#main-nav table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}





/* ************************* MASTHEAD ************************ */

#masthead {
	margin-bottom: 25px;
	width: 900px;
	height: 90px;
}





/* ************************* CONTENT ************************* */

#content {
	margin-bottom: 90px;
	padding-right: 15px;
	width: 885px;
	padding-top: 15px;
}


/* ********************* CONTENT - Sidebar ******************* */

#sidebar {
	float: left;
	margin-right: 45px;
	width: 280px;
}
#widgets {
	list-style-type: none;
}
#sidebar-upper-box {
	margin-bottom: 45px;
	width: 280px;
	height: 150px;
}
#sidebar-upper-box img {
	width: 280px;
	height: 150px;
}
#sidebar-upper-banner {
	position: relative;
	z-index: 1;
	margin-top: -135px;
	padding: 3px 0 7px;
	width: 280px;
	height: 45px;
}
#sidebar-upper-banner a {
	display: block;
	padding-left: 15px;
	width: 265px;
	height: 45px;
	text-decoration: none;
	line-height: 45px;
	font-size: 21px;
	font-weight: bold;
}
#sidebar-lower-box {
	margin-bottom: 45px;
	width: 280px;
}
#sidebar-lower-box .rounded-image {
	margin-bottom: 10px;
	width: 280px;
	height: 180px;
}
#sidebar-lower-box img {
	width: 280px;
	height: 180px;
}
#sidebar-phone,
#sidebar-email {
	font-size: 21px;
	font-weight: bold;
}
#sidebar-phone {
	margin-bottom: 15px;
	padding-left: 15px;
	width: 265px;
	height: 45px;
	line-height: 45px;
	background: url(images/sidebar-phone.png) no-repeat left top;
}
#sidebar-email {
	padding-left: 13px;
	width: 263px;
	height: 43px;
	line-height: 43px;
}


/* *************** CONTENT - Sidebar - Navigation ************ */

#sidebar-nav {
	padding-bottom: 30px;
	width: 280px;
	list-style-type: none;
}
#sidebar-nav h2 {
	line-height: 50px;
	font-size: 24px;
	font-weight: normal;
}
#sidebar-nav li {
	width: 280px;
	height: 35px;
}
#sidebar-nav li a {
	display: block;
	padding-left: 10px;
	width: 270px;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
	font-size: 14px;
}
	#sidebar-nav li.current_page_item a,
	#sidebar-nav li.current_page_item a:hover {
		font-weight: bold;
	}


/* ********************** CONTENT - Main ********************* */

#main {
	float: left;
	width: 560px;
	font-size: 13px;
}
#main h2 {
	margin-bottom: 30px;
	font-size: 36px;
	padding: 0px 0px 15px;
}
#main h3 {
	font-size: 21px;
	margin: 0px;
	padding: 0px 0px 15px;
}
#main p {
	padding: 0 15px 15px 0;
}
	#main p#blurb {
		margin-top: 50px;
		padding: 25px 50px 15px 0;
		line-height: 25px;
		font-size: 21px;
	}
	#main p#blurb span {
		font-weight: bold;
	}
	#main p#blurb a {
		font-weight: bold;
	}
#main ol,
#main ul {
	padding: 0 0 15px 20px;
	list-style-position: inside;
}


/* **************** CONTENT - Main - Home Page *************** */

#content.home {
	margin-bottom: 0;
	padding: 0;
	width: 900px;
}
#top {
	margin-bottom: 30px;
	width: 900px;
	height: 240px;
}
#bottom {
	margin-bottom: 30px;
	width: 900px;
	height: 150px;
}
.panel {
	position: relative;
	float: left;
}
.left,
.middle {
	margin-right: 30px;
}
#top .left {
	padding: 15px 15px 0;
	width: 250px;
	height: 225px;
	font-size: 14px;
	line-height: 17px;
}
#top .left h2 {
	padding-bottom: 10px;
	font-size: 24px;
}
#top .left a {
	display: block;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 10px;
}
#top .left a:hover {
	text-decoration: underline;
}
#top .right {
	width: 590px;
	height: 240px;
}
#bottom .panel {
	width: 280px;
	height: 150px;
}
#bottom .panel img {
	width: 280px;
	height: 150px;
}
#bottom .panel .home-panel-banner {
	position: relative;
	z-index: 1;
	margin-top: -135px;
	padding: 3px 0 7px;
	width: 280px;
	height: 45px;
}
#bottom .panel .home-panel-banner a {
	display: block;
	padding-left: 15px;
	width: 265px;
	height: 45px;
	text-decoration: none;
	line-height: 45px;
	font-size: 21px;
	font-weight: bold;
}
#bottom .panel .home-panel-caption {
	position: absolute;
	top: 165px;
	left: 0;
}





/* ************************* FOOTER ************************** */

#footer {
	position: relative;
	width: 900px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	margin-bottom: 30px;
}
#legal {
	position: absolute;
	left: 15px;
	padding-right: 30px;
	height: 30px;
}
#legal a {
	text-decoration: none;
}
#legal a:hover {
	text-decoration: underline;
}


/* ******************* FOOTER - Navigation ******************* */

#footer-nav {
	position: absolute;
	right: 15px;
	height: 30px;
	list-style-type: none;
}
#footer-nav li {
	display: inline;
	float: left;
}
#footer-nav li a {
	padding: 0 7px 0 8px;
	text-decoration: none;
}
	#footer-nav li.page-item-1 a {
		padding-left: 7px;
	}
	#footer-nav li.page-item-10 a {
		padding-right: 0;
	}
#footer-nav li a:hover {
	text-decoration: underline;
}.gform_wrapper ul {
	margin: 0px;
	padding: 0px;
}
