body { 
	margin: 0;
	padding: 0;
	font-family: Corbel, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#header-wrapper, #content, #sites-wrapper, #links-wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#header-wrapper {
	height: 50px;
	margin: 170px auto 0;
}

#content-wrapper {
	width: 100%;
	height: 455px;
	background: url("/images/focus-switcher.jpg") no-repeat center #000000;
	color: #FFFFFF;
	position: relative;
}

#content-wrapper h2 { 
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1em;
}

#content {
	margin: 0 auto;
	position: relative;
}

#content-body {
	position: absolute;
	top: 55px;
	left: 185px;
	width: 70%
}

#sites-wrapper {
	height: 75px;
	margin: 35px auto 0;
}

#sites-wrapper, #sites-wrapper a, #sites-wrapper a:visited, #sites-wrapper a:hover {
	color: #000000;
	text-decoration: none;
}

#links-wrapper {
	height: 75px;
	margin: 5px auto 0;
}

#links-wrapper, #links-wrapper a, #links-wrapper a:visited, #links-wrapper a:hover {
	color: #BCBCBC;
	text-decoration: none;
}

#sites-content, #links-content {
	display: none;
	clear: both;
}

#sites-content {
	float: right;
}

#links-content {
	float: left;
}

.sites, .links {
	float: left;
}

.sites {
	margin: 0 0 0 35px;
}

.links {
	margin: 0 35px 0 0;
}

.site, .link, .site-icon, .link-icon {
	display: block;
}

.site-icon, .link-icon {
	margin: 0 auto;
	overflow: hidden;
}

.site-icon {
	width: 55px;
	height: 55px;
}

.site-icon img {
	display: block;
	position: relative;
	top: -60px;
}

.link-icon {
	width: 40px;
	height: 40px;
}

.link-icon img {
	display: block;
	position: relative;
	top: 40px;
}




#content a, #content a:visited, #content a:hover {
	color: #AECDF3;
	text-decoration: none;
}

#content ::-moz-selection {
	background: #AECDF3;
	color:#FFFFFF;
}

#content ::selection{
	background: #AECDF3;
	color: #FFFFFF;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body {
	/*font-size: 18px;*/
}

#header-wrapper, #content, #sites-wrapper, #links-wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#header-wrapper {
	height: 50px;
	margin: 50px auto 0;
}

#content-wrapper, #content, #content-body {
	position: static;
}

#content-wrapper {
	height: auto;
	background: url("/images/focus-switcher.jpg") no-repeat 50% -435px;
	color: #000000;
	overflow: visible;
}

#content {
	margin: 0 auto;
}

#content-body {
	padding: 30px 0 50px;
}

#sites-content, #links-content {
	display: block;
}

#links-wrapper {
	margin-top: 55px;
}

#sites-content {
	float: left;
}

.sites {
	margin: 0 35px 0 0;
}

.site-icon img {
	top: 00px;
}

.link-icon img {
	top: 0px;
}

#content a, #content a:visited, #content a:hover {
	color: #316BB4;
	text-decoration: none;
}

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}