/**** 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%;
	font: inherit;
	vertical-align: baseline;
}
body{
	font-size:14px;
	line-height:20px;
	color:#535353;

}
a{
	color:#ff7800;
}
h3{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
#container{
	width:1100px;
	margin:0px auto;
}


/**** Begin Header***/

#header{
	width:inherit;
	margin:100px 0 100px;
}

#header h1{
	font-family: 'Oswald', sans-serif;
	font-size: 85px;
	text-align:center;
}

#header-social{
	float:right;
	width:200px;
	margin-right:30px;
}
#header-rss{
	background:url(images/icon-rss.png) no-repeat 0px 3px;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 0px 10px 10px 20px;
	float:right;
}
#header-rss a{
	text-decoration:none;
	color:#535353;
}
#header-social ul {
	clear:both;
}2
#header-social ul li{
	list-style:none;
	list-style-image:none;
	text-indent:-9999px;
	float:right;
	margin-right:6px;
}
#header-social ul li a{
	display:block;
	width:28px;
	height:28px;
}
#header-social ul li a.stumble{
	background:url(images/icon-stumble.png) no-repeat;
}
#header-social ul li a.float{
	background:url(images/icon-float.png) no-repeat;
}
#header-social ul li a.facebook{
	background:url(images/icon-facebook.png) no-repeat;
}
#header-social ul li a.flickr{
	background:url(images/icon-flickr.png) no-repeat;
}
#header-social ul li a.twitter{
	background:url(images/icon-twitter.png) no-repeat;
}

/**** Begin Footer***/
#footer{
	clear:both;
	width:100%;
}	