.cm-offline-content {
    color: #ffffff;
    background-color: #333333;
}
@charset "utf-8";
body {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #65014c;
}

h1,h2,h3 {
	color			: #ffff00;
}

h1, .cm-h1 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 20px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Tahoma, Geneva, sans-serif;
}

a {
	color			: #ffffff;
}

a:hover {
	color			: #ffff00;
}

/*         ______
__________/ Page \_____________________________________________________________________
--------------------------------------------------------------------------------------- */

#bgheader_top {
	background-color	: #65014c;
}

#bgheader_mid {
    background-color    : #ff00cc;
}

#bgheader_btm {
	background-color	: #181717;
}

#header_top {
	background-color	: #181717;
}

#header_top #logo {
}

#header_top #navigation_wrapper {
    border-top-color     : #ff00cc;
    border-left-color    : #ff00cc;
}

#header_top #navigation_wrapper #navigation_border {
    background-color    : #ff00cc;
}

/*         ________
__________/ header \___________________________________________________________________
--------------------------------------------------------------------------------------- */

#header_btm {
    border-bottom-color : #ff00cc;
}

#header_btm_left {
	background-color	: #181717;
}

#header_btm_right {
	background-color	: #181717;
}

#title_wrapper h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #ff00cc;
}

#title_wrapper h2 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-size			: 20px;
	font-weight			: bold;
	font-style			: normal;
	color				: #ff00cc;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
    background-color    : #232423;
}

ul#cm_mainnavigation li a {
	color				: #ffffff;
	font-family			: Tahoma, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: bold;
    border-top-color    : #232423;
    border-right-color  : #ffff00;
    border-bottom-color : #232423;
    border-left-color   : #232423;
}

ul#cm_mainnavigation li a:hover {
    border-color        : #232423;
}

ul#cm_mainnavigation li.cm_current a {
    border-color        : #232423;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

ul.cm_subnavigation {
	border-color        : #ffff00;
}

ul.cm_subnavigation li a {
	color				: #ffffff;
	background-color	: #181717;
	font-family			: Tahoma, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: bold;
	border-color        : #ffff00;
}

ul.cm_subnavigation li a:hover {
	color				: #ff00cc;
	background-color	: #181717;
}

ul.cm_subnavigation li.cm_current a {
	color				: #ff00cc;
	background-color	: #181717;
}

/*         __________________
__________/ SubSubnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a {
	color				: #ffffff;
	background-color	: #181717;
}

ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a:hover {
	color				: #ff00cc;
	background-color	: #181717;
}

ul.cm_subnavigation li.cm_current ul.cm_subnavigation li.cm_current a {
	color				: #ff00cc;
	background-color	: #181717;
}

/*         _________
__________/ sidebar \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_left_wrapper {
	background-color	: #181717;
}

.content_sidebar {
	background-color	: #181717;
	color				: #ffff00;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #ffffff;
}

.content_sidebar a {
	color				: #ffff00;
}

.content_sidebar a:hover {
	color				: #ffffff;
}


/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
    border-color        : #ff00cc;
}

#content_right_wrapper {
	background-color	: #333333;
}

.content_main {
	background-color	: #333333;
	color				: #ffffff;
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #ffff00;
}

.content_main h1, .content_main .cm-h1 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 20px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #ffffff;
}
.content_main a:hover {
	color				: #ffff00;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
	background-color	: #333333;
}

#footer {
	color				: #ffffff;
}

#footer a,
#footer a:hover {
	color				: #ffffff;
}