/* 
Site: http://bfsdaniels.com
Version: BFSD Blue v1
Updated: 07.07.10
By: DaveWilliams 
*/


/* add this link */
.addthis_toolbox { position:absolute; top:12px; right:0; }
.addthis_toolbox a { font-size:12px; text-decoration:none; }
.addthis_toolbox a.at300m, 
.addthis_toolbox a.at300b { margin-left:2px;}
.addthis_toolbox .addthis_separator { color:#ccc; }
.addthis_toolbox .addthis_separator, 
.addthis_toolbox .at300b, 
.addthis_toolbox .at300m, 
.addthis_toolbox .at300bs { margin-top:0; margin-right:0 !important; }

a.addthis_button { position:absolute; top:12px; right:0; }

/* add this popup window */
#at-logo { display:none !important; }
#at16pf a { color:#bbb !important;  }
#at16pf a:hover { color:#999 !important;  }
a#at-privacy { left:250px !important; }



/* base tags */

* {
	margin:0; padding:0;
}

a {
	color:#faa849;
	outline:0;
}
a:hover {
}

a img {
	border:none;
}

html {
	background:#fff;
}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; color:#fff; }
p { margin:0; padding:0; }
ul, li { margin:0; padding:0; }

body {
	font-family:lucida, verdana, arial, sans-serif; text-align:center;
	background:url(../images/bg.gif) repeat 0 0;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone { border:4px solid #7f989a; }
.alignleft {float:left; margin-right:15px; margin-top:5px; }
.alignright {float:right;margin-left:15px; margin-top:5px; }
.aligncenter { 
display:block;
margin-left:auto;
margin-right:auto; }

.hover-effect-90 { 
	filter:alpha(opacity=90);
	-moz-opacity:.90; 
	opacity:.90; 
	}
.hover-effect-90:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.hover-effect-95 { 
	filter:alpha(opacity=95);
	-moz-opacity:.95; 
	opacity:.95; 
	}
.hover-effect-95:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.noshow { visibility:hidden; position:absolute; top:-9999px; left:-9999px; }

#wrapper {

}

.wrap {
	position:relative;
	width:921px;
	margin:0 auto;
	text-align:left;
}

.small {
	font-size:10px; 
}

.horizontal-divider {
	float:none; clear:both; 
	height:1px !important; width:100%;
	margin:0; padding:0;
	background:url(../images/bg-dot-horiz.gif) repeat-x 0 100% transparent;	
	z-index:99999;
}

/* header */

#header {
	height:84px;
	background:url(../images/bg-wrap.gif) repeat-x 0 100% #fff;
}

#header .logo {
	float:left;
	width:222px; height:78px;
	font-size:1px; text-indent:-99999px;
	background-image:url(../images/logo.gif);
}

#header .logo a {
	display:block;
	width:100%; height:100%;
	border:0;
}

#header .head-extras {
	float:right;
	width:600px;
}

#header .head-extras .head-tag {
	position:absolute; top:48px; right:0;
	height:100%; width:auto;
	font-size:11px; text-align:right;
}
#header .head-extras .head-tag h2 { 
	visibility:hidden; position:absolute; top:-9999px; left:-9999px;
	font-size:22px !important; color:#666 !important; font-weight:normal !important; font-style:italic !important;
} 

#header .head-extras .head-tag .form-input { 
	positon:relative; 
	width:100%; height:19px; 
}

#header .head-extras .head-tag .form-input input { 
	width:100%; height:auto; 
	padding:4px 2px; 
	font-size:12px; color:#666; 
	background-color:#f7f7f7; border:0; 
}

#header .head-extras .head-tag .form-button { 
	position:relative; top:-15px;
	float:right;	
	height:19px; width:19px;  
}

#header .head-extras .head-tag .form-button input { 
	width:19px; height:19px; 
	background:url(../images/go.gif) no-repeat 0 0 #ec4349; border:0 !important; 
	cursor:pointer; 
}


/* content */

#content { color:#fff; }

.content-wrap {
	width:1000px;
	margin:0 auto; padding-bottom:40px;
}

.box {
	float:left; clear:both;
	width:921px;
}

/* top navigation */

#navigation ul.main-links {
	float:left;
	width:680px;
	padding:12px 0;
	font-size:13px; color:#fff; font-weight:bold;
	list-style:none;
}

#navigation ul.main-links li {
	float:left;
	height:19px;
	padding-left:9px; margin-left:10px;
	line-height:19px;
	background:url(../images/nav-divider.gif) no-repeat 0 0 transparent;
}

#navigation ul.main-links li#home {
	background:none;
	padding-left:0; margin-left:0;
}

#navigation ul.main-links li:first-child {
	background:none;
	padding-left:0; margin-left:0;
}

#navigation ul.main-links li a {
	float:left;
	display:block;
	height:19px;
	color:#fff; text-decoration:none;
	line-height:19px;
	border:0;
}


#navigation ul.main-links li a:hover, 
#navigation ul.main-links li.current a {
	float:left;
	display:block;
	color:#faa849; text-decoration:none;
}


#navigation ul.bfs-links {
	float:right;
	width:213px; padding:12px 0;
	list-style:none;
}

#navigation ul.bfs-links li.about-link {
	float:left;
	width:98px;
}

#navigation ul.bfs-links li.about-link a {
	float:left;
	display:block;
	width:98px; height:33px;
	font-size:1px; text-indent:-99999px;
	background:url(../images/bg-about-link.png) no-repeat 0 0; border:0;
}

#navigation ul.bfs-links li.services-link {
	position:relative; 
	float:right;
	width:98px;
}

#navigation ul.bfs-links li.services-link a {
	float:right;
	display:block;
	width:98px; height:33px;
	font-size:1px; text-indent:-99999px;
	background:url(../images/bg-services-link.png) no-repeat 0 0; border:0;
}

/* homepage mast */

.mast {
	position:relative;
	clear:both;
	width:100%;
	margin:10px 0 0;
}

.mast .banner-wrap {
	float:left;
	width:690px;
	background:url(../images/bg-box-gradient.png) repeat-x 0 0 transparent;
}

.mast .banner-wrap .banner {
	float:left; clear:both;
	height:auto !important; width:680px !important;
	margin:5px 5px 5px 5px;
	
	overflow:hidden;
}

/* homepage opt-in */
.mast .mast-gfx {
	position:relative; right:-4px; float:right; width:215px; margin-bottom:8px;
}

/* homepage social links share/save */
.mast .mast-linkups {
	float:right;
	width:225px;
}
.mast .mast-linkups #social-links {
	float:right; height:auto; width:auto; 
}
.mast .mast-linkups #social-links img { margin-right:-3px; }



/* home links */

.home-links { float:left; clear:both; width:100%; margin-bottom:20px; }

.home-links h3 {
	margin:0;
	font-size:16px; font-weight:bold; line-height:29px;
}

.home-links#links-row1 { }
.home-links#links-row2 { }


/* home links quickstart services */

.home-links .services {
	float:left;
	width:690px;
}

.home-links .services ul {
	float:left; clear:both;
	width:100%; height:151px;
	list-style:none; padding:0; margin:0;
	background:url(../images/bg-box-gradient.png) repeat-x 0 0 transparent;
}

.home-links .services ul li {
	float:left;
	width:24.5%; height:110px;
	padding:28px 0 12px;
	font-size:10px; text-align:center;
}
.home-links .services a {
	border:0;
}
.home-links .services ul li a.service-icon {
	display:block;
	height:55px;
	line-height:55px;
}

.home-links .services ul li a.service-icon img {
	vertical-align:top;
}

.home-links .services ul li h4 {
	padding:5px 0; margin:10px 0 0 0 !important;
	font-size:15px; color:#fff;
}
.home-links .services ul li p {
	margin:0; padding:0;
}

.home-links .services ul li p a,
.home-links .services ul li h4 a {
	color:#fff; text-decoration:none;
}

/* home links partners */

.home-links .partners {
	float:left;
	width:337px;
	text-align:center;
	background:url(../images/bg-box-gradient.png) repeat-x 0 0 transparent;
}
.home-links .partners a img {
	margin:10px 0;
}
.home-links .partners#copycop { margin-right:16px; }
.home-links .partners#pixxlz {}

/* home links quick start tools */

.home-links .tools {
	float:right;
	position:relative;
	width:215px;
	margin-top:0;
}

.home-links .tools h3 a {
	display:block;
	color:#fff; text-decoration:none;
}
.home-links .tools ul {
	height:151px !important;
	padding:0; margin:0;
}
.home-links .tools ul.twitter li.twitter-item {
	position:relative; font-size:11px; line-height:20px;
	height:50px !important; width:70% !important; padding:8px 0 10px 20% !important; margin:-4px 5% 13px 5% !important; overflow:hidden;
	background:url(../images/twitter-feed-tweet-icon.png) no-repeat 0 27px transparent !important;
	border-top:1px solid #688688;
}
.home-links .tools ul.twitter li.twitter-item:hover { background-position:0 25px !important; }
.home-links .tools ul.twitter li.twitter-item a { position:absolute; top:15px; left:0; width:200px; height:50px; color:#faa849; text-decoration:none; }


/* tweets */
.home-links .tools a.follow-link {
	position:absolute; top:4px; left:0px; height:20px; width:210px; font-size:11px !important;
}

/* youtube */
.home-links .tools#youtube img { margin-bottom:-2px; }

/* homepage social-links loc1 */
.home-links #social-links { float:right; margin-top:25px; height:auto; width:auto;}
.home-links #social-links img { margin-right:-3px; }

/* tools */

.tools ul {
	float:left;clear:both; 
	width:100%; height:auto;
	list-style:none;
	background:url(../images/bg-box-gradient.png) repeat-x 0 0 transparent;
}


.tools ul li { 
	width:90%;
	padding:15px 0 5px; margin:0 5%;
	float:left; clear:both;
	font-size:10px;
	background:url(../images/bg-dot-horiz.gif) repeat-x 0 100% transparent;
}
.tools ul li.last {
	background:none;
}

.tools ul li:hover {

}

.tools ul li h4 {
	font-size:15px; margin:0; color:#fff;
}

.tools ul li h4 a {
	color:#fff;
}

.tools ul li a {
	color:#fff; text-decoration:none;
}

.tools ul li a.icon {
	float:left;
	padding:3px 5px 10px 0;
	width:40px;
	text-align:center;
	display:block;
}


/* main */

.main {
	margin-top:0;
}
	

/* subpage navigation */

.main .navbar {
	float:left;
	position:relative; top:-20px;
	width:680px; height:auto;
	margin:0;
}

.main .navbar h3 {}

.main .navbar h3 a {}

.main .navbar .sub-linkage {
	list-style:none;
}

.main .navbar .sub-linkage li { 
	float:left;
	padding-right:9px; padding-top:4px; margin-right:10px;
	font-size:12px; line-height:19px;
}

.main .navbar .sub-linkage li a {
	color:#fff; text-decoration:underline;
}

.main .navbar .sub-linkage li a:hover, 
.main .navbar .sub-linkage li.current_page_item a {
	color:#faa849;
}

/* blog navigation */

.main .blognav {
	float:left;
	width:203px; 
	margin-top:10px;
}

.main .blognav h3 {
	height:29px;
	font-size:15px; text-transform:uppercase; line-height:29px;
	background:url(../images/bg-dot-horiz.gif) repeat-x 0 100% transparent;
}

.main .blognav h3 a {
	disply:block;
	color:#fff; text-decoration:none;
}

.main .blognav .blog-box {
	margin:0;
	font-size:13px;
}

.main .blognav .blog-box h4 {
	padding:5px 0;
	font-weight:bold; text-transform:uppercase;
}

.main .blognav .blog-box ul li {
	list-style:none;
	padding-bottom:10px;
}

.main .blognav .blog-box ul li a {
	color:#faa849;
}


/* blog postbar */

.main .postbar.blog {
	float:right;
	margin-top:10px;
}

.main .postbar.blog .metadata {
	top:0 !important;
}

/* postbar */

/*1column layout*/ 
.main.col-1-layout .postbar {
	width:100%;
}

/*default layout */
.main .postbar {
	float:left; 
	width:680px;
}

.main .postbar .required-key {
	float:right; font-size:9px; font-style:italic; margin:0;
}
.main .postbar .post {}

.main .postbar .post .post-img {
	padding-bottom:30px;
}

.main .postbar .post h1,
.main .postbar .post h2,
.main .postbar .post h3,
.main .postbar .post h4 {
	padding-bottom:4px;
}

.main .postbar .post h1 a,
.main .postbar .post h2 a,
.main .postbar .post h3 a,
.main .postbar .post h4 a {
	text-decoration:none;
	color:#faa849;
}

.main .postbar .post .page-title {
	width:100%;
	padding-bottom:4px; margin-bottom:15px;
	font-size:15px; color:#fff; font-weight:bold;
	background:url(../images/bg-dot-horiz.gif) repeat-x 0 100% transparent;
}
.main .postbar .post h1 {
	font-size:15px; font-weight:bold; text-transform:uppercase;
}
.main .postbar .post h1 a { 
	color:#fff;
	border:0;
	cursor:default;
}

.main .postbar .post h2 {
	font-size:14px; color:#fff;
}
.main .postbar .post h2 a {}

.main .postbar .post h3 {
	font-size:13px; color:#fff;
}
.main .postbar .post h3 a {}

.main .postbar .post h4 {
	font-size:12px; color:#fff;
}
.main .postbar .post h4 a {}

.main .postbar .post .metadata {
	position:relative; top:-8px; 
	font-size:11px;
	padding-bottom:0 !important;
}

.main .postbar .post .entry {
	padding-bottom:40px;
	font-size:12px; color:#fff;
	line-height:1.8;
}

.main .postbar .post a {
	padding-bottom:1px;
	text-decoration:underline;
	border-bottom:0;
}

.main .postbar .post .entry a img { 
	border:none; 
}

.main .postbar .post a.pdf {
	padding-left:20px;
	background:url(../images/sm-pdf-icon.png) no-repeat 0 50% transparent;
}
.main .postbar .post a.ppt {
	padding-left:20px;
	background:url(../images/sm-ppt-icon.png) no-repeat 0 50% transparent;
}

.main .postbar .post .entry p {
	padding-bottom:10px;
}

.main .postbar .post .entry ul,
.main .postbar .post .entry ol {
	padding-left:15px; padding-bottom:15px;
}

.main .postbar .post #commentform p {
	font-size:11px;
	padding-bottom:15px;
}


/* partners blocks */
.partnersBlock { }
.partnersBlock .partner { float:left; width:45%; padding:0 2%; text-align:center; border-right:1px dotted #9aaeaf; }
.partnersBlock .partner.last { border-right:none !important; }
.partnersBlock .partner img { margin:0 auto; }
.partnersBlock .partner h2 { margin:0; text-align:center; background-color:#fff; border-top:4px solid #7c9698; border-bottom:4px solid #7c9698; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.partnersBlock .partner h2 a { display:block; }
.partnersBlock .partner p.url { margin:0 0 15px 0; line-height:17px; text-align:center; }
.partnersBlock .partner .horizontalDivider { margin-bottom:10px; }
.partnersBlock .partner p.about { font-size:12px; margin-top:0; text-align:justify; }

/* sitemap */
.sitemap { font-size:13px; }
.sitemap ul { padding-bottom:0px !important; }
.sitemap li { padding-bottom:3px; }
.sitemap a { color: #fff; text-decoration:none; }
.sitemap a:hover { color:#faa849; }

/* sidebar */
#sidebar { float:right; width:215px; }



/* sidebar quickstart tools */
#sidebar .tools { margin-top:0; }
#sidebar .tools h3 { padding-bottom:4px; margin-bottom:0; font-size:15px; text-transform:uppercase; }
#sidebar .tools h3 a { display:block; color:#fff; text-decoration:none; }



/* sidebar social media links */
#sidebar .recent-tweets { margin-top:20px; }

/* footer */
#footer { padding-top:10px; padding-bottom:35px; font-size:10px; color:#999; line-height:1.6; background-color:#fff; border-top:5px solid #d0c8af; }
#footer .wrap a { color:#888; text-decoration:none; }
#footer .wrap .sub-links { float:left; width:80%; text-align:left; }
#footer .wrap .social-links { float:right; width:20%; text-align:right; }

/* forms */
.required { color:#fff; font-weight:bold; }

input,
textarea,
select { 
	padding:3px;
	font-family:lucida, verdana, arial, sans-serif; font-size:11px; color:#222;
	background:url('') #fff; border:0;
	outline:0;
}
textarea { 
	line-height:16px; 
}
select { 
	padding:1px 0 !important; 
}
option { 
	padding:1px 0; margin-bottom:4px; 
}

input:focus,
select:focus,
textarea:focus { 
	font-weight:bold; color:#000;
	border-color:transparent;
	outline:2px solid #faa849; 
}

.FormSubmitButton { 
	width:100px !important; height:26px; 
	font-size:12px; color:#fff; font-weight:bold;
	background:url(../images/bg-submit-button.png) 50% 50% no-repeat #faa849; border:0;  
	cursor:pointer; 
}
.FormAddFileButton { 
	width:100px !important; height:26px; 
	font-size:12px; color:#fff; font-weight:bold;
	background:url(../images/bg-addfile-button.png) 50% 50% no-repeat #faa849; border:0;  
	cursor:pointer; 
}

.ContactFormItems { 
	margin-top:25px; 
}
.ContactFormItems table tr td { 
	padding:4px 0; 
	vertical-align:top; 
	font-size:11px; color:#faa849; font-weight:bold; line-height:12px; 
}
.ContactFormItems input,
.ContactFormItems textarea,
.ContactFormItems select { 
	width:300px; 
	margin-left:40px; margin-bottom:5px; 
}
.ContactFormItems label { 
	font-weight:normal; color:#fff; 
}
.ContactFormItems small { 
	float:none; clear:both;
	margin-top:-9px; 
	font-size:9px !important; color:#fff; font-weight:normal;
}
.ContactFormItems .short { 
	width:180px;
}
.ContactFormItems .CheckboxGroupContainer input { 
	width:10px; 
	padding:0 !important;
	background:url('') transparent;
	*width:16px;
	*margin-bottom:0;
}


/* pod compare */
.pod td {
	width:32%;
}
.at-a-glance { 
	margin-bottom:15px; 
	background:url(../images/bg-box-gradient.png) repeat-x 0 0 transparent;
}
.at-a-glance tr td { 
	padding:4px 0 4px 8px; 
	font-size:11px; 
	border-bottom:1px solid #8B9E9F; 
}
.at-a-glance tr td.title { 
	font-size:12px; font-weight:bold; 
}

/* clearer */
.wrap:after, 
.mast:after, 
.home-links:after, 
#navigation:after, 
ul.bfs-links:after, 
.main:after, 
.side-tools ul li:after {
	content:".";
	visibility:hidden;
	display:block; clear:both;
	height:0;
}

.wrap, 
.mast, 
.home-links, 
#navigation, 
ul.bfs-links, 
.main, 
.side-tools ul li {
	min-height:1px;
}

* html .wrap, 
* html .mast, 
* html .home-links, 
* html #navigation, 
* html ul.bfs-links, 
* html .main, 
* html .side-tools ul li {
	height:1%;
}

