/*
Theme Name: WP-SMM Theme
Theme URI: http://www.pixeljar.net/smm/
Description: Custom theme based on the landing page previously developed
Version: 1.0
Author: Pixel Jar
Author URI: http://www.pixeljar.net

*/

@import url("media/css/landing.css");


/* Begin Typography & Colors */
#page {
	}

#header {
	width: 920px;
	height: 214px;
	background: url('media/images/header.gif') no-repeat;
	position: relative;
	}
#header div.home-link {
	position: absolute;
	top: 0px;
	left: 32px;
}
#header div.tagline {
	color: white;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 75px;
	left: 350px;
	width: 525px;
}
#header div.rss-link {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
#header div.page-nav {
	position: absolute;
	bottom: 27px;
	left: 350px;
}
#header div.page-nav ul {
	margin: 0px;
	padding: 0px;
}
#header div.page-nav ul li {
	display: inline;
	padding-right: 15px;
	list-style-type: none;
}
#header div.page-nav ul li a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	outline: none;
}
#header div.search-form {
	position: absolute;
	bottom: 25px;
	left: 585px;
}
#header div.search-form form {
	margin: 0px;
	padding: 0px;
}
#header div.search-form input {
	margin: 0px;
	padding: 0px;
}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {

	}

.narrowcolumn .postmetadata {
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	}

small {
	}

h1, h2, h3 {
	}

h1 {
	}

#headerimg .description {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}
#sidebar h2.widgettitle {
	text-transform: uppercase;
	font-size: 16px;
}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	outline: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	outline: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	outline: none;
	text-decoration: none;
	}

.entry p a:visited {
	outline: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	outline: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}
#sidebar ul ul li, #sidebar ul ol li {
	font-size: 12px;
}

small, .nocomments, .postmetadata, blockquote, strike {
	font-size: 11px;
	}

code {
	}

acronym, abbr, span.caps
{
	}

a, h2 a:hover, h3 a:hover {
	outline: none;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	outline: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	outline: none;
	}

#wp-calendar a {
	outline: none;
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	}

#page {
	}

#header {
	}

#headerimg {
	}

.narrowcolumn {
	float: left;
	width: 410px;
	}

.widecolumn {
	display: block;
	margin: 0px auto;
	width: 775px;
	}

.post {
	position: relative;
	}
.post div.date-tab {
	position: absolute;
	left: -94px;
	top: -7px;
	width: 64px;
	height: 66px;
	background: url('media/images/date-tag.gif') no-repeat;
	text-align: center;
	padding-top: 15px;
	color: #ffffff;
	font-weight: bold;
}
.post div.date-tab span.month-day {
	text-transform: uppercase;
	font-size: 12px;
}
.post div.date-tab span.year {
	font-size: 19px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	}

.narrowcolumn .postmetadata {
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 30px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	}

#footer p {
	}
/* End Structure */



/*	Begin Headers */
h1 {
	}

h2 {
	}

h2.pagetitle {
}

#sidebar h2 {
	}

h3 {
	}

h3.comments {
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	/*margin: 5px 0 0 0px;*/
	padding: 0 0 0 19px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-image: url('media/images/arrow.gif');
	margin: 3px 0 0;
	padding: 0;
	color: #333;
	}
#sidebar ul ul li a, #sidebar ul ol li a {
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding-right: 40px;
	float: right;
	width: 360px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	outline: none;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	outline: none;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	outline: none;
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	outline: none;
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation div a {
	outline: none;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*2nd optin*/

.what-is-box-3 {
}
.what-is-box-3-top {
}
.what-is-box-3 h2 {
	margin: 0px auto;
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
}
.what-is-box-3 p {
	font-size: 14px;
	color: #999999;
}
.what-is-box-3 ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.what-is-box-3 ol li {
	margin: 10px auto;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.what-is-box-3 ol li span {
	color: #666666;
	font-weight: normal;
}

.web-2dot0-box3 {
	width: 423px;
	border: 5px solid #DF6C6C;
	background-color: #E3EDF3;
	padding: 5px;
}
.web-2dot0-box3 h2 {
	margin: 0px auto;
	font-size: 15px;
	color: #1b6f94;
	text-transform: uppercase;
}
.web-2dot0-box3 p {
	font-size: 12px;
	color: #333333;
}
.web-2dot0-box3 ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.web-2dot0-box3 ul li span {
	color: #333333;
	font-weight: normal;
}
.web-2dot0-box3 ul li {
	margin: 10px auto;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.web-2dot0-box3 #subscribe-form {
	border-top: 1px dotted #999999;
	padding-top: 10px;
}
.web-2dot0-box3 #fname {
	width: 158px;
	height: 26px;
}
.web-2dot0-box3 #emailaddress {
	width: 158px;
	height: 26px;
}
.web-2dot0-box3 #signmeup {
	width: 78px;
	height: 26px;
	border: none;
	background-image: url('media/images/sign-me-up-button.gif');
}
.ads {
float: right;
width: 468px;
height: 60px;
padding-right: -10px;

left: 35px;
padding-bottom: 2px;

}

.ads2 {float: right; margin-top: 10px; margin-right: -35px; position: relative; 
}
/* training sidebar */
 
#squeeze_button {
	background-image: url(http://www.salesmanagementmastery.com/wp-content/uploads/2010/06/getinstantaccessbutton_0.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 63px;
	width: 255px;
	float: left;
	margin-top: 10px;
	margin-left: 106px;
	margin-bottom:-70px;
}
 
#squeeze_button:hover {
	background-image: url(http://www.salesmanagementmastery.com/wp-content/uploads/2010/05/getinstantaccessbutton_1.gif);
	background-position:bottom;
 
}
 

#qualify_1 {
	float: left;
	height: 16px;
	width: 200px;
	margin-top: 80px;
	margin-left: 125px;
}
#qualify_1a {
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 10px;
	margin-left: 165px;
}
#qualify_2 {
	float: left;
	height: 16px;
	width: 200px;
	margin-top: 10px;
	margin-left: 125px;
}
#qualify_2a {
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 10px;
	margin-left: 165px;
}
#qualify_3 {
	float: left;
	height: 16px;
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}
#qualify_3a {
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 6px;
	margin-left: 160px;
}
#qualify_3b {
	float: left;
	height: 20px;
	width: 220px;
	margin-top: 15px;
	margin-left: 120px;
}
#qualify_3c {
	float: left;
	height: 20px;
	width: 220px;
	margin-top: 19px;
	margin-left: 120px;
}
#video_opt {
	background-image: url(http://www.salesmanagementmastery.com/wp-content/uploads/2010/07/freetrainingsidebar.png);
	height: 490px;
	width: 425px;
	padding-right: 55px;
	margin-top:0px;
}

/* sidebar #2 */

#qualify_1-2 {
	float: left;
	height: 16px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
}
#qualify_1a-2 {
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 10px;
	margin-left: 50px;
}
#qualify_2-2 {
	float: left;
	height: 16px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
}
#qualify_2a-2 {
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 10px;
	margin-left: 50px;
}
#qualify_3-2 {
	float: left;
	height: 16px;
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}
#qualify_3a-2 {
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 6px;
	margin-left: 160px;
}
#qualify_3b-2 {
	float: left;
	height: 20px;
	width: 220px;
	margin-top: 15px;
	margin-left: 5px;
}
#qualify_3c-2 {
	float: left;
	height: 20px;
	width: 220px;
	margin-top: 19px;
	margin-left: 5px;
	margin-bottom: 10px;
}


.what-is-box-2 {
}
.what-is-box-2-top {
}
.what-is-box-2 h2 {
	margin: 0px auto;
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
}
.what-is-box-2 p {
	font-size: 14px;
	color: #999999;
}
.what-is-box-2 ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.what-is-box-2 ol li {
	margin: 10px auto;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.what-is-box-2 ol li span {
	color: #666666;
	font-weight: normal;
}

.web-2dot0-box-2 {
	width: 423px;
	border: 5px solid #5C5C5C;
	background-color: #E3EDF3;
	padding-left: 5px;
	padding-right: 14px;
	padding-top: 5px;
}
.web-2dot0-box-2 h2 {
	margin: 0px auto;
	font-size: 15px;
	color: #1b6f94;
	text-transform: uppercase;
}
.web-2dot0-box-2 p {
	font-size: 12px;
	color: #333333;
}
.web-2dot0-box-2 ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.web-2dot0-box-2 ul li span {
	color: #333333;
	font-weight: normal;
}
.web-2dot0-box-2 ul li {
	margin: 10px auto;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.web-2dot0-box-2 #subscribe-form {
	border-top: 1px dotted #999999;
	padding-top: 10px;
}
.web-2dot0-box-2 #fname {
	width: 158px;
	height: 26px;
}
.web-2dot0-box-2 #emailaddress {
	width: 158px;
	height: 26px;
}
.web-2dot0-box-2 #signmeup {
	width: 78px;
	height: 26px;
	border: none;
	background-image: url('media/images/sign-me-up-button.gif');

}

.aweber-body-card {
	margin-top:-30px;
	margin-bottom: -20px;
}
span.aweber-header-big-2 {
	font-size: 17px;
	
        color: #F3F3F3;
        font-family: Georgia, Sans-Serif;
}

#aweber-button {
	

	margin-left: 40px;

}
/* end sidebar#2 */
