
* {
	margin: 0;
	padding: 0;
	outline: 0;
	}
body {
	height: 100%;
	width: 100%;
	font: 12px/16px verdana, arial, sans-serif;
	color: #666666;
	background: #ffffff;
	}
h1,h2,h3,h4,h5 {
	line-height: 1.35em;
	font-weight: 100;
	letter-spacing: 0em;
	margin-bottom: 6px;
	}
a {
	text-decoration: none;
	color: #666666;
	}
a.black { color: #000000; }
a:hover { color: #ec008c; }
ul {
	list-style-image: url(../images/bullet.gif);
	padding: 0 0 0 15px;
	}
li {
	margin-bottom: 6px;
	}
p { margin: 15px 0; }
img { border: 0; }
input, textarea {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 7px 10px;
	font-size: 14px;
	}
input.styled {
	padding: 0;
	width: 300px;
	height: 30px;
	line-height: 30px;
	}
textarea {
	padding: 0;
	width: 300px;
	height: 113px;
	}
label {
	margin: 0 10px;
	}

#wrapper {
	margin: 30px auto;
	padding: 0;
	width: 1000px;
	background: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ktml-border-radius: 2px;
	border-radius: 2px;
	}

#header {
	position: relative;
	height: 200px;
	}
#header .logo {
	display: block;
	position: absolute;
	top: 76px;
	left: 110px;
	width: 147px;
	height: 21px;
	background: url(../images/sevans-strategy.gif) no-repeat;
	}
#header .nav {
	position: absolute;
	top: 80px;
	right: 40px;
	}

#content {
	margin-left: 40px;
	}

.stripes { background: url(../images/bg-stripes.gif); }
	
#columnLeft {
	float: left;
	width: 70px;
	}

#columnCenter, #columnRight {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 460px;
	min-height: 258px;
	}
#columnCenter { width: 380px; }

#columnCenterWide {
	float: left;
	width: 850px;
	}

#columnCenter .pad, #columnCenterWide .pad, #columnRight .pad {
	padding: 22px 25px;
	font: 13px/17px georgia, times, serif;
	letter-spacing: .08em;
	}

#columnRight .ruled {
	margin: 15px 0;
	border-left: 1px dashed #cccccc;
	}
#columnRight .ruled p {
	padding: 7px 0 7px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	}

#twitter_update_list { list-style: none; padding: 0; }
#twitter_update_list li {
	font: 13px/20px georgia;
	text-transform: none;
	}
#twitter_update_list li span {
	display: block;
	font: 24px/32px georgia;
	}


#share {
	position: absolute;
	top: 307px;
	left: 0;
	}



input.error, textarea.error {
	border: 1px solid #ec008c;
	} 
em.error {	
	visibility: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}
div.error, div.thanks {
	position: absolute;
	top: 177px;
	left: 498px;
	font-size: 12px;
	color: #ec008c;
	}
div.error { display: none; }


.date {
	font-size: 11px;
	letter-spacing: .3em;
	}


#footer {
	margin-left: 110px;
	}
#footer a { color: #666666; }
#footer a:hover { color: #ec008c; }
#footer a.socnet {
	display: block;
	float: left;
	margin: 30px 15px 0 0;
	}
#footer p {
	padding: 30px 0 0 0;
	clear: both;
	font-size: 9px;
	letter-spacing: .11em;
	}
#footer p span {
	font-size: 1.25em;
	}


.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}
.upper { text-transform: uppercase; }
.right { text-align: right; }

.smaller { font-size: .75em; }


