/**

 * 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"

 */

/** aMember-specific styles here */



/* properties for entire page and text inside tables */
/*
body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background-color:#000;
	color:#FFF

    font-size: 0.9em;

}

hr {
	color: #C00;
	background-color: #C30;
}
body h1 {
	color: #CCC;
}
body h3 {
	color: #CCC;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #CC0;
	text-decoration: underline;
}

.vedit tr th {
	background-color: #C00;
	color: #FFF;
}
.vedit {
	border: 1px solid #666;
}

.vedit tr td {
	color: #FFF;
	background-color: #000;
}
*/

/* original tags */
/** aMember-specific styles here */



/* properties for entire page and text inside tables */

body, th, td {
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 0.9em;
	background: #000;
	color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
}
/* properties for all input elements */

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #333;
	border: 1px solid #999;
	color: #FFF;
	padding: 3px;
	margin-right: 5px;
}
hr {
	background-color: #C64934;
	border: 0;
	width: 400px;
	height: 1px;
}
ul, li {
	list-style: disc;
}
.small {
	font-size: x-small;
	font-weight: normal;
}
.powered, .powered a {
	font-size: x-small;
	color: #777777;
	margin: 0.5em 0em 0.5em 0em;
	text-align: center;
}
strong, .strong {
	font-weight: bold;
}
.text_disabled {
	color: ButtonFace;
}
/* properties for headers */

h1, h2, h3 {
	color: #CCC;
	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: #C00;
}
.vedit400 {
	width: 400px;
}

/* vedit - vertical table (signup, profile edit) */

.vedit {
	border: 1px solid #C64934;
}
/* vedit - usual column (right) */

.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	background-color: #000;
	border: 1px solid #C64934;
}
/* vedit - header column (left) */

.vedit th {
	padding: 10px 15px 10px 10px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-color: #CA1413;
	border: 1px solid #930;
}
/* vedit - heading row */

.vedit .headrow {
	font-weight: bold;
	text-align: center;
}
/* hedit - horizontal table (payments list) */

.hedit {
	border: 1px solid #930;
}
/* hedit - usual column */

.hedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	background-color: #000;
	border: 1px solid #CA1413;
}
/* hedit - header column */

.hedit th {
	padding: 10px 15px 10px 10px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-color: #CA1413;
	border: 1px solid #930;
}
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: 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;
}
/* overrides custom */
a {
	color: #C64934;
	text-decoration: none;
}

a:link {
	color: #CA1413;
	text-decoration: none;
}
a:visited {
	color: #CA1413;
	text-decoration: none;
}
a:hover {
	color: #CC0;
	text-decoration: underline;
}

/*
#login input[type="submit"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(http://www.smashvidz.net/logIn.jpg) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-family:Arial,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:22px;
line-height:normal;
padding-top:22px;
text-transform:uppercase;
width:61px;
}
*/
/*
#loginlost input[type="submit"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(http://www.smashvidz.net/retrieve.jpg) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-family:Arial,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:22px;
line-height:normal;
padding-top:22px;
text-transform:uppercase;
width:61px;
}
*/
.label_login{
		color:#777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
	font-weight: bold;
}

#lostpass {
	color:#1CB7FF;
	cursor: pointer;
	padding-top: 10px;
}
/*
.btn {
	float: left;
	clear: both;
	background: url(http://www.smashvidz.net/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 22px;
	background: url(http://www.smashvidz.net/images/btn_stretch.png) repeat-x left top;
	line-height: 22px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(http://www.smashvidz.net/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 22px;
}
*/


.svidbtn{
	color:#FFF;
	text-transform: uppercase;
	background: url(http://www.smashvidz.net/images/btn_stretch.png) repeat-x left top;
	height:22px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #842523;
	border-left-color: #842523;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
} 

.lst{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	color: #CCC;
}


