/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body {
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}
th, td {
	text-align: center;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* properties for all input elements */
textarea {
	font: bold 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}
input {
	padding: 5px;
	margin: 2px 0 10px;
	background: #999;
	color: #fff;
	font-weight: bold;
	border: 1px groove #555;
	font-size: 1.2em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
.small { font-size: small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* TABLE STYLES */
/* vedit - vertical table (signup, profile edit) */
.vedit {
	margin-right: auto;
	margin-left: auto;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 18px 10px;
	background-color: #fff;
	border: 1px solid #daebe7;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
	border: 1px solid #c5d5d1;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 90%;
    background-color: #686768;
    border: 1px solid #000;
    margin: 5px 0px 5px 0px;
	color: white;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}
/* END TABLE STYLES */

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}

/* Renee Additions */
#primary-content h1{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.8em;
}
#primary-content h1,
#primary-content h2,
#primary-content h3,
.album-title,
.movie-page-title,
.message-text{
	font-size: 2.2em;
	font-weight: normal;	
	margin-bottom: 20px;
	letter-spacing: normal;
}
#primary-content h3 {
	letter-spacing: normal;
	font-size: 1.2em;
	font-weight: bold;
}
#primary-content h4 {
	font-weight: normal;	
	margin-bottom: 10px;
	letter-spacing: normal;
	font-size: 1.5em;
}

#primary-content p {margin: 0 0 1.5em; }

#primary-content ul, 
#primary-content ol { margin: 0 1.5em 1.5em 2.5em; }
#primary-content ul {list-style-type: circle;}
#primary-content ol {list-style-type: decimal;}

#primary-content dl {margin: 0 0 1.5em 0; }
#primary-content dl dt {font-weight: bold; }
#primary-content dl dd {margin-left: 1.5em; }

#wrap{
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 960px;
	background: #111;
	overflow: hidden;
}