/**********************************
****** Coded by Jacob Manser ******
***** jacob.m.manser@gmail.com ****
**********************************/

/*** General ***/
body {
	margin: 0;
	padding: 0;
	background: url(../images/background.png);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
}

/*** Divs ***/
#content {
	width: 70%;
	float: left;
}

#content_box {
	padding: 35px 15px 15px 15px;
}

#footer {
	font-size: 11px;
	text-align: center;
}

#header_image {
	float: left;
}

#main {
	width: 100%;
	height: 800px;
	background: #FFFFFF url(../images/shadow.png) top repeat-x;
}

#matte {
	width: 100%;
}

#matte_left {
	width: 60px;
	background: url(../images/matte_left.png) repeat-y;
}

#matte_middle {
	background: #fff;
}

#matte_right {
	width: 60px;
	background: url(../images/matte_right.png) repeat-y;
}

#navigation {
	width: 100%;
	background: url(../images/navigation_background.png) repeat-x;
	height: 50px;
}

#navigation table {
	width: 100%;
	text-align: center;
}

#navigation td {
	width: 16.5%;
}

#navigation td.divider {
	background: url(../images/nav_divider.png) no-repeat;
	width: 2px;
}

#sidebar {
	width: 30%;
	float: right;
	font-size: 12px;
	padding-top: 30px;
}

#site {
	margin-left: 3%;
	margin-right: 3%;
}

#top {
	background: url(../images/top_background.png) repeat-x;
	height: 230px;
	width: 100%;
}

#top_cell {
	width: 440px;
}

#twitter {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-top: 80px;
	color: #3300cc;
	opacity: 0.7;
	filter:alpha(opacity=70);
	margin-right: auto;
	margin-left: auto;
}

/*** Classes ***/
.header {
	text-align: center;
	background: url(../images/page_header_background.png) top center repeat-x;
	padding: 5px 0 5px 0;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	font-variant: small-caps;
	margin-bottom: 25px;
}

ul.issues {
	list-style: none;
	padding-left: 5%;
	padding-right: 5%;
}

ul.issues img {
	width: 200px;
	padding-top: 35px;
}

ul.issues li {
	background: #efefef;
	padding: 5px;
	margin-bottom: 30px;
	margin-left: 0;
}

ul.issues li strong {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
}

.sidebar_content {
	padding-left: 10px;
	padding-top: 5px;
	background-color: #ccc;
	padding-bottom: 6px;
}

.sidebar_header {
	background: url(../images/navigation_background.png) center center;
	height: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	font-size: 15px;
	padding-top: 2px;
	padding-left: 8px;
	font-variant: small-caps;
}

.sidebar_header_parent {
	background: #0c127e;
}

.sidebar_item {
	margin-bottom: 20px;
}



/*** Links ***/

/*** Other ***/

.center {
	text-align: center;
}

.twitted {
	margin-bottom: 1.5em;
	overflow: hidden;
	height: 120px;
	max-width: 300px;
	border: 2px solid #c9c2c1;
	background-color: #efefef;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0;
}

.twitted ul#twitter_update_list li span {
	float: left;
}

.twitted ul#twitter_update_list li span a {
	color: #333;
}