/* layout.css

This stylesheet is based on "andreas09.css", modified for Goldberg.
The original credits follow:

andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas
Viklund - http://andreasviklund.com. Free to use for any purpose as
long as the proper credits are given to the original author.
*/
html {
	height: 101%; /* force virtical scrollbar */
}

body {
background:#8b8b8b url(/images/bodybg.jpg) repeat;
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

input {
	font-size: 16px;
}

/*** Main container ***/

div.container {
background:#ffffff;
color:#303030;
margin: 12px 32px 0px 32px;
min-width: 983px;
padding: 15px;
text-align:left;
border: solid #bababa;
border-width: 1px;
}

/*** Header section ***/

div.header {
background:#ffffff url(/images/headerbg.png) repeat-x;
height:108px;
border: solid #bababa;
border-width: 1px;
}

div.logo {
	float: left;
	margin: 20px 0px 0px 40px;
}



div#user_login_menu,
div#login_menu {
	color: #606060;
	float: right;
}

#user_login_menu ul,
div#login_menu ul {
	padding: 0px;
	margin: 0px;
}

#user_login_menu ul li:first-child {
	border: 0;
}

#user_login_menu ul li,
#login_menu ul li {
	list-style:none;
	float:left;
	border-left: 1px solid #b0b0b0;
	padding: 2px 8px;
}

#login_menu ul li {
	border: 0;
	padding: 0;
}

#user_login_menu a,
#user_login_menu a:hover{
	font-weight: normal;
	border-bottom: #808080 dotted 1px;
	text-decoration: none;
}

#login_menu a,
#login_menu a:hover {
	text-decoration: none;
}

#user_login_menu span.account_balance {
	margin: 0px 0px 0px 3px;
	color: #E68812;
}

#login_menu a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin: 0px 4px 0px;
	padding: 4px 9px 5px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	color: #E7E7E7;
	background: #E68812;
}

/* Header Notify Section */
div.header_notify {
	height: 17px;
}

div.flash_error,div.flash_note,div.flash_warn {
	left: 300px;
	height: 17px;
	padding: 0px;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	max-width: 600px;
}

div.flash_error {
background-color:#ffddd1;
color:#571802;
}

div.flash_note {
background-color:#ddffd1;
color:#185702;
}

div.flash_warn {
background-color:#ffddd1;
color:#571802;
}


/* Field Errors */
div.errorExplanation {
background-color:#ffddd1;
border:2px solid #b73204;
color:#571802;
padding:5px 20px 5px;
margin-bottom: 15px;
}

div.fieldWithErrors input {  
background-color:#ffddd1;
}

/*** Content wrap ***/

div.wrap {
	clear:both;
	font-size: 0.9em;
	padding: 10px 0px;
}

/*** Sidebars ***/

/* Not sure this rightside stuff is needed */
div.rightside {
margin:0;
width:165px;
}

div.rightside {
float:right;
}

div.rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

div.rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

div.rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}
/* rightside */


/*** Content ***/

.content {
background:#ffffff url('/images/cow_skin.jpg') top right no-repeat;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 0px;
margin:0px 175px 0px 0px;
min-height: 400px;
}

div.content h1, div.content h2 {
background-color:transparent;
color:#606060;
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

div.content h2 {
font-size:20px;
margin-bottom:10px;
}

/*** Footer ***/

div.footer {
background: #E7E7E7;
border: solid #bababa;
border-width: 1px;
min-width: 983px;
clear: both;
color: #999;
font-size: 0.9em;
font-weight: bold;
margin: 2px 32px 20px 32px;
padding: 15px;
text-align: center;
font-size: 10px;
}

div.footer a {
color:#999;
font-weight:bold;
}

div.footer div.poweredby {
	text-align: right;
	margin: 0px 0px 0px 0px;
}

div.footer div.links {
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
}

div.footer div.links a {
	color: #4875A1;
}

/*** Various classes ***/


div.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin: 3px 3px 3px 3px;
padding:5px;
float: left;
width: 103px;
height: 103px;
text-align: center;
}

input[type="submit"] {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

input[type="submit"]:hover {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

#clear {
	clear: both;
}

.hide {display:none;}

div.captcha {
	margin: 30px 0px 30px 0px;
}

.captcha img, .captcha label {
	display: block;
}

.captcha img {
	border:1px solid #b0b0b0;
}

div.descriptive_see_all_image,
div.descriptive_premium_see_all_image {
	float: left;
	margin: 5px;
	white-space: wrap;
	width: 120px;
	height: 200px;
}

div.people_see_all_image {
	float: left;
	margin: 5px;
	white-space: wrap;
	width: 120px;
	height: 150px;
}

div.content_moderation_see_all_image {
	float: left;
	margin: 5px;
	white-space: wrap;
	width: 120px;
	height: 150px;
}
/*** End of file ***/
