/* Revision: $Id: simple.css 2674 2008-10-08 12:54:16Z uri $ */
body {
	margin-top: 0;
	line-height: 1.5;
	font-family: Arial,sans-serif;
	background: #e7e7e7 url(images/page_bkg.png) repeat-x;
	font-size: 11pt;
	font-size-adjust: none;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #0033b0;
	text-decoration: underline;
}

label {
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

h1 {
	color: #a05050;
	font-size: 18px;
	margin: 5px 0pt 12px;
	padding: 0pt;
}

h2 {
	color: #900;
	font-family:verdana,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 5px 5px 0;
	padding: 0pt;
}

form dt {
	clear: both;
	width: 80px;
	float: left;
	text-align: right;
}

form label {
	font-size: 85%;
}

form dd {
	float: left;
	width: 66%;
	margin: 0 0 0.5em 0.25em;
}

form dd .FormComment {
	color: gray;
	font-size: 75%;
}

/* Workaround for Firefox bug with lists & floats */
li {
	-moz-float-edge: content-box;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

#page_container {
	width: 997px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	margin-top: 5px;
	position: relative;
	height: 66px;
	border-bottom: solid #bfbfbf 2px;
	margin-bottom: 0;
}

#header h1 {
	margin-top: 0;
	font-size: 24px;
	position: relative;
	padding: 12px;
	color: white;
}

#header .Slogen {
	position: absolute; 
	top: 36px;
	left: 124px;
	font-size: 12px;
	color: #ebb;
}

#navlist {
	margin-top: 0;
	height: 29px;
	font-size: 11px;
	font-weight: bold;
}

#navlist ul {
	margin: 0;
	padding: 4px 4px 20px 4px;
}

#navlist li {
	margin: 0;
	font-family: verdana,sans-serif;
	display: block;
	padding: 0 10px 2px 10px;
	float: left;
	list-style: none;
	border-left: solid #b6b6b6 1px;
}

#navlist li a {
	color: #ddd;
}

#navlist li a:hover {
	color: white;
}

#navlist li.first {
	border-left: none;
}

#navlist .end {
	display: block;
	clear: both;
}

#content {
	background: url(images/content_bkg.png);
	min-height: 600px;
	width: 938px;
	margin: 0;
	padding-top: 10px;
	padding-left: 28px;
	padding-right: 28px;
}

#footer {
	background: url(images/footer_bkg.png);
	height: 30px;
	padding: 30px 25px 0;
	font-size: 8pt;
	clear: both;
}

/* Custom */
.iphone-device {
	width: 400px;
	height: 720px;
	float: right;
	background: url(images/iphone_full.png);
	position: relative;
}

.iphone-flash {
	position: absolute;
	left:40px;
	top:119px;
	width: 320px;
	height: 482px;
	border: none;
	background-color: black;
}

.donate-mini-form {
	margin: 0 4px 0 8px;
	padding-bottom: 28px;
	float: left;
	text-align: center; 
	width: 120px; 
	font-size: 10px; 
	font-weight: bold;
}

.right-strip {
	position: relative;
	float: right;
	width: 360px;
	text-align: center;
	margin-left: 40px;
}

.main-area {
}

.image-frame {
	padding: 4px;
	margin-bottom: 32px;
}

.image-frame .caption {
	display: block;
	font-size: 12px;
	padding: 4px;
}

.customer-reviews {
	border: solid black 1px;
	padding: 0 16px 16px;
	color: #898989;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.customer-reviews h4 {
	margin-bottom: 0.5em;
	font-weight:bold;
	line-height:18px;
	font-size:1.4em;
	color: black;
}

.customer-reviews h5 {
	font-size:1em;
	font-weight:bold;
	line-height:12px;
	margin:0;
	padding:0;
}

.customer-reviews span.user-info  {
	display:block;
	margin:2px 0 10px;
}

.customer-reviews div.rating {
	display:inline-block;
	margin:2px 5px 0 0;
}

.customer-reviews div span.rating-star {
	background:url("http://ax.phobos.apple.com.edgesuite.net/htmlResources/8721/images/rating_star.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:11px;
	margin-right:2px;
	width:11px;
}

.customer-reviews p {
	margin-bottom:18px;
}
}