/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
body {
	font-size: 0.8125em;
	line-height: 1.3em;
	background: transparent url(/common/images/page-bg.png) 0 0 repeat-x;
}
body * {line-height: normal; }
p {margin-bottom: 10px;}
a:link, a:visited {
	color: #ff6c00;
	text-decoration: underline;
}
a:hover {
	color: #fc0;
	text-decoration: underline;
}
h1, h2, h3 {
	font-size: 22px;
	line-spacing: 18px;
	margin: 0 0 15px 0;
	color: #333;
}
input, textarea, select { font-size: 1em; }
div#container {
	width: 760px;
	margin: 50px auto 20px;
}
div#left-col {
	float: left;
	width: 365px;
	margin: 0 10px 0 0;
}
div#right-col {
	float: left;
	width: 365px;
	margin: 0 0 0 10px;
}
fieldset {
	padding: 0;
	margin: 0;
}
.centred {
	text-align: center;
}

legend.h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	color: #333;
}
legend.h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 15px;
	color: #333;
}
label {
	font-size: 12px;
	font-weight: bold;
	color: #b3286b;
	padding: 0;
	text-align: left;
}
input.field {
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
	font-size: 16px;
	font-weight: bold;
	width: 285px;
}
input#amember_login {
	margin-bottom: 10px;
}
input#login-btn,
input#forgot-btn {
	width: 150px;
	height: 25px;
	font-weight: bold;
	margin: 10px 0;
}
fieldset#login-frm {
	margin-bottom: 20px;
}
div#right-col h2 {
	font-size: 18px;
}
div#right-col p {
	margin: 5px 0;
	line-height: 1.5em;
}
div.box {
	border: 2px solid #b3286b;
	background:#fff;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
div.box-inner {
	padding: 30px;
}
hr {
	background-color: #b3286b;
	margin: 20px auto;
	width: 90%;
}
div.errmsg {
	width: 610px;
	margin: 20px auto;
	padding: 10px;
	background-color: #ffc;
	border: 1px solid #c30;
	font-size: 16px;
}
div.errmsg ul {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em;
}
div#rte-content img {
	margin-top: 15px;
}
/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: 5px solid #e7e9d9;
}
/* vedit - usual column (right) */
.vedit td {
	padding: 10px;
    border: solid 1px #e7e9d9;
}
.vedit td label {
	color: #333;
}
.vedit td div.desc {
	padding: 6px 0;
	font-weight: normal;
}
/* vedit - header column (left) */
.vedit th {
    background-color: #f7f9e9;
    border: solid 1px #e7e9d9;
    white-space: nowrap;
}
.vedit input {
	padding: 3px 5px;
}
form#signup {
	text-align: center;
}

/* hedit - horizontal table (payments list) */
.hedit {
    border: 5px solid #e7e9d9;
    width: 100%;
}
/* hedit - usual column */
.hedit td {
	font-size: 1em;
    padding: 10px;
    border: solid 1px #e7e9d9;
}
/* hedit - header column */
.hedit th {
	padding: 10px;
    background-color: #f7f9e9;
    border: solid 1px #e7e9d9;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 4px 8px;
}
.receipt th {
    background-color: #bcbcbc;
    border: solid 1px black;
    font-weight: bold;
    padding: 4px 8px;
}
.receipt td.total {
    background-color: #bcbcbc;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
    font-size: 16px;
}
.section { margin-bottom: 25px; }
.section h3 {
	font-size: 20px;
	font-weight: normal;
}
.section ul { font-size: 1.3em; }
.nav a { font-size: 1.3em; }

#header {
	margin:0 auto;
	padding:0px;
	width:960px;
	height:100px;
	background:transparent url(/common/images/header-bg.png) no-repeat 0 0;
	margin-top:5px;
	text-align:left;
	}

#logo { 
	clear:both;
	float:left;
	margin: 40px 0 0 25px;
	}
#logo img {border:none;} 

#tagline {
	float:left;
	color:#B3286B;
	font-style:italic;
	font-weight:bold;
	margin:0;
	margin-top:60px;
	margin-left:10px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
h1#pageheading {}
#main-wrapper {
	width:960px;
	background:#FFF;
	margin:0 auto;
	padding:0px;
	text-align:left;
	overflow:hidden;
	}
