/*
Design by YESS
http://www.yesswecan.ca
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}
#text3 {
	position:relative;
	outline: none;
	
	font-size:85%;
	width:620px;
	color:#CCC;
	height: 500px;
	
	
}

body {
	font: normal small Verdana, Helvetica, sans-serif;
	color: #939297;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #806b50;
	cursor: pointer;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 120%;
}

a {
	color: #939297;
}

a:hover {
	text-decoration: none;
	color: #7f6a4f;
}

/* Post */

.post img{
	padding-right: 1em;
}

.post {
	padding: .1em .1em .1em .1em;
}

.post h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #806b50;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #747474;
}

/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	height:auto;
}

/* Header */

#header {
	height: 300px;
	padding: 30px 50px 0 20px;
	color: #E5F5D0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#colOne {
	float: right;
	width: 620px;
	padding-right: 20px;
}

#colOne td{
	font-size: .8em;
	text-align: left;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 60px 40px 0 40px;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: none;
}

#colTopOne {
	float: right;
	width: 500px;
	padding-right: 20px;
	text-align:center;
}

#colTopTwo {
	float: left;
	width: 160px;
	padding-left:30px;
}

/* Menu */

#menu {
	height: 55px;
}

#menu ul {
	float: left;
	padding: 10px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#staffMenu {
	width: 120px;
}

#staffMenu ul {
	float: left;
	padding: 5px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#staffMenu li {
	display: block;
}

#staffMenu a {
	text-decoration: none;
	color: #CCCCCC;
}

#staffMenu a:hover {
	text-decoration: underline;
	color: #7f6a4f;
}

/* Footer */

#footer * {
	color: #CCCCCC;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}
