﻿@import url('normalize.css');

body 
{
	background: #f4ffd8;
	margin: 0;
	padding: 20px;
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-size: 90%;
	line-height: 1.3em;
}

h1
{
	width: 900px;
	height: 65px;
	margin: 0 auto 1em;
	background: url(../images/title.gif) no-repeat;
	text-indent: -5000px;
}

h2
{
	margin: 1em 20px .75em;
	font-size: 1.7em;
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	color: #f50;
}

h3
{
	margin: 1em 20px .75em;
	font-size: 1.1em;
}

input[type=submit], input[type=button]
{
    background: #67d3e5;
    border: 1px solid #000;
    font-weight: bold;
    font-size: .8em;
    color: #fff;
}

input[type=submit]:hover, input[type=button]:hover
{
    background: #6ddef2;
}

#content
{
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #bbb;
	overflow: auto;
	padding-bottom: 1em;
}

p, fieldset
{
	margin: .5em 20px 1em;
}

div.form_buttons
{
    text-align: center;
    padding: 1em;
}

ul.form_fields label
{
    float: left;
    width: 100px;
    font-weight: bold;
    color: #999;
}

ul.form_fields li
{
    margin: 3px 0;
    padding: 5px 8px;
    background: #fbfff2;
    border: 1px solid #e8f2ce;
}

ul#login_form
{
	width: 300px;
	margin: 0 auto;
}

ul#signup_form
{
	width: 500px;
	margin: 0 auto;
}

ul#signup_form li label
{
	width: 140px;
}

ul#feedback_form
{
	width: 400px;
	margin: 0 auto;
}

ul#feedback_form label
{
	text-align: right;
	padding-right: .5em;
	width: 125px;
}

/* Home page */

h2#homepage_header
{
	background: transparent url('../images/homepage-banner.jpg') no-repeat top left;
	padding-top: 250px;
	padding-left: 20px;
	margin: 1px;
	margin-bottom: 1em;
}

div#featuredsite
{
	float: right;
	width: 230px;
	background: #fffea1 url('../images/featuredsite-cap-top.gif') no-repeat top;
	margin:  250px 20px 5px;
	clear: both;
}

div#featuredsite h3
{
	margin: 1em;
	font-size: 1.2em;
}

div#featuredsite p
{
	background: transparent url('../images/featuredsite-cap-btm.gif') no-repeat bottom;
	padding: 0 20px 20px;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
}

div#features
{
	float: right;
	width: 230px;
	background: #defdba url('../images/features-cap-top.gif') no-repeat top;
	margin:  5px 20px 20px;
	clear: both;
}

div#features h3
{
	margin: 1em;
	font-size: 1.2em;
}

div#features ul
{
	background: transparent url('../images/features-cap-btm.gif') no-repeat bottom;
	padding-bottom: 20px;
}

div#features ul li
{
	list-style-image: url('../images/bullet-tick.gif');
	margin: .5em 20px auto 40px;
	padding-left: .5em;
}

div#features strong
{
	color: #5fb021;
	font-weight: bold;
}

p.homepage_cta
{
	text-align: center;
	font-size: 1.25em;
	margin: 1em auto 1em;
	padding: 1em;
}

p.homepage_cta a
{
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #bbb;
	padding: .4em 2em;
	background: #5fb021;
	color: #fff;
}

p.homepage_cta a:hover
{
	background: #6dc926;
}

/* My Pages */

.my_pages_list,.my_pages_list td,.my_pages_list th
{
    margin: 0 20px 20px;
    border: none;
}

.my_pages_list
{
    width: 860px;
}

.my_pages_list th
{
    color: #fff;
    font-weight: bold;
    background: #d0d9b8;
    border: 1px solid #dce5c3;
    padding: 3px 8px;
}

.my_pages_list td
{
    border: 1px solid #e8f2ce;
    padding: 3px 8px;
}

.alternatingrow
{
    background: #fbfff2;
}

img#theme_preview
{
    border: 1px solid #bbb;
    display: block;
	margin: .5em auto .5em 100px;
}

a
{
	color: #f50;
}

a:hover
{
	color: #67d3e5;
}

div.notification
{
    border: 1px solid #eee;
    background: #dfc;
    padding: .25em .25em .1em;
    margin: 0 20px 1em;
	text-align: center;
}

div.announcement
{
	border-style: none none solid;
    border-width: 1px;
	border-color: #eee;
    background: #ff9;
    padding: 10px 0 .1em;
    margin: 0 0 1em;
	text-align: center;
	font-weight: bold;
}

.disclaimer
{
    font-size: 0.7em;
    font-style: italic;
    color: #888;
}

hr
{
    height: 1px;
    margin: 1.5em 20px;
    border-style: solid none none;
    border-color: #ccc;
}

.huge_text
{
	font-size: 1.3em;
	margin-left: .3em;
}

div#ad3
{
	text-align: center;
}

div#load_status
{
	position: absolute;
	top: 140px;
	left: 50%;
	text-align: center;
}

div#load_status p
{
	position: absolute;
	line-height: 290px;
	left: -443px;
	width: 875px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 5px solid #bbb;
	font-size: 1.35em;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

div#load_status img
{
	vertical-align: middle;
	margin-bottom: 10px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* Navigation */

div#nav_primary
{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	background: #d0d9b8 url('../images/menu-bg.gif') repeat-x top left;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-size: .8em;
}

div#nav_primary ul li
{
	display: inline;
	padding: .25em .25em .25em 20px;
	margin: 0 1em;
}

div#nav_primary ul li a
{
	color: #f50;
	text-decoration: none;
	font-weight: bold;
}

div#nav_primary ul li a:hover
{
	color: #67d3e5;
}

div#nav_primary ul li#nav_main_mypages
{
	background: transparent url('../images/icon-pages.gif') no-repeat left;
}

div#nav_primary ul li#nav_main_home
{
	background: transparent url('../images/icon-home.gif') no-repeat left;
}

div#nav_primary ul li#nav_main_about
{
	background: transparent url('../images/icon-about.gif') no-repeat left;
}

div#nav_primary ul li#nav_main_feedback
{
	background: transparent url('../images/icon-feedback.gif') no-repeat left;
}

div#nav_primary ul li#nav_main_signup
{
	background: transparent url('../images/icon-signup.gif') no-repeat left;
}

div#nav_primary ul li#nav_main_settings
{
	background: transparent url('../images/icon-settings.gif') no-repeat left;
}

div#nav_primary ul li#nav_main_login
{
	background: transparent url('../images/icon-login.gif') no-repeat left;
}

#site_info
{
	width: 900px;
	margin: 10px auto;
	font-size: .75em;
	color: #888;
	text-align: center;
	padding: 0;
}

.center
{
	text-align: center;
}

.new
{
	vertical-align: super;
	font-size: .5em;
	margin-left: .2em;
	color: #5fb021;
}

.form_caption
{
    color: #999;
    margin-left: .5em;
}

/* Edit Page */

.page_content
{
    width: 894px;
    height: 450px;
    margin: 0;
    padding: 0;
    overflow: auto;
}

/* Ads */

div#support_ep
{
    width: 296px;
    height: 94px;
    position: absolute;
    left: 50%;
    top: -23px;
    margin-left: 154px;
    z-index: 500;
    background: transparent url('../images/support-ep-popup.jpg') no-repeat top left;
}

div#support_ep a
{
    width: 296px;
    height: 94px;
    display: block;
    text-indent: -5000em;
    outline: none;
}

div#ad1
{
	position: absolute;
	left: 50%;
	margin-left: 460px;
	top: 99px;
	width: 120px;
	height: 240px;
}

div#ad2
{
	position: absolute;
	left: 50%;
	margin-left: -580px;
	top: 99px;
	width: 120px;
	height: 240px;
}