@charset "iso-8859-1";
/*
Theme Name: The Marketing Practice
Theme URI: http://www.themarketingpractice.com/
Description: Continuous Customer Capture 3 Column WordPress Theme. 
Version: 1.0
Author: <a href="http://www.themarketingpractice.com/">The Marketing Practice</a>
Author URI: http://www.themarketingpractice.com/
Tags: The Marketing Practice, Continuous Customer Capture, 3 columns, wordpress themes, fixed width
For the WordPress community (GPL).
*/

/*** INI ***/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size: 100%;
	_font-size: 100.01%;
	color:#ffffff;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}
img {border:0;}

/* -----------------------------------------
	GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** GENERAL TAGS ***/
* html body {
	text-align: center;
	}
	
body {
	margin:0;
	background:#4b4b4b url(images/bg.jpg) repeat-x top;
	font-size: 62.5%;
	font-family:Tahoma, Arial, Verdana;}

.ui-wrapper {
		position: relative;
		background:transparent url(images/bgheader.jpg) no-repeat;
		width: 900px; /* 920 - 20px padding */
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
a, a:link, a:visited, a:active {
	color:#ffffff;
	text-decoration: none;}
a:hover {
	color:#ca18b3;
	text-decoration: underline;}

img, div, h1, ul { behavior: url('wp-content/themes/tmp/iepngfix.htc') } /* ie6 PNG fix */

ul, ol, dl {margin:1em;}

/*** HEADER ***/
#header {
	position:relative;}

#blogtitle {
	float:left;
	display:inline;
	width:630px;}
#blogtitle {
	position:relative;
	margin:25px 0 0 0;
	background:url(images/ccc.png) top left no-repeat;
	width:575px;
	padding-top:42px;
	overflow: hidden;
	height:0;}
#blogtitle h1 {display:none;}
#blogtitle a {
	display:block;
	margin-top:-42px;
	height:42px;
	width:575px;}
	
#searchbox {
	float:right;
	display:inline;
	width:270px;
	margin-top:38px;}
input#s, 
span#searchfield_leftcap, 
span#searchfield_rightcap { 
	height:19px;
	display:block;
	float:left;}
input#s {
	border:0;
	background:url(images/middle.jpg) left top repeat-x;
	font-size:11px;
	color:#8b808b;
	padding:3px 0 0 0;
	width:164px;}
span#searchfield_leftcap {
	width:19px;
	background:url(images/leftcap.gif);}
span#searchfield_rightcap {
	background:url(images/rightcap.gif);
	width:17px;}
span#searchtxt { 
	display:block;
	float:left;
	font-size:1.5em;
	padding-right:10px;
	color:#ffffff;}
	
/*** MASTHEAD ***/
#masthead {
	position:relative;
	margin:10px 0 0 0;
	height:170px;
	background:#0095fe url(images/bgmasthead.gif) top right no-repeat;}

#description {
	position:relative;
	background:url(images/bgdesc.gif) top left no-repeat;
	width:520px;
	padding-top:140px;
	overflow: hidden;
	height:0;}
#description h3 {display:none;}

#menu {
	position:relative;
	margin:0;
	padding:0;
	height:30px;
	background:url(images/bgmenu.png);
	list-style:none;
	overflow:hidden;}
#menu li {
	position:relative;
	float:left;
	display:inline;
	padding:0 0 0 20px;}
#menu a {
position:relative;
	float:left;
	display:block;
	font-size:1.4em;
	text-transform:lowercase;
	padding:7px 20px 6px 0;
	text-decoration:none;
	color:#ffffff;}
#menu a:hover {text-decoration:underline;}
#menu li.current_page_item {background:url(images/menutab_left.gif) top left no-repeat;}
#menu li.current_page_item a {background:url(images/menutab_right.gif) top right no-repeat;}

#subscribe {
	position:absolute;
	bottom:0;
	right:19px;
	color:#afd2eb;
	font-size:1.3em;}
#subscribe span {
	display:block;
	float:left;
	margin:38px 5px 0 0;}
#subscribe a {}
#subscribe a:hover {text-decoration:underline; color:#ffffff;}

/***  CONTENT ***/
#content {
	position:relative;
	clear:both;
	background:url(images/bgcontent.gif);}
#leftcontent{
	display:inline;
	float:left;
	width:488px; /* 518px - 15px*2 padding */
	padding:0 15px;}
#leftsidebar{
	display:inline;
	float:left;
	width:185px;
	padding:0 10px;}
#rightsidebar{
	display:inline;
	float:left;
	width:157px;
	padding:0 10px;}
.navigation {
	display: block;
	font-size:1.1em;}
.breadcrumb {
	margin:2em 0 -1em 0;
	font-size:1.1em;
	color:#cccccc;}
.breadcrumb a {color:#ffffff;}

/*** ARTICLES ***/

.article { margin-bottom: 50px; }
.post-date{
	float: left;
	display: inline;
	height:46px;
	width:46px;
	margin: 0 10px 0 0;
	background: url(images/icons/calendar.gif) no-repeat;}
.day {
	margin:12px 11px;
	font-size:1.8em;
	font-weight:bold;
	color:#000000;}
.date {
	padding-left: 20px;
	font-size:1.4em;
	color:#d2d2d2;
	display:block;}
.article h1 {
	margin:1em 0;
	font-size:2.4em;
	font-weight:normal;
	color:#ffffff;}
.article .meta {
	font-size:1.1em;
	display: block;
	color:#d2d2d2;}
.article .meta a {color:#ffffff;}
.boomhunter {clear:both; margin:1em 0;}
.postcontent {
	font-size:1.2em;
	color:#ffffff;
	line-height: 1.6em;
	clear:both;}
.postcontent a, .postcontent a:link, .postcontent a:visited, .postcontent a:active {
	color:#f500d5;
	text-decoration: none;}
.postcontent a:hover {
	color:#f500d5;
	text-decoration: underline;}
.article .inf {
	font-size:1.2em;
	display: block;
	color:#d2d2d2;
	border-top: dashed 1px #aaaaaa;
	border-bottom: dashed 1px #aaaaaa;
	padding:10px 0 10px 0;}	
.article .comm {
	padding:2px 0 2px 20px;
	background: url(images/icons/comments.gif) no-repeat;}

/*** PAGE NUMBERS ***/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #454545;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #454545;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #fff;
	border: 1px solid #454545;
}

#wp_page_numbers li a:hover {
	border-color: #999;
}

#wp_page_numbers li.space {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #454545;
	padding-top: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border: 1px solid #bfbfbf;
	background: #515151;
	padding-left: 4px;
	padding-right: 4px;
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	margin-right: 2px;
	padding-left: 2px;
	color: #ccc;
	border: 1px solid #454545;
}

/*** SIDEBAR **/

#sidebar h2 {
	margin:1.5em 0 0.5em 0;
	font-size:1.6em;
	font-weight:normal;
	color:#0095fe;}
#sidebar ul { padding: 0px; margin: 0px; list-style: none; border-top: dashed 1px #2a72a4; margin: 4px 0 20px 0; }
#sidebar ul li { margin:0; padding: 6px 0 6px 0; }
#sidebar ul li a { font-size:1.1em; color:#cccccc; }
#sidebar p { font-size:1.1em; color:#cccccc; line-height:1.4em; }
#sidebar a { color:#cccccc; }

#sidebar h2#pop {
	padding:20px 0 0 50px;
	background: url(images/icons/recent.gif) no-repeat center left; }
#sidebar .pop li {border-bottom: dashed 1px #aaaaaa;}
#sidebar .latestcomm ul {padding: 0px 0 4px 0; margin: 0px; list-style: none; border-top:none; border-bottom: dashed 1px #aaaaaa;}
#sidebar h2#cat {
	padding:20px 0 0 50px;
	background: url(images/icons/categories.gif) no-repeat center left; }
#sidebar h2#arh {	
	padding:20px 0 0 50px;
	background: url(images/icons/archive.gif) no-repeat center left; }
#sidebar h2#roll {	
	padding:20px 0 0 50px;
	background: url(images/icons/blogroll.gif) no-repeat center left; }
#sidebar h2#subsc {	
	padding:25px 0 0 50px;
	background: url(images/icons/subscribe.gif) no-repeat center left; }
#sidebar h2#tgs {	
	padding:25px 0 0 50px;
	background: url(images/icons/tags.gif) no-repeat center left; }
#sidebar p#tmp {
	border-top: dashed 1px #aaaaaa; margin: 13px 0 20px 0; padding:4px 0 0 0;}

#sidebar div.st-tag-cloud {
	border-top: dashed 1px #2a72a4;
	margin: 4px 0 20px 0;
	padding:6px 0;}
#sidebar a.rsslink {
	padding:0 0 2px 20px;
	background:url(images/icons/rss.gif) top left no-repeat;}
#sidebar a.emaillink {
	padding:0 0 2px 20px;
	background:url(images/icons/email.gif) top left no-repeat;}
	
/*** COMMENTS ***/

.comments {
	/*border-top: dashed 1px #cccccc;*/
	margin-top: -5px;}
.comments h3 {
	margin:1.5em 0 0.5em 0;
	font-weight:normal;}
.comment {
	display: block;
	padding: 0;
	font-size:1.2em;
	color:#ffffff;
	line-height: 1.6em;}
.alt {}
.comment-meta {
	color: #cccccc;
	border-top: solid 1px #666666;
	padding-top: 15px;}
.comment-meta span { font-size:1.1em; }

.commentform {
	display: block;
	padding: 0;
	margin-top: 10px;}
.commentform label {
	display: block;
	font-size:1.2em;
	color: #cccccc;
	margin-bottom: 4px;}
.commentform span.req {color:#ffffff;}
.commentform .input, .commentform textarea {
	width: 480px;
	border:solid 1px #454545;
	padding: 2px;
	margin-bottom: 10px;
	font-size:1.2em;
	background:#ffffff;}
.commentform input.button{
	padding:2px 10px;
	font-size:1.2em;}

/*** FOOTER ***/
#footer {
	position:relative;
	background:url(images/bgfooter.gif) top left no-repeat;
	padding:30px 20px 10px 20px;
	color:#cccccc;}
#footer .feeds {margin-left:15px;}
#footer .rsslink {
	margin-left:5px;
	padding:0 0 2px 20px;
	background:url(images/icons/rss.gif) top left no-repeat;}
#footer .emaillink {
	margin-left:5px;
	padding:0 0 2px 20px;
	background:url(images/icons/email.gif) top left no-repeat;}


/*** GENERIC CLASSES ***/
.alignleft {float: left;}
.alignright {float: right;}
