/* Website Design © Copyright © 2009-2026. Chaotic Chat all rights reserved */

body {
	background: url(/images/ccbody.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
}
img {
	border: 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
/** Visually hides text for screen readers while keeping it out of the visual layout **/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/** Skip link becomes visible when it receives keyboard focus **/
.visually-hidden:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 16px;
	overflow: visible;
	clip: auto;
	white-space: normal;
	background-color: #09253a;
	color: #fff;
	display: inline-block;
	z-index: 2000;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background: #09253a url(../images/ccheader.png) repeat-x center top;
	height: 50px;
	padding: 16px 0 0;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
	display: inline-block;
	margin-left: 10px;
}
/** Navigation **/
#navigation {
	display: inline-block;
	height: 30px;
	list-style: none;
	margin: 0 10px;
	padding: 0;
*width: 516px; /** Needed for IE7 **/
}
#navigation li {
	float: left;
	margin: 0 12px;
}
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #efefef;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}
#navigation li a:hover,
#navigation li a:focus,
#navigation li.selected a {
	color: #44b2f1;
}
#navigation li a:focus {
	outline: 2px solid #44b2f1;
	outline-offset: 2px;
}
/** Dropdown submenu **/
#navigation li.has-dropdown {
	position: relative;
}
#navigation .dropdown-menu {
	display: none;
	position: absolute;
	top: 30px;
	left: -10px;
	background-color: #09253a;
	min-width: 160px;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}
#navigation .dropdown-menu li {
	float: none;
	margin: 0;
}
#navigation .dropdown-menu li a {
	display: block;
	padding: 6px 15px;
	text-transform: none;
}
/* Hover keeps mouse users working; focus-within opens it for keyboard users tabbing through the links */
#navigation li.has-dropdown:hover .dropdown-menu,
#navigation li.has-dropdown:focus-within .dropdown-menu {
	display: block;
}
/*------------------------------ HIGHLIGHT BAR ------------------------------*/
.highlight {
	background: #171a1a url(../images/ccheading.jpg) repeat-x left top;
	min-height: 82px;
	border-color: #000;
	border-style: solid none;
	border-width: 1px;
}
.highlight h1 {
	color: #fdfdfd;
	font-size: 30px;
	line-height: 82px;
	width: 940px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	text-shadow: -3px 0 3px #121413;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: #060c19 url(../images/cccontent.png) repeat-x center top;
	margin: 0;
	padding: 56px 0 0;
	overflow: hidden;
}
#contents p {
	color: #e8eff4;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 30px;
	text-align: left;
}
#contents p a {
	color: #e8eff4;
}
#contents p a:hover {
	color: #0aa3fa;
}
#contents p b {
	display: block;
}
#contents .body {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
/** background **/
#background {
	background: #060c19 url(../images/solarsystem.jpg) no-repeat center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 433px;
	margin: -56px 0 0px;
/** Needed for IE7 **/
*margin: 0;
*position: relative;
*top: -56px;
}
#background .wrapper {
	width: 940px;
	padding: 54px 10px 26px;
}
#background .info {
	height: 354px;
	width: 800px;
	overflow: hidden;
}
#background p {
	color: #3a9fe0;
	font-size: 14px;
	line-height: 24px;
}
#background p a {
	color: #e8eff4;
	text-decoration: underline;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #09253a;
	border-top: 1px solid #09253a;
}
#footer .body {
	background: #09253a url(../images/ccfooter.jpg) no-repeat center top;
	min-height: 136px;
	padding: 36px 0;
	overflow: hidden;
}
#footer p {
	color: #7890a1;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 6px;
}
/** links (social icons) **/
#links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
	list-style: none;
	width: auto;
	float: none;
	margin: 0 0 24px;
	padding: 0;
}
#links li {
	float: none;
	margin: 0;
	background: none;
	padding: 0;
}
.social-link {
	display: block;
	text-align: center;
	color: #7890a1;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}
.social-link:hover,
.social-link:focus {
	color: #e8eff4;
}
/** newsletter/copyright area **/
#newsletter {
	float: none;
	width: 100%;
	margin: 0;
}