/* Base */
@import url(http://static.typepad.com/.shared:vb8443f8:typepad:en_us/themes/common/base-weblog.css);

@import url(http://static.typepad.com/.shared:vb8443f8:typepad:en_us/themes/common/bxslider.css);
@import url(http://static.typepad.com/.shared:vb8443f8:typepad:en_us/css/widgets.css);
@import url(http://static.typepad.com/.shared:vb8443f8:typepad:en_us/themes/common/recentpostsfancy.css);

/* Tip Jar */
@import url(http://static.typepad.com/.shared:vb8443f8:typepad:en_us/themes/common/tipjar.css);

/* Portal */

/* Theme */
@import url(http://static.typepad.com/.shared:vb8443f8:typepad:en_us/themes/walt/theme-curves_blue.css);






/* Custom CSS */
BODY {background-image:none;
}

/***** Structure *****/
#container {
        width:100%;
	background-image: url('http://threatgeek.typepad.com/images/TG_BG_1608a.png');
        background-repeat:repeat-x;
}

#container-inner {
        width:940px;
	margin: auto;
}

.layout-two-column-right #alpha{
        width:600px;
}

.layout-two-column-right #beta{
        width:260px;
}


.layout-two-column-right #pagebody-inner{
        background-image: url('http://threatgeek.typepad.com/images/rightcol_line.gif');
        background-repeat:repeat-y;
}

/***** Banners *****/

#banner
{
	background-image: url('http://threatgeek.typepad.com/images/TG_header_1608e.png');
	background-color: transparent !important;
        background-size:950px 150px;
	height: 150px;
	border-top-width: 0;   
        
}

#banner-header
{
    display: none;
}

#banner-description
{
    display: none;
}



/***** Social Media Icons *****/

#social_media_icons img
{ 
	padding-right: 8px; 
	margin: 5px 0;
}

#social_media_icons{
        width: 300px;
        position: relative;
        top: -43px;
        left: 672px;
}




/***** Floating header links in place of image map *****/

#FSS_floater_link{
        width: 341px;
        height: 12px;
        position: relative;
        top: -252px;
        left: 583px;
        cursor:pointer;

}

#TG_floater_link{
        width: 600px;
        height: 150px;
        position: relative;
        top: -240px;
        left: 0px;
        cursor:pointer;

}

/***** Bios *****/

.biopanel {
	padding: 0 15px 20px 15px;
	clear: both;
}
.biophoto {
	padding: 0 10px 10px 0;
	float: left;
}
.biophoto img {
	width: 150px;
}
.biotext {
	float: left;
	width: 350px;
}


.module-content{
        margin-bottom:15px;
}

.module-content a {
    color: #91c850;
}



/***** Post titles *****/


h3.entry-header a, .entry-header, .entry-header a {
	font-family:"chainprinter-1","chainprinter-2", arial, sans-serif;
	font-size:18px;
	color:#5A6464;
        letter-spacing:-1px;
        font-weight:bold;
	margin: 5px 0;
}



.entry-body img{
        border:1px solid #666;
}

.entry-body p{
        line-height:18px;
}

.entry-body p sup{
        line-height:9px;
}


.nav-list-item a{
        font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 42px;
	color: #5A6464;
	font-weight: bold;
	background: transparent;
	display: block;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	
}

.nav-list-item a:hover{
      
	color: #FFF;
	text-decoration: none;
}

.nav-list-item{
	border-right-width:0px;
	border-right-style: none;

}

#nav {
	background-color:#91C850;
	background-repeat:repeat-x;
	height:42px;
}


/* removing blue arrow ornament from post titles  */
.entry {
/*   background-image: url("theme-curves_blue/post-ornament.gif");  */
	background-image:none;
}

.entry-header, .entry-content{
	margin: 5px 0;
}


.biophoto img{
	border:1px solid #666;
}



#footer{
        border-color:#a2a2a2;
        background-image:none !important;
        background-color:#91C850;
}

.footer-list-item{
        border-width:0px

}

.footer-list-item a{
        font-size:11px

}


.entry-footer{
        
margin:10px 25px 20px 0px;
}



#social_media_icons_footer a{
        display:inline;
        padding:0px 0px 0px 8px

}




/***** Search Module *****/
.module-search input[type="search"] {
        margin-bottom:5px;
        width:186px;
}

.module-search .module-content {
        margin-top: 0px;
        margin-bottom: 10px;
}


.subtitle{
        color:#666; 
        font-size:11px;
}

/*p img[class~=asset-image] {
        text-align:center;
]*/


.noborder{
        border:0px !important;
}


.fta_print {
        margin: 0px auto 5px; 
        display: block; 
        border: 0px !important;

}



/*   TABLES  */

table.blog_table {
	background: #fafafa;
	color: #444;
	font: 100%/30px 'Helvetica Neue', helvetica, arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
}

.blog_table strong {
	font-weight: bold; 
}

.blog_table em {
	font-style: italic; 
}

table.blog_table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 580px;
}	

.blog_table th {
	background: -webkit-linear-gradient(#777, #444); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#777, #444); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#777, #444); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
  font-size:15px;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
	
}

table.blog_table th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

table.blog_table th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

table.blog_table th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

table.blog_table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

table.blog_table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

table.blog_table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

table.blog_table tr {
	background: #f2f2f2;	
}

table.blog_table tr:nth-child(odd) td {
	background: #eeeeee;	
}

/*table.blog_table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

table.blog_table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

table.blog_table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

table.blog_table tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

table.blog_table tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
*/













/* ph=1 */
