/*
Theme Name: Ads4Dough
Theme URI: http://ads4dough.com
Description: Wordpress theme created for Ads4Dough - a Smaxor company.
Version: 0.1
Author: Ben Fox
Author URI: http://wildfoxmedia.com
Tags: n/a

Ads4Dough 0.1
http://wildfoxmedia.com

This theme was designed by _____ and built by Ben Fox

The CSS, XHTML and design is for the sole use by Ads4Dough 
and is not licensed to any other party without express consent.

*/



/* Common elements */
body,html,form,p,input,ul,li,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

ul,li {
	list-style-type: none;
}

img {
	border: none;
}

a {
	color: #1f9911;
}

a:hover {
	color: #1f9911;
	text-decoration: none;
}

br.clear {
	clear: both;
}

body {
	background: #fff url(images/bg_page.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #990000;
}

h2, li h2 {
	color: #1f9911;
	font-size: 14px;
	margin-bottom: 10px;
}

div#col_1 li h2 {
	text-transform: uppercase;
}

.alignRight {
	text-align: right;
}

div#wrapper {
	width: 860px;
	margin: auto;
	position: relative;
}


/* Header login */

form#login {
	width: 860px;
	height: 29px;
	margin-top: 2px;
	position: relative;
}

form#login input.loginText {
	border: none;
	width: 74px;
	height: 14px;
	padding: 4px 8px 3px 8px;
	line-height: 14px;
	font-size: 10px;
	margin-top: 4px;
	background: transparent url(images/bg_loginInput.gif) no-repeat;
	position: absolute;
	top: -1px;
}

form#login input#username {
	right: 175px;
}

form#login input#password {
	right: 85px;
}

form#login .button {
margin:0;
padding:0;
position:absolute;
right:25px;
top:-1px;
}

/* Logo and header navigation */

div#logo_and_nav {
	clear: both;
	height: 109px;
	position: relative;
}

div#logo_and_nav img#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#logo_and_nav ul {
	position: absolute;
	left: 340px;
	top: 45px;
	height: 18px;
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

div#logo_and_nav ul li {
	float: left;
	margin: 0px 10px;
}

div#logo_and_nav ul li.last {
	margin-right: 0px;
}

div#logo_and_nav ul li.first {
	margin-left: 0px;
}

div#logo_and_nav ul li a  {
	color: #1f9911;
	text-decoration: none;
}


/* Grey header and images */
div#grey_header {
	height: 195px;
	position: relative;
	padding-bottom: 26px;
	background: transparent url(images/bg_grey_header.gif) repeat-x;
}

div#grey_header img#grey_header_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#grey_header img#grey_header_tagline {
	position: absolute;
	top: 12px;
	left: 30px;
}

div#grey_header h4#grey_header_tagline {
	position: absolute;
	top: 13px;
	left: 33px;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #000;
}

div#grey_header img#grey_header_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#grey_header div#bullets_holder {
	position: absolute;
	left: 38px;
	top: 40px;
	width: 530px;
}

div#grey_header div#bullets_holder p {
	padding-left: 12px;
	color: #666666;
	font-size: 14px;
	margin: 10px 0px;
	background: transparent url(images/bg_bullet.gif) no-repeat 0px 5px;
}


/* Bullseye image on homepage in grey header */

div#wrapper img#bullseye {
	position: absolute;
	top: 117px;
	left: 604px;
	z-index: 1000;
}


/* Green squares with clients on homepage in grey header */

div#wrapper img#grey_header_clients {
	position: absolute;
	top: 147px;
	left: 585px;
	z-index: 1000;
}


/* Green affiliates and advertiser boxes */
/* NOTE: They are made to appear as linked images using javascript */
div.green_box {
	width: 245px;
	height: 81px;
	background-image: url(images/bg_green_box.gif);
	padding: 10px 21px;
	margin-bottom: 5px;
	cursor: pointer;
}

div.green_box p {
	margin-top: 5px;
	width: 245px;
}


div#logo_box {
	clear: left;
	width: 618px;
	height: 59px;
}

div#logo_box img {
	float: left;
}


/* Columns holder and columns for index page */

div#cols_holder div#cols_1_2 {
	width: 617px;
	float: left;
	
}

div#cols_holder div#cols_1_2 div#col_1 {
	float: left;
	width: 287px;
	padding-bottom: 10px;
}

div#cols_holder div#cols_1_2 div#col_2 {
	float: left;
	width: 310px;
	padding-left: 20px;
}

div#cols_holder div#cols_1_2 div#col_2 p {
	line-height: 1.4;
}

div#cols_holder div#col_3 {
	width: 215px;
	float: left;
	padding-left: 27px;
}


/* Columns holder and columns for 2-column pages (blog/affiliates) */

div#two_cols div#col_1 {
	float: left;
	width: 287px;
	padding-bottom: 10px;
	padding-right: 25px;
}

div#two_cols div#col_1 div.latest_post, div#two_cols div#col_1 li.latest_post {
	width: 267px;
	height: 28px;
	margin-bottom: 5px;
	background-image: url(images/bg_latest_post.gif);
	padding: 7px 9px;
	font-weight: bold;
	text-transform: uppercase;
}

div#two_cols div#col_1 div.latest_post a, div#two_cols div#col_1 li.latest_post a {
	text-transform: uppercase;
	color: #474747;
	text-decoration: none;
}

div#two_cols div#col_1 div.latest_post a:hover, div#two_cols div#col_1 li.latest_post a:hover {
	color: #1f9911;
	text-decoration: underline;
}

div#two_cols div#col_2 {
	float: left;
	width: 540px;
}

div#two_cols div#col_steps img {
	display: block;
}

div#two_cols div#col_2 p {
	width: 98%;
	margin: 0px;
	padding: 10px 0px;
}

div#two_cols div#col_2 ul,
div#two_cols div#col_2 ul li {
	list-style-type: disc;
}

div#two_cols div#col_2 ul {
	padding: 7px 0px 7px 40px;
}

div#two_cols div#col_2 ul li {
	padding: 1px 0px;
}

/** Blog Page **/


/* News articles on blog page - left column */

div.news_box {
	font-size: 10px;
	background: #f4f4f4 url(images/bg_news_top.gif) no-repeat 0px 0px;
	padding-top: 12px;
	margin-bottom: 12px;
	
}

div.news_box div.news_box_inner {
	background: transparent url(images/bg_news_bottom.gif) no-repeat left bottom;
	padding: 0px 10px 11px 10px;
	width: 195px;
}

div.news_box p {
	margin-top: 5px;
}


/* Blog Featured post */

div.blog_featured {
	width: 554px;
	background: #f4f4f4 url(images/bg_featured_top.gif) no-repeat 0px 0px;
	padding-top: 12px;
	margin-bottom: 20px;
}

div.blog_featured_inner {
	background: transparent url(images/bg_featured_bottom.gif) no-repeat bottom left;
	padding-bottom: 11px;
	position: relative;
}

div.blog_featured_inner div.padding {
	padding: 0px 15px;
}

div.blog_featured_inner div.post_date {
	position: absolute;
	left: 15px;
	width: 53px;
	height: 53px;
	background-image: url(images/bg_date_featured.gif);
}

div.blog_featured_inner div.post_date div.month {
	width: 53px;
	height: 13px;
	font-size: 9px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

div.blog_featured_inner div.post_date div.day {
	width: 53px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
}

div.blog_featured_inner h3 {
	color: #999999;
	font-size: 14px;
	padding-left: 65px;
	padding-bottom: 2px;
}

div.blog_featured_inner h4 {
	color: #990000;
	font-size: 24px;
	padding-left: 65px;
	padding-bottom: 3px;
}


/* Normal blog post */

div.blog_post {
	padding-left: 63px;
	position: relative;
	margin-bottom: 10px;
}

div.blog_post div.post_date {
	position: absolute;
	left: 0px;
	width: 53px;
	height: 53px;
	background-image: url(images/bg_date.gif);
}

div.blog_post div.post_date div.month {
	width: 53px;
	height: 13px;
	font-size: 9px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

div.blog_post div.post_date div.day {
	width: 53px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
}

div.blog_post h2 {
	margin-bottom: -3px;
	color: #1f9911;
	font-size: 14px;
	text-transform: uppercase;
}

div.blog_featured_inner h4 {
	text-transform: uppercase;
}

div.blog_featured_inner h4 a {
	color: #990000;
	text-decoration: none;
}

div.blog_featured_inner h4 a:hover {
	color: #990000;
	text-decoration: underline;
}

div.blog_post h2 a {
	color: #1f9911;
	text-decoration: none;
}

div.blog_post h2 a:hover {
	color: #1f9911;
	text-decoration: underline;
}

div.blog_post p {
	line-height: 1.35;
}

div.blog_post div.read_more, div.blog_featured_inner div.read_more {
	text-align: right;
	margin-top: -5px;
}

div.blog_post div.read_more a, div.blog_featured_inner div.read_more a {
	color: #1f9911;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 10px;
	background: transparent url(images/bullet_read_more.gif) no-repeat right 2px;
}


/** END blog page **/


/** Form Page **/


/* Columns holder and columns for 2-column pages with a skinner left column (Form page) */

div#two_cols div#col_steps {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	padding-right: 25px;
}

table#formTable td.inputLabel {
	vertical-align: top;
	text-align: right;
	padding-top: 7px;
	color: #969696;
}

table#formTable div.inputWrapper {
	width: 229px;
	height: 21px;
	padding: 0px 8px;
	background-image: url(images/bg_form_input.gif);
}

table#formTable div.inputWrapper input {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 14px;
	line-height: 14px;
	padding: 3px 0px 2px 0px;
	font-size: 12px;
	background-color: transparent;
	width: 229px;
}

table#formTable div.textareaWrapper {
	width: 235px;
	height: 181px;
	padding: 5px;
	background-image: url(images/bg_textarea.gif);
	margin: 0px;
	border: 0px;
}

table#formTable div.textareaWrapper textarea {
	width: 235px;
	border: 0px;
	height: 176px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

/* Line that separates content and footer - clears floats */
hr.under_cols {
	border: none;
	border-top: 1px solid #c3c3c3;
	margin: 0px;
	padding: 0px;
	height: 1px;
	margin-top: 10px;
}


/* Footer */

div#footer {
	height: 22px;
	position: relative;
	color: #8c8c8c;
	padding: 10px 0px;
}

div#footer a {
	color: #8c8c8c;
	text-decoration: none;
}

div#footer ul {
	position: absolute;
	right: 0px;
	top: 10px;
	height: 12px;
}

div#footer ul li {
	height: 12px;
	line-height: 12px;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #8c8c8c;
}

div#footer ul li.last {
	border: none;
	padding-right: 0px;
}

div.navigation {
	padding-bottom: 20px;
}

div.navigation a {
	color: #1f9911;
}

div.navigation .alignleft {
	float: left;
}

div.navigation .alignright {
	float: right;
}

h3#comments {
	padding-top: 10px;
	color: #990000;
	padding-bottom: 1px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	padding-left: 10px;
}

.sidebar_Narrow_Top {
	background-image: url(images/sidebar_narrow_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 140px;
	height: auto;
	background-color: #f4f4f4;
	padding-top: 10px;
}

.sidebar_Narrow_Top h2 {
	padding-left: 8px;
}

.sidebar_Narrow_Middle {
	background-image: url(images/sidebar_narrow_middle.jpg);
	width: 140px;
	height: auto;
	background-repeat: repeat-y;
}

.sidebar_Narrow_Top ul li {
	padding-left: 8px;
}

.sidebar_Narrow_Bottom {
	background-image: url(images/sidebar_narrow_bottom.jpg);
	width: 140px;
	height: 10px;
	margin-bottom: 10px;
}

a.rssLink {
	text-decoration: none;
}

.rssContainer {
	background-image: url(images/rss_container.jpg);
	width: 554px;
	height: 42px;
	margin-bottom: 15px;
}

div#two_cols div#col_1 td li h2, div#two_cols div#col_1 td h2 {
	margin-bottom: 0px;
	font-size: 11px;
}
