/* Global styles: */


body
{
	margin: 0;
/*	background-color: #f8f8f8;  */
	background-color: #f0f0f0;
	color: #333333;
	line-height: 1.4;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, serif;
	font-size: 18px;
	width: 980px;
	min-width: 980px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clearer
{
	clear: both;
	width: 900px;
	height: 1px;
}


/* Page division IDs: */

.contents
{
	background-color: white;
	clear: both;
	width: 940px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#footer
{
	clear: both;
	width: 980px;
	margin-top: 10px;
}

#footer form
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#footer form input
{
	vertical-align: bottom;
}


/* Contents can contain main-left + sidebar-right, or sidebar-left + main-right, or neither: */

.full-width
{
	width: 940px;
}

.main-left, .main-left-wide
{
	float: left;
	text-align: left;
	padding-bottom:20px;
}

.main-left
{
	width: 670px;
}

.sidebar-right, .sidebar-right-narrow
{
	float: right;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	background: white;
}

.sidebar-right
{
	width: 250px;
}

.main-right
{
	width: 600px;
	float: right;
	text-align: left;
	padding-bottom: 20px;
}

.sidebar-left
{
	width: 250px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-right: 20px;
}

.main-left-wide
{
	width: 790px;
}

.sidebar-right-narrow
{
	width: 125px;
}

.sidebar-middle
{
	width: 250px;
	float: left;
	position: relative;
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
}

.half-left
{
	width: 460px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.half-left img
{
	padding-top: 15px;
}

.half-right
{
	width: 460px;
	float: right;
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 20px;
}


/* Others: */

.mac-only
{
}

.iphone-only
{
	display: none;
}

.comment
{
	color: gray;
	font-style: italic;
	font-size: 14px;
}

.border-box
{
	background-color: #f0f0f0;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

