/*
netv.css
'Netv' style for the Tarski theme - http://tarskitheme.com/
Designed by Laura Trippi, http://latrippi.com/
*/
/* Main structure
----------------------------------------------- */

body.netv {
	height:100%; 
	}
					
body.netv #wrapper { 
	background: #FFF; 
	position: relative; 
	border-left: solid #CFDAE6 1px;
	border-bottom: solid #6490C1 1px;
	padding-top: 1em; } 

body.netv #moonrise {
	position: fixed; 
	top: 8em;
	left: 80%;
	}

body.netv #dropleft { 
	background: #F2F3F7;
	position: absolute;
	width: 50%;
	min-height: 100%;
	border-right: solid #6490C1 1px;
	border-bottom: double #CFDAE6 3px;
	}

/* Header
----------------------------------------------- */

body.netv #title { margin-top: -6.5em; padding-left: 0px; padding-bottom: 2em; border-bottom: solid #CFDAE6 1px; }

body.netv p#tagline { color: #CFDAE6; font-family: "fertigo-pro-1","fertigo-pro-2"; }

/* section border lines 
----------------------------------------------- */
	
body.netv #navigation { border-bottom: solid #CFDAE6 1px; }

body.netv .entry .title { border-bottom: solid #CFDAE6 1px; }

body.netv #footer { border-top:3px double #CFDAE6; }

body.netv #theme-info { border-top:3px double #6490C1; }

body.netv h3 { border-bottom:1px solid #CFDAE6; }

/* 
From Polar w/custom colors: */

/* Navigation
----------------------------------------------- */
body.netv #wrapper .nav-current:link, body.netv #wrapper .nav-current:visited, body.netv #wrapper .nav-current:active { color: #A4ACB6; } /* a8a8a8 */
body.netv #wrapper .nav-current:hover { color: #000; background-color: #FFF; }
	
/* Content
----------------------------------------------- */
body.netv abbr, body.netv acronym { border-bottom: 1px solid #817859; } /* 5c8499 */
		
/* Headers
--------------------------------------- */
body.netv h3 { color: #A4ACB6; } /* a8a8a8 */

/* Post content
--------------------------------------- */
body.netv .articlenav { background: #fff; }

/* Inserts
--------------------------------------- */
body.netv .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #F2F3F7; padding: 9px; } /* cfdee5 */
body.netv .insert h3 { border-bottom: 1px solid #CFDAE6; } /* cfdee5 */

/* Downloads
--------------------------------------- */
body.netv .content a.download:link, body.netv .content a.download:visited, body.netv .content a.download:active { background-color: #fafcfc; border: 1px solid #CFDAE6; } /* cfdee5 (border) */

/* Images
--------------------------------------- */
body.netv a img { border: 1px solid #817859; } /* 4c8099 */
body.netv a:hover img, body.netv .comment a:hover .avatar { border: 1px solid #000; }

/* Links
----------------------------------------------- */
body.netv a:link, body.netv a:active, body.netv a:visited { color: #817859 ; } /* 4c8099 */
body.netv a:hover { color: #8E2218; background-color: #FFF3F3;} /* 000 */

body.netv .content a:link, body.netv .content a:active, body.netv .content a:visited, body.netv .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.netv .tagdata a:active, body.netv .tagdata a:visited, body.netv .widget_tag_cloud a:link, body.netv .widget_tag_cloud a:active, body.netv .widget_tag_cloud a:visited { border-bottom: 1px solid #C1CBD6; }
body.netv .content a:hover, body.netv .link-pages a:hover, body.netv .tagdata a:hover, body.netv .widget_tag_cloud a:hover { border-bottom: 1px solid #000; } 

/* Widgets
----------------------------------------------- */

/* Calendar widget
------------------------------------------- */
body.netv .widget_calendar tbody td a { color: #fff; background: #817859; } /* 8bb6cc */
body.netv .widget_calendar tbody td a:hover { color: #fff; background: #404040; }

