@charset "UTF-8";
@import "html5-reset-1.4.css";

body {
	width:98%;
}
#headerWrap {
	position:relative;
	background:#ffffff;
}
#header {
	width:100%;
	max-width:100%;
}
#header #siteTitle h1 {
	position:relative;
}
#header #siteTitle h1 a {
	width:auto;
	height:auto;
	text-indent:0;
	background:none;
	color:#333333;
}
#header #siteTitle h2 {
	position:relative;
	top:0;
	width:auto;
}
#header #siteSearch {
	display:none;
}
#header #globalNav {
	display:none;
}
#contentsWrap {
	width:100%;
	max-width:100%;
}
#contents {
	width:100%;
	margin:0 0 20px 0;
	padding:10px;
}
#contents .socialButton {
	display:none;
}
#mainContents {
	float:none;
	width:100%;
	margin-right:0;
}
#mainContents .inner {
	margin-right:0;
}
#sidebar {
	clear:both;
	float:none;
	width:100%;
	padding-top:20px;
}
#sidebar .adLarge {
	display:none;
}
#sidebar #facebook {
	text-align:center;
}
#footerWrap {
	background:#ffffff;
	color:#333333;
}
#footer {
	width:100%;
	max-width:100%;
	padding-bottom:30px;
}
#footer a:link {
	color:#2b63ae;
}
#footer a:visited {
	color:#5a7ead;
}
#footer a:hover,
#footer a:active {
	color:#3e90fa;
}

