@charset utf-8;
/*
Theme Name: Whiteboard
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.1.5

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

@import url('_css/mediaqueries.css');



body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	background-color:white;
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
	height:100%;
	 max-height:100%;
	 border:0;
}

#tb-footer {

   width:100%;
   height:70px;   /* Height of the footer */
   background:#333;
  color:white;
  text-align:center;
  padding:8px;
  margin-top:6px;
  border-top:1px solid #000;
}

#nav
{
    /* container */
}
    #nav > a
    {
        display: none;
    }
    #nav li
    {
        position: relative;
    }
 
    #nav .header-subscribe-button{
    	margin-top: -16px;
    	margin-right:0px;
    	margin-left:0px;
		height: 3.6em;
    	line-height:3.8em;
    	padding:0px;
    	padding-left:8px;
    	padding-right:8px;
    }
    #nav .header-subscribe-button a{
    	color:#fff;
    }

    /* first level */
 
    #nav > ul
    {
        height: 2em;
        list-style: none;
    }
        #nav > ul > li
        {
            margin-right:16px;
            height: 100%;
            float: left;
        }

        #nav > ul > li a{
        	color:#ccc;
        	text-decoration: none;
        }
        #nav > ul > li a:hover{
        	color:#fff;
        }
 
    /* second level */
 
    #nav li ul
    {
        display: none;
        position: absolute;
        top: 100%;
    }
        #nav li:hover ul
        {
            display: block;
            list-style: none;
            z-index: 300;
            background-color:#000;
            padding-left:0px;
        }
        #nav li:hover ul li{
        	
        	padding:4px;
        }





#main {

}

.header-list {
	
  color:#000000;
	font-size:14px;
 
 margin-top:18px;

  
}


.header-list li {
	
  padding-top:18px;
  padding-bottom:17px;

  
	
	
  
}



#header-logo{
	float:left;
	background: url("../../uploads/2014/05/TBPLogo.png") no-repeat scroll 1px 5px #00558e;	
	background-repeat:no-repeat;
	width:212px;
	height:160px;
	text-indent:-9999px;	
}

#header-right-wrapper{
	float:right;
	width:760px;
}

.header-banner-ad{
	width:100%;
	text-align:center;
	padding-top:16px;
}

#header-menu-list{
	background:transparent;
	padding-top:6px;
        text-align:center;
}

.header-list li a{
	text-decoration:none;
	color:#ccc;
}

.header-list li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}
.blog-link{
	padding-right:16px;
}
#menuIndustries{
	position:absolute;
	left:255px;
	border:1px solid black;
	padding:6px;
	background-color:white;
	width:150px;
	z-index:500;
}

#menuIndustries ul{
	margin:0;
	padding:0;
}
#menuIndustries li {
	display:block;
	padding:0;
}

.wp-tag-cloud a{
	text-decoration:none;
	font-weight:800;
	font-size:12px;
}
.tag-title{
	font-size:18px;
	font-weight:800;
	border-bottom:1px solid #999;
}
#front-logo {
	background:transparent;
	background-image:url(images/tb-logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:640px;
	height:100px;
	min-height:100px;
	margin-top:22px;
	margin-bottom:8px;
}

.main-content-left-column{
	float:left;
	width:48%;
}
.main-content-right-column{
	float:right;
	width:48%;
}

.sticky-post h3, .sticky-post h2 {
	margin:0px;
}
.sticky-post h2{
	margin-bottom:4px;
	font-size:1.8em;
}
h2, .headline {
	font-family: 'Rokkitt', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.latest-stories h2{
	margin-bottom:0px;
	margin-top:10px;
	font-weight:400;
}
.latest-stories-meta{
	font-size:14px;
	color:#777;
	border-bottom:1px solid #ccc;
	padding-top:4px;
	padding-bottom:12px;
}
.latest-stories-meta a{
	color:#567c9a;
	font-weight: 800;
	text-decoration:none;
}
.single-email a{
	color:#567c9a;
	font-weight: 800;
	text-decoration:none;
}
.sticky-post h3 a, .sticky-post h2 a,.latest-stories h3 a, .latest-stories h2 a{
	font-size:12px;
	text-transform:uppercase;
	color:#567c9a;
	text-decoration:none;
	font-family: 'Rokkitt', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	   font-weight: 800;
}
.sticky-post h2 a, .headline a{
	font-size:1.4em;
	letter-spacing:-1px;
	color:black;
	text-transform:none;
	text-decoration:none;
}
.latest-stories h2 a{
	font-size:1.4em;
	line-height:1.0em;
	letter-spacing:-1px;
	color:black;
	font-weight:400;
	text-transform:none;
	text-decoration:none;
}

.sticky-post p{
	margin:0px;
	font-weight: 200;
	font-size:15px;
}

.story-sidecontent{
	float:right;
	margin-left:8px;
}
.story-ad img{
	width:300px;
	height:250px;
}

.banner-ad{
	margin-top:12px;
	margin-bottom:12px;
	text-align:center;
	color:#ccc;
	font-size:9px;
	letter-spacing:2px;
}


.banner-ad:after{
	content:"ADVERTISEMENT";
}

.headline {
	margin-top:8px;
	font-family: 'Rokkitt', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 800;
	font-size:1.8em;
}

.post-meta {
	margin-bottom:8px;
	float:right;
	width:288px;
	background-color:#eee;
	padding:6px;
	border-top:2px solid #ccc;
	font-size:13px;
	font-weight:200;
	text-transform:uppercase;
}
.post-meta .byline {
	float:left;
	width:48%;
}
.post-meta .timestamp {
	float:right;
	width:48%;
	text-align:right;
}
.single-email{
	padding-bottom:4px;
	font-size:11px;
	text-transform:lowercase;
}
.section-title{
	background-repeat:no-repeat;
	background-position: top left;
	width:307px;
	height:52px;
}
#kudos-section-title{
	background-image:url(images/frontheader-kudos.gif);
}
#special-reports-section-title{
	background-image:url(images/frontheader-specialreports.gif);
}
#talk-politics-section-title{
	background-image:url(images/frontheader-politics.gif);
}
#tolbert-section-title{
	background-image:url(images/frontheader-tolbert.gif);
}
#cook-section-title{
	background-image:url(images/frontheader-cook.gif);
}
#talk-business-section-title{
	background-image:url(images/frontheader-business.gif);
}
#campustalk-section-title{
	background-image:url(images/campustalkhome.jpg);
}
#s, #MERGE0{
	width:130px;
}

.category-sidebar-header{
	background-color:#eee;
	padding:12px;
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:100px;
	margin-bottom:8px;
}

.category-sidebar-header-desc, .category-sidebar-header-links h1 {
	text-transform:uppercase;
	font-size:12px;
	color:#999;
}

.category-sidebar-header-links h1{
	font-weight:800;
	font-size:14px;
	margin:0;
	margin-top:8px;
}

.category-sidebar-header-links span {
	font-size:12px;
	color:#333;
}
.single-email{
	background-image:url(images/email.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
}
#category-title-3 {
	background-image:url(images/category-3.png);
}
#category-title-4 {
	background-image:url(images/category-4.png);
}
#category-title-5 {
	background-image:url(images/category-5.png);
}
#category-title-6 ,#category-title-0{
	background-image:url(images/category-6.png);
}
#category-title-12 {
	background-image:url(images/category-12.png);
}
#category-title-13 {
	background-image:url(images/category-13.png);
}
#category-title-15 {
	background-image:url(images/category-15.png);
}
#category-title-17 {
	background-image:url(http://talkbusiness.net/wp-content/uploads/2013/01/tba.png);
}

.category-title{
	padding:0px;
	margin-bottom:16px;
	font-size:1em;
	font-weight:800;
	color:#666;
	width:100%;
	height:120px;
}

.category-title-desc{
	bottom: -98px;
	left: 200px;
	width:436px;
	text-align:right;
	position: relative;
	font-size:11px;
}
.category-email, .category-desc, .category-twitter {
    display: inline;
    padding-right: 6px;
}
.category-email a, .category-desc a, .category-twitter a{
	color:#567c9a;
	font-weight: 800;
	text-decoration:none;
}

.page-navi{
	margin-bottom:16px;
}

.category-content .post-single .headline{
	font-size:1.2em;
	margin:0px;
	line-height:1.2em;
}

.post-single {
	padding:6px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.cat-post-meta{
	margin:0px;
	padding:6px;
	padding-left:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#999;
}

.post-excerpt p {
	margin:0px;
}

.red-section .section-title{
	background-color:#753636;
	border-top:2px solid #430b0b;
}

.section-title{
	margin-top:16px;
	padding:4px;
	padding-left:6px;
	font-size:13px;
	font-weight:bold;
}
.section-title h1, .section-title h2{
	margin:0px;
	color:white;
}
.section-title h1{
	font-size:20px;
	font-weight:bold;
}

.section-title h2{
	font-size:14px;
	font-weight:200;
}

.section-post h2, .section-post p{
	margin:0px;
	font-size:15px;
}
.section-post h2 {
	text-transform:none;
	font-weight:bold;
	margin-top:8px;
}
#header-wrapper{
	background:transparent;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 0px;
	height:160px;
	    position: relative;
	    width: 980px;
}
#header {

}
#header header div.container {
	background:transparent;
}
	
	#widget-header {
		
	}
	#widget-alert {
		
	}

#main>div.container {
	margin-top:16px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
	height:100%;
}

.single-content, .front-page-content, .category-content {
	min-height: 620px;
	float: left;
	position: relative;
	width: 640px;
}

#content {
	border:0px;
}
	article {
		
	}
		.featured-thumbnail {
			
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}


#player {
    width: 348px;
    height: 240px;
    overflow: hidden;
    background: gray;
    position: absolute;
    border: solid 2px gray;
}

.youtube .carousel {
    width: 20%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0px;
    z-index: 3;
}

.youtube .thumbnail {
    margin: 2px;
    width: 80%;
    border: 1px solid black;  
}

.youtube iframe.player {
    width: 100%;
    height: 240px;  
    overflow: auto;
    border: 0;
}


#sidebar {
	background-color:white;
	/*position: absolute;*/
  float:right;
	right: 0px;
	top: 0;
	width: 300px;
	display: block;
	border:0px;
	border:8px solid white;
  
	/* overflow-y:scroll;
	overflow-x:hidden; */
}
		.sidebar-section{
			margin-top:16px;
		}
		.sidebar-section-title{
			margin-bottom:8px;
		}
		.sidebar-section-title,.video-section-title,.front-section-title{
			background-color: #2d2d2d;
		    border-top: 2px solid #111;
			font-size: 13px;
			font-weight: 200;
		    color:#ccc;
			padding: 6px;
			text-transform: uppercase;
			width:288px;
		}
		.front-section-title{
			width:100%;
			margin-top:16px;
		}
		#sidebar-latest-posts {
			
		}
		.sidebar-article {
			width:300px;
			margin-top:4px;
			margin-bottom:4px;
			padding-top:0px;
			padding-bottom:4px;
			border-bottom:1px solid #eee;
		}
		.sidebar-article-thumb{
			width:61px;
			margin-right:0px;
			margin-top:2px;
			float:left;
		}
		.sidebar-article-title{
			float:right;
			width:230px;
			font-size: 15px;
			font-weight: 200;
			color:#212B40;
			text-transform: capitalize;
		}
		.sidebar-article-title a{
			text-decoration:none;
		}
		.sidebar-latest-category{
			margin:0px;
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
		}
	
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}

#footer {
	margin-top:16px;
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}


input[type="image"] {
border:0;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */

.header-subscribe-button{
    font-size:14px;
    font-weight:bold;
    background-color:#f39c12;
    padding-left:20px;
    border-top:1px solid #f1c40f;
    border-bottom:2px solid #e67e22;
}
.header-list li.header-subscribe-button a{
    color:#fff;
    padding-right:10px;
}



.pps-content .ts-fab-wrapper {display:none;}

.stMainServices img {
	display: none !important;
}

.location-header{
    font-family: 'Rokkitt', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width:100%;
    text-align:center;
    font-size:3em;
    font-weight:100;
    color:#000;
    text-shadow: 0px 1px 0px #2980b9;
    text-transform:uppercase;
    background-color:#ecf0f1;
    padding:8px;
    padding-bottom:6px;
    border-bottom:2px solid #bdc3c7;
    margin-bottom:8px;
    margin-top:8px;
    text-transform:uppercase;
}

.single-location-header:hover {
	text-decoration:underline;
	color:#34495e;
	cursor: pointer;
}

/* Contributer Author List */

#author-popup-container{
    display:none;
    width:450px;
}

#author-popup{
    padding:4px;
    border:3px solid #3498db;
    background-color:#fff;
}

#author-popup .recent-author-posts{
    padding: 12px;
    padding-top:0px;
}

#author-popup .recent-author-posts h3 {
    margin:0px;
    font-size:1em;
    color:#2980b9;
    font-weight:800;
    border-bottom:1px solid #3498db;
    padding-bottom:4px;
}

#author-popup .recent-author-posts h4 {
    margin:2px 0px;
    font-size:0.8em;
}

#author-popup h1 {
    font-weight:800;
    font-size:1.5em;
    color:#2980b9;
}
#author-popup .bio p {
    font-size:0.8em;
}

#author-popup .avatar{
    float:left;
    padding:6px;
}

