/*
Theme Name: KWNano
Theme URI: http://kwnano.org/
Description: Kitchener/Waterloo Nano theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Ben Brown
Author URI: http://www.z80media.com/
*/

/* The Basics & Superstructure */

body {
     margin:0;
     margin-top:30px;
     background-color: #93c2d1;
     background-image:url('images/bk.gif');
     background-repeat:repeat-x;
     font-family:Arial,Helvetica,sans-serif;
     font-size:90%;
     line-height:1.2em;
     color:#333;
}

a { text-decoration:none; color: #e80026; }
a:hover { text-decoration: underline; color:#93031b; }
a:visited { color:#93031b; }

.alignright { float: right; }
.alignleft { float:left; }


#superstruct {
     width:890px;
     margin:0px auto;
}


/* Titlebar and Site Navigation */

#titlebar {
     margin:0 auto;
     height:82px;
     background-image:url('images/titlebar.gif');
     background-repeat:no-repeat;
}

#navbar {
     text-align:right;
     font-size:120%;
     font-weight:bold;
     top:48px;
     position:relative;
     font-size:110%;
     right:10px;
}

#navbar a { text-decoration:none; color: #e80026; }
#navbar a:hover { text-decoration: underline; color:#93031b; }
#navbar a:visited { color:#93031b; }

/* Right-hand Sidebar */

#sidebar {
     width:218px;
     margin-right:17px;
     float:right;
     font-size:90%;
}

#sidebar .headline { margin-top:8px; color: #e80026; font-size:120%; padding-bottom:5px; font-weight:bold; border-bottom:1px DASHED #000; }
#sidebar p { margin:8px 0px 10px 0px; }

#sidebar li { list-style:none; }

/* Site Main Content */

#content {
     overflow:hidden;
     margin:0px auto;
     background-image:url('images/content.gif');
     background-repeat:repeat-y;
}

#content .container {
     width:610px;
     margin: 0px 0px 25px 20px;
     text-align:left;
}

#content .container .post-title { font-size:145%; color: #e80026;margin-bottom:8px; }
#content .container .post-tagline { font-size:90%; }


/* Content -- for the post date (calendar) */

#content .container .post-date {
	width: 35px;
	height: 40px;
	float:left;
	margin-right: 10px;
}
#content .container .post-month {
	line-height: 14px;
	padding-top: 1px;
	margin-left: -3px;
	font-size: 11px;
	color: #EEEEEE;
	background-color:#AA0000;
	text-align: center;
	display:block;
	font-weight:bold;
}
#content .container .post-day {
	line-height: 24px;
	padding-top: 2px;
	margin-left: -3px;
	border:1px SOLID #AAAAAA;
	border-top:0;
	font-size: 18px;
	color: #666666;
	text-align: center;
	display:block;
}

#content .container #commentbox {
         border:1px DASHED #AAA;
         padding:5px 10px;
}

#content .container h2 { color:#9c001a; }


/* Site Footer */

#footer {
     overflow:hidden;
     height:50px;
     margin:0px auto 25px;
     background-image:url('images/footer.gif');
     background-repeat:no-repeat;
     font-size:90%;
}
