/* Quick Twestival Page for Brum Twestival By Andrew Yates (@Andy383) of 383 Project Ltd. */

/* =========================== elements ============================= */

body { 
	background: url(../img/bg.jpg) no-repeat 0px 0px #181818;
	font: normal 12px Georgia;
	color: #fff;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited { 
	color: #a3e2eb; 
	text-decoration: none; 
}
a:link:hover, a:visited:hover, a:active, a:focus {
	text-decoration: underline; 
}

img {
	display: block;
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


// Ordered lists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; }
.clearfix{ display: block; }
.clearfix{ height: 1%; } /* IE */

.holder { 
	width: 645px;
	margin-left: 280px;
	margin-top: 140px;
	font-style: italic;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#logo {
	position: absolute;
	top: 0px; left: 0px;
	width: 209px; height: 87px;
}

#logo a span {
	width: 209px; height: 87px; text-indent: -2009%;
	margin: 0 auto; display: block;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */


.holder .info {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 130%;
}

#mailing-form {
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.button {
	background: #8f8f8f;
	padding: 3px; cursor: pointer;
	border: 1px solid #ccc;
	color: #fff;
}

#note1 {
	background: url(../img/notices1.jpg) no-repeat 2px 2px;
	background-color: #f6f4c4;
}
#note2 {
	background: url(../img/notices2.jpg) no-repeat 2px 2px;
	background-color: #f6f4c4;
}
#note3 {
	background: url(../img/notices3.jpg) no-repeat 2px 2px;
	background-color: #f6f4c4;
}

.notice {
	margin-top: 10px;
	color: #497e9c;
	margin-bottom: 10px;
	border: 2px solid #fdc856;
	padding: 8px; padding-left: 50px;
}
.notice a {
	color: #4c4849;
	text-decoration: underline;
}

#tweets {
}

.tweet {
	padding: 10px 0 0 0;
	border-top: 2px solid #f6f5c9;
	font-size: 14px;
}

.avatar {
	float: left;
	width: 48px; margin-right: 10px;
}

.tweet-content {
	float: right;
	width: 585px;
}

.author {
	float: left;
	width: 260px;
	font-size: 11px;
	margin-top: 15px;
}

.ago {
	margin: 0;
	padding-top: 15px;
	font-size: 11px;
	float: right;
}
.ago a {
	margin-bottom: 10px;
}

#info {
	background: url(../img/info-btn.jpg) no-repeat;
	position: absolute;
	left: 640px; top: 0;
	width: 120px; height: 62px;
}

#buy {
	background: url(../img/buy-btn.jpg) no-repeat;
	position: absolute;
	left: 760px; top: 0;
	width: 210px; height:108px;
}

/* ========================= bottom-nav end ========================= */

/* ============================= footer ============================= */

#footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 2px solid #e5fffe;
}

/* =========================== footer end =========================== */