body {
	background: #222;
	color: #CCC;
	font-family: "Tahoma", "Helvetica", sans-serif;
	margin: 0;
}

.divider {
	margin-left: 50px;
	margin-right: 50px;
	height: 1px;
	background: #000;
	border-bottom: 1px solid #555;
}

#allContent {
	background: #333 url('../images/bg.gif');
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 130px;
	background: url('../images/cue.png') 30px 50px no-repeat;
}

#banner_highlight_top {
	height: 20px;
	background: url('../images/highlight_top.png') repeat-x;
}

#banner {
	background: url('../images/banner.gif') no-repeat;
	height: 175px;
	border-bottom: 1px solid #777;
}

#banner #appStoreBanner {
	background: url('../images/available.png') no-repeat;
	width: 250px;
	height: 86px;
	position: relative;
	left: 220px;
	top: 40px;
}

#banner a:hover #appStoreBanner {
    opacity: 1;
}

#banner_highlight_bottom {
	height: 20px;
	background: url('../images/highlight_bottom.png') repeat-x;
}

#content {
	width: 710px;
	height: 600px;
}

#content #elevator {
	padding-top: 35px;
	padding-bottom: 35px;
	font-family: 'CorisandeLightRegular', 'Tahoma', sans-serif;
	text-align: center;
	font-size: 32px;
	color: #CCC;
	text-shadow: #000 0px -1px 1px;
}

#content #featurestable {
	width: 620px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: -10px;
}

#content #featurestable ul {
	margin: 0px;
	padding: 0px;
}

#content #featurestable li {
	display: block;
	float: left;
	width: 185px;
	height: 125px;
	margin: 10px;
}

#content #featurestable li h1 {
	font-family: 'CorisandeLightRegular', 'Tahoma', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-shadow: #000 0px -1px 1px;
}

#content #featurestable li p {
	font-family: 'Verdana', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #BBB;
}

#wallpapers {
    width: 600px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	background: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px #111;
    border: 1px solid #111;
}

#wallpapers .caption {
    float: left;
    width: 120px;
    font-size: 11px;
}

#wallpapers .caption .headline {
    font-weight: bold;
}

#wallpapers .caption .instruction {
    color: #BBB;
}

#wallpapers img {
    float: left;
    border: 1px solid #CCC;
    width: 75px;
    height: 112px;
    margin-left: 35px;
    margin-bottom: 10px;
}


#rightcontent {
	float: right;
	width: 355px;
	height: 600px;
}

#rightcontent #twittercontent {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #000;
	border-top: 1px solid #888;
	width: 205px;
	height: 375px;
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto;
}

#rightcontent #twittercontent #twitterheader {
	width: 226px;
	height: 90px;
	background: url('../images/kickass_twitter_box.png') top center no-repeat;
	margin-top: -50px;
	margin-left: -21px;
	position: relative;
	float: left;
}



#rightcontent #twittercontent #twitterheader #twitterlabel {
	position: absolute;
	left: 42px;
	top: 50px;
	width: 189px;
	height: 31px;
	line-height: 28px;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #888;
	text-shadow: #000 0px -1px 1px;
}

#rightcontent #twittercontent #twitterheader a{
	color: #888;
    text-decoration: none;
}

#rightcontent #twittercontent #twitterheader a:hover{
	color: #AAA;
    text-decoration: none;
}

#footer {
	height: 75px;
	padding: 20px;
	position: relative;
	bottom: 0px;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
	text-align: center;
	color: #888;
	line-height: 18px;
}

#footer a {
    color: #AAA;
}

#devtoaster_badge {
    margin-bottom: 8px;
}

#iphone {
	background: url('../images/iphone.png');
	width: 247px;
	height: 436px;
	float: left;
	position: absolute;
	left: 750px;
	top: 20px;
}

#iphone #contentwindow {
	background: #111;
	width: 185px;
	height: 277px;
	position: relative;
	top: 78px;
	left: 32px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#iphone #contentwindow ul {
	padding: 0;
	margin: 0;
}

#twitter {
	font-family: Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 30px;
    padding: 10px;
    top: 40px;
    color: ffb01e;
}

#twitter #twitterings {
    max-height: 450px;
    overflow: hidden;
}

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

#twitter #twitterings .entry .timestamp {
    margin-top: 4px;
    margin-right: 9px;
    color: #777;
    font-size: 10px;
    font-style: italic;
    
    text-align: left;
}

#twitter #twitterings .hashtag {
    color: #FFF;
}

#twitter #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;
}

#twitter #twitterings a {
    color: lightgray;
    text-decoration: none;
}

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