/*

The following CSS code is used to display the default screen-based styles for JustinLaSelva.com/WSA.
It was created by Justin LaSelva and is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 license.

Updated: 2008-04-27.

*/

body {
	background-color: #e1e1e1;
	margin: 0;
	padding: 0;
	}

img { border: 0 !important; outline: 0 !important; }

#structure {
	margin: 20px auto; 
	width: 924px;
	background: #fff url('images/vertical.gif') repeat-y;
	}

#top {
	background: url('images/top.gif') top center no-repeat;
	height: 25px;
	width: 924px;
	}

#bottom {
	background: url('images/bottom.gif') top center no-repeat;
	height: 25px;
	width: 924px;
	}

#container {
	width: 894px;
	margin: 0 15px;
	padding: 0;
	}

img.title {	padding: 5px 0;	}

#left {
	margin: 10px 20px 0 85px;
	width: 500px;
	float: left;
	padding: 0 0 10px 0;
	border: 1px solid #e1e1e1;
	}

#left p.bar {
	background-color: #d1d1d1;
	margin: 0;
	padding: 5px 10px;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: #333;
	}

#left p {
	margin: 0;
	padding: 10px 10px 0;
	color: #333;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 18px;
	}

#left p.disclaimer { font-size: 9px; }

#left ul {
	color: #333;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
	margin: 10px 10px 0; 
	}

img.photo {	width: 163px; float: left; padding: 10px 10px 0; }

img.signature {	padding: 0 0 0 360px; }

img.wide { width: 470px; padding: 10px 5px 0; margin: 0 0 0 10px; }

img.lefty { width: 70px; padding: 0; margin: 15px 10px 0; float: left; }

img.righty { width: 95px; padding: 0; margin: 10px 10px 0; float: right; }

#left a { color: #ce3535; text-decoration: none; }
#left a:hover { text-decoration: underline; }

#right {
	margin: 10px 85px 0 0;
	width: 200px;
	float: left;
	padding: 0;
	border: 1px solid #e1e1e1;
	}

#right p.bar {
	background-color: #d1d1d1;
	margin: 0;
	padding: 5px 10px;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: #333;
	}

#right .white {
	height: 10px;
	width: 202px;
	background-color: white;
	border: 0;
	border-top: 1px solid #e1e1e1;
	margin-left: -1px;
	}

#right p {
	margin: 0;
	padding: 10px 10px 10px;
	color: #777;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	}

#right p.center { text-align: center; }

#right ul {
	color: #777;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	}

#right a { color: #ce3535; text-decoration: none; }
#right a:hover { text-decoration: underline; }

img.vote { margin: 5px 22px -10px; }
img.victory { margin: 5px 22px -10px; }

#copyright {
	margin: 10px 0;
	width: 894px;
	clear: left;
	}

#copyright p {
	font: 12px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: 20px 0 0;
	text-align: center !important;
	text-transform: uppercase;
	color: #b1b1b1;
	font-weight: lighter;
	}

#copyright a { color: #b1b1b1; text-decoration: none; }
#copyright a:hover, a:active { color: #ce3535; }

#container p {
	text-align: left;
	}