/* Index of elements:
- Standard elements
- Misc elements
- Header
- Index page
- Structure
- Content elements
- Navigation
- Sub-navigation
- Footer
- Bottom */

/* Standard elements */

* {
	margin: 0;
	padding: 0;
	}

a {text-decoration: none;}

body {
	background: #111 url(../images/bg.jpg) no-repeat center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	align: left;
	}

p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	}

ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
	}

img {border: none;}

/* ul {margin-left: 2em;} - Taken out to help with the tabs. */

h1 {font: normal 2.4em sans-serif;}

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
	}

h3 {font: bold 1.4 "Lucida Sans Unicode", sans-serif}

/* Misc elements */

.clearer {clear: both;}

.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
	}

.left {float: left;}

.right {float: right;}

/* Header */

.header {height: 166px;}

.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}

.header span {padding-left: 32px;}

.header a:hover {
	background: #191919;
	color: #BBB;
	}

/* Index Page */
/* All the boxes for the index page are in contentslider.css */

.index {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.index a {
	color: #888;
	/*display: block; */
	text-decoration: none;
	width: 100%;
	}

.tweet {
	background: url(../images/slider7.jpg);
	max-width: 800px;
	height: 400px;
	padding-left: 254px;
	padding-right: 264px;
	padding-top: 46px;
	list-style: none;
	font-size: 1.5em;
	} 

/* Structure */

.main {
/*	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A; */
	width: 800px;
	margin: 0 auto 0 auto;
	}

.main .left {width: 550px;}

.main .right {width: 250px;}

.main .midnav {
	background:#444444;
	text-align: center;
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
	padding-top: 4px;
	}

.content {
/*	border-top: 1px solid #444; */
	padding-right: 10px;
	align: left;
	}

/* Content elements */

.content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
/*	color: #EEE;*/
	margin-bottom: 10px;
	padding: 6px 0 4px;
	align: left;
	}

.content .table {
	text-align: center;
	}

.content .table .col3 {
	float: left;
	width: 23%;
	border-top: 1px solid #262626
	}

.content .table p {
	padding: 0.5em 0px 0.5em;
	border-bottom: 1px solid #262626;
	}

.content a {color: #999;}

.content a:hover {color: #CCC;}

.content .descr {margin-bottom: 5px;}

.content .preview {
	width: 150px;
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	}

.content .desc {
	width: 270px;
	float: right;
	padding-right: 100px;
	}

.content .bullet {
	text-align: left;
	margin: 0 auto 0 auto;
	background: #111 url(../images/bulletbg.gif) repeat-y left;
	padding-left: 60px;
	}


/* Navigation */

.nav {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 800px;
	margin: 0 auto 0 auto;
	}

/* Sub-navigation */

.subnav {
	background: #111 url(../images/subnav_bg.jpg) repeat-x center top;
	border: 1px solid #1E1E1E;
/*	border-top-color: #444;	*/
	padding: 12px;
	}

.subnav2 {
	background: #111 url(../images/subnav_bg.jpg) repeat-x center top;
	border: 1px solid #1E1E1E;
	padding: 12px;
	}

.subnav a {
	color: #777;
	text-decoration: none;
	}

.subnav a:hover {color: #BBB;}

.subnav h1 {padding-top: 8px;}

.subnav ul {margin: 0;}

.subnav li {
	background: url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
	}

.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
	}

.subnav li a:hover {color: #BBB;}

.update {
	font-size: 0.75em;
	text-align: right;
	}

/* Footer */

.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 1% 0% 0%;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
	}

.footer .columnctr {
	width: 800px;
	margin: 0 auto 0 auto;
	}

.footer .cr {
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
	background: #191919 url(../images/logo.jpg) no-repeat left;
	padding-left: 60px;
	}

.footer .nav {font-size: 1.3em;}

.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
	}

.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
	}

.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%; 
	width: 96%;
	}

.footer a {color: #666;}

.footer a:hover {
	color: #BBB;
	background: #222;
	}

.col3,.col3center {
	float: left;
	width: 29%;
	padding-left:1.5%;
	}

.col3center {margin: 0 3%;}

/* Bottom */

.bottom {height: 5px;}