/*
Theme Name: Burk
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: TSL
Version: 1
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('avgardn-webfont.eot');
    src: url('avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('avgardn-webfont.woff') format('woff'),
         url('avgardn-webfont.ttf') format('truetype'),
         url('avgardn-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvantGardeBkBTBold';
    src: url('avgardd-webfont.eot');
    src: url('avgardd-webfont.eot?#iefix') format('embedded-opentype'),
         url('avgardd-webfont.woff') format('woff'),
         url('avgardd-webfont.ttf') format('truetype'),
         url('avgardd-webfont.svg#AvantGardeBkBTDemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

#content h1 {
	margin-bottom: 10px;
}
#content h2 {
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: 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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 664px;
}
#content {
	margin: 0 0px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 284px;
	clear:none;
}
#secondary {
	clear: none;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
/*
#access .menu-header {
	background-color:#8e8e8e;
	height:40px;
	margin-bottom:2px;
	font-size:1.5em;
}

#access .menu-header li {
	float:left;
	list-style-type:none;
	margin: 12px 36px 0px 36px;
}

#access .menu-header li a{
	text-decoration:none;
	color:#d6e5fa;
}

#access .menu-header li a:hover {
	color:yellow;
}
*/
ul.dropdown {
/*	z-index:5000;
	font-weight: bold;
	font-size:1em;
	position:relative;
	width:873px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#fff;
 	list-style: none;
	height:17px; */
	
	z-index:5000;
	position:relative;
	background-color:#8e8e8e;
	height:40px;
	margin:0px auto 2px auto;
	font-size:1.3em;
	width: 950px;
	float:left;
	text-transform:uppercase;
}


ul.dropdown ul {
 	list-style: none;
 	margin-left: 25px;
 	padding: 0px 0px 0px 0px;
 	visibility: hidden;
 	position: absolute;
 	top: 100%;
 	left: 0;
 	z-index: 5002;
 	width: 100%;
}

/* Main Menu Attributes */

	ul.dropdown li { list-style: none; margin: 0px; padding: 12px 0px 8px 0px; height:20px; float:left; line-height: 1.3em; vertical-align: middle; zoom: 1;}
	ul.dropdown li:hover { list-style: none; margin: 0px; padding: 12px 0px 8px 0px; height:20px; position:relative;}
	ul.dropdown li a:link		{ color: #d6e5fa; text-decoration: none; background: none; margin:0px 29px 0px 29px; padding: 12px 0px 8px 0px;}
	ul.dropdown li a:visited	{ color: #d6e5fa; text-decoration: none; background: none; margin:0px 29px 0px 29px; padding: 12px 0px 8px 0px;}
	ul.dropdown li a:hover		{ color: yellow; text-decoration: none; background: none; margin:0px 29px 0px 29px; padding: 12px 0px 8px 0px;}
	ul.dropdown li a:active		{ color: #d6e5fa; text-decoration: none; background: none; margin:0px 29px 0px 29px; padding: 12px 0px 8px 0px;}


/* Sub Menu Attributes */

	ul.dropdown ul li 		{ font-weight: normal; width:auto; z-index:200; background: #8e8e8e; width:230px; text-align:left; padding: 7px 0px 7px 3px; float: none;}
	ul.dropdown ul li:hover 	{ background: #8e8e8e; z-index:200; width:230px; text-align:left; padding: 7px 0px 7px 3px;}
	ul.dropdown ul li a:link	{ color: #d6e5fa; text-decoration: none; background: #8e8e8e; margin:0px 0px 0px 0px; padding: 7px 0px 7px 3px;}
	ul.dropdown ul li a:visited	{ color: #d6e5fa; text-decoration: none; background: #8e8e8e; margin:0px 0px 0px 0px; padding: 7px 0px 7px 3px;}
	ul.dropdown ul li a:hover	{ color: yellow; text-decoration: none; background: #8e8e8e; margin:0px 0px 0px 0px; padding: 7px 0px 7px 3px;}
	ul.dropdown ul li a:active	{ color: #d6e5fa; text-decoration: none; background: #8e8e8e; margin:0px 0px 0px 0px; padding: 7px 0px 7px 3px;}

	ul.dropdown li:hover > ul 	{ visibility: visible;}

#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 950px;
	color:#8e8e8f;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
	margin-top:10px;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	margin-left:20px !important; 
	margin-right:20px !important;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 60px;
}

.entry-content ul {
	
	font-size:14px;
	line-height:16px;
	margin-right:60px;
}

.entry-content li{
	margin-bottom:10px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
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);
	padding: 2px;
}
a:link {
	color: #0f52a9;
	text-decoration:none;
}
a:visited {
	color: #0f52a9;
		text-decoration:none;

}
a:active,
a:hover {
	color: #0f52a9;
		text-decoration:underline;

}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #ffffff;
    font-family: 'AvantGardeBkBTBold';
	font-size:19px;
	margin-bottom:15px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


#homeTable h3{
	color:#FFF;
	    font-family: 'AvantGardeBkBTBold';
		font-size:17px;
		text-transform:uppercase;
		margin:0;
}
	
	
#homeTable p{
	
		font-size:12px !important;
		margin:0 0 10px 0;
				line-height:17px !important;
				padding:0 !important;

}

#homeTable{
	font-size:12px;
	line-height:17px;
}
#homeTable td {
	padding: 0px 10px 0px 10px ;
}

#homeTable a:link,
#homeTable a:active,
#homeTable a:visited,
#homeTable a:hover{
	
		font-size:13px;
		text-transform:uppercase;
		color:#0f52a8;
		font-weight:bold;
}

.homeImg{
	margin:0 !important;
	padding:0 !important;
	line-height:0;
}

#homeTable{
	padding:0 40px 0 0;
}

div#rp_frame{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}

#rp_nav{
	display:none !important;
}

.lcp_excerpt{
	line-height:normal;
}

#text-3{
	border-top:1px solid #787879;
	border-bottom:1px solid #787879;
	padding-top:15px;
	padding-bottom:15px;
}


#php_widget-3{
	width:111px;
	float:right;
}

#php_widget-3 h3{
	display:none;
}
	
	
.breadcrumbs{
	padding-top:15px;
	padding-left:20px;
	
}

#crumbs{
	background: url(keeping-business-connected.gif) center left no-repeat;
	width:950px;
	clear:both;
	height:60px;
	margin-top:-5px;
}

#masthead{
	margin:0; padding:0;
}

.personTitle{
	color:#0f52a8;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

.person{
	color:#0f52a8;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

.rp_post_content .person{
	color:#FCFF00;
	font-size:12px;
}


.entry-meta,
.entry-utility,
.archive .page-title,
.search .page-title,
.nav-previous,
#nav-below,
.nav-next,
#comments,
.dw-feed-title-box,
.dw-feed-bullet-item{
	display:none;
}


.wpcf7 {
	padding-left:20px !important;
	padding-top:10px !important;
}

.wpcf7 p{
	margin:0 !important;
	padding:0 !important;
}

#php_widget-8 h3{
	color:#FCFF00;
}

#php_widget-8 p{
	line-height:14px;
}

#php_widget-8 h4{
	margin-bottom:2px;
	line-height:12px;
}

#php_widget-8 a:link,
#php_widget-8 a:hover,
#php_widget-8 a:visited,
#php_widget-8 a:active{
	margin-top:8px;
}


.dw-feed-item {
	text-transform:none !important;
	margin-bottom:10px;
}
	
	
.dw-feed-items td{
	padding-bottom:10px;
}

.dwfwte,
.dwfwtc{
	margin-top:-175px;
	margin-right:50px;
}

li#php_widget-9.widget-container.php_widget{
	margin-bottom:0;
	padding-bottom:0;
}

}

.home #veryOuter{
	background:none;
}

.xoxo {
	background-color:#5a5a5a;
	color:#fff;
}

.xoxo li {
	width:235px;
	margin: 0px 0px 0px 25px;
}

.xoxo li a { 
	color:yellow;
	}