/* >Common
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #9999CC;
	color: #444;
	font: 75% "Lucida Grande", Verdana, Arial, helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	background-color: #fff;
	width: 760px;
	border-right: 5px solid #8C8BBA;
	border-left: 5px solid #8C8BBA;
	border-bottom: 4px solid #8C8BBA;
	padding: 4px 4px 0 4px;
	background-color: #fff;
	overflow: hidden;
}
#content {
	clear: both;
	min-height: 600px;
	margin-bottom: 10px;
	padding: 20px;
}
#content p {
	line-height: 1.7;
	margin-bottom: 14px;
}
h1  {
	text-indent: -9000px;
}
h2 {
	font-family: "Lucida Grande", "lucida sans unicode", Verdana, Arial, Geneva, sans-serif;
	letter-spacing: -1px;
	font-size: 145%;
	color: #000;
}
p.loud {
	font-size: 120%;
	color: #777;
}


/* >External
-----------------------------------------------------------*/

.external #content {
	position: relative;
}
p#logo {
	position: absolute;
	top: 40px;
	right: 70px;
}
#content #logo a {
	background: #fff !important;
	color: #fff !important;
}
#content {
	margin: 70px auto 100px auto;
	background-color: #fff;
	width: 730px;
	border: 5px solid #8C8BBA;
	padding: 40px 40px 25px 40px;
	padding-top: 50px;
	background-color: #fff;
	min-height: 250px;
}
#login, #passwordReminder {
	padding-left: 30px;
	min-height: 200px;
	margin-top: 20px;
	margin-bottom: 0;
}
#login, #passwordReminder form {
	margin-left: 0;
	padding-top: 35px;
}
#login, #passwordReminder form .input-text {
	font-size: 120%;
}
#login, #passwordReminder a {
	margin-left: 15px;
}
.external h2 {
	margin-top: 10px;
}
#joke .loud, #fact .loud {
	font-size: 170%;
}


/* >Anchors
-----------------------------------------------------------*/

#content a:link, #content a:visited {
	color: #E61F8A;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
}
#content a:hover, #content a:active {
	text-decoration: none;
	color: #fff;
	background-color: #E61F8A;
}


/* >Forms
-----------------------------------------------------------*/

form {
	width: 90%;
	margin-left: 3%;
}
form label {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}
form label.inline {
	display: inline;
	width: auto;
	margin-left: 6px;
}
form .input-text {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
}
form textarea {
	width: 100%;
	font-size: 170%;
	padding: 40px;
}
form .input-text:focus, form textarea:focus {
	color: #E34B90;
}
form textarea,
form .input-text {
	padding: 4px;
	border: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #ddd;
	background: url("../images/input-shad.gif") repeat-x top;
}
form select {
	width: 100%;
	padding: 3px;
	font-weight: bold;
}
p.dates select {
	width: 20%;
	display: inline;
	margin-right: 5px;
}
#mainContent p.formNote {
	margin-top: -10px;
	margin-bottom: 25px;
	font-size: 90%;
	color: #777;
}
p.formNote strong {
	color: #E34B90 !important;
}
#content input.submit {
	border: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	width: auto !important;
	padding: 4px 10px;
	font-weight: bold;
	background-color: #F9F2F7;
	color: #E34B90;
}
#content input.submit:hover {
	color: #E34B90;
	cursor: pointer;
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

/* >Validation / Feedback
-----------------------------------------------------------*/

#flash h3, #error h3 {
	margin: 0;
	line-height: 1.6em;
}
#error h3 {
	color: #D61111;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.2;
}
#error h3 {
	margin: 0;
	line-height: 1.6em;
}
#error h3 {
	background: url("../images/icons/stop.gif") 0 30% no-repeat;
	padding: 10px 0 10px 40px;
}
#flash h3 {
	background: url("../images/icons/tick.png") 0 30% no-repeat;
	padding: 10px 0 10px 35px;
}
.error {
	color: #D61111 !important;
	font-size: 120%;
	margin-left: 10px;
}
#flash h3 {
	color: #80AB52;
}