@charset "utf-8";
/* CSS Document */


body {
	background-image:url(/images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #de5801;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
}

#middle {
	margin:0 auto;
	width:900px;
	padding:60px 0 20px 0;
	position: relative;
}

#myContent {
	margin:0 auto;
	width:900px;
	padding:0;
}

#fbfeed {
	position: absolute;
	top: 360px;
	left: 342px;
	width: 300px;
	height: 285px;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.4em;
}

#twitterfeed {
	position: absolute;
	top: 360px;
	left: 22px;
	width: 300px;
	height: 285px;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.4em;
}

div.socialfeed a {
	color: #ffffff;
	text-decoration: none;
}

div.socialfeed a:hover {
	text-decoration: underline;
}

div.socialfeed p.timesince {
	font-size: 0.9em;
	color: #cea96e;
}

#tweet1, #tweet2 {
	border-bottom: 1px #cea96e solid;
	padding: 10px 0 10px 0;
}

div.fbstatus {
	border-bottom: 1px #cea96e solid;
	padding: 10px 0 10px 0;
}

div.endfbitem {
	border-bottom: none;
	padding: 10px 0 0 0;
}


#tweet3 {
	padding: 10px 0 10px 0;
}

#facebook-twitter-sidebar {
	border: 0px;
	position: absolute;
	top: 70px;
	left: 0px;
	margin:0;
	padding: 0;
	width: 26px;
	height: 210px;
}


#signup-div {
	margin:0 auto;
	width:950px;
	padding:13px 0 13px 0;
	border-top:1px solid #cc9966;
	border-bottom:1px solid #cc9966;
	clear:both;
	color:#cc9966;
}


#signup-div table td {
	color:#cc9966;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:left;
}


#signup-div table td a {
	color:#cc9966;
	text-decoration:none;
}
#signup-div table td a:hover {
	text-decoration:underline;
}


#email {
	background-color:transparent;
	padding:3px;
	border:1px solid #cc9966;
	color:#cc9966;
}


#footer {
	margin:0 auto;
	width:950px;
	padding:5px 0 13px 0;
	clear:both;
	color:#cc9966;
}


#footer a {
	color:#cc9966;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	font-size:12px;
	line-height:15px;
	color:#cc9966;
}


#footer #left {
	float:left;
	width:600px;
	padding:0;
	margin:0;
}


#footer #right {
	float:right;
	width:299px;
	padding:0;
	margin:0;
}


/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	_height : 1%;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */





