/*
Theme Name: NADA
Theme URI: http://www.nada.ca/
Description: Customised theme for NADA, developed by <a href="http://www.madhattermedia.ca">Mad Hatter Media</a>
Version: 1.0
Author: Mad Hatter Media
Author URI: http://www.madhattermedia.ca/
*/




/* Begin Structure */
#advert {
	width: 100%;
	height: 120px;
}
#search {
	float: right;
	}
	
#page {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 950px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: auto;
	}

#header {
	height: 300px;
	width: 950px;
	}

#content {
	width: 950px;
	min-height: 600px;
	}


#subContent {
	float: right;
	padding: 10px 25px 0px 25px;
	width: 600px;
	}

#subContentLeft {
	float: left;
	width: 315px;
	}
#subContentRight {
	float: right;
	width: 275px;
	}
	
.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



	
#slogan {
	height: 35px;
	float: right;
	width: 655px;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	vertical-align: bottom;
	}

#footer p {
	padding: 20px 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	display: block;
	}
h1.pagetitle {
	text-align: left;
}
h3 {
	padding: 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	width: 50%;
	float: right;
	}

.alignleft {
	width: 50%;
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#subLeft #searchform #s {
	width: 108px;
	padding: 2px;
	}

#subLeft #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin subLeft */
#subLeft {
	float: left;
	width: 295px;
	min-height: 650px;
	}

#subLeft form {
	margin: 0;
	}
/* End subLeft */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



