
body {
    font-family: 'Helvetica', sans-serif; 
    background: #000 url("../images/body_bg.jpg");
    margin: 20px;
    color: #555;
    text-shadow: rgba(194,194,173,0.85) 0px 0px 1.0px;
}

#innercontent {
    margin-left: auto;
    margin-right: auto;
    width: 906px;
}

#leftcontent {
    width: 24px;
    background: url('../images/content_bg_left.png') right top repeat-y;
    margin: 0px;
}

#centercontent {
    background: #f5f5e8 url('../images/content_bg_center.jpg') center top;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    min-height: inherit;
}

#rightcontent {
    width: 24px;
    background: url('../images/content_bg_right.png') left top repeat-y;
    margin: 0px;
}

#header {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 176px;
    background: url('../images/header.jpg') 0px 0px no-repeat;
}

#navbar2 {
	height: 20px;
	margin: 0;
	padding: 0;
	background: #F00;
}

#navbar {
	height: 30px;
	width: 855px;
	border-bottom: 2px solid #000;
}

	#navbar ul {
		list-style: none;
		padding: 0;
		padding-top: 10px;
		margin: 0;
	}
	
	#navbar li {
		font-family: 'Helvetica', sans-serif;
		font-weight: bold;
		color: #222;
		width: 205px;
		height: 12px;
		float: left;
		text-align: center;
		line-height: 13px;
		border-right: 3px solid #555;
	}
	
	#navbar li a {
	    color: #333;
	    text-decoration: none;
	}
	
	#navbar li a:hover {
	    text-decoration: underline;
	}
	
	#navbar li.active a {
	    color: #bd2728;
	}
	
	#navbar li:last-child {
		border-right: 0;
	}

#navbardivider {
	height: 4px;
	width: 855px;
    border-bottom: 3px solid #000;
    margin-bottom: 10px;
}

#copy {
	margin-left: 20px;
	margin-right: 20px;
	min-height: 1000px;
	padding: 20px;
}

#copy a {
    color: #338;    
}

#maincopy {
	width: 516px;
	min-height: 483px;
	line-height: 25px;
	font-size: 14px;
	font-family: "Lucida Grande", "Helvetica", sans-serif;
}

.copyblock {
    padding-bottom: 5px;
}

h1 { 
    font-family: "Georgia", serif;
    font-size: 21px;
    color: #333;
    font-weight: bold;
}

h2 { 
    font-family: "Georgia", serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 8px;
    padding: 0px;
    color: #333;
    font-weight: bold;
}

#sidebarcopy {
	color: #333;
	width: 190px;
	margin-right: 10px;
	float: right;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

#sidebarcopy #twitterings {
    font-family: 'Georgia', serif;
    font-size: 14px;
    color: #555;
    padding-bottom: 10px;
}

#sidebarcopy #twitterings .entry {
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebarcopy #twitterings .entry .timestamp {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

#sidebarcopy #twitterings .hashtag {
    color: #666;
}

#sidebarcopy #twitterings .twitterbird {
    height: 51px;
    width: 57px;
    position: relative;
    float: left;
    top: -12px;
    left: 150px;
    margin-bottom: -10px;
    background: url("../images/sidebar/twitter_bird.png") right center no-repeat;
}

#sidebarcopy #twitterings a {
    color: #bd2728;
    text-decoration: none;
}

#sidebarcopy #twitterings a:hover {
    text-decoration: underline;
}

.divider {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: url("../images/sidebar/divider.png");
}

#sidebarcopy .iconTable {
    margin-bottom: 10px;
    padding-left: 5px;
}

#sidebarcopy .iconTable td {
    padding-top: 8px;
    padding-right: 8px;
}

#iphoneLink {
    display: none;
}

#devtoaster_badge {
    margin-bottom: 5px;
}
#copyrightdivider {
	height: 4px;
	width: 855px;
    border-top: 4px solid #000;
}

#copyright {
    height: 60px;
    padding-top: 10px;
    border-top: 2px solid #000;
    text-align: center;
    color: #998;
    font-size: 11px;
}
