body {
	padding-right: 10px;
	padding-left: 10px;
	background: #f2f1e2 url(../img/bknd.gif) top left repeat-x;
	font-weight: normal;
	font-size: 13px;
	font-family: "Helvetica", sans-serif;
	color: #27272a;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Helvetica", sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #27272a;
	margin-left: 20px;
	margin-bottom: 5px;
}

h2 {
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #27272a;
	margin-left: 10px;
	margin-bottom: 8px;
}

h3 {
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #424244;
	margin-left: 20px;
}

.orangetext {
	color: #e84b27;
}

#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#socialbar {
	padding-top: 0px;
	background-repeat: repeat-x;
	background-image: url(../img/socialBarBknd.gif);
	min-height: 43px;
	position: relative;
}

#socialbar p {
	text-align: right;
	padding: 10px 30px 0px 0px;
	color: #717176;
}

#socialbar a {
	color: #717176;
}

#hello {
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #e84b27;
}

#imbrandon {
	font-family: "Georgia", serif;
	font-size: 12px;
	font-style: italic;
}

#nametag {
	background: url(../img/tag.png) no-repeat transparent;
	position: absolute;
	top: 29px;
	left: 10px;
	width: 135px;
	height: 95px;
	text-align: center;
	padding-top: 20px;
}

#introbar {
	min-height: 226px;
	background-repeat: no-repeat;
	background-image: url(../img/introBarBknd.jpg);
}

#headlinepadding {
	padding: 70px 0px 0px 40px;
}

.headline {
	font-family: "Georgia", serif;
	font-size: 48px;
	font-weight: bold;
	color: #f2f1e2;
	text-shadow: #717976 2px 2px 0px;
	margin-bottom: 0px;
}

.subheadline {
	font-family: "Georgia", serif;
	font-size: 21px;
	font-weight: normal;
	color: #27272a;
	text-shadow: none;
	margin-top: 10px;
}

#centercourt {
	background-repeat: no-repeat;
	background-image: url(../img/centerCourtBknd.jpg);
	min-height: 250px;
}

.quote {
	font-family: "Georgia", serif;
	font-size: 16px;
	color: #e84b27;
	line-height: 23px;
	padding: 40px 10px 0px 10px;
}

#moretolovelist {
	font-family: "Georgia", serif;
	font-size: 11px;
	line-height: 13px;
	color: #27272a;
	margin-top: 40px;
}

#moretolovelist ul li {
	background-repeat: repeat-x;
	background-image: url(../img/moreToLoveBnkd.gif);
	padding: 10px 10px 10px 10px;
	margin-bottom: 2px;
}

#moretolovelist ul li a {
	color: #e84b27;
}

.fl {
	float: left;
}

.cleft {
	width: 700px;
	padding-left: 20px;
	margin-top: 40px;
}

.cleft a {
	color: #27272a;
	float: left;
	position: relative;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}

.cleft a:hover {
	color: #e84b27;
}

.cleft img {
	display: block;
	border: 10px solid white;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 21px;
	-moz-box-shadow: 1px 1px 2px #d4d2c2;
	-webkit-box-shadow: 1px 1px 2px #d4d2c2;
	box-shadow: 1px 1px 2px #d4d2c2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d4d2c2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d4d2c2');
}

.magnify {
	background: url(../img/magnify.gif) no-repeat;
	position: absolute;
	top: 22px;
	left: 21px;
	width: 16px;
	height: 16px;
	border: 5px solid white;
}

.jumplink {
	background: url(../img/jumpLink.gif) no-repeat;
	position: absolute;
	top: 22px;
	left: 21px;
	width: 16px;
	height: 16px;
	border: 5px solid white;
}


.mr20 {
	margin-right: 20px;
}

.cright {
	width: 260px;
}

.clr {
	clear: both;
}

.button {
	-moz-border-radius: 2px;
	color: #f2f1e2;
	display: inline-block;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#4d4d51), to(#28282b));
	background: -moz-linear-gradient(top,  #4d4d51,  #28282b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d51', endColorstr='#28282b');
	font-size: 11px;
	padding: 6px;
	white-space: nowrap;
}

#footer {
	color: #d9d8c2;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
