/* ---------------------------------------------------------------------
Original Author: Anthony Ticknor
Contact Email: anthony.ticknor@sierra-bravo.com
Contact Website: http://www.nerdery.com

Target Browsers: IE7+, Safari 3+, FF2+
Media Type: Screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
RESET
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font:12px/1.4em 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;;
	color:#ccc;
	background:url(diy/header.jpg) repeat-x left top #131313;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#ccc;
}

a:hover {
	color:#ffcc05;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

/* ---------------------------------------------------------------------
GLOBALS
------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
	line-height:1px;
}

.clearfix {display: inline-block;}

.ErrorContainer {
	margin:6px 0 2px 0;
	padding:10px 10px 10px 27px;
	background:url(diy/alert.gif) no-repeat top left;
	color:#c00;
}

.ErrorTitle {
	font-weight:bold;
}

/* ---------------------------------------------------------------------
RULES
------------------------------------------------------------------------ */
#SiteContainer {
	margin:0 auto;
	width:300px;
	padding:0 14px;
	background:#151515;
	border-left:2px solid #353535;
	border-right:2px solid #353535;
}

#SiteContainerHead {
	margin:30px auto 0 auto;
	width:300px;
	height:14px;
	padding:0 16px;
	background:url(diy/auth_head.png) no-repeat;
}

#SiteContainerFoot {
	margin:0 auto 30px auto;
	width:300px;
	height:14px;
	padding:0 16px;
	background:url(diy/auth_foot.png) no-repeat;
}

#SiteContainer h1 {
	height:34px;
	background:url(diy/logo.png) top left no-repeat;
	text-indent:-9999px;
}

#SiteContainer h2,
#SiteContainer legend {
	font-size:16px;
	margin:0 0 10px 0;
}

#SiteContainer p {
	margin:0 0 10px 0;
}

#SiteContainer label {
	width:90px;
	display:inline-block;
}

#SiteContainer input[type="text"],
#SiteContainer input[type="password"] {
	width:170px;
	padding:4px;
	margin:0;
	border:0px;
}

#SiteContainer fieldset li {
	margin:6px 0;
}

#SiteContainer div.Submit {
	padding:12px 0 0 90px;
}

#SiteContainer .About {
	padding:10px;
}

#SiteContainer fieldset {
	padding:0 10px;
}

#SiteContainer .FormComplete {
	padding:10px;
}

.Foot {
	margin:0 auto;
	width:328px;
	font-size:11px;
	text-align:center;
}

/* ---------------------------------------------------------------------
EXCEPTIONS
------------------------------------------------------------------------ */
#SiteContainer .SignInForm fieldset {
	padding:10px 10px 0 10px;
}

.SignInForm #RememberMe label,
.ApplyForm #TermsOfServiceCheckBox {
	padding:0 0 0 90px;
	width:200px;
}

.SignInForm ul.MembershipOptionLinks {
	padding:12px 0 0 0;
	text-align:center;
}

.SignInForm ul.MembershipOptionLinks li {
	display:block;
	float:left;
}

.SignInForm ul.MembershipOptionLinks li.ForgotPasswordLink {
	margin:0 10px 0 0;
}

.SignInForm ul.MembershipOptionLinks li a {
	display:block;
	float:left;
	width:125px;
	padding:5px 8px;
	border:1px dashed #353535;
	font-size:11px;
}
