/*
	Theme Name: CSIO iPhone
*/

body, html {
	margin: 0;
	padding: 0;
}	

body {
	color: #000;	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 11px;
	background: #392E2B url('images/bg.jpg') no-repeat top center;
}

div, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 182px 0 0 0;
	width: 980px;
}

a {
	color: #fd9128;
	/* text-decoration: none; */
}

a:visited {
	color: #fd9128;
}

a:hover {
	color: white;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#content {
	color: #fff;
}

#content p {
	margin-bottom: 8px;
}

#content .entry {
	width: 530px;
	margin-left: 4px;
}

#content-left {
	float: left;
	width: 399px;
	padding: 0 0 131px 9px;
	margin-right: 11px;
}

#content-left img {
	display: block;
}

#content-right {
	float:left;
	width: 540px;
	padding-top: 23px;
}


#content .itunes {
	width: 529px;
}

#content .itunes-top {
	background: url('images/itunes-top.png');
	height: 9px;
}

#content .itunes-middle {
	background: url('images/itunes-middle.png');
	padding: 8px 18px;
	color: #000;
}

#content .itunes-middle img {
	float: right;
	margin: 0 3px 0 10px;
}

#content .itunes-middle a {
	color: #000;
}

#content .itunes-bottom {
	background: url('images/itunes-bottom.png');
	height: 9px;
}

#storysubmitbutton {
	margin: 30px 0 0 0;
}

#stories {
	width: 530px;
	margin: 0 0 0 4px;
	font-size: 12px;
	line-height: 15px;
}

#storylist {
	border: 1px solid #929191;
	height: 400px;
	overflow: auto;
}

#storysubmit {
	border: 1px solid #929191;
	background: url('images/comment-bg1.png');
	padding: 10px;
	margin: 30px 0 0 0;
}

#content .commentlist {	
	margin: 0;
	padding: 0;
}


textarea {
	width: 506px;
	height: 200px;
}

#recaptcha_widget_div {
	margin-bottom: 8px;
}

#content .commentlist li {
	list-style-type: none;
	background: url('images/comment-bg1.png');
	padding: 10px 15px;
}

#content .commentlist .alt {
	background: url('images/comment-bg2.png');
	color: #000;
}

#content #respond {
	clear: both;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#footer {
	clear: both;
	margin: 0 165px 0 370px;
	text-align: center;
	text-transform: uppercase;
}

#footer p {
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: none;
}