@charset "utf-8";

/*
==============================================
TUDOR SQUARE CANOPY. Design by Red Abbey
==============================================
*/

/* -------------------------------------------
General
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: #333;
}

.darkArea a {
	color: #fff;
}

body {
	font: 62.5% "Trebuchet MS", Arial, sans-serif;
	background: url(binaries/body-bg.jpg) repeat-x left top;
}

img {
	border: none;
}

hr {
	display: none;
}

h2 {
	background: #826b28;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 790px;
}

h2.leftMatch {
	width: 370px;
}

h2.rightMatch {
	width: 380px;
}

.leftCol h2 {
	width: 370px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.tableWrapper table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.tableWrapper table th {
	border: 1px solid #fff;
	background: #342804;
	color: #fff;
	padding: 2px;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
}

.tableWrapper table td {
	border: 1px solid #ccc;	
	padding: 2px;
	font-size: 1.1em;
}

ul {
	margin-left: 20px;
}

ul li {
	margin-bottom: 3px;
	font-size: 1.1em;
}

form label {
	font-size: 1.1em;
	
	
}

form input[type=text] {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #999;
}

form input[type=text]:focus {
	border: 1px solid #333;
}

#pledgeForm table td {
	border: none;
}

.tbmain{ 
	background: white !important;
	height:100%;
	background:white;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.clearer {
	clear: both;
}

.btnWrapper {
	margin: 10px 0 5px 0;
	text-align: right;
}

.btn {
	background: #342804;
	color: #fff;
	padding: 3px 5px;
	margin-left: 10px;
}

.btn a {
	color: #fff;
}

.btn a:hover {
	text-decoration: none;
	color: #d4b24b;
}

.darkArea {
	background: #342804;
	color: #fff;
}

.leftCol {
	width: 380px;
	float: left;
	clear: both;
}

.lightArea,
.darkArea {
	margin-bottom: 10px;
}

.lightArea p,
.darkArea p {
	font-size: 1.1em;
	margin-bottom: 1.2em;
}

.darkArea .leftCol {
	padding: 10px;
	width: 380px;
}

.rightCol {
	float: right;
	width: 400px;
}

.darkArea .rightCol {
	padding: 10px;
	width: 380px;
}

#outerWrapper {
	width: 810px;
	margin: 0 auto;
}

/* -------------------------------------------
Header
------------------------------------------- */

#header {
	margin-bottom: 10px;
}

#headerLeft {
	height: 210px;
	width: 390px;
	position: relative;
	float: left;
}

#headerLeft #headerLeftInner {
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -9999px;
	background: url(binaries/pagetitle-home.png) no-repeat left top;
	width: 362px;
	height: 74px;
}

#headerLeft #headerLeftInner p {
	font-size: 2.4em;
}

#headerRight {
	width: 400px;
	height: 210px;
	float: right;
	position: relative;
	background: #342804;
	color: #fff;
}

#headerRight a {
	color: #fff;
}

#headerRight #headerLogo {
	text-indent: -9999px;
	height: 129px;
	width: 181px;
	background: url(binaries/tudor-square-canopy-logo.png) no-repeat left top;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/* -------------------------------------------
Top navigation
------------------------------------------- */

#topNav {
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0;
}

#topNav li a {
	font-size: 2.2em;
	text-decoration: none;
}

#topNav li a:hover {
	color: #d4b24b;
}

#topNav li#topNavCurrent a {
	color: #d4b24b;
}

/* -------------------------------------------
Footer
------------------------------------------- */ 

#footer {
	background: #d2d2d2;
	padding: 5px 10px;
	margin-bottom: 10px;
}