/* @override http://www.22tredz.com/css/style.css */

/* ------------------------------------------------------------

    Title:     22tredz.com master styles for screen media
    Author:    justin@jdbaluch.com
    Updated:   December 2, 2006

------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	background: #483A2C url(http://lab.rails2u.com/bgmaker/slash.png?margin=3&linecolor=483A3A&bgcolor=342515) repeat;
}

/* @group Links */

#xhtml {
	font-size: xx-small;
	font-variant: small-caps;
}

a:link, a:visited {
	color: #98B7D6;
	text-decoration: none;
	border-bottom: 1px solid #6cf;
}

a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* @end */

/* @group Structure */

#wrap {
	width: 500px;
	height: 100%;
	margin-bottom: 0px;
	margin: 0 auto;
	padding: 0px 0;
	text-align: left;
	background: #342515;
	border-left: 30px solid #6E7E3C;
	border-right: 30px solid #6E7E3C;
}

/* @end */

/* @group Content Styles */

strong {
	font-size: x-large;
}

h1#logo {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

h1#logo img {
	display: block;
	width: 0;
}

h1#logo a, h1#logo span {
	display: block;
	width: 500px;
	height: 100px;
	margin: 0 auto;
	border: none;
	background: url(../tmp_images/craglogo.jpg) no-repeat top left;
}

h2 {
	margin: 0;
	padding: 10px 20px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	color: #91c1f1;
	background: url(../tmp_images/h2-bg.gif) repeat-x 0 50%;
}

h2 span {
	padding: 0 10px;
	background: #342515;
	color: #D5CAAB;
}

h3 {
	margin: 0;
	padding: 10px 20px;
	color: #fff;
}

span.pro {
	color: #E47663;
}

span.nou {
	color: #FCF776;
}

p {
	margin: 0;
	padding: 10px 20px;
	line-height: 1.5em;
}

ul {
	margin: 0 0 20px 60px;
	padding: 0;
}

ul li {
	line-height: 1.5em;
}

/* @end */

/* @group Signup Form */

div#message {
	color: #99FF99;
	font-weight: bold;
}

p#success {
	color: #00ff8b;
	font-weight: bold;
}

p#invalid {
	color: #ff4945;
	font-weight: bold;
	font-style: italic;
}

p#duplicate {
	color: #e7e7db;
	font-style: italic;
	font-variant: small-caps;
}

p#error {
	color: #c44600;
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 70%;
	color: #D5CAAB;
	background: url(http://cragbeta.com/tmp_images/footer_bg.jpg) no-repeat right bottom;
}

/* @end */

/* @group Miscellaneous */

hr, .hide {
	display: none;
}

a img {
	border: none;
}

/* @end */
