/*
Pixel Corps styles
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	color:#000000;  
	background:#474747;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #dddddd;
}

a:hover {
	color: #cccccc;
}

.bold {
    font-weight: bold;
}

legend {
    font-size: 120%;
}

input, select, checkbox {
    border: 1px solid #ffffff;
}

/*
* Layout
*/

/*
*  main page container
*/
#container{ 
	position: relative;
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 50px;
	width: 1020px;
	min-width: 1020px;
	max-width: 1020px;
}

#content{   
	min-height: 720px;
	padding: 20px 0px 20px 0px;
}

/*
* Masthead and related styles
*/

#masthead {
	height: 96px;
	width: auto;
	max-width: 1020px;
	color:#ffffff;	
	background-color: #9ba4ad;
	margin-left:5px;
}

#corners_masthead_left {
	position:absolute;
	top: 0px;
	left: 0px;
}

#corners_masthead_right {
	position:absolute;
	top: 0px;
	left: 1010px;
}

#welcome_message {
	position:absolute;
	top: 30px;
	left: 665px;	
}

#page_title {
	position:absolute;
	top: 13px;
	left: 880px;
}

#logo {
	position: absolute;
	top: 7px;
	left: 35px;
}

#topnav {
    float:right;
    padding: 76px 30px 0px 0px;
}

#topnav li {
	display: inline;
}

.page_item a {
    padding: 5px 5px 5px 5px;
    color: #000000;
    background-color: #ffffff;
}

.page_item_dark a {
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    background-color: #292929;
}

.page_item a:hover, .page_item_dark a:hover {
    color: #555555;
}

.focus-background {
    background-color:  #fafacc;
}

/*
* Styles for setting up the default content div for the generic template
*/

	#main {
		background-color: #9ba4ad;
		width: 1025px;
		height: 500px;
		margin-top: 10px;
	}
		
	#corners_main_tl {
		position:absolute;
	}

	#corners_main_tr {
		position:absolute;
		left: 1010px;
	}
	
	#page_heading {
		width: 190px;
		height: 25px;
		margin-left:15px;
		background-color: #292929;
		font-weight: bold;
		font-size: 12pt;		
		color: #ffffff;
		padding-left: 15px;
	}
	
	.content {
		background: #9ba4ad;
		padding-left: 15px;
	}
	
	.heading-top-left {
		margin-top: 10px;
		margin-left: 15px;
		width: 205px;
		height: 15px;
		background: #292929 url('/images/corner_topleft_black.gif') left top no-repeat;
	}
	
	.heading-top-right {
		float: right;
		width: 15px;
		height: 15px;
		background: #292929 url('/images/corner_topright_black.gif') right top no-repeat;
	}		
	
	.section-top-left {
		width: 100%;
		height: 15px;
		background: #9ba4ad url('/images/corner_topleft.gif') left top no-repeat;
	}

	.section-top-right {
		float: right;
		width: 15px;
		height: 15px;
		background: #9ba4ad url('/images/corner_topright.gif') right top no-repeat;
	}

	.section-bottom-left {
		width: 100%;
		height: 15px;
		background: #9ba4ad url('/images/corner_bottomleft.gif') left bottom no-repeat;
	}

	.section-bottom-right {
		float: right;
		width: 15px;
		height: 15px;
		background: #9ba4ad url('/images/corner_bottomright.gif') right bottom no-repeat;
	}	
	
/*
* Flash Error Message styling
*/

.error_item {
    font-size: 80%;
    font-weight: normal;
    padding: 10px 0px 10px 20px;
}

/*
* Site-wide page component styles
*/
.page-help {
    width: 500px;
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #c3c7ca;
}

/*
* Standard forms
*/
.form-standard-row label {
	float: left;
	width: 10em;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.form-standard {
    padding: 20px 0px 10px 20px;
}

.form-standard-title {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-standard-row {
    padding: 5px 15px 5px 5px;
    background-color: #c3c7ca;    
}

/*
* Flash messages
*/

#flash-message-home {
    width: 400px;
    font-size: 120%;
    margin: 0px 0px 20px 20px;
    background-color: #fafacc;
    padding: 1em;    
}

.error-item {
    font-size: 80%;
    font-weight: normal;
    padding: 5px 0px 5px 20px;
}

/*
* admin tools
*/
#admin-tools {
    padding-top: 10px;
    margin: 0px 0px 10px 20px;
}

#admin-tools a {
    color: #000000;
}

#admin-tools a:hover {
    color: #666666;
}

#member-chart {
    margin: 30px 0px 0px 0px;
}

/*
* Member records
*/
.member-column-left {
    float: left;
    width: 300px;
    margin: 0px 0px 0px 0px;
}

.member-column-right {
    float: left;
    margin: 0px 0px 0px 40px;
}

.member-record, .member-list, .member-address, .member-tools{
    background-color: #c3c7ca;
    padding: 10px;
    margin: 0 0 20px 20px;
    width: 300px;
}

.member-events, .member-orders {
    background-color: #c3c7ca;
    padding: 10px;
    margin: 0 0 20px 20px;    
    width: 600px;
}

.member-event-date {
    font-size: 80%;
}

.member-data-row {
    padding: 2px 0px 2px 0px;
}

.member-data-row a {
    color: #000000;
}

.member-data-row a:hover {
    color: #666666;
}

.member-data-row-even {
    background-color: #ffffff;
}

.member-record-name {
    font-size: 140%;
}

.member-record .field-data {
    font-weight: bold;
}

.member-record .field {
    padding: 2px 0px 0px 0px;
}

.member-record a {
    color: #000000;
}

.member-record a:hover {
    color: #666666;
}

.member-title {
    margin: 5px 0 5px 0;
    font-weight: bold;
    font-size: 140%;
}

.member-list a {
    color: #000000;
}

.member-list a:hover {
    color: #666666;
}

.search-box {
    font-size: 14pt;
    width: 300px;
}

.search-box-order-number {
    font-size: 14pt;
    width: 400px;
}

#form-member-search {
    width: 310px;
}

/*
* order record styles
*/
.order-record {
    background-color: #c3c7ca;
    padding: 10px;
    margin: 0 0 20px 20px;    
    width: 550px;
}

.order-record a {
    color: #000000;
}

.order-record a:hover {
    color: #666666;
}

.order-record .order

.order-record .order-meta, .order-record .order-billing, .order-record .order-products {
    margin: 0px 0px 20px 0px;
}

.order-record .order-title {
    margin: 5px 0 5px 0;
    font-weight: bold;
    font-size: 140%;    
}

.order-data-row {
    margin: 0px 0px 0px 20px;
}

.order-total-row {
    margin: 10px 0px 0px 20px;
}
