/*
Theme Name: 31st District, Inc.
Theme URI: http://31stdistrict.com/
Description: Three column fixed width default layout for 31stDistrict.com.
Version: 1.0
Author: Joe Padilla
Author URI: http://31stdistrict.com/
Tags: custom header, fixed width, three columns

	31st District, Inc. v1.0
	 http://31stdistrict.com/

	This theme was designed and built by Joe Padilla

	Copyright 2008 31st District, Inc. All rights reserved

*/

/* ----------Begin Reset ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------- Begin style ---------- */

body {
background-color:#000000;
margin:0px;
padding:0px;
text-align:center;
font:normal 11px Helvetica, Arial, sans-serif;
color:#FFF;
}

a {
text-decoration:none;
}

a:link {
color:#F6F6C6;
}

a:visited {
color:#9E9E9C;
}

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

a:active {
color:#9E9E9C;
text-decoration:underline;
}

img.thumb {
border:5px solid #FFF;
margin-right:20px;
margin-bottom:20px;
}

#container {
margin:0px auto;
padding:0px;
background:#000 url(../images/bg-body.jpg) top center no-repeat;
width:1020px;
min-height:1020px;
}

* html #container {
height:1020px;
}

#wrapper {
margin:125px auto 0px auto;
padding:0px;
width:1020px;
float:left;
}

#colL {
float:left;
margin:0px;
padding:0px 10px 0px 30px;
width:240px;
text-align:left;
}

#colR {
float:right;
margin:0px;
padding:0px 50px;
width:640px;
text-align:left;
}


#twitter_div ul#twitter_update_list li {
margin:10px 0px 10px 0px;
padding-bottom:10px;
border-bottom:1px solid #333132;
}

#twitter_div #twitter-link {
text-transform:capitalize;
font-size:10px;
}
