/*
Theme Name: BSG
Theme URI: http://smackhappydesign.com/
Description: For web design.
Version: 1
Author: Nicole Hanusek
Author URI: http://smackhappydesign.com/
Tags: fixed width, two columns, widgets

*/

/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- 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;
}


* html #navigation {} /* ie 6 hack */
*+html #navigation {} /* ie 7 hack */

/* -------- begin html tag settings --------- */
BODY {
	background: #e2e7eb url("images/bg-gradient.png") top left repeat-x;
	color: #555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	line-height: 1.4em;
}
h1 {
	color: #333;
	font-size: 1.6em;
}
h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
}
.entry h2 {
	background: url('images/divider.png') center center no-repeat;
	color: #000;
	font-weight: normal;
	font-size: 1.5em;
	margin: 20px 0;
	padding: 12px 0;
	text-align: center;
}
h3 {
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
}
h4 {
	color: #91BAB3;
}
h5 {
	color: #D6AD0C;
}
ul, ol {
	margin: 10px 30px;
}
ul li {
	list-style-image:  url('images/bullet.png');
	margin-bottom: 10px;
}
* html ul li {
	list-style-image:  url('images/bullet.gif');
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
ol ol li {
	list-style: lower-alpha;
}
ol ul li {
	list-style: disc;
}
p {margin: 1em 0;}
a {
	color: #a45f00;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	color: #b87b27;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
	

/* ---------- begin structural settings ---------------- */
#container {
	
	font-size: .8em;
	margin: 0 auto;
	width: 940px;
}
#header {
	background: #fff;
	border: 3px solid #98b3c7;
	border-top: 0;
	border-bottom: 0;
	float: left;
	margin: 0 auto;
	position: relative;
	width: inherit;
}
#header h1 {
	display: none;
}
#logo {
	float: left;
	margin: 10px;
}
#tagline {
	color: #7d9db4;
	float: left;
	margin-top: 62px;
}
#importers {
	float: right;
	margin: 10px;
}
#navigation {
	background: #98b3c7;
	float: left;
	width: inherit;
	text-align: center;
}
* html #navigation {width: 934px;}
*+html #navigation {width: 934px;}
#navigation h2 {display: none;}
#navigation ul {
	margin: 0 auto;
}
#navigation ul li {
}
#navigation a {
	color: #fff;
	display: block;
	padding: 10px 16px;
	margin-right: 4px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	background: #59768c;
}
#navigation li.active a {
	font-weight: 600;
}
#accountNav {
	float: right;
	margin: 60px 10px 0 0;
}
#accountNav a {
	color: #a45f00;
	font-size: 1.2em;
	text-decoration: none;
}
#accountNav a:hover {
	color: #000;
}

#page {
	background: #FFF;
	border: 3px solid #98b3c7;
	border-top: 0;
	float: left;	
	width: inherit;
	text-align: left;
}

#content { 
	float: left;
	padding: 20px;
	text-align: left;
  width: 880px;
}
#content.narrowcolumn {
	width: 630px;
}

#sidebar {
	float: right;
	margin: 20px 20px 20px 0;
	width: 240px;
}
* html #sidebar {
	width: 200px;
}
#sidebar ul {}
#sidebar ul li {
	list-style-image:  url('images/blank.gif');
	margin-bottom: 20px;
	clear: both;
}
#sidebar ul li.cat-item {
	margin-bottom: 4px;
}
#sidebar ul li .sidenav li {
	margin: 3px 0;
}
.contact-info p {
	margin: 0 0 6px 0;
}
.contact-info p.phoneNum {
	color: #000;
	font-size: 1.1em;
	margin: 1em 0;
}
.textwidget {
	padding: 0 20px;
}

#footerContainer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}
#footer {
	color: #777;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer ul {
	margin: 0 auto;
}
#footer li {
	display: inline;
	padding: 10px;
}
#footer a {
	text-decoration: none;
}
.copyright {
	font-size: .8em;
}


/* ------ standard classes -------- */
a.callout, .readmore a {
	background: url('images/callout.png') center right no-repeat;
	padding: 2px 16px 2px 0;
}
.column {
	float: left;
	margin: 0 1%;
}
.date {
	color: #777;
	font-size: .9em;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left, .alignleft {float: left;}
img.alignleft {margin: 0 10px 10px 0;}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
ul.nobullets li {list-style: url('images/blank.gif');}
.pic {
    border: 3px solid #999;
    background: #fff;
    padding: 1px;
}
.pleft {margin-left: 8px;}
.pright {margin-right: 8px;}
.ptop {margin-top: 8px;}
.pbottom {margin-bottom: 8px;}
.right, .alignright {float: right;}
img.alignright {margin: 0 0 10px 10px;}
.selected {font-weight: 600;}
.span-2 {width: 47.5%;}
.span-3 {width: 30.5%;}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}

.facebook {
	background: url('images/icon-facebook.png') center left no-repeat;
	padding: 0 0 0 20px;
}
.twitter {
	background: url('images/icon-twitter.png') center left no-repeat;
	padding: 0 0 0 20px;
}
.social-icons {
	clear: both;
	float: left;
	margin: 8px 0 2px 0;
}



/* ------- buttons ------- */
span.button  {
	background: url("images/buttons/button-md.png") top right no-repeat;
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 0 10px 0 0;	
}
span.button span {
	background: url("images/buttons/button-md.png") top left no-repeat;
	display: inline-block;	
	line-height: 28px;
	margin-left: -3px;
	padding: 0 0 0 13px;
}
* html span.button span {margin-left: 0;}
span.button input, span.button a {
	background: transparent;
	border: 0;
	font-size: 1em;
	color: #5e4301;
	height: 28px;
	text-decoration: none;
	white-space: nowrap;
}
span.button:active {    background-position: right -72px;}
span.button:active span { background-position: 0 -72px;}

span.button.button-small, span.button.button-small span { background-image: url("images/buttons/button.png"); height: 21px; line-height: 19px;}
span.button.button-small input, span.button.button-small a { height: 19px; font-size: .8em; line-height: 19px;}
span.button.button-small:active {    background-position: right -79px;}
span.button.button-small:active span { background-position: 0 -79px;}

span.button.button-large, span.button.button-large span { background-image: url("images/buttons/button-lg.png"); height: 45px; line-height: 45px;}
span.button.button-large input, span.button.button-large a { height: 45px; font-size: 1.2em; line-height: 45px;}
span.button.button-large:active {    background-position: right -56px;}
span.button.button-large:active span { background-position: 0 -56px;}


/* ---- home page ------ */
.homepage #content {
	padding: 0;
	width: 940px;
}
.homepage .left-column, .homepage .center-column, .homepage .right-column {
	float: left;
}
.homepage .left-column, .homepage .right-column {
	width: 175px;
}
.homepage .left-column {
	margin-left: 20px;
}
.homepage .center-column {
	margin: 0 10px;
	width: 510px;
}
.homepage .center-column h2 {
	display: none;
}
.homepage .highlight {
	position: relative;
}
.bl {
	background: url("images/bl.png") bottom left no-repeat;
	margin: 14px 18px 0 0;
	padding: 0 0 14px 16px;
	position: relative;
	float: left;
}
.tr {
	background: url("images/tr.png") top right no-repeat;
	margin: -10px -14px 0 0;
	padding: 10px 14px 0 0;
	position: relative;
	float: left;
}
.tl {
	background: url("images/tl.png") top left no-repeat;
	top: 0;
	left: -16px;
	width: 28px;
	height: 28px;
	position: absolute;
}
.br {
	background: url("images/br.png") bottom right no-repeat;
	bottom: -14px;
	right: 0;
	width: 28px;
	height: 28px;
	position: absolute;
}
.regular-text {
	float: left;
	margin: 10px;
}

.widget_search label {display: none;}
.postmetadata {
	background: #eee;
	 color: #777;
	 font-size: .9em;
	 padding: 8px;
   margin-bottom: 40px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
}
h1.post-title {
	background: #191203 url('images/titles/bars.jpg') center center no-repeat;
	padding: 20px 0 20px 10px;
}
h1.post-title.sunny {
	color: #b59105;
	padding-top: 120px;
	padding-bottom: 0;
	font-size: 1.6em;
}
.blog .post h2 {
	font-size: 1.6em;
}
.post {
	padding-bottom: 30px;
}
.post .norborder img {
	border: 0;
}
.post small {
	color: #777;
	font-size: .9em;
}
.attachment-thumbnail {
	border: 1px solid #ccc;
}
.tags {
	border-top: 1px solid #ddd;
	font-size: .9em;
	margin-top: 20px;
	padding: 2px 0 0 4px;
}
#commentform textarea {
	width: 630px;
}
.post-date {
	border: 1px solid #191203;
	background: #eee;
	color: #191203;
	line-height: 1em;
	float: right;
	margin: 6px;
	text-align: center;
}
.entry {
	padding: 0 12px;
}
.intro {
	font-size: 1.2em;
	color: #4b3520;
	line-height: 1.2em;
}
.month {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	font-size: .9em;
}
.day {
	background: #fff;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 6px 3px;
}

.blog-callout {
	background: #eee;
	clear: right;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 4px 0 10px 14px;
	padding: 10px;
	width: 240px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#page-3 ul.get_posts_class {
	margin: 10px 20px;
}
#page-3 .highlight ul {
	margin: 0px 20px;
}
#page-3 .highlight ul li {
	margin-bottom: 4px;
}


/* -------- title images ---------- */
h1 {
	background: #bdae9a;
	color: #fff;
	font-size: 2em;
	padding: 86px 0 20px 10px;
	width: 620px;
}
#post-2 h1 {background: url('images/titles/drawing.jpg') top left no-repeat;} /* company */
#post-9 h1 {background: url('images/titles/tooling.jpg') top left no-repeat;} /* model */
#post-91 h1 {background: url('images/titles/gears.jpg') top left no-repeat;} /* mission statement */
#post-11 h1 {background: url('images/titles/silkscreen.jpg') top left no-repeat;} /* management */
#post-38 h1 {background: url('images/titles/toys.jpg') top left no-repeat;} /* clients */

#post-16 h1 {background: url('images/titles/prototype.jpg') top left no-repeat;} /* services */
#post-112 h1 {background: url('images/titles/engineering.jpg') top left no-repeat;} /* engineering */
#post-116 h1 {background: url('images/titles/factory.jpg') top left no-repeat;} /* factory */
#post-108 h1 {background: url('images/titles/notes.jpg') top left no-repeat;} /* intellectual prop */
#post-20 h1 {background: url('images/titles/inspector.jpg') top left no-repeat;} /* quality control */
#post-1284 h1 {background: url('images/titles/boxes.jpg') top left no-repeat;} /* packaging */
#post-118 h1 {background: url('images/titles/boxes.jpg') top left no-repeat;} /* packaging */
#post-18 h1 {background: url('images/titles/lathe.jpg') top left no-repeat;} /* joint venture */

#post-55 h1 {background: url('images/titles/manikins.jpg') top left no-repeat;} /* social responsibility */
#post-147 h1 {background: url('images/titles/excellent.jpg') top left no-repeat;} /* labor */
#post-150 h1 {background: url('images/titles/tools.jpg') top left no-repeat;} /* ewb */

#post-22 h1 {background: url('images/titles/gears2.jpg') top left no-repeat;} /* pmp */

#post-27 h1 {background: url('images/titles/plastic.jpg') top left no-repeat;} /* contact */
#post-30 h1 {background: url('images/titles/gears3.jpg') top left no-repeat;} /* rfq */
#post-1749 h1 {background: url('images/titles/gears3.jpg') top left no-repeat;} /* newsletter */

h1#blog {background: url('images/titles/cogs.jpg') top left no-repeat;} /* 404 & blog */

#post-184 h1 {background: url('images/titles/fabric.jpg') top left no-repeat;} /* sitemap */
#post-186 h1 {background: url('images/titles/machine.jpg') top left no-repeat;} /* terms */
#post-oops h1, #post-298 h1 {background: url('images/titles/buttons.jpg') top left no-repeat;} /* 404 */

#post-419 h1 {background: url('images/titles/globe.jpg') top left no-repeat;} /* thank you */
#post-461 h1 {background: url('images/titles/packaging.jpg') top left no-repeat;} /* packaging */
#post-889 h1 {background: url('images/titles/products.jpg') top left no-repeat;} /* products */
#post-934 h1 {background: url('images/titles/products2.jpg') top left no-repeat;} /* products */
#post-1115 h1 {background: url('images/titles/bags.jpg') top left no-repeat;} /* bags */
#post-1377 h1 {background: url('images/titles/tooling2.jpg') top left no-repeat;} /* tooling */

#post-1858 h1 {background: url('images/titles/prototyping.jpg') top left no-repeat;} /* prototyping */
#post-2278 h1 {background: url('images/titles/in-house.jpg') top left no-repeat;} /* in-house manufacturing */
#post-2273 h1 {background: url('images/titles/assembly.jpg') top left no-repeat;} /* assembly */


h1.sunny {background: url('/images/sunnys-corner.jpg') top left no-repeat !important;} /* sunny */

#page-419 .get-quote {display: none;}

ol#process {
	margin: 0;
	padding: 0;
}
ol#process li {
	list-style-image: url('images/blank.gif');
	margin: 0;
	padding: 0;
	float: left;
	min-height: 250px;
	width: 300px;
}
* html ol#process li {height: 300px; width: 290px;}
ol#process li.step2 {
	margin-top: 90px;
}
ol#process li.step3,
ol#process li.step5,
ol#process li.step7,
ol#process li.step9 {
	clear: both;
	margin-top: -70px;
}
ol#process li.step9,
ol#process li.step10 {
	min-height: 170px;
}

#flash-intro {
	position:relative;
	z-index: 2;
}

#sfstest-sidebar  {
	background: url('/wp-content/themes/bsg/images/sprite.png') -207px top no-repeat;
	text-indent: 20px;
}
#sfstest-sidebar blockquote {
	padding: 1px 8px !important;
}
#sfstest-sidebar p:first-child {
	background: url('/wp-content/themes/bsg/images/sprite.png') 188px bottom no-repeat;
	padding-bottom: 4px;
}
#sfstest-page blockquote {
	background: url('/wp-content/themes/bsg/images/sprite.png') -207px top no-repeat;
	padding: 1px 8px !important;
	text-indent: 20px;
	margin-bottom: 20px;
}
#sfstest-page p:first-child {
	background: url('/wp-content/themes/bsg/images/sprite.png') 582px bottom no-repeat;
	padding-bottom: 4px;
}


/* --- landing page */
.landing-side {
	float: left;
	width: 240px;
}
.landing-side .formBuilderForm {display: none;}
.landing-main {
	float: left;
	width: 590px;
	margin-left: 20px;
}



#content .wp-caption {
	background: #f1f1f1;
	border: 1px solid #ddd;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption.alignleft {
	margin-right: 16px;
}
#content .wp-caption.alignright {
	margin-left: 16px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}



/* ------- drop down menus */

.menu { position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px; text-align: left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited { }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

.menu ul .parent a {
	background-image: url('images/down-arrow.png');
	background-position: center right;
	background-repeat: no-repeat;
}

/* style the second level background 
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}*/
/* style the second level hover 
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}*/


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:36px;left:0; width:auto;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:auto;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#7d9db4; height:auto; line-height:1em; width:200px; background-image: none !important;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover,.menu :hover > a {background:#7d9db4;}
.menu ul ul a:hover, .menu ul ul :hover > a {background:#7d9db4;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link 
.menu ul :hover ul :hover ul{ visibility:visible;}*/

li.current_page a {font-weight: 600;}
li.current_page li a {font-weight: normal;}

.ddsg-wrapper div p {display: none;}
