/*
aaablogs.css
'aaablogs' style for the Tarski theme - http://tarskitheme.com/
Designed by Stilgherrian http://stilgherrian.com/
for ActionAid Australia blogs http://blogs.actionaid.org.au
version 0.4, 20 September 2009
*/

/* Page structure
----------------------------------------------- */
body.aaablogs {
	min-width: 860px;
}
body.aaablogs #wrapper {
	width: 860px;
}
body.aaablogs .primary {
	width: 600px;
}


/* Main structure
----------------------------------------------- */
body { font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; color:#2a2929; background: #dfdad4; }

#wrapper { background: #fff; }




/* Navigation
----------------------------------------------- */
body.aaablogs #nav-current:link, body.aaablogs #nav-current:visited, body.aaablogs #nav-current:active { color: #998b7d; }
body.aaablogs #nav-current:hover { color: #ed1c24; }

#wrapper .nav-current:link, #wrapper .nav-current:visited, #wrapper .nav-current:active { color: #8fbf60; }
#wrapper .nav-current:hover { color: #ed1c24; }


/* Content
----------------------------------------------- */
body.aaablogs { color: #000000; }
body.aaablogs code, body.aaablogs pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8f93; }
body.aaablogs abbr, body.aaablogs acronym { border-bottom: 1px solid #bf8f93; }
body.aaablogs blockquote { color: #000000; }

		/* Headers
		--------------------------------------- */
		#blog-title { font-family: Verdana, Arial, Helvetica, sans-serif; }
		#tagline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: normal; font-style: normal; margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%; }
		
		#title { border-bottom: 1px dotted #ed1c24; }
		#navigation { border-bottom: 1px dotted #ed1c24; }

		h1, body .entry .title { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; border-bottom: 1px dotted #ed1c24; padding: 0 0 0.1em 0; }
		h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 120%; margin: 0 0 0.5em 0; }
		h3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: 0.8em; font-weight: bold; text-transform: uppercase; letter-spacing: 0.1em; border-bottom: none; line-height: 120%; margin: 0 0 0.3em 0; }
		h4 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: 0.8em; font-weight: bold; text-transform: none; letter-spacing: 0.1em; border-bottom: none; line-height: 120%; margin: 0 0 0.8em 0; }

		/* Post content
		--------------------------------------- */
		body.aaablogs .articlenav { margin: 0 0 2em 0; border-bottom: 1px dotted #ed1c24; padding-top: 0.75em; padding-bottom: 0.75em; color: #808080; }
		body.janus .articlenav { text-align: right; }
		body.rtl .articlenav { border-bottom: 1px dotted #ed1c24; }


		/* Asides
		--------------------------------------- */
		body.aaablogs div.aside {
			border-left: 2px solid #bf6068;
			padding-left: 10px;
			margin-bottom: 4em;
		}

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

		/* Downloads
		--------------------------------------- */
		body.aaablogs a.download:link, body.aaablogs a.download:visited, body.aaablogs a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.aaablogs a.download:hover { background: #fffcfd url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5cfd0; border-bottom: 1px solid #e5cfcf !important; }

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

	/* Footer
	--------------------------------------- */
	#footer { border-top: 1px dotted #ed1c24; }
		#theme-info { border-top: 1px dotted #ed1c24; }
			




/* Links
----------------------------------------------- */
body.aaablogs a:link, body.aaablogs a:active, body.aaablogs a:visited { color: #998b7d; }
body.aaablogs a:hover { color: #ed1c24; }

body.aaablogs .content a:link, body.aaablogs .content a:active, body.aaablogs .content a:visited { border-bottom: 1px solid #998b7d; }
body.aaablogs .content a:hover { border-bottom: 1px solid #ed1c24; }




/* ADDITIONAL STYLES FOR WPMU HOME PAGE TEMPATE
----------------------------------------------- */
.home-row {
	float: left;
	width: 860px;
	margin-bottom: 2em;
}
.home-row .home-box {
	float: left;
	width: 400px;
	margin-right: 20px;
}
.home-row .last {
	margin-right: 0px;
}

.home-box h2 {
	margin-bottom: 0.2em;
}

.primary .home-row {
	width: 600px;
}
.primary .home-row .home-box {
	width: 290px;
}


ul.blogroll li a img { border: none; }
ul.blogroll li a:hover img { border: none; }

