/*

Theme Name: CSSfreak
Theme URI: http://www.dezzain.com/
Description: 3-column widgetize css wordpress theme based on Kuler Darkvex colour scheme. The layout and theme structure are css contol to make the skin editable. User can edit the colour scheme based on the popular kuler colour scheme.
Author: rkcorp
Author URI: http://www.dezzain.com/

	CSSfreak theme was designed and css coded by rkcorp.

	The CSS, XHTML and design is released under Creative Commons Attribution ShareAlike 2.5
    You can modify the colour scheme but must leave credit for original author

*/

body {
	background-color: #282828;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 70%;
	color: #ffffff;
	font-weight: 400;
	margin: 0px;
	background-image: url(images/bg.gif);
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
}

html {
	height: 100%;
}

#wrapthisbaby {
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* main body colour control. this is cover the main content if you choose to add a background images */

#container {
	background-color: #0F0F0F;
	width: 945px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
}
#header {
	float: left;
	width: 945px;
	height: 100px;
	background-color: #0D0D0D;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #181718;
	border-bottom-color: #181718;
	border-left-color: #181718;
}
.site_title {
	float: left;
        height: 100px
	width: 945px;
	padding-top: 0px;
	text-align: center;
}
.site_title h1 {
	font-size: 2em;
	color: #2D4466;
	text-align: left;
	margin: 0px;
	float: left;
	width: 945px;
	padding-left: 3px;
	font-family: Tahoma, Arial, Verdana;
}
.site_title p {
	text-align: left;
	margin: 0px;
	clear: both;
	font-size: 13px;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: Tahoma, Arial, Verdana;
}
.site_title h1 a:link, .site_title h1 a:visited {
	color: #2D4466;
	text-decoration: underline;
}
.site_title h1 a:hover, .site_title h1 a:active {
	color: #99CC00;
	text-decoration: none;
}


#navigator {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #215bb3;
	width: 945px;
}
#navigator ul {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	width: 945px;
}
#navigator li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}
#navigator li a:link, #navigator li a:visited {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	color: #EEEEEE;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #101825;
}
#navigator li a:hover, #navigator li a:active {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	background-color: #116cc9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
#home {
	background-color: #4a96e5;
}



/* end navigator colour control */

#content {
	float: left;
	width: 945px;
	background-color: #191716;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	height: 60px;
	width: 100%;
	background-color: #111111;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #292929;
}
#footer p {
	clear: both;
	color: #eeeeff;
	margin: 0px;
}

.footer_links {
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EEEEEE;
}
.footer_wrap {
	float: left;
	width: 945px;
}
#r_footer {
	float: right;
	width: 300px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#c_footer {
	float: right;
	width: 300px;
	line-height: 50px;
	color: #eeeeee;
}
#l_footer {
	float: left;
	width: 300px;
	text-align: left;
}
#l_footer a:link, #l_footer a:visited {
	text-decoration: none;
	color: #999999;
}
#l_footer a:hover, #l_footer a:active {
	color: #99CC00;
	text-decoration: none;
}
#c_footer a:link, #c_footer a:visited {
	text-decoration: none;
	color: #99CC00;
}
#c_footer a:hover, #c_footer a:active {
	color: #666666;
	text-decoration: none;
}
#r_footer a:link, #r_footer a:visited {
	text-decoration: none;
	color: #999999;
}
#r_footer a:hover, #r_footer a:active {
	color: #99CC00;
	text-decoration: none;
}
#l_footer h1 {
	text-align: left;
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 1.4em;
	font-family: Tahoma, Arial, Verdana;
	color: #555555;
}
.nextpre h3 {
	float: left;
	width: 450px;
	text-align: left;
	font-family: "Lucida Grande", Arial, "Helvetica Neue";
	font-size: 1.4em;
	color: #99CC00;
}




#sidebar {
	float: right;
	width: 190px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 15px;
}
#dynamic_sidebar {
	float: right;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 15px;
	width: 190px;
}
#post {
	float: left;
	width: 520px;
	padding-left: 5px;
	padding-bottom: 35px;
	padding-top: 0px;
	padding-right: 0px;
}
.widget_ready {
	float: left;
	padding: 0px;
	width: 168px;
	margin: 0px;
}
.widget_ready p {
	clear: both;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.widget_ready form {
	margin: 0px;
	float: left;
	width: 170px;
}

.widget_ready h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	float: left;
	width: 165px;
	text-align: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #162132;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0A0E16;
	border-right-color: #0A0E16;
	border-bottom-color: #0A0E16;
	border-left-color: #0A0E16;
}
.widget_ready ul {
	list-style-type: none;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	float: left;
	width: 165px;
	padding-left: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #101010;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.widget_ready ul ul {
	text-align: left;
	float: left;
	list-style-type: none;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #101010;
}
.widget_ready ul ul li {
	color: #666666;
	text-align: left;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 160px;
}

.widget_ready li {
	color: #D2D2D2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	padding: 0px;
	width: 165px;
}
.widget_ready ul li a:link,  .widget_ready ul li a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.widget_ready ul li a:hover, .widget_ready ul li a:active {

	color: #666666;
	text-decoration: none;
}
.widget_ready ul ul li a:link,  .widget_ready ul ul li a:visited {
	color: #999999;
	text-decoration: none;
}
.widget_ready ul ul li a:hover, .widget_ready ul ul li a:active {

	color: #666666;
	text-decoration: none;
}
.searchme {
	background-color: #999999;
	width: 150px;
	border: 1px solid #333333;
	font-size: 11px;
	color: #FFFFFF;
}
.searchbutton {
	height: 20px;
	width: 70px;
	border: 1px solid #0D131E;
	background-color: #162132;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.calendar_widget {
	padding: 0px;
	float: left;
	width: 170px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*calendar */

#wp-calendar {
	empty-cells: show;
	width: 170px;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #101010;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding: 0px;
	margin: 0px;
	float: left;
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #4590dc;
}
#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: none;
	color: #57a3f1;
}
#wp-calendar caption {
	text-align: left;
	color: #FFFFFF;
	width: 170px;
	font-size: 1.6em;
	font-weight: normal;
	background-color: #162132;
	border: 1px solid  #222323;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar #next a {
	text-align: left;
	color: #4590dc;
	text-decoration: none;
	float: right;
}

#wp-calendar #prev a {
	text-align: left;
	color: #83b0de;
	text-decoration: none;
	float: left;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
.widget_ready li img {
	margin-bottom: 8px;
	padding: 4px;
	height: 64px;
	width: 64px;
}
.post_meta {
	float: left;
	text-align: left;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #151515;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151515;
}
#post h1 {
	font-size: 2.2em;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 520px;
}
#post h1 a:link, #post h1 a:visited {
	color: #9BC4E2;
	text-decoration: none;
	text-align: left;
}
#post h1 a:hover, #post h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.post_author {
	float: left;
	width: 520px;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.post_author a:link, .post_author a:visited {
	color: #979799;
	text-decoration: none;
}
.post_author a:hover, .post_author a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.post_date {
	float: left;
	width: 520px;
	font-size: 16px;
	color: #979799;
}
.post_date a:link, .post_date a:visited {
	color: #6C6C6C;
	text-decoration: none;
}
.post_date a:hover, .post_date a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.post_cat {

	float: left;
	width: 520px;
	font-size: 11px;
	color: #545454;
}
.post_cat a:link,  .post_cat a:visited {
	color: #305969;
	text-decoration: none;
}
.post_cat a:hover, .post_cat a:active {
	color: #33807B;
	text-decoration: none;
}
.post_content {
	float: left;
	width: 520px;
	color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
}
.post_content a:link, .post_content a:visited {
	color: #979799;
	text-decoration: none;
}
.post_content a:hover, .post_content a:active {
	color: #efe5e5;
}

.post_content p {
	clear: both;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: left;
}
.post_content img {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 4px solid #28353C;
}
.post_content code {
	border: 1px dashed #666666;
	padding: 7px;
	clear: both;
	text-align: left;
	display: block;
	font-family: Tahoma, Arial, Verdana;
	color: #ead9d9;
	margin: 10px;
	background-color: #333333;
	font-size: 11px;
}
.post_content blockquote {
	clear: both;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 5px;
	text-align: center;
	padding-left: 8px;
	color: #d5d5d5;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}


.post_count {
	float: left;
	width: 520px;
	color: #999999;
	padding-bottom: 6px;
}
.post_count a:link, .post_count a:visited {
	color: #666666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.post_count a:hover, .post_count a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
}
.nextpre {
	float: left;
	width: 520px;
	margin-top: 25px;
	font-size: 13px;
	color: #666666;
	text-align: left;
}
.nextpre a:link, .nextpre a:visited {
	color: #eeeeee;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #34444B;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #27343A;
	border-right-color: #27343A;
	border-bottom-color: #27343A;
	border-left-color: #27343A;
}
.nextpre a:hover, .nextpre a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232E33;
	border-right-color: #232E33;
	border-bottom-color: #232E33;
	border-left-color: #232E33;
}
#comment_templates {
	float: left;
	width: 352px;
	text-align: left;
	background-color: #040404;
	padding-left: 6px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#related_post {
	float: right;
	padding-right: 3px;
	padding-left: 3px;
	text-align: left;
	width: 150px;
	background-color: #131314;
}
#related_post ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	list-style-type: none;
}
#related_post ul li {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: left;
}
#related_post ul li a:link, #related_post ul li a:visited {
	color: #666666;
	text-decoration: none;
}
#related_post ul li a:hover, #related_post ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#related_post h4 {
	text-align: left;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 1.5em;
	color: #999999;
}

#comment_templates h1 {
	font-size: 2em;
	color: #009999;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 340px;
}
.rss {
	float: left;
	width: 280px;
	text-align: left;
	color: #666666;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.rss a:link, .rss a:visited {
	color: #FF9900;
	text-decoration: underline;
}
.rss a:hover, .rss a:active {
	color: #99CC00;
	text-decoration: none;
}
.com {
	float: left;
	width: 330px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #99CC66;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
.com img {
	border: 4px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
.com p {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.com_text {
	color: #EEEEEE;
	text-align: left;
	float: left;
	width: 340px;
}
.com_text a:link, .com_text a:visited {
	color: #999999;
	text-decoration: none;
}
.com_text a:hover, .com_text a:active {
	color: #999999;
	text-decoration: underline;
}


.com_alt {
	float: left;
	width: 330px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #0099CC;
	background-color: #272727;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	border: 1px dashed #4D4D4D;
}
.com_alt img {

	border: 4px solid #333333;
	margin: 0px;
	padding: 0px;
	float: left;
}
#comment_templates h5 {
	font-size: 1.3em;
	float: left;
	width: 280px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}

.com_alt p {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#comment_templates form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
}
#comment_templates input:hover {
	border: 1px solid #000000;
	background-color: #999999;
}

#form_setup {
	padding: 8px;
	float: left;
	width: 330px;
	background-color: #212121;
	border: 1px dashed #333333;
}
#form_setup p {
	text-align: left;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	color: #999999;
}
.texxyfield {
	background-color: #DDDDDD;
	width: 160px;
	border: 1px solid #000;
}
.sowhat {
	font-size: 11px;
	color: #666666;
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.texxyarea {
	background-color: #DDDDDD;
	text-align: left;
	padding: 5px;
	height: 180px;
	width: 250px;
	border: 1px solid #666666;
}
#comment_templates textarea:hover {
	border: 1px solid #000000;
	background-color: #999999;
}
#sbm {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	width: 180px;
	color: #EEEEEE;
	border: 1px solid #333333;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
}
.com_alt p a:link, .com_alt p a:visited {
	text-decoration: underline;
	color: #0099CC;
}
.com_alt p a:hover, .com_alt p a:active {
	text-decoration: none;
	color: #666666;
}
.com p a:link, .com p a:visited {

	text-decoration: underline;
	color: #99CC66;
}
.com p a:hover, .com p a:active {

	text-decoration: none;
	color: #666666;
}
#ccb_control {
	float: left;
	width: 340px;
}
#ccb_control p {
	float: left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.com_text code {
	border: 1px dashed #666666;
	padding: 7px;
	clear: both;
	text-align: left;
	display: block;
	font-family: Tahoma, Arial, Verdana;
	color: #999999;
	margin: 10px;
	background-color: #333333;
	font-size: 11px;
}
.com_text blockquote {

	clear: both;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 5px;
	text-align: center;
	padding-left: 8px;
	color: #666666;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.spoiler {
	background: #000;
	color: #000;
}

.spoiler_hover {
	background: inherit;
	color: inherit;
	cursor: pointer;
}

