@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: helvetica, arial, san serif;
	line-height: 18px;
	color: #434230;
}

body {
	text-align: center;
	background: #c9cac9 url(/_locker/_images/JasonWilsonCanalWeb_Background.jpg) no-repeat top center;
}

#header, #content {
	margin: 0px auto;
	width: 500px;
	text-align: left;
} 

#header {
	height: 340px;
}

#header h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}
#header h1 span {
	display: none;
}

#header ul {
	display: inline;
	position: relative;
	top: 105px;
	left: 57px;
	list-style: none;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0px 5px;
}
#header ul li a {
	color: #70746e;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
#header ul li a:hover {
	color: #2f6e8b;
	text-decoration: underline;
}
#header ul li a.current {
	color: #CCCCCC;
	text-decoration: none;
}
#content {
	overflow: hidden;
}
#content h2 {
	display: none;
}
#content span.cap {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
#content p {
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 24px;
}
#content img.sig {
	margin-top: -50px;
	float: right;
	clear: both;
}
#footer {
	overflow: hidden;
	height: 204px;
	background: url(/_locker/_images/JasonWilsonCanalWeb_Footer.jpg) no-repeat top center;
	text-align: center;
}
#footer #footerFrame {
	width: 510px;
	margin: 0px auto;
	overflow: hidden;
}
#footerFrame .column {
	width: 240px;
	margin: 50px 5px 10px 5px;
	text-align: left;
	float: left;
}
#footerFrame h2 {
	font-size: 18px;
	color: #434230;
	font-weight: normal;
}
#twitter_div #twitter_update_list li {
        list-style: none;
        margin: 6px 0px;
}
#twitter_div #twitter_update_list li span {
        color: #ffffff;
        font-size: 14px;
        display: block;
}
#twitter_div #twitter_update_list li a {
        color: #ffffff;
        font-size: 14px;
        display: block;
        text-decoration: none;
}
.sub {
        font-size: 12px;
}
.large {
		font-size: 26px;
		line-height: 36px;
}
#footer .large { 
	color: #ffffff;
}
#footer .large a { 
	color: #ffffff;
	text-decoration: none;
}
#cushy {
	background: url(/_locker/_images/JasonWilsonCanalWeb_Cushy.jpg) no-repeat top center;
}
#cushy a {
	display: block;
	height: 33px;
	text-decoration: none;
}
#cushy a span {
	visibility: hidden;
	text-decoration: none;
}
body#home .liHome, body#contact .liContact, body#portfolio .liPortfolio, body#cv .liCV {
	color:#ffffff;
	text-decoration: none;
}

a:hover { text-decoration: none; }

#magic {
     height: 500px;
     overflow: visible;
}
form.contact label {
	display: block;
}
form.contact input {
	display: block;
        width: 300px;
        height: 20px;
        margin: 3px 0px 9px 0px;
        color: #666666;
		padding: 3px;
		font-size: 14px;
}
form.contact textarea {
        display: block;
        width: 300px;
        margin: 3px 0px 9px 0px;
        color: #666666;
		padding: 3px;
		font-size: 14px;
		
}
form.contact .error {
display: block;
color: red;
width: 300px;
font-size: 12px;
margin-top: -6px;
margin-bottom: 9px;
}
form.contact #submit {
	display: block;
	width: 150px;
	height: 30px;
font-size: 14px;
line-height: 20px;
	background: #CCCCCC;
	border: 1px solid #666666;
	text-align: center;
	text-decoration: none;
	margin: 10px 0px;
	padding: 10px 0px 0px 0px;
}
#content .column {
	width: 50%;
	margin: 0px auto;
	text-align: left;
	float: left;
}
#content .narrow p {
	margin: 0px;
}
#content .skills {
	overflow: hidden;
}
#content blockquote {
	font-size: 14px;
	font-weight: normal;
	margin: 10px;
}