/*
Theme Name: Blah Blah Tech
Theme URI: http://blahblahtect.com
Description: Three column personalize company template.
Author: Wayne Smallman
Author URI: http://blahblahtech.com
Version: 1.0
The template is not for public use.
*/

/** Tabs */

#layer-navigation-tabs {
	float: left;
	width: 100%;
	background: white url("../../images/interface/devices/tabs/img-tab_footer.gif") repeat-x bottom;
	line-height: normal;
}

#layer-navigation-tabs ul {
	color: white;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 85%;
	line-height: 180%;
	margin: 0 0 0 207px;
	padding: 0 0 0 0;
	list-style: none;
}

#layer-navigation-tabs li {
	float: left;
	background: url("../../images/interface/devices/tabs/idle/img-tab_right.gif") no-repeat right top;
	margin: 0;
	padding: 0 0 0 0;
}

#layer-navigation-tabs a {
	color: white;
	font-weight: bolder;
	float: left;
	display: block;
	background: url("../../images/interface/devices/tabs/idle/img-tab_left.gif") no-repeat left top;
	padding: 5px 40px 3px 20px;
}

#layer-navigation-tabs a:link, #layer-navigation-tabs a:visited {
	color: #DEBDAD;
	text-decoration: none;
}

#layer-navigation-tabs a:hover #layer-navigation-tabs a:active {
	color: white;
	text-decoration: underline;
}

#layer-navigation-tabs li.current {
	color: white;
	background-image: url("../../images/interface/devices/tabs/active/img-tab_right.gif");
}

#layer-navigation-tabs li.current a {
	background-image: url("../../images/interface/devices/tabs/active/img-tab_left.gif");
	padding-bottom: 5px;
}

#layer-navigation-tabs li.current a:link, #layer-navigation-tabs li.current a:visited {
	color: white;
	text-decoration: none;
}

#layer-navigation-tabs li.current a:hover #layer-navigation-tabs li.current a:active {
	color: white;
	text-decoration: underline;
}

/** Containers */

#layer-tabs-content {
	padding: 1px 0 0 0;
	margin: 0;
	width: 100%;
	background: url("../../images/interface/devices/tabs/content/background-default.gif") repeat-y top left;
	color: white;
}

#layer-tabs-content h2 {
	font-family: "Times" serif;
	color: #f63;
	font-size: 140%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 20px 10px 0 0;
}

#layer-tabs-content h2 a:link, #layer-tabs-content h2 a:link,
#layer-tabs-content h2 a:visited, #layer-tabs-content h2 a:visited  {
	color: #f63;
	text-decoration: none;
}

#layer-tabs-content h2 a:hover, #layer-tabs-content h2 a:hover,
#layer-tabs-content h2 a:active, #layer-tabs-content h2 a:active  {
	color: #f63;
	text-decoration: underline;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

#layer-supplemental-tabs {
	float: left;
	padding: 20px 0 0 0;
	margin: 0 30px 0 0;
	width: 210px;
}

#layer-supplemental-tabs h3 {
	font-family: "Times" serif;
	color: white;
	font-size: 140%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 20px 5px 0 20px;
}

#layer-supplemental-tabs h3 a:link,
#layer-supplemental-tabs h3 a:visited {
	color: white;
	text-decoration: none;
}

#layer-supplemental-tabs h3 a:hover,
#layer-supplemental-tabs h3 a:active {
	color: white;
	text-decoration: underline;
}

/** Tabs / Comments */

#layer-comments {
	width: 450px;
	padding: 0 0 20px 0;
	margin: 0 25px 0 240px;
}

#layer-comments h2{
	height: 120%; /*required for ie to behave*/
}

#layer-comments h3,
#layer-comments p {
	color: white;
	font-size: 85%;
}

#layer-comments h3,
#layer-comments p {
	font-family: "Trebuchet MS" serif;
	color: white;
	text-align: left;
}

#layer-comments a:link,
#layer-comments a:visited {
	color: #DEBDAD;
	text-decoration: underline;
}

#layer-comments a:hover,
#layer-comments a:active {
	color: #DEBDAD;
	text-decoration: none;
}

.comments ul {
	padding: 0 0 0 15px;
	margin: 5px 10px 5px 15px;
}

.comments li {
	color: white;
	font-size: 85%;
	line-height: 155%;
	padding: 1px 0 1px 10px;
	margin: 0 0 0 0;
}

/** Tabs / Social Media */

#layer-socialmedia {
	width: 700px;
	padding: 0 0 20px 0;
	margin: 0 25px 0 240px;
}

#layer-socialmedia h2{
	height: 120%; /*required for ie to behave*/
}

#layer-socialmedia h3,
#layer-socialmedia p {
	color: white;
	font-size: 85%;
}

#layer-socialmedia h3,
#layer-socialmedia p {
	font-family: "Trebuchet MS" serif;
	color: white;
	text-align: left;
}

#layer-socialmedia a:link,
#layer-socialmedia a:visited {
	color: #DEBDAD;
	text-decoration: underline;
}

#layer-socialmedia a:hover,
#layer-socialmedia a:active {
	color: #DEBDAD;
	text-decoration: none;
}

/*This is the css for the comment section*/

#sectionmeta{
	margin: 0px 0px 20px 0px;
	padding: 5px 0px;
	font-family: "Trebuchet MS" serif;
	font-size: 95%;
}

#sectionmeta li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#sectionmeta h3, #addlcommentinfo h3{
	font-family: "Trebuchet MS" serif;
}

.comments{
	margin: 5px 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS" serif;
}

.comments p{
	margin: 10px 5px;
	padding: 0px;
}

.commmeta{
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
#commtags{
	width: 400px;
}