*{
	padding: 0;
	margin: 0;
}
body{
	font: normal normal normal 12px/1.6em Verdana, Helvetica, Arial;
	line-height: 17px;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}

p{
	margin-bottom: 19px;
}
blockquote{
	margin-top: .5em;
	margin-left: 2em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
}
h1{
	font-size: 34px; /* Doesn't need to be multiple of 18 */
	/*font-family: Helvetica, Helvetica Neue, Arial, sans-serif ;*/
	font-family:Trebuchet MS,Arial,sans-serif;
	margin-bottom: 19px; /* Needs to be a multiple of 18 */
	
}
h1{
	color:#CC0033;
	font-family: 'Trebuchet MS';
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a{
	/*color: #990033;*/
	color:#CC0033;
	text-decoration: none;
}
h2{
	font-size: 28px; /* Doesn't need to be multiple of 18 */
	/*font-family: Helvetica, Helvetica Neue, Arial, sans-serif ;*/
	font-family:Trebuchet MS,Arial,sans-serif;
	line-height: 38px; /* Needs to be multiple of 18 */
}
h3{
	font-size: 24px; /* Doesn't need to be multiple of 18 */
	/*font-family: Helvetica, Helvetica Neue, Arial, sans-serif ;*/
	font-family:Trebuchet MS,Arial,sans-serif;
}
p a{
	color: blue;
	text-decoration: none;
}

ul,
ol{
	margin-top: 19px;
	margin-bottom: 19px;
	margin-left: 18px;
}
ol {
	list-style-type: decimal;
}
ul{
	list-style-type: none;
}
.entry .content ul{
	list-style-type: disc;
}

/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
a img {
	border: none;
	}
.tags a{
	margin-right: 5px;
}
.hidden{
	display: none;
}
.top-eyebrow{
	margin: 0;
	padding-left: 30px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
.top-eyebrow li{
	display: inline;
}
.top-eyebrow li+li:before{
	content: "-";
	padding-right: 5px;
}
.top-eyebrow a{
	color: inherit;
	text-decoration: none;
}
.bottom-eyebrow{
	margin: 0;
	background-color: rgb(102, 102, 102);
	border-bottom: 3px solid #FF9900;
	color: white;
	font-family: 'Trebuchet MS';
	font-size: 17px;
	padding: 4px 20px;
}
.bottom-eyebrow li{
	display: inline;
	padding: 1px 8px;
	margin-left: -5px;
}
.bottom-eyebrow li:hover{
	background-color: #999999;
}
.bottom-eyebrow li.active{
	background-color: #FF9900;
}
.bottom-eyebrow a{
	color: inherit;
	text-decoration: none;
}

#tgMasthead{
	background-color: rgb(102, 102, 102);
	border-top: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
	color: white;
	margin-top: 1px;
	height: 300px;
}
#tgMasthead a{
	color: inherit;
	text-decoration: none;
}
.centered-box{
	width: 105em;
	margin-left: auto;
	margin-right: auto;
}
.subscribe-box{
	float: right;
	margin-top: 5px;
	border-left: 1px solid #999999;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.subscribe-box .title{
	font-size: 30px;
	font-family: 'Lucida Grande', sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
.subscribe-box .subscribe-content{
	margin-top: 10px;
	padding-left: 40px;
}
.subscribe-box .image{
	width: 64px;
}
.subscribe-box .image img{
	border: 0;
}
.subscribe-box .icons .labels{
	font-size: 30px;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	top: 10px;
}
.subscribe-box .icons .desc{
	font-size: 10px;
	font-style: italic;
	position: relative;
	text-align: left;
}
.subscribe-box .desc a{
	text-decoration: underline !important;
}
.subscribe-box .icons .seperator{
	border-bottom: 1px solid #999999;
	margin-left: 20px;
	margin-right: 20px;
}
.subscribe-box .email-title{
	padding: 0;
	padding-top: 5px;
	font-size: 15px !important;
}
.subscribe-box input[type="text"]{
	border: 1px solid #CCCCCC;
	width: 210px;
}
.subscribe-box input[type="submit"]{
	border: 1px solid #CCCCCC;
	background-color: white;
	font-size: 11px;
}

.stories-box{
}
.story-box{
	float: left;
	margin-top: 15px;
	padding-left: 5%;
}
.story-box + .story-box{
	padding-left: 0;
}
.story-box .title{
	width: 240px;
	height: 70px;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 5px;
}
.story-box .image{
	border: 3px solid rgb(0, 153, 255);
	background-color: white;
	height: 190px;
	width: 230px;
	text-align: center;
}
.story-box img{
	background-color: white;
	padding: 5px;
	max-height: 180px;
	max-width: 220px;
	text-align: center;
}
#tgContent{
	width: 100em;
	margin-left: auto;
	margin-right: auto;
}
#tgSidebar{
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	width: 350px;
	min-height: 800px;
	text-align: right;
}
.search {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.search .title{
	font-size: 17px;
	padding-left: 5px;
}
.search input[type="text"]{
	width: 220px;
}
.search input[type="submit"]{
	border: 1px solid #CCCCCC;
	background-color: white;
	padding-left: 0;
	font-size: 15px;
}
.ads, .archives, .services{
	min-height: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.ads .title, .archives .title, .services .title{
	color: #999999;
	float: right;
	padding-right: 5px;
	font-size: 11px;
	clear: both;
}
.ads{
	text-align:right;
	padding-bottom: 10px;
}
.ad-300x250{
	border: 1px solid #CCCCCC;
	width: 320px;
	height: 275px;
	margin-left: auto;
	text-align: center;
}
.ad-300x250 img{
	border: 1px solid #CCCCCC;
}
.recent_comments{
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	font-family:Trebuchet MS,Arial,sans-serif;
	clear: both;
}
.services .header{
	color: #666666;
	font-size: 17px;
}
.services li + .header{
	padding-top: 20px;
}
.archives li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
}
.archives a{
	color: #999999;
	text-decoration: none;
}
.recent_comments a{
	color: #666666;
	text-decoration: none;
}
.aktt_tweets ul{
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
	font-family:Trebuchet MS,Arial,sans-serif;
	clear: both;
}
#tgBar{
	color: #666666;
	padding-top: 1px;
	font-size: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
}
#tgPosts{
	background-color: #EEEEEF;
	float: left;
	margin-top: 5px;
	width: 815px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#tgPosts .entry{
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#tgPosts .entry + .entry{
	margin-top: 5px;
}
#tgPosts .future{
	border: 1px dashed #CCCCCC;
}
#tgPosts .mini{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#tgPosts .content{
	margin-top: 5px;
	padding-top: 10px;
}
#tgPosts .home .content{
	overflow: hidden;
}
#tgPosts .details+.content{
}
#tgPosts .single .content{
	border-bottom: 0;
}
#tgPosts .details{
	color: #666666;
}
#tgPosts .more-link{
	font-size: 16px;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	display: block;
}
#tgPosts .more-link a{
	color: rgb(0, 153, 255);
	font-family: 'Trebuchet MS';
	text-decoration: none;
	text-align: right;
	clear: both;
}
#tgPosts .size_buttons{
	border: 1px solid #CCCCCC;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#tgPosts .size_buttons a{
	color: #999999;
	font-size: 13px;
	text-decoration: none;
}
#tgPosts .size_buttons .active{
	color: rgb(0, 153, 255);
}
#tgPosts .wp-caption-text{
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
#tgComments{
	width: 770px;
	margin-top: 20px;
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
}
/* Comments */
#comments{
	padding-top: 10px;
}
.comments li{
	list-style-type: none;
}
.comment-header{
	border-bottom: 1px solid rgb(0, 153, 255);
	font-family: Arial;
	padding-top: 5px;
	padding-bottom: 5px;
}
.comment-body{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-body .avatar{
	border: 1px solid rgb(0, 153, 255);
	float: right;
}
.comments .comment-author a{
	color: black;
	font-size: 1.1em;
	text-decoration: none;
}
.comments li{
	margin-bottom: 20px;
}
h3#comments{
	font-family: 'Trebuchet MS';
	font-size: 30px;
	color: #999999;
	text-align: center;
	}
.comment-author{
	font-size: 15px;
	padding-left: 5px;
}
.commentmetadata a{
	color: black;
	font-size: 14px;
	text-decoration: none;
}
.commentmetadata{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.comment:hover .reply-hover{
	opacity: .7;
}
.reply-hover{
	opacity: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}
.reply{
	margin-left: 5px;
	margin-bottom: 5px;
}
.reply-hover a, .reply a{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.reply-hover{
	list-style-type: none;
}
.reply li{
	display: inline;
}
.reply li+li:before{
	content : "-";
	padding-right: 10px;
}
#comments .comment-meta a{
	color: #CCCCCC;
}
#comments .comment-meta strong a{
	font-size: 1.2em;
	color: #990033;
}
#comments p.comment-meta .comment-time a{
	font-size: 0.9em;
	color: #999999;
}
textarea#comment{
	border: 2px solid #CCCCCC;
	width: 45em;
}
#comments .form_submit{
	background-color: white;
	border: 2px solid #CCCCCC;
	color: #333333;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-weight: bold;
	}
em {
	font-style: italic;
}
.depth-1{
	
}
.depth-2{
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.depth-2 .comment-header{
	border: 0;
	border-bottom: 1px solid black;
	background-color: white;
	font-size: 13px;
}
.depth-2 .comment-body{
	margin-top: 5px;
	margin-right: 0;
}
.depth-2 .avatar{
	border:1px solid black;
}
.depth-3{
	margin-left: 30px;
}
.btc-comment{
}
.btc-comment .comment-author{
	font-size: 15px;
}
.btc-comment .commentmetadata a{
	font-size: 10px;
	margin: 0;
}
.btc-comment p{
	font-size: 15px;
}
.btc-comment p+p{
	font-size: 10px;
	margin-bottom: 0px;
}
.btc-twitter{
	border: 2px solid #4DE7FF !important;
}
.meta{
	border-top: 1px dotted #CCCCCC;
	padding-top: 10px;
	text-align: center;
}
.meta .title{
	clear: both;
	padding-top: 10px;
	font-family: 'Trebuchet MS';
	font-size: 30px;
	color: #999999;
}
.meta .byline{
	color: #999999;
	float: right;
	font-size: 10px;
}
.meta .content{
	padding-top: 0 !important;
	margin: 0 !important;
}
.footer{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
#cse-search-results{
	width: 700px;
}
.pages a{
	padding-top: 10px;
	color: #666666;
	font-size: 15px;
	text-decoration: none;
}
.topad{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#tgComments{
	width: 770px;
	margin-top: 20px;
	padding: 10px;
	border-top: 0;
}
/* Comments */
#comments{
	padding-top: 10px;
}
#comments h3{
	font-family: 'Trebuchet MS';
	font-size: 30px;
	color: #999999;
}
#comments .fb-connect{
	border-left: 1px dotted #CCCCCC;
	color: #666666;
	float: right;
	font-size: 17px;
	font-family: 'Sans-serif';
	height: 270px;
	line-height: 22px;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 25px;
	text-align: left;
	width: 350px;
}	
.fb-connect small{
	display: none;
}
.fb-connect .dark{
	position: relative;
	top: -20px;
}
#comments input{
	border: 2px solid #CCCCCC;
	margin-top: 20px;
}
#comments label{
	font-size: 10px;
}
.comments li{
	list-style-type: none;
	padding-bottom: 20px;
}
.comment-header{
	border-bottom: 3px solid rgb(0, 153, 255);
	font-family: Arial;
	padding-top: 5px;
	padding-bottom: 5px;
}
.comment-header .comment-time{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.comment-header .comment-time a{
	color: black;
	font-size: 14px;
	text-decoration: none;
}
.comment-body{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-body .avatar{
	border: 1px solid rgb(0, 153, 255);
	float: right;
}
.comments .comment-author a{
	color: black;
	font-size: 1.1em;
	text-decoration: none;
}
.comments li{
	margin-bottom: 20px;
}

.comment-author{
	font-size: 15px;
	padding-left: 5px;
}
.actions{
	color: #CCCCCC;
	margin-left: 5px;
	margin-bottom: 5px;
}
.actions li{
	display: inline;
}
.actions a{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.actions li+li:before{
	content : "-";
	padding-right: 10px;
}
.actions{
	list-style-type: none;
}
#comments .comment-meta a{
	color: #CCCCCC;
}
#comments .comment-meta strong a{
	font-size: 1.2em;
	color: #990033;
}
#comments p.comment-meta .comment-time a{
	font-size: 0.9em;
	color: #999999;
}
#topcomment textarea{
	margin-top: 20px;
	border: 2px solid #CCCCCC;
	width: 25em;
}
#topcomment textarea.logged{
	border: 2px solid #CCCCCC;
	width: 45em;
}
#respond textarea{
	margin-top: 20px;
	border: 2px solid #CCCCCC;
	width: 45em;
}


#comments input[type="submit"]{
	background-color: white;
	border: 2px solid #CCCCCC;
	color: #333333;
	margin-top: 0;
	}
em {
	font-style: italic;
}
.depth-1{
}
.depth-1 .comment-content{
	margin-top: 10px;
}
.depth-2{
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.depth-2 .comment-header{
	border: 0;
	border-bottom: 2px solid black;
	background-color: white;
	font-size: 13px;
}
.depth-2 .comment-body{
	margin-top: 5px;
	margin-right: 0;
}
.depth-2 .avatar{
	border:1px solid black;
}
.depth-3{
	margin-left: 30px;
}
.btc-comment{
}
.btc-comment .comment-author{
	font-size: 15px;
}
.btc-comment .commentmetadata a{
	font-size: 10px;
	margin: 0;
}
.btc-comment p{
	font-size: 15px;
}
.btc-comment p+p{
	font-size: 10px;
	margin-bottom: 0px;
}
.btc-twitter{
	border: 2px solid #4DE7FF !important;
}
.meta{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 20px;
	text-align: center;
}
.meta .title{
	font-family: 'Trebuchet MS';
	font-size: 30px;
	color: #999999;
	position: relative;
	top: -27px;
}
.meta-byline{
	float: right;
	color: #999999;
	font-size: 10px;
}
.meta .content{
	padding-top: 0 !important;
	margin: 0 !important;
}
.social-media{
	margin-bottom: 3px;
	text-align: right;
}
.social-media .retweet{
	position: relative;
	right: -25px;
}
.ad-box{
	height: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.ad-text{
	height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}
.ad-text-2{
	background-color: white;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 3px;
	padding-left: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
}
.ad-text-2 .title{
	padding-left: 5px;
	padding-right: 10px;
	color: rgb(0, 153, 255);
	float: left;
}
.ad-text-2 li{
	list-style-type: none;
}
.ad-text-2 a.link{
	color: inherit;
	display: block;
	text-decoration: none;
}
.ad-text-expand{
	background-color: white;
	border: 1px solid #CCCCCC;
	display: none;
	margin-bottom: 5px;.
}
.ad-text-expand .header{
	color: rgb(0, 153, 255);
	font-size: 20px;
	margin-bottom: 10px;
}
.ad-text-2 .more{
	float: right;
	padding-right: 10px;
}
.ad-text-2 .more a{
	color: rgb(0, 153, 255);
	text-decoration: none;
}
.ad-text-space{
	height: 25px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 11px;
	text-align: center;
}
.ad-text-left{
	background-color: white;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 3px;
	font-size: 11px;
	float: left;
	text-align: center;
	width: 402px;
}
.ad-text-right{
	background-color: white;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 3px;
	font-size: 11px;
	float: right;
	text-align: center;
	width: 402px;
}
.ad-medium{
	background-color: white;
	border: 1px solid #CCCCCC;
	height: 300px;
	width: 350px;
}
.ad-left{
	float: left;
}
.ad-right{
	float: right;
}
#tabs{
	border: 1px solid rgb(0, 153, 255);
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: -1px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
#tabs li{
	cursor: pointer;
	display: inline;
	font-size: 17px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: -5px;
}
#tabs li+li{
	border-left: 1px solid rgb(0, 153, 255);
}
#tabs .selected{
	background-color: rgb(0, 153, 255);
	color: white;
}
#tab-container{
	border: 3px solid rgb(0, 153, 255);
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-family: sans-serif;
	font-size: 15px;
	height: 115px;
}
#tab-container ul{
	margin: 0;
}
#tab-container ul a{
	color: rgb(0, 153, 255) !important;
}
#tab-container li.head{
	font-size: 18px;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 0;
}
#tab-container img{	
border: 1px solid #CCCCCC;
float: right;
max-height: 100px;
}
#tab-container .label{
	color: #666666;
}
#tab-container .name{
	font-size: 25px;
}
#tab-container .name a{
	color: inherit;
}
#tab-container .link{
	color: rgb(0, 153, 255) !important;
	font-size: 16px;
	position: relative;
	top: -2px;
	padding-left: 2px;
	padding-right: 2px;
}
#tab-container .desc{
	padding-top: 5px;
	height: 35px;
}
#tab-container .bio{
}
#tab-container .label{
	font-weight: bold;
}
