/*
Theme Name: Twenty Ten for Affiliate Marketing
Theme URI: http://www.freeaffiliatelinkcloaking.com/
Description: The 2010 default theme for WordPress modified for use with CWS
Author: Pat
Author URI: http://www.freeaffiliatelinkcloaking.com/
Template: twentyten
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BEGIN CUSTOM CSS - EDIT COLORS FOR MENUS/ETC HERE   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Site title and description colors */
#site-title a {
	color: #aaaaaa;
}
#site-description {
	color: #ffffff;
}

/* Menu colors */
#access {
	/* menu bar background */
	background-color: #1c1c1c;
}
#access li:hover > a {
	/* menu bar background - mouseover */
	background-color: #4d4d4d;
}
#access ul ul a {
	/* menu bar background - submenus */
	background-color: #4d4d4d;
}
#access ul ul :hover > a {
	/* menu bar background - submenu mouseover */
	color: #c3c3c3;
	background-color: #4d4d4d;
}

/* Content header colors */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .entry-title,
.widget-title {
	 color: #333333;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BEGIN CUSTOM CSS                                */
/* EDIT ONLY IF YOU KNOW WHAT YOU'RE DOING         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
#header {
	padding-top: 10px;
}
#branding {
	width: 940px;
	padding: 15px 0px 0px 15px;
	margin-bottom: -10px;
}
#branding img {
	display: none;
	border: none;
}
#site-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 8px;
}
#site-description {
	clear: both;
	float: none;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 700px;
}
#main {
	padding-top:20px;
}
#nav-above {
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#content {
	border-right: 1px dotted #888888;
	margin-left: 8px;
	padding-right: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BEGIN CUSTOM MENU                               */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#access {
	margin-top: -5px;
}
#access ul ul a {
	padding:8px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
}
#access a {
	display:block;
	color:#fff;
	padding:0 8px;
	line-height:30px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BEGIN CUSTOM FONTS                              */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .entry-title,
.widget-title {
	 color: #591D07;
}
