/*   
Theme Name: Echelon
Theme URI: http://www.cpcorleans.ca/echelon
Description: A custom template for team echelon.
Author: Tomas Breffitt
Author URI: http://tomasbreffitt.com
Version: 1.0
.
Licence: Creative Commons 3.0 Share-a-like. You may reuse, remix and rerelease your own version so long as it has the same licence. Code available upon request.
.
*/
a, img, h1, h2, h3, h4, body, ul, li{
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover{
	color: #fff;
}
h2 a{
	text-decoration: none;
}
h2.title{
	padding-bottom: 0;
	margin-bottom: 0;
}
body{
	color: #fff;
	background-color: #282828;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	height: 100%;
}
#wrapper{
	background-color: #282828;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapperin{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1024px;
	padding-top: 25px;
}
h2, h3{
	font-size: 30pt;
}
h4{
	font-size: 12pt;
	font-weight: normal;
}
.title{
	border-bottom: white 1px solid;
}
#content{
	width: 520px;
	float: left;	
}
#side{
	float: left;
	margin-left: 305px;
	width: 193px;
}
#side h2{
	margin-top: 35px;
}
#header{
	height: 126px;
	text-align: center;
	background-color: #fff;
	width: 100%;
}
#headerin{
	text-align: left;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar ul{
	list-style-type: none;
	padding-top: 7px;
}
#mid{
	height: 100px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -11px;
	background-image: url('images/midbg.png');
	background-repeat: repeat-y;
	width: 316px;
}
#mid #mleft, #mid #mright{
	width: 40%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#mid #mleft{
	margin-left: 18px;
	margin-right: 9px;
}
#mid #mleft img, #mid #mright img{
	margin-left: 8px;
}
.stuff{
	padding-right: 20px;
}