/** generated by csspp **/

button,
input,
textarea,
select{
	padding:0;
	margin:0;
	border:0;
	vertical-align:middle;
	text-align:left;
	font:inherit;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-webkit-border-radius:0;/*
		-webkit-appearance:none;*/
}

button{
	cursor:pointer;
}

a:active,
a:focus,
button:active,
button:focus{
	outline:0;
}

a.button{
	display:block;
}

/**
 * General styles
 * 
 */

h1,
h2,
h3,
h4,
h5,
h6{
	color:rgb(151,80,52);
	font-size:13px;
	font-weight:bold;
	margin-top:2.5em;
	margin-bottom:0.3em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color:rgb(151,80,52);
}

/** is-member **/

body.is-member #content a,
body.is-member #content h1,
body.is-member #content h2,
body.is-member #content h3,
body.is-member #content h4,
body.is-member #content h5,
body.is-member #content h6,
body.is-member #content h1 a,
body.is-member #content h2 a,
body.is-member #content h3 a,
body.is-member #content h4 a,
body.is-member #content h5 a,
body.is-member #content h6 a{
	color:rgb(166,31,48);
}

a{
	color:rgb(0,103,105);
}

a:hover{
	text-decoration:none;
}

h1{
	font-family:'Georgia', 'Serif';
	font-size:22px;
	font-style:normal;
	font-weight:normal;
	line-height:1.2em;
	font-style:italic;
	font-weight:normal;
	font-size:28px;
	line-height:1.6em;
	margin-top:0;
}

p.intro{
	margin-top:0.6em;
	font-size:14px;
	line-height:1.7em;
}

p{
	margin-top:1em;
	margin-bottom:1em;
}

a.button,
button{
	display:block;
	text-decoration:none;
	font-family:'Georgia', 'Serif';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:3px;
	color:white;
	padding:2px 28px 0px 13px;
	height:28px;
	line-height:28px;
	background:rgb(166,31,48) url('../img/fancy-button.gif') top right no-repeat;
}

a.button:hover,
button:hover{
	text-decoration:underline;
}

label{
	display:block;
	padding:0 2px;
	font-weight:bold;
	margin:0 0 0.90000004em 0;
}

input,
file,
select,
textarea{
	margin:1px -2px;
	padding:2px 4px;
	display:block;
	border:1px solid rgb(210,142,150);
}

input,
select{
	height:1.6em;
	line-height:1.6em;
}

.clear{
	clear:both;
}

dl{
	margin:1em -20px 1em -10px;
}

dt{
	float:left;
	clear:left;
	display:block;
	margin:0;
	padding:0;
	line-height:30px;
	padding-left:10px;
	width:100px;
	overflow:hidden;
	font-weight:bold;
	color:rgb(166,31,48);
}

dd{
	vertical-align:text-bottom;
	line-height:1.7em;
	margin:0;
	padding:5px 20px 5px 110px;
	min-height:20px;
	border-bottom:1px solid rgb(231,193,179);
}

/** Only slightly modified default styles **/

blockquote{
	margin:10px 30px;
}

ol,
ul{
	margin:0 0 20px;
	padding:0 0 0 30px;
	line-height:150%;
}

img{
	border:0;
}

/* Table styles */

table{
	margin:10px 0 20px;
	width:100%;
	border-collapse:collapse;
}

td{
	padding:4px;
	border-bottom:1px solid rgb(102,162,163);
}

th,
thead td{
	padding:8px;
	background-color:rgb(222,220,200);
	border-bottom:1px solid rgb(102,162,163);
	font-weight:bold;
	text-align:left;
}

/* Form styles */

form ul{
	margin:0;
	padding:0;
	list-style:none;
}

form li{
	margin:0 0 10px;
}

form li.indent{
	padding-left:150px;
}

input.extra-small{
	width:40px;
}

input.small{
	width:60px;
}

input.medium{
	width:125px;
}

input.large{
	width:200px;
}

input.extra-large{
	width:275px;
}

input.focus{
	color:rgb(51,51,51);
}

label.indent{
	width:150px;
	float:left;
}

textarea{
	width:275px;
	height:150px;
}

.hidden{
	visibility:hidden;
}

.profile-medium{
	width: 220px;	
}

