/*
Theme Name:		Gold Bond Transport
Theme URI: 		http://www.goldbondtransport.com
Version: 		0.1
Description: 	A custom WordPress Theme Framework Based off of <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar & Jason Gegere
Author URI:		http://www.htmlgraphic.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2010 HTMLgraphic <http://htmlgraphic.com> All Rights Reserved.

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/



/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }



/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */
 
 
/* Document Body */
body, input, textarea { font: 13px/1.5 Georgia, "Times New Roman", Times, serif; background:#efefef;}

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
/*.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }*/

/* Menu */
.nav {float:left; line-height:1; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 8px 10px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav ul { border-bottom: none; }
.nav ul li a { }
.nav li:hover ul,
.nav li.nav-hover ul { color: #fff; }

.nav a { color: #666; font-size:1.2em;}
.nav a:hover { text-decoration:underline; color: #666;}
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { text-decoration:underline; color: #666;}

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; font-family:Helvetica, sans-serif;}
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 7px; }
.nav {margin-bottom: 0px; float:right;}
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }
#respond{margin-left:40px;}

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }


/*************************/
/***** SLICING STEPS *****/
/*************************/
#slicing_steps{ position:relative; width:100%; height:380px;}
#steps{ margin:0 auto; width:750px; }
#steps div{ text-align:center; }
#steps div h1{ margin:10px 0 0 0; }
#steps div p{ margin:110px 10px 0 10px; font-weight:bold; font-style:italic; text-align:center;color:#fff;  text-shadow: #666 1px 1px 0;}
#steps div p span{ margin:15px auto 0 auto; display:block; color:#fff; line-height:18px; text-align:left; }
#steps div p.active{ font-size:18px; line-height:24px; margin:100px 10px 0 10px; }
#steps div p.active span{ font-family:Helvetica, Arial, sans-serif;  text-shadow:#CB8206 1px 1px 0;}

#steps div p.active span{ color:#fff; font-size:13px; line-height:18px;  font-weight:normal; font-style:normal; }
#steps div p.active span a, #steps div p.active span a:hover, #steps div p.active span a:active{ text-align:center; text-indent:0; color:#fff; display:block; }

#steps #step_one, #steps #step_two, #steps #step_three{left:0; width:250px; height:380px; display:block; position:absolute; z-index:0; }


#step_idea, #step_design, #step_slicing, #step_coding, #step_deployment{ float:left; display:inline; }

/***************/
/* STEP CUSTOMERS */
/***************/
#step_idea{ position:relative; width:250px; height:380px; background:url(/images/homeCustomers.jpg) bottom no-repeat; }
#step_idea #id_active{z-index:1; position:absolute; overflow:hidden; left:0; bottom:0; width:250px; height:0;/*380px*/ background: url(/images/bg_panel_outer.png) top left no-repeat; }
#step_idea #id_active img{ margin:15px 0 0 0; }
#step_idea #id_active h1 img{ margin:-10px 0 0 0; }

#step_idea a.info_btn{ position:absolute; bottom:-80px; right:82px; width:62px; height:60px;/*60px*/ cursor:pointer; background:url(/images/info_gumb.png) no-repeat; }
#step_idea a:hover.info_btn{ background:url(/images/info_gumb_active.png) no-repeat; }

/***************/
/* STEP CARRIERS */
/***************/
#step_design{ position:relative; width:250px; height:380px; background:url(/images/homeCarrier.jpg) bottom no-repeat; }
#step_design #de_active{z-index:1; position:absolute; overflow:hidden; left:0px; bottom:0; height:0;/*380px*/ background:url(/images/bg_panel_inner.png) top left no-repeat; }

#steps a.order_btn_active span, #steps a.info_btn span{ display:none; }

#step_design a.info_btn{ position:absolute; bottom:29px; right:78px; width:62px; height:60px;/*60px*/ cursor:pointer; background:url(/images/info_gumb.png) no-repeat; }
#step_design a:hover.info_btn{ background:url(/images/info_gumb_active.png) no-repeat; }

#step_design #de_active img{ margin:15px 0 0 0; }
#step_design #de_active h1 img{ margin:-8px 0 0 0; }

/****************/
/* STEP AGENTS */
/****************/
#step_slicing{ position:relative; width:250px; height:380px; background:url(/images/homeAgent.jpg) bottom left no-repeat; }
#step_slicing #sl_active{z-index:1; position:absolute; overflow:hidden; left:0; bottom:0; height:380px;/*380px*/ background:url(/images/bg_panel_outer.png) top left no-repeat; }

#step_slicing p.active a{ display:block; text-align:left; text-indent:20px; }
#step_slicing a.order_now{ position:absolute; bottom:29px; right:55px; display:block; width:71px; height:71px; cursor:pointer; background:url(/images/order_now_button.png) left top no-repeat; }
#step_slicing a.order_now:hover{ background:url(/images/order_now_button_active.png) left top no-repeat; }

#steps a.order_btn_active span, #steps a.info_btn span{ display:none; }

#step_slicing a.info_btn{ position:absolute; bottom:29px; right:108px; width:62px; height:60px; cursor:pointer; background:url(/images/info_gumb.png) no-repeat; }
#step_slicing a:hover.info_btn{ background:url(/images/info_gumb_active.png) no-repeat; }





/* GENERAL LAYOUT STYLES */
#address { float: right; text-align:right;}
	#address p{font-size:1.4em; font-family: HelveticaNeue-Light, Helvetica, Neue Light; padding:10px 15px 10px 0; margin:0; clear:both;}
	#address ul{float:right;}
	#address ul li{list-style: none; float:left; margin:0; padding:0 15px 0 10px;}

.logo { float: left; position:relative; top:75px; left:-130px; margin-top:-35px; z-index:10; }
	#mc { float:left; font-family:Arial, Helvetica, sans-serif; margin: 10px 0 0 10px; font-size:1.4em; color:#666;}

#content {width: 750px;}
#content p, li, ul { font: 1em Tahoma, Geneva, sans-serif; }
#content p{line-height:18px;}


/* Customer Page */
#customer_abilities{  text-align:center;}
#customer_abilities ul{ list-style: none; float:left; margin:0; padding:0}
#customer_abilities ul li{margin:0; padding:0; text-align:center;}
#customer_abilities ul li.label{ width:150px; text-shadow: #efefef 1px 1px 0; background:#CCC; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #999; padding: 3px 0; margin:0 auto; font-size:1.1em; font-family:Arial, Helvetica, sans-serif;}

.carriers{width:740px;}
.carriers p{ width:580px;}
.post-14{background:url(../../../images/carrier_bg.jpg) right bottom no-repeat;}

.customers{width:740px;}
.post-12{background:url(../../../images/customer_bg.jpg) right bottom no-repeat;}
.slim{ width:500px;}

#submit{cursor:pointer; font-weight:bold; background:url('/images/btnPost.png') no-repeat center; border:none; padding:10px 0; color:#FFFFFF; margin:0 0 30px 0; width:240px; text-transform:uppercase;}

/* Agents */
.agents, .carriers, .customers, .contact{ padding:10px 5px 5px 5px;}
.agents b{font-size:1.4em; line-height:28px; color:#666;}
.agents ul{padding-top:5px;}
.customers ul li, .agents ul li, .carriers ul li{ list-style-image:url(../../../images/check.gif); padding:5px 0; margin-left:10px;}
.agents #si-contact{ width:500px; margin-left:20px;}
	#si-contact .protection { padding-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

.contact h2{ border-bottom:1px #F90 solid; padding:5px;}
	.contact .addr{font-size:1.3em; margin:0 0 15px 50px;}
	.contact .voice, .contact .skype{margin:10px 0 15px 50px;}
	.contact .skype{margin-bottom:25px;}
	.contact .addr li.fax {font-size:14px; padding:2px 0; color:#666;}
	.contact .addr b{font-weight:normal;}
	.contact .addr ul{list-style:none; padding:0; margin:10px 0 10px 10px;}
	.contact .addr .title{ margin-top:10px;}
.contact #contactA{width:390px; float:left;}
	#contactA p, #contactB p{line-height:25px;}

.contact #contactB{width:325px; float:left; margin-left:25px;}
	
.expand{ background:url(../../../images/form_expand.jpg) no-repeat; width:400px;}
	.expand a.btnExpand{ color:#FFF; font-weight:bold; padding:12px 0 20px 20px; display:block; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; text-shadow: #666 1px 1px 0;}
	.expand a.btnExpand:hover{text-decoration:none;}

/**
 * Basic 2 column (content)(aside) fixed layout
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */

.container { width: 750px; margin: 0 auto 100px auto; background: #FFF; padding:0 5px;}
	.header{}
.hfeed { float: left; }

	h1.page{margin:0; padding:10px; color:#FFF; background:#CC8207 url(../../../images/h1_bg.jpg) right top no-repeat; text-shadow: #666 1px 1px 0;}
.aside { float: right; }
.home .footer .title{ display:none;}
	.home .footer{position:relative; top:-60px; margin-bottom:-60px; z-index:50;}
.footer {clear:both;}
.footer p, .footer p a { color: #999; font-family: HelveticaNeue-Light, Helvetica, Neue Light;}
.footer p a{text-decoration:underline;}
.footer p a:hover { text-decoration:none;}
	#copyright{margin:10px 0 10px 10px; }


/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
