body {
	color: #fff;
	background: #000000; 
}

/*************************
	Layout
*************************/

#wrapper {
	background: #000000 url(../../images/bg_black.jpg) repeat-x;
}

#container {
		
}

#header {
	background: #000000 url(../../images/header_black.jpg);
	width: 1024px;
	height: 100px;
	border-bottom: 1px solid #fff;	
}

#header_custom_text h1,
#header_custom_text h1 a, 
#header_text h1,
#header_text h1 a {
	color: #fff;
}

/*************************
	Top Menu
*************************/

#top-menu {
	color: #ccc;
}

#top-menu li {
	border-right: 1px solid #ccc;
}

#top-menu li a {
	color: #ccc;
}


/*************************
	Main Menu
*************************/

#main-menu,
#click_call a {
	color: #fff;
}

#navigation li ul.sub-menu li a,
#main-menu li a,
#click_call a {
	color: #fff;
	background: #333333;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333, #000000); /* for firefox 3.6+ */

}

#navigation li.current-menu-item > a,
#navigation li.current-menu-parent > a,
#navigation li.current-menu-ancestor > a,
#navigation ul.sub-menu li.current-menu-item > a,
#navigation ul.sub-menu li.current-menu-ancestor > a,
#navigation ul.sub-menu li:hover > a {
	background: #000000;
}

/* Sub Menu */

#navigation li ul.sub-menu li a,
#navigation li li ul.sub-menu li a {
  border-bottom: 1px solid #333;
}

#navigation li ul.sub-menu li:hover a,
#navigation li ul.sub-menu li.current-menu-item a {
  position: relative;
}

#navigation li ul.sub-menu ul.sub-menu li {
	border-left: 1px solid #333;	
}

/*************************
	Sidebar
*************************/

#sidebar-area {
	background: #DBDBDB;
	border: 10px solid #333333;
}

#sidebar-area ul li {
	color: #000;
	background: url(../../images/bullet.png) no-repeat left center;
}

#sidebar-area ul li a {
	color: #000;	
}

#sidebar-area h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}


/*************************
	Content
*************************/

#content {

}

.post .meta {
	color: #000;
	border-top: 1px solid #333333;	
	border-bottom: 1px solid #333333;	
	background: #EEEEEE;
}

.meta a {
	color: #000;
}

.wrap {
	border: 10px solid #333333;
}

#template_home {
	border: none;
	background: #333333;
	color: #fff;
	width: 700px;
}

/*************************
	Footer
*************************/

#footer {
	background: #333333 url(../../images/bg_footer_black.jpg) repeat-x;
	color: #fff;
}


#footer-menu li {
	border-right: 1px solid #fff;
}

#footer-menu li a {
	color: #fff;
}

/*************************
	Common
*************************/

h1, h3, h5, h1 a, h3 a, h5 a { 	
	color: #000000;
}

h2, h4, h6, h2 a, h4 a, h6 a { 	
	color: #333333;
}

a { color: #ffffff;}

pre, code {
	background: #EEEEEE;
	border: 1px solid #333333;
}

/* Buttons */

input[type=submit] {
	font-size: 12px;
	border: 1px solid #000000;
	color: #fff;
	background: #333333;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333, #000000); /* for firefox 3.6+ */
}

/*************************
	Slider
*************************/

#featured {
	background: #333333;	
}

/*************************
	Autoresponder
*************************/

#autoresponder .aweber,
#autoresponder .getresponse,
#autoresponder .infusionsoft,
#autoresponder .email,
#autoresponder .mailchimp {
	background: url(../../images/bg_autoresponder_black_shrt.png) no-repeat;
}

#autoresponder #ar_wrapper h1 {
	color: #fff;
}

#autoresponder #ar_wrapper .phone {
	color: #000;
}

#autoresponder #ar_wrapper .intro {
	color: #000;
}

#autoresponder #ar_wrapper label {
	color: #000;
}

#autoresponder #ar_wrapper input.text, textarea {
	border: 1px solid #000;
}

#autoresponder #ar_wrapper #awf_submit,
#autoresponder #ar_wrapper #arsf_submit,
#commentform #submit,
button {	
	border: 1px solid #353535;
	color: #fff;
	text-shadow: 0 1px 0 #333;
	
	background:#000000; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #333333, #000000); /* for firefox 3.6+ */
}

#autoresponder .phone a[href^=tel]:link { color:#000; }

/*************************
	Testimonials
*************************/

#testimonials .testimony,
#testimonials .testimony a,
#testimonials-full .testimonial,
#testimonials-full .testimonial a {
	color: #333333;
}

#testimonials .testimony h3,
#testimonials-full .testimonial h3 {
	color: #000000;	
}

#testimonials .button-next a {
	background: url(../../images/btn_next_black.png) no-repeat;
}

#testimonials .button-prev a {
	background: url(../../images/btn_prev_black.png) no-repeat;
}

#testimonials-full .testimonial {
	line-height: 1.3em;
	border: 1px solid #808080;	
	background :#EEEEEE; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#CCCCCC'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#CCCCCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FDFDFD, #CCCCCC); /* for firefox 3.6+ */
}

#submit_tail {
	background:url(../../images/bg_submit_black.png) no-repeat 0 center;
}


