/*
Theme Name:		Wellington Water Watchers
Theme URI: 		http://www.wellingtonwaterwatchers.ca/
Version: 		1.0.1
Description: 	        Clean redesign
Author: 		Cameron Gaut/Dave Ward
Author URI:		http://seegodesign.com

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* WWW Theme t */
@import url( 'library/media/css/www.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/* Contest Page Styling */
#contest {
	border: 15px solid #458ab3;
	margin-top: 10px;
	margin-left: 75px;
	margin-right: 75px;
	padding: 15px;
}


#contest-buttons {
	text-align: center;
}

#contest h2 {
	color: #458ab3;
}


#contest h3 {
	color: #458ab3;
}

div#relatedposts {
	margin-top: 35px;
	padding-top: 20px;
	border-top: thick double #2361A1;
}

div.clearfloat {
	clear: both;
}

