/*
pwr.css
'pwr' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

/* Navigation
----------------------------------------------- */
body.pwr #wrapper .nav-current:link, body.pwr #wrapper .nav-current:visited, body.pwr #wrapper .nav-current:active { color: #F15836; }
body.pwr #wrapper .nav-current:hover { color: #F15836; }

	/* Feed icon
	------------------------------------------- */
	body.pwr .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.pwr code, body.pwr pre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; color: #bf8f93; }
body.pwr abbr, body.pwr acronym { border-bottom: 1px solid #bf8f93; }

		/* Headers
		--------------------------------------- */
		body.pwr h3 { color: #8fbf60; }
		body.pwr h4, body.pwr h5, body.pwr h6 { color: #006699; }

		/* Post content
		--------------------------------------- */
		body.pwr .articlenav { background: #fcfeff; }

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

		/* Downloads
		--------------------------------------- */
		body.pwr a.download:link, body.pwr a.download:visited, body.pwr a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; }
		body.pwr a.download:hover { background: #fffcfd url('../images/download.gif') no-repeat 10px 50%; }

		/* Images
		--------------------------------------- */
		body.pwr a img { border: 1px solid #3689b3; }
		body.pwr a:hover img { border: 1px solid #a6212c; }
						
		/* Comments
		--------------------------------------- */
		body.pwr .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.pwr .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.pwr a:link, body.pwr a:active, body.pwr a:visited {
	color: #006699;
	text-decoration: none;
}
body.pwr a:hover {
	color: #F15836;
	text-decoration: none;
}

body.pwr .content a:link, body.pwr .content a:active, body.pwr .content a:visited { }
body.pwr .content a:hover { }

#blog-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:normal;
	border:none;
	line-height:120%;
	color:#F05836;
	margin:0;
	padding:0;
}

#tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	font-style:italic;
	color:#666666;
	border:none;
	line-height:120%;
	margin:0.1em 0 0.3em;
	padding:0;
}

h1,h2,.post-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:normal;
	line-height:120%;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0 0 0.1em;
}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em; font-weight: normal; color: #8fbf60; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }

a {
	text-decoration:none;
}

a:link,a:visited,a:active {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#F05836;
}

.textwidget {
	line-height:1.6em;
	padding:0 0 1em;
}
		h1, .entry .title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.4em; font-weight: normal; line-height: 120%; margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0; 
		}
#header a {
	color: #F05836;
	text-decoration: none;
}

#header a:hover {
color: #006699;
	text-decoration: none;
	}
