/*
Theme Name: Tradeshow Logic Centered 2013
Theme URI: http://www.dhalstead.com/
License: GNU General Public Licence version 3
License URI: http://www.gnu.org/licenses/gpl.txt
Description: Based on Vidunder parent theme
Author: <a href="http://www.dhalstead.com/">Don Halstead</a> of <a href="http://www.dhalstead.com/">D. Halstead Design</a>
Author URI: http://www.dhalstead.com/
Version: 1.0
Tags: centered, two-columns, left-sidebar, right-sidebar, website, blog, members only, custom-header, custom-colors, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/*@import "portfolio.css";*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700,400italic,700italic);
@import "nav.css";
@import "login-sidebars.css";
@import "gallery.css";
@import "wp-members.css";


/*   Tradeshow Logic HEX Colors
	  
	  
	  Orange = #faab53
	  Lt. Blue = #4f91cd
	  Dk. Blue = #002a5c
	  Right Column Background = #d9dfe7
	  	  
*/

/****  Safari Fix *****/
* html {
	background-color:white;
}
html {
	background-color:white;
}


/* ============================== */
/* ! HTML Reset for No WP Footer Usage   */
/* ============================== */

html {
	margin-top: 0px !important;
	margin: 0 !important;
}
* html {
	margin-top: 0px !important;
	margin: 0 !important;
}


* {
	margin: 0;
	padding: 0;
}


body {	
	background-image: url(images/body-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color:#d9dfe7;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
    width: 1180px;
	min-height: 100%;
	background-image: url(images/left-arc-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	z-index: 3;
}
/*#wrapper:after {
	content: '';
	
	display: table;
}*/
#wrapper-members {
	display: inline-block;
	width: 1180px;
	min-height: 100%;
	z-index: 4;
}
/*#wrapper-members:after {
	content: '';
	/*clear: both;*/
	/*display: table;
}*/
#container {
	/*display: inline-block;*/
	width: 900px;
	float: left;
	min-height: 100%;
	position: relative;
	/*background-image:url(images/middle-bg.gif);
	background-position: right top;
	background-repeat:repeat-y;
	z-index: 5;*/
}
/*#container:after {
	content: '';
	clear: both;
	display: table;
}

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */


/*Headers*/

#header {
	float: left;
    height: 93px;
    width: 1180px;
	background-color: #faab53;
	/*z-index: 7;*/
}
.header-image-container {
	margin: 0;
	height: 93px;
	width: 706px;
	background-image:url(images/header-arc-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	/*position:relative;*/
	float: left;
	/*z-index: 9;*/
}
.header-logo {
	height: 93px;
	width: 342px;
	/*position:relative;
	/*left:0;
	top:0;*/
	border: 0;
	margin: 0;
	z-index: 10;
}
.header-logo a {
	border: 0 !important;
}
.header-arc {
	height: 93px;
	width: 363px;
	border: 0px;
	margin: 0px;
	/*position:absolute;
	left: 343px;
	top: 0;*/
}


/*Content Areas*/	

#content-home-spacer {
	padding-top: 18px;
}
#content {
	float: left;
	width: 600px;
	margin-top: 0;
	padding-bottom: 10px;
	padding-right: 20px;
	min-height: 500px;
	background-color:#FFFFFF;
	/*background-image: url(images/content-bottom-border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;*/
}
#content a, #content p {
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
	color: #000000;/*padding-top: 0.1em;*/
}
#content a:link, #content a:visited {
	color:#002a5c;
	text-decoration:underline;
}
#content a:hover {
	color: #faab53;
}
#content a.active {
	color: #faab53;
	text-decoration: underline;
}
#content ul {
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin: 0 0 6px 12px;
	padding: 0 0 0 6px;
	list-style-type: disc;
	list-style-position: outside;
}
#content li {
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin: 0 0 0 12px;
}
#content-wide {
	float: left;
	width: 700px;
	margin-top: 0;
	padding-bottom: 10px;
	min-height: 500px;
	background-color:#FFFFFF;
	/*background-image: url(images/content-bottom-border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;*/
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}


/* =Basic Sidebars
-------------------------------------------------------------- */

#l_sidebar {
	float: left;
	width: 280px;
	/*left: -300px;*/
	padding-top: 30px;
	min-height: 500px;
	height: 100%;
	text-align: left;
}

#l_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#l_sidebar_spacer {
	padding-top: 4em;;
}
#r_login_sidebar {
	float: left;
	/*padding-top:24px;
	/*position: relative;*/
	height: 100%;
	width: 258px;
	/*margin-right: -258px;*/
	text-align:left;
}


	
/* Original Burmeister EE Stylesheet*/
	
img, embed, object, iframe, video {
	max-width: 100%;
	z-index: 1;
}
p {
	font-size:12px;
	line-height: 1.3em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
	color: #000000;/*padding-top: 0.1em;*/
	margin-top:0.3em;
	margin-bottom:0.6em !important;
	}
	
	
	/*Testimonials styles*/
.testimonial-quote, .testimonial-quote p {
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	color: #002a5c;
	padding-left: 16px;
	padding-top: 24px;
	text-align:left;
	}
.testimonial-name, .testimonial-name p {
	font-size:10px;
	line-height: 0.8em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	padding-right: 12px;
	padding-bottom: 12px;
	background-image:url(images/testimonial-rule.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
}
	
/*a, a:visited {
	color: #333333;
	text-decoration:underline;
}
a:link {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color: #1a4d7f;
}
a.active {
	color: #000000;
	text-decoration: none;
}*/

h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	color:#4f91cd;
	padding-top: 6px;
	padding-left: 200px;
	font-weight:normal;
	list-style: none;
	z-index: 40;
	margin-bottom:-0.3em !important;
}
h2 {
	font-size:0.9em;
	text-transform:uppercase;
	line-height: 0.8em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	color:#002a5c;
	/*padding-top: -4px;*/
	padding-left: 240px;
	font-weight:normal;
	list-style: none;
	z-index: 41;
	margin-top:-0.4em !important;
	margin-bottom:-0.1em !important;
}
h2:visited {
	color:#1a4d7f;
	list-style: none;
}
h2 .entry-title, h2 .entry-title:link, h2 .entry-title:visited {
	font-size:1.5em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.1em;
	color:#002a5c;
	padding-top: -4px;
	padding-left: 314px;
	font-weight:normal;
	list-style: none;
	margin-bottom:0 !important;
}
h2 .entry-title:hover {
	color:#4f91cd;
	list-style: none;
	text-decoration: underline;
}
h3, h3 a {
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 700;
	color: #002A5C;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 15px;
	padding-bottom: 0.4em;
	text-transform: uppercase;
	padding: 0px;
    margin: 0px;
}
h3 a:link, h3 a:visited {
	font-family: 'Droid+Sans', sans-serif;
	color: #002A5C;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
	text-decoration: none;
}
h3 a:hover {
	color: #4f91cd;
	list-style: none;
	text-decoration: underline;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
	text-decoration: underline;
}
#content h3 a, #content h3 a:link, #content h3 a:visited {
	font-family: 'Droid+Sans', sans-serif;
	color: #002A5C;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
	text-decoration: none;
}
#content h3 a:hover {
	color: #4f91cd;
	list-style: none;
	text-decoration: underline;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
	text-decoration: underline;
}
ul .lcp_catlist {
	font-size: 16px;
	font-family: 'Droid+Sans', sans-serif;
	color: #faab53;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-bottom: 0.2em;
	line-height: 18px;
}
h4, h4 a
{
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 700;
	color: #4F91CD;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.2em;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
}

h4 a:link, h4 a:visited, h4 a:focus, h4 a:active
{
	color: #4f91cd;
	text-decoration: none;
}

h4 a:hover
{
	color: #faab53;
	text-decoration: underline;
}
#content h4, #content h4 a
{
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 700;
	color: #4F91CD;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.2em;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
}

#content h4 a:link, #content h4 a:visited, #content h4 a:focus, #content h4 a:active
{
	color: #4f91cd;
	text-decoration: none;
}

#content h4 a:hover
{
	color: #faab53;
	text-decoration: underline;
}

h5
{
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #faab53;
	letter-spacing: 0.02em;
	padding: 0.5em 0 0.1em 0;
    margin: 0px;
}

h5 a:link, a:visited, a:focus, a:active
{
	text-decoration: none;
}

h5 a:hover
{
	text-decoration: underline;	
	color: #666666;
}
h6, h6 a {
	font-size: 1.8em;
	line-height: 1.8em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	color:#4f91cd;
	padding-top: 16px;
	padding-left: 0px;
	font-weight:normal;
	list-style: none;
	z-index: 40;
	margin-bottom:-0.3em !important;
}
h6 a:link, h6 a:hover, h6 a:visited {
	text-decoration: none;	
}
#content h6 a, #content h6 a:link, #content h6 a:hover, #content h6 a:visited {
	font-size: 1.2em;
	line-height: 1.0em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	color:#4f91cd;
	padding-top: 14px;
	list-style: none;
	margin-bottom: 0em !important;
    margin: 0px;
	text-decoration: none;	
}

blockquote p {
	font-size:1.4em;
	line-height: 1.4em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	font-style:italic;
	letter-spacing: 0.2px;
	color:#999999;
	list-style: none;
	/*padding-left: 1em;*/
	/*margin-top:1.0em !important;
	margin-bottom:1.0em !important;
}
clear {
	clear: both;
}
.thumb img, .foo img {
	margin:0;
	padding:0
}
.thumb p {
	font-size: 0.8em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	color: #666666;
	margin:0;
	padding:0;
	line-height:normal;
}
.icon {
	z-index:100;
	width: 30%;
	height:30%;
	position:absolute;
	bottom:0px;
	right:0
}
.imgR {
	float:right;
	border: solid 0px #000;
	margin: 0 0 1em 1em;
}
/*blog styles*/
}
.entry {
	/*overflow:hidden;
	background-image: url(images/post-bottom-border-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	padding-bottom: 14px;
}
.post {
	/*overflow:hidden;
	background-image: url(images/post-bottom-border-left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	padding-bottom: 14px;
}
.entry-content {
	overflow:hidden;
	padding-bottom: 24px;
}
.entry-content ul {
	/*font-size:1.1em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.3em;
	color:#666666;
	list-style: disc;
	margin-top:1.0em !important;
	margin-bottom:1.0em !important;
	padding-left: 1.0em;
	margin-left: 1.0em;*/
}
.entry-content li {
	margin-top:0.4em !important;
	margin-bottom:0.4em !important;
}
.entry-content-portfolio {
	overflow:hidden;
	background-image: url(images/post-bottom-border.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 24px;
}
.entry-content-portfolio ul {
	font-size:1.1em;
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.4em;
	color:#666666;
	list-style: disc;
	padding-left: 0;
	margin-left: 0;
	margin-top:1.0em !important;
	margin-bottom:1.0em !important;
}
.entry-content-portfolio li {
	margin-top:0.4em !important;
	margin-bottom:0.4em !important;
}
.entry:first-child {
	margin-top: 0;
}
.entry h2 {
	padding-bottom: 0;
	margin-bottom:0
}
.entry .date {
	font-size:80%;
	color:#4f91cd;
}
.date {
	font-size:80%;
	color:#4f91cd;
}
.postinfo {
	font-size:80%;
	color:#999999;
}
.blogimg {
	width:30%;
	float:left;
	margin: 0 1em 1em 0;
}
.blog img {
	width:99%;
	border:solid 0px #333333
}
.nextprev {
	width:95%;
	overflow:hidden;
	font-size: 80%;
	padding: 0 1em;
}
.next {
	width: 50%;
	float: right;
	text-align:right;
}
.prev {
	width: 50%;
	float:left
}



/*overide Vidunder
-------------------------------------------------------------- */
ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}
.hentry {
	/*overflow: hidden;*/
	padding-left: 0px;
	position: relative;
}
/* =Widget Areas
-------------------------------------------------------------- */

/* =Widget Areas
-------------------------------------------------------------- */
/*   Tradeshow Logic HEX Colors
	  
	  
	  Orange = #faab53
	  Lt. Blue = #4f91cd
	  Dk. Blue = #002a5c
	  Right Column Background = #d9dfe7
	  	  
*/
#right-first .widget-area, #right-second .widget-area, #right-third .widget-area, #right-fourth .widget-area, #right-fifth .widget-area, #right-sixth .widget-area {
}
#r_login_sidebar p {
	/*padding: 0px 12px 0px 12px;
	margin: 0px;*/
}
#r_login_sidebar .widget-area {
	padding:0;
	margin:0;
}
#r_login_sidebar .widget-area {
	/*padding-top: 24px;*/
}
#r_login_sidebar .widget-container {
	padding-top: 24px;
	border-top:#002a5c;
	border-width:6px;
}
#r_login_sidebar .widget-title h2 {
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	font-size: 1.0em;
	list-style: none;
	color: #002a5c;
	font-size: 150%;
}
#r_login_sidebar h3.widget-title, #r_login_sidebar h3.widget-title a {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Droid+Serif', serif;
	font-weight: 700;
	color: #002a5c;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left:12px;
	list-style: none;
	margin:0;
	background-image:url(images/rightcolumn-rule.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#r_login_sidebar .widget-area ul {
	list-style: none;
	list-style-position:inside;
	margin: 0 0 6px 0px;
	padding: 0 0 0 0px;
}
#r_login_sidebar .widget-area p, #r_login_sidebar .widget-area ul a, #r_login_sidebar .widget-area ul p, #wp-members p, #wp-members a, #wp-members {
	text-align: left !important;
	margin-left: 0;
	font-size:0.9em !important;
	line-height:1.4em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	color:#002a5c;
	padding: 6px 3px 6px 12px;
}
#r_login_sidebar .widget-area ul a:link, #r_login_sidebar .widget-area ul a:visited {
	text-decoration:underline;
	color:#002a5c;
}
#r_login_sidebar .widget-area ul a:hover {
	text-decoration:underline;
	color:#faab53;
}
#r_login_sidebar .widget-area ul ul {
	font-size:0.9em !important;
	line-height:1.4em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	color:#002a5c;
	list-style: disc;
	list-style-position:inside;
	margin: 0 0 6px 12px;
	padding: 0 0 0 6px;
}

/*#r_login_sidebar .widget-area {
	padding: 0;
	margin:0;
}
#r_login_sidebar .widget-area {
	/*padding-top: 24px;
}*/
/*#r_login_sidebar .widget-container {
	padding-top: 24px;
	border-top:#002a5c;
	border-width:6px;
}*/
#l_sidebar .widget-title h2 {
	font-family: 'Droid+Serif', serif;
	font-weight: 400;
	font-size: 1.0em;
	list-style: none;
	color: #002a5c;
	font-size: 150%;
}
#l_sidebar h3.widget-title, #l_sidebar h3.widget-title a {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Droid+Serif', serif;
	font-weight: 700;
	color: #002a5c;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left:12px;
	list-style: none;
	margin:0;
	background-image:url(images/rightcolumn-rule.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#l_sidebar .widget-area {
	margin: 0 20px 0 0;
	padding: 6px 0px 6px 0px;

}
#l_sidebar .widget-area ul {
	/*list-style: none;
	list-style-position:inside;*/
	margin: 0 0 6px 0px;
	padding: 0 0 0 0px;
}
#l_sidebar .widget-area ul a, #l_sidebar .widget-area ul p {
	text-align: left !important;
	margin-left: 0;
	font-size:0.7em;
	line-height:1.4em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	color:#002a5c;
	padding: 0;
}
#l_sidebar .widget-area ul a:link, #l_sidebar .widget-area ul a:visited {
	text-decoration:underline;
	color:#002a5c;
}
#l_sidebar .widget-area ul a:hover {
	text-decoration:underline;
	color:#faab53;
}
#l_sidebar .widget-area ul ul {
	font-size:0.7em;
	line-height:1.4em;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	color:#002a5c;
	list-style: disc;
	list-style-position:inside;
	margin: 0 12px 6px 12px;
	padding: 0 0 0 6px;
}

#left-first .widget-area {
	padding-left: 46px;
}
#left-second .widget-area {
	padding-left: 46px;
}
#right-first .widget-area {
	
}
#right-second .widget-area {
	
}
#right-third .widget-area {

}

/* =Doesn't Work
--------------- */

/*.widget-area custom {
	border-bottom: solid 1px #ccc;
}

.widget-area primary {
	border-bottom: solid 1px #ccc;
}

.widget-area left {
	border-bottom: solid 1px #ccc;
}

.widget-area right {
	border-bottom: solid 1px #ccc;
}

#secondary-widget-area {
	border-bottom: solid 1px #ccc;
}*/

/*#widget-area {
	margin: 0 0 0 0;
	background-image: url(images/post-bottom-border-right.jpg);
	height:26px;
	overflow:hidden;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 36px;
}*/

#r_login_sidebar .widget_search #s {/* This keeps the search inputs in line */
	width: 70%;
}
#r_login_sidebar .widget_search label {
	display: none;
}

/*.widget-title {
	padding: 0 0 0 0;/*color: #FFFFFF;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 7px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	text-transform: uppercase;
	padding-left: 2px;
}
#r_login_sidebar .widgettitle {
	padding: 0.5em 0;
	list-style: none;/*color: #FFFFFF;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 7px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	text-transform: uppercase;
	padding-left: 2px;
}

#r_login_sidebar .widgettitle h3 {
	font-family: 'Droid+Serif', serif;
	font-weight: 700;
	color: #002A5C;
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 0.4em;
	padding-top: 1.0em;
	text-transform: uppercase;
	padding: 0px;
    margin: 0px;
	border-top:#333
}

#r_login_sidebar .widget-area p {
	list-style: none;
	line-height: 150%;
}
#r_login_sidebar .widget-area p a {
	list-style: none;/*font-style: italic;
}
#r_login_sidebar .widget-area p a:hover {
	list-style: none;
	text-decoration: underline;
}
#r_login_sidebar .widget-area a:link, #r_login_sidebar .widget-area a:visited {
	list-style: none;/*color: #ffffff;

}
#r_login_sidebar .widget-area ul ul li a:link, #r_login_sidebar .widget-area ul ul li a:visited {
	list-style: none;
	/*padding: 6px 5px 6px 5px;*/
	/*padding: 1px 0;
	text-decoration: none;
	/*color: #FFFFFF;
	display: block;
}
#r_login_sidebar .widget-area ul ul a:active, #r_login_sidebar .widget-area ul ul a:hover {
	list-style: none;/*background-image: url('images/menuBG.png');
}
#r_login_sidebar .widget-area .entry-meta {
	list-style: none;
	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;
}
.widget-area li.recentcomments {
	padding-top: 6px;
	padding-bottom: 6px;
}
.widget-area li.recentcomments a:link, .widget-area li.recentcomments a:visited {
	display: inline;
	padding: 0px;
}
.widget-area li.recentcomments a:hover {
	background-color: none;
	background-image: none;
	text-decoration: underline;
}*/
/* =Widget Areas
-------------------------------------------------------------- */

.widget_search #s {/* This keeps the search inputs in line */
/*width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 15px 18px 15px;
}
.widget-title {
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 7px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	text-transform: uppercase;
	padding-left: 2px;
}
.widget-area p {
	line-height: 1.4em;
}

.widget-area p a {
	font-style: italic;
}
.widget-area p a:hover {
	text-decoration: underline;
}
.widget-area a:link,
.widget-area a:visited {
	color: #ffffff;

}

.widget-area ul ul li a:link,
.widget-area ul ul li a:visited {
	padding: 6px 5px 6px 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.widget-area ul ul a:active,
.widget-area ul ul a:hover {
	background-image: url('images/menuBG.png');
}
.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;
}
.widget-area li.recentcomments {
	padding-top: 6px;
	padding-bottom: 6px;
}
.widget-area li.recentcomments a:link, .widget-area li.recentcomments a:visited {
	display: inline;
	padding: 0px;
}
.widget-area li.recentcomments a:hover {
	background-color: none;
	background-image: none;
	text-decoration: underline;
}




/* =Footer widget areas
-------------------------------------------------------------- */

/*   Tradeshow Logic HEX Colors
	  
	  
	  Orange = #faab53
	  Lt. Blue = #4f91cd
	  Dk. Blue = #002a5c
	  Right Column Background = #d9dfe7
	  	  
*/
/* =Footer Main Site & Blog & Members Only
-------------------------------------------------------------- */

#footer {
	width: 1180px;
	margin:0 auto;
	clear:both;
	background-image:url(images/footer.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	background-color: #002a5c;
	padding-top: 40px;
	margin-top: -4px;
	/*padding-bottom: 20px;*/
}
#footer-members {
	width: 1180px;
	margin:0 auto;
	clear:both;
	background-image:url(images/footer-members.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	background-color: #002a5c;
	padding-top: 42px;
	margin-top: -4px;
	/*padding-bottom: 20px;*/
}
#footer-container {
	width: 100%;
	padding-bottom: 12px;
}

#colophon {
	/*margin-top: -4px;
	margin-bottom: -20px;
	padding: 6px 0;*/
	/*overflow: hidden;*/
	
}

h2.site-description {
	color: #FFFFFFF !important;
	text-align: center;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	font-variant:normal;
	letter-spacing:0.05em;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-transform: none;
	line-height: 0.9em;
	list-style: none outside none;
	margin-bottom: 0 !important;
	padding-left: 0px;
	text-transform: none;
}
h2.site-description a {
	color: #FFFFFFF;
}
h2.site-description a:link {
	color: #FFFFFFF;
}
h2.site-description a:hover {
	color: #FFFFFFF;
	text-decoration:underline;
}


/* =Footer widget areas
-------------------------------------------------------------- */

.menu-footer-container {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.menu-footer {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#footer-widget-area {
	border-bottom: solid 0px #ccc;
}
#footer-widget-area a, #footer-widget-area p {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 1.4em;
	font-family: 'Droid+Sans', sans-serif;
}

#footer-widget-area a:link,
#footer-widget-area a:visited
{
	color: #FFFFFF;
	text-decoration: inherit;
}

#footer-widget-area a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}


#footer h3.widget-title, #footer h3.widget-title a {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Droid+Sans', sans-serif;
		font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-bottom: 0.2em;
	margin-top: 0;
	margin-bottom:0;
}

#first .widget-area {
	border-bottom: solid 0px #ccc;
	margin: 0 0 0 0;
}

#second .widget-area, #second .widget-area a, #second .widget-area li, #second .widget-area ul {
	border-bottom: solid 0px #ccc;
	margin: 0 0 0 16px;
}

#third .widget-area {
	border-bottom: solid 0px #ccc;
	margin: 0 0 0 16px;
}

#fourth .widget-area {
	border-bottom: solid 0px #ccc;
	margin: 0 0 0 0;
}

#lower .widget-area {
	border-bottom: 0px;
	margin: 0 0 0 0;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	border-bottom: 0px;
}
#footer-widget-area .widget-area {
	float: left;
}
#footer-widget-area #first {
	text-align:center;
	width: 100%;
	padding: 0 20px 0 20px;
	border-bottom: 0px;
	margin: 0 0 0 0;
}
#footer-widget-area #first a, #footer-widget-area #first p, #footer-widget-area #first li, #footer-widget-area #first ul {
	text-align:center;
	width: 100%;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: 'Droid+Serif', serif;
	font-weight: 400;*/
	color: #4f91cd;
	text-decoration: none;
	list-style: none inside none;
}
#footer-widget-area #first a:link, #footer-widget-area #first a:visited {
	text-decoration: none;
}
#footer-widget-area #first a:hover {
	text-decoration: underline;
	color: #faab53;
}
#footer-widget-area #second {
	text-align:center;
	width: 100%;
	padding: 0 20px 0 20px;
	border-bottom: 0px;
	margin: 0 0 0 0;
	list-style: none outside none;
}
#footer-widget-area #second a, #footer-widget-area #second p, #footer-widget-area #second li, #footer-widget-area #second ul {
	font-size: 10px;
	/*font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;*/
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none outside none;
}
#footer-widget-area #second a:link, #footer-widget-area #second a:visited {
	text-decoration: underline;
}
#footer-widget-area #second a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#footer-widget-area #third, #footer-widget-area #third a {
	text-align:left;
	width: 894px;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 0;
	border-bottom: 0px;
}
#footer-widget-area #third a:link {
	text-decoration: underline;
}

#lower-footer-widget-area .widget-area {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 1.4em;
	float: left;
	margin-left: 20px;
	width: 100%;
}

#footer-widget-area #lower {
	margin-right: 0;
	border-bottom: 0px;
}





/************************************************
*	News Pages - PRESS RELEASES							*
************************************************/

/*   Tradeshow Logic HEX Colors
	  
	  
	  Orange = #faab53
	  Lt. Blue = #4f91cd
	  Dk. Blue = #002a5c
	  Right Column Background = #d9dfe7
	  	  
*/

.lcp_catlist, .lcp_catlist p,  .lcp_catlist ul,  .lcp_catlist li
{
	float: left;
	width: 600px;
	display: inline;
	margin-top: 12px;
	padding-bottom: 10px;
	padding-right: 20px;
	min-height: 500px;
}
#contentnews, #contentnews .itemhead {
	/*float: left;
	width: 600px;*/
	margin-top: 0;
	padding-top:12px;
	padding-bottom: 10px;
	display: inline;
	/*min-height: 500px;
	background-image: url(images/content-bottom-border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;*/
}
#contentnews a, #contentnews p {
	font-size:11px;
	font-family: 'Droid+Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 0.6em;
	margin-top:0 !important;
}
#contentnews a:link, #contentnews a:visited {
	color:#002a5c;
	text-decoration:underline;
}
#contentnews a:hover {
	color: #faab53;
}
#contentnews a.active {
	color: #faab53;
	text-decoration: underline;
}
#contentnews ul {
	margin: 0 0 6px 12px;
	padding: 0 0 0 6px;
	list-style-type: disc;
	list-style-position: outside;
}
#contentnews li {
	margin: 0 0 0 12px;
}
.releaseheaderdate
{
	font-size: 10px;
	float: left;
	color: #000;
	width: 160px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1em;
	padding-right: 4px;
}

.releaseheadertitle
{
	font-size: 10px;
	float: left;
	color: #000;
	width: 420px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1em;
	padding-right: 4px;
}


.releasedate
{
	font-size: 11px;
	float: left;
	color: #002a5c;
	width: 158px;
	line-height: 1.3em;
	margin-bottom: 0.6em;
	padding-right: 8px;
	display: inline;
}


.releasetitle
{
	font-size: 11px;
	float: left;
	color: #002a5c;
	width: 420px;
	display: inline;
	line-height: 1.3em;
	margin-bottom: 0.6em;

}

.releasetitle a:link, .releasetitle a:visited
{
	text-decoration: underline;	
}

.releasetitle a:hover
{
	text-decoration: underline;	
	color: #666666;
}

/************************************************
*	News Pages - ARTICLES							*
************************************************/


.headerpub, .headerpub a, .headerpub p
{
	font-size: 10px;
	font-weight: bold;
	float: left;
	color: #000;
	width: 158px;
	padding-bottom: 12px;
	line-height: 1em;
	padding-right: 4px;
	margin:0!important;
}

.headerdate, .headerdate a, .headerdate p
{
	font-size: 10px;
	float: left;
	color: #000;
	width: 130px;
	padding-bottom: 12px;
	font-weight: bold;
	line-height: 1em;
	padding-right: 4px;
}

.headertitle, .headertitle a, .headertitle p
{
	font-size: 10px;
	float: left;
	color: #000;
	width: 280px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1em;
}

.pub, .pub a, .pub p
{
	
	font-size: 11px;
	float: left;
	color: #002a5c;
	width: 158px;
	line-height: 1.3em;
	margin-bottom: 0.6em;
	padding-right: 8px;
	display: inline;
}

.pub a:link, a:visited
{
	text-decoration: underline;	
}

.pub a:hover
{
	text-decoration: underline;	
	color: #666666;
}

.articledate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	color: #002a5c;
	width: 130px;
	display: inline;
	padding-right: 4px;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}

.articletitle, .articletitle a, .articletitle p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	color: #002a5c;
	width: 260px;
	display: inline;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}

.articletitle a:link, a:visited
{
	text-decoration: underline;	
}

.articletitle a:hover
{
	text-decoration: underline;	
	color: #666666;
}
