/**** Reset ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background: #272727 url(images/archive-bg.jpg) repeat-x top;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
a{
	color:#ff7800;
}
h3{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
#container{
	width:977px;
	margin:0px auto;
}
#title-divider{
	height:28px;
	width:940px;
	margin-bottom:20px;
	background:url(images/divider.png) no-repeat 0px 3px;
}

#title-sub-divider{
	height: 28px;
	width: 900px;
	margin-bottom: 20px;
	background: url(images/divider.png) no-repeat 0px 3px;
}

/**** Begin Footer***/
#footer{
	clear:both;
	width:100%;
	height:800px;
	background:#272727 url(images/footer-bg.jpg) repeat-x;
}
#footer h3{
	margin-bottom: 20px;
	left: 25px;
}
#footer-container{
	margin:0px auto;
	padding-top:50px;
	width:940px;
}
#footer-flickr{
	float:left;
	width:275px;
	margin-right:30px;
}
#footer-flickr a.flickr-item{
	position:relative;
	display:block;
	height:84px;
	width:84px;
	float:left;
}
#footer-flickr a.flickr-item #flickr-shadow{
	display:block;
    position:absolute;
    top:0%;
    left:0%;
    width:84px;
	height:84px;
    background:url(images/flickr-shadow.png);
}
#footer-facebook{
	float: left;
	width: 260px;
	padding-right: 45px;
	padding-left: 5px;
}
#fb-comment{
	background-color: #1b1b1b;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #a4a4a4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
#fb-comment img{
	float:left;
	margin-right:20px;
}
#footer-tweet{
	float:right;
}
#footer-tweet-container{
	background-color:#1b1b1b;
	width:296px;
	height:266px;
	display:block;
	padding-top:30px;
	
	border-radius:148px;
	-moz-border-radius:148px;
	-webkit-border-radius:148px;
	-khtml-border-radius:148px;
	text-align:center
}
#footer-tweet-container p{
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	color:#a4a4a4;
	padding:0px 40px;
}
p.body::selection {
	background: #ff7800; /* Safari */
	}
p.body::-moz-selection {
	background: #ff7800; /* Firefox */
}
p.link::selection {
	background: #ffb7b7;
}
p.link::-moz-selection {
	background: #ffb7b7;
}
