#footer,
#header,
.post_more_link,
.main_navigation ul ul,
.post_sociable,
.button_link,
.styled_button,
#searchsubmit,
#submit,
.titled_box_title,
.colored_box,
.dropcap4,
.pullquote4,
.highlight,
.tabs_button a.current,
.styled_header span,
.default_table th {
	/*:Color Scheme*/
	background-color:#222;
}

h1,
#footer a:hover,
.post_meta a:hover,
a:hover,
.styled_link,
.pullquote3,
.highlight2,
.header_links li a:hover,
#main h4 span, 
#sidebar h4 span
{/*:Secondary Color*/
	color:#E9403B;
}



.widget_tag_cloud a:hover,
#submit:hover,
.styled_button:hover,
.button_link:hover,
#searchsubmit:hover,
a.post_more_link:hover
{
	/*:Secondary Color*/
	background-color: #E9403B!important;
}

::selection {
	/*:Secondary Color*/
	background-color: #E9403B;	
}


::selection,
.widget_tag_cloud a:hover,
#submit:hover,
.styled_button:hover,
.button_link:hover,
#searchsubmit:hover,
.post_more_link:hover {
	color:#fff;
}


/*:Global Typography ~*~*/
body {
	/*:body Font*/
	color:#555;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"Droid Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1 {
	/*:h1 Font*/ 
	/*color:#444@;*/
	font-size:36px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}

h2 {
	/*:h2 Font*/ 
	color:#444;
	font-size:32px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}

h3 {
	/*:h3 Font*/ 
	color:#666;
	font-size:22px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}

h4 {
	/*:h4 Font*/ 
	color:#333;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}

h5 {
	/*:h5 Font*/ 
	color:#444;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, Arial, sans-serif;
}

h6 {
	/*:h6 Font*/ 
	color:#666;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:Tahoma, Geneva, Arial, sans-serif;
}

a {
	/*:Link*/
	color:#555;
	text-decoration:none;
}

a:hover {
	/*:Link Hover*/
	/*color:#aaa@;*/
	text-decoration:none;
}

/*:Typo End ~*~*/

/*:Body ~*~*/
body {
	/*:Body Background*/
	background-image:none;
	background-color:#eee;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left;
}


/*:Body End ~*~*/

/*:Header ~*~*/
#header {
	/*:Header Background*/
	background-image:none;
	background-color:#151515;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left;
}

.header_links li a {
	/*:Header Links Font*/
	color:#999;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.logo a {
	/*:Logo Font*/
	color:#eee;
	font-size:38px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}



/*:Header End ~*~*/



/*:Menu ~*~*/
#main_menu {
	/*:Navigation Background*/
	background-image:none;
	background-color: #333;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left;
}

.main_navigation a {
	/*:Navigation Links*/
	color:#eee;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}

.main_navigation a:hover {
	/*:Navigation Hover Background Color*/
	background-color: #E9403B;
}

.main_navigation a:hover {
	/*:Navigation Links Hover Color*/
	color:#fff;
	text-decoration:none;
}

.main_navigation ul ul {
	/*:Dropdown Background*/
	background-image:none;
	background-color: #222;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left;
}

.main_navigation li a:hover .menu_arrow,.main_navigation li:hover a .menu_arrow {
	border-color:#222;
}
/*:Menu End ~*~*/



/*:Main Content ~*~*/
#sidebar h4.widgettitle span {
	/*:Sidebar Titles Font */
	color:#777;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	font-family:Questrial, sans-serif;
}

#sidebar .post_title a {
	font-family:Questrial, sans-serif;
}

/*:Main Content End ~*~*/

/*:Footer ~*~*/ 
#footer {
	/*:Footer Background*/
	background-image:none;
	background:#000;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left;
}

#footer {
	/*:Footer Font*/
	color:#636363;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:inherit;
}

#footer {
	/*:Footer Top Border Color*/
	border-top-color:#000;
}


#footer .widgettitle {
	/*:Footer Widget Title Font*/
	color:#888;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#footer a{
	/*:Footer Links */
	color:#777;
	text-decoration:none;
}

#footer a:hover {
	/*:Footer Link Hover */
	color:#aaa;
	text-decoration:none;
} 

/*:Footer End ~*~*/


/*:SubFooter ~*~*/
#sub_footer {
	/*:SubFooter Background*/
	background-image:none;
	background-color:#000;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left;
}

#sub_footer, #sub_footer a {
	/*:Sub Footer Font */
	color:#585858;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-family:inherit;
}


#sub_footer_inner {
	border-top-color:#222;
}

/*:SubFooter End ~*~*/


/*:Misc ~*~*/
#content .teaser{/*:Content Teaser Font */ 
	color:#999;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, serif}
/*:Misc End ~*~*/

/*
     FILE ARCHIVED ON 23:16:31 May 29, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:08:57 Oct 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.493
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 10.381
  LoadShardBlock: 395.484 (3)
  PetaboxLoader3.datanode: 406.294 (4)
  load_resource: 197.466
  PetaboxLoader3.resolve: 137.86
*/