/**
 * Stylesheet for the EnterZon.com Account Management
 */

body {
	background-color: #E8F7F9;
	background-image: url(http://enterzon.com/themes/dreamy/images/bg-body.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #222;
	margin: 0;
	padding: 0;
}

/* Primary links and colors definitions */
a:link,
a:visited {
	color: #03f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.note {
	font-size: 95%;
	color: #999;
}

img {
	border: none;
}

/* Page Wrapper */
div#zoncommunity {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

/* Header section */
div#header {
	padding: 0;
	position: relative;
}

div#header h1 {
	text-align: center;
	margin: 0;
	height: 0;
	width: 700px;
	display: block;
	overflow: hidden;
	background-image: url(http://enterzon.com/themes/dreamy/images/bg-header.jpg);
	padding-top: 140px;
}

div#header h1 a {
	display: block;
}

/* Navigation */
div#navigation {
	background-image: url(http://enterzon.com/themes/dreamy/images/bg-menu.png);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 13px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation ul li {
	float: left;
	padding: 0 1.2em;
}

div#navigation ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#navigation ul li:hover {
	background-image: url(http://enterzon.com/themes/dreamy/images/bg-menu-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

div#account-navigation {
	clear: both;
	padding: 10px;
	font-size: 80%;
}

div#account-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#account-navigation ul li {
	display: block;
	float: left;
	padding: 0 18px 0 0;
}

/* Page Content Wrapper */
div#page {
	position: relative;
	margin: 0;
	padding: 0 4px;
}

div#page-content {
	position: relative;
	/*margin-left: 10.5em;*/
}

div#page-content ul#account-actions {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#page-content ul#account-actions li {
	display: block;
	width: 49.5%;
	padding: 0;
	float: left;
	line-height: 52px;
	background-repeat: no-repeat;
	background-position: left 50%;
}

li#action-change-password {
	background-image: url(images/password.jpg);
}
li#action-change-email {
	background-image: url(images/email.jpg);
}
li#action-change-info {
	background-image: url(images/contact.jpg);
}
li#action-optin {
	background-image: url(images/beta.jpg);
}
li#action-logout {
	background-image: url(images/logout.jpg);
}


li#action-zontimes {
	background-image: url(images/times.png);
}

div#page-content ul#account-actions li a {
	display: block;
	margin-left: 50px;
}

div#page h2 {
	margin: .5em 0 .25em 0;
}

/* Notices and Errors */
div#notices,
div#errors {
	width: 350px;
	margin: .5em auto;
	padding: .25em;
	border-style: solid;
	border-width: 2px;
}
div#errors ul,
div#notices ul {
	margin: 0 1em;
	padding: 0;
	list-style-type: none;
}
div#notices {
	border-color: #ee0;
	background-color: #ffd;
}
div#errors {
	border-color: #c00;
	background-color: #fdd;
}

/* Footer */
div#footer {
	clear: both;
	margin: 0;
	padding: .75em 0;
	
	
	background-color: #f9f9f9;
}

/* Forms */
fieldset {
	border: none;
}

div.form-element {
	clear: both;
	display: block;
	padding-top: .1em;
}

div.form-element span.form-label {
	display: block;
	width: 30%;
	float: left;
}

div.form-element span.form-field {
	display: block;
	padding-right: .5em;
	float: left;
}

div.form-element span.note {
	display: block;
	clear: both;
	padding-top: 1px;
	margin-bottom: 3px;
	
}

/* Contact Information */

table#contact-information {}

table#contact-information th {
	text-align: right;
}
table#contact-information td {}

/* TOS */

div#tos {
	height: 16em;
	overflow: auto;
	font-size: 95%;
	border: 1px solid #666;
	background-color: #f9f9f9;
	padding: 4px;
}

/* Beta Opt-In */
div#beta-request {
	width: 80%;
	margin: .5em auto;
	color: #990c0c;
}
div#beta-request,
div#beta-request input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
}