/*
Theme Name: ProfitBeforeYouPay
Theme URI: http://profitbeforeyoupay.com
Description: PBYP Theme
Version: 1.0
Author: Craig Maclean
Author URI: http://cmimpact.com
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #334760 url(images/bg.gif) repeat-x;
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
	margin-top: 0;
}

#page-wrap {
	background: transparent url(images/page-wrap-blog-bg.png) repeat-y;
	width: 980px;
	margin: 0 auto;
}

#header {
	background: #334760 url(images/header.jpg) no-repeat;
	height: 213px;	
}

#footer {
	background: #334760 url(images/footer-bg.png) no-repeat;
	height: 60px;
	clear: both;
}

#main {
	width: 980px;
}

#content {
	width: 620px;
	float: left;
	padding: 20px;
	margin-left: 10px;
}

ul#sidebar {
	width: 260px;
	float: right;
	padding: 20px;
	margin-right: 10px;
}

ul.nav {
	background: #172b44;
	margin: 0 20px;
	text-align: center;
	padding: 14px 0;	
}

ul.nav li a:link,
ul.nav li a:visited {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	text-align: center;
	text-decoration: none;
	margin: 0;
}

ul.nav li a:hover {
	border-bottom: 1px dashed yellow;
	padding-bottom: 3px;
}

ul.nav li a:active {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	text-align: center;
	text-decoration: none;
	margin: 0;
}

ul.nav li {
	background: none;
	display: inline;
	padding: 0 8px;
	margin: 0;
}

.top-nav {
	background: #172b44 url(images/members/main-bg.png) repeat-y;
	margin: 0 auto;
	width: 960px;
	height: 50px;
}


/* ===============
 TEXT AND HEADINGS START 
   =============== */

p {
	font-size: 14px; 
	font-weight: normal; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 16pt;
	margin-bottom: 20px;
}

h1 {
	font-size: 24px;
	color: #172B44;
	font-weight: normal; 
	text-align: left; 
	margin-bottom: 15px;
}

h2 {
	font-size: 24px;
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 15px;
}

h3 {
	background: #E1E1E1;
	font-family: georgia,times new roman, serif;
	color: #990E0E;
	font-size: 18px;
	font-weight: normal; 
	text-align: center; 
	line-height: 20pt;
	margin-bottom: 15px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding: 10px;
}

h4 {
	font-family: georgia,times new roman, serif;
	color: #990E0E;
	font-size: 20px;
	font-weight: normal; 
	text-align: left; 
	line-height: 20pt;
	margin-bottom: 15px;	
}

h5 {
	font-size: 18px;
	font-weight: bold; 
	text-align: center; 
	margin-bottom: 15px;
}

.author {
	font-size: 14px; 
	font-weight: normal; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 16pt;	
}

p#welcome-msg {
	display: block;
	padding: 25px 0 0 30px;
	color: #FFFFFF;
	font-size: 24px;
}

p#welcome-msg a {
	color: #FFFFFF;
	text-decoration: none;	
}

p#welcome-msg a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #FFFFFF;
}

span#welcome-msg-small {
	font-size: 18px;
}

p#copyright {
	background: #334760;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
}

p#copyright a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}

p#copyright a:hover {
	text-decoration: none;	
}

p.headline {
	color: #990E0E;
	font-size: 20px;
	font-weight: bold; 
	text-align: left; 
	line-height: 20pt;
	margin-bottom: 15px;	
}

p.backto {
	color: #0000EE;
	font-size: 11px;
	font-style: normal;
	font-weight: bold; 
	text-align: right; 
	text-decoration: underline; 
}

p.backto a, p.backto a:visited	{
	color: #0000EE;
	font-size: 11px;
	font-style: normal;
	font-weight: bold; 
	text-align: right; 
	text-decoration: underline; 
}

.inner-box p.backto, .inner-box-dark p.backto {
	margin-bottom: 0;
}

.inner-box {
	background: #FFFFFF;
	width: 880px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
}

.inner-box-dark {
	background: #E1E1E1;
	width: 880px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #C8C8C8;
}

img.pres-thumb {
	border: 2px solid #E1E1E1;
}

img.pres-thumb:hover {
	border: 2px solid #000000;
}

img.banner {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

img.banner-left {
	float: left;
}

img.banner-right {
	float: right;
}


/* ===============
      LIST STUFF 
   =============== */

ul {
	font-size: 14px;
	text-align: justify;
	list-style-type: none;
	margin-bottom: 20px;
}


ul li {
	background: url(images/bullet.png) no-repeat scroll 0 5px;
	margin-bottom: 12px;
	padding-left: 25px;
	line-height: 15pt;
}

ol {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 20px;
	margin-left: 20px;
}

ol li {
	margin-bottom: 12px;
	line-height: 15pt;
}



/* ===============
		MISC
   =============== */

.clear {
	clear: both;
}

.imgover a {
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

blockquote {
	padding: 20px;
	background: #FFFDD3;
	border: 1px dashed #000000;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 14pt;
	text-align: justify;
}

.post-item blockquote p {
	margin-bottom: 0;
}

blockquote#checkpoint {
	width: 665px;
	padding: 20px;
	background: #FFFDD3;
	border: 1px dashed #000000;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 14pt;
	text-align: justify;
}

blockquote span#title {
	font-weight: bold;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
}

blockquote ul {
	margin-bottom: 0;
}


/* ===============
   IMAGE ALIGNMENT 
   =============== */

.inline-img-left {
	float: left;
	margin: 15px 15px 15px 0;
}

.booksum-thumb {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000000;
}

.download-btns {
	display: block;
	clear: both;
	margin-bottom: 0;
}

.inline-img-right {
	float: right;
	margin: 15px 0px 15px 15px;
}

.inline-img-center {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.inline-img-center2 {
	display: block;
	margin: 0 auto;	
}

input, textarea {
	padding: 5px;
	border: 1px solid #000000;
}

#content .post-item {
	background: #ededed;
	margin-bottom: 28px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 30px;
}

.post-item img {
	float: left;
	padding: 0;
	margin-bottom: 20px;
}

.post-item h2 {
	margin-bottom: 10px;
}

.post-item h2 a {
	font-size: 24px;
	color: #172B44;
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 10px;
	text-decoration: none;
}

.post-item h2 a:hover {
	text-decoration: underline;
}

.post-item p {
	margin-bottom: 20px;
}

.post-item .meta {
	background: #172B44;
	color: white;
	font-size: 11px;
	font-style: normal;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	line-height: 18px;
	text-indent: 5px;
	text-align: left;
}

.more-link {
	color: #172B44;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}

.read:hover {
	text-decoration: none;
}


/* Sidebar */

.widget {
	background: #ededed;
	background-image: none;
	padding-left: 0;
	margin-bottom: 28px;
	overflow: hidden;
}

.widget h2.widgettitle,
.widget h2.widgettitle a:link,
.widget h2.widgettitle a:visited {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 20px;
	color: #172B44;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

.widget h2.widgettitle a:hover {
	text-decoration: underline;
}

.widget h2.widgettitle a:active {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 20px;
	color: red;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

li.widget ul li {
	background: none;
	line-height: 22px;
	border-bottom: 1px solid #bbbbbb;	
	margin: 0;
	padding: 0;
	text-align: left;
}

li.widget ul li:first-child {
	border-top: none;
}

li.widget ul li:last-child {
	border-bottom: none;
}

li.widget ul li a {
	font-size: 14px;	
	text-decoration: none;
	display: block;
	color: #172B44;
	padding: 4px;
}

li.widget ul li a:hover {
	font-size: 14px;	
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #172B44;
}


/* Twitter Widget Formatting */

/* Pseudo-element to add twitter bird image */
.widget h2.widgettitle a.twitterwidget:after {
	content: url(http://profitbeforeyoupay.com/blog/wp-content/themes/pbyp/images/twitter_bird.png);
}

.widget ul li span.entry-content {
	color: #172B44;
	font-family: georgia, times new roman, serif;
	line-height: 16px;
	font-style: italic;
}

.widget ul li span.entry-meta,
.widget ul li span.entry-meta a:link,
.widget ul li span.entry-meta a:visited,
.widget ul li span.entry-meta a:hover,
.widget ul li span.entry-meta a:link:active,
.widget ul li span.from-meta,
.widget ul li span.from-meta a:link,
.widget ul li span.from-meta a:visited,
.widget ul li span.from-meta a:hover,
.widget ul li span.from-meta a:active {
	color: #172B44;
	line-height: 15px;
	font-size: 13px;
	text-align: justify;
	display: inline;
	background: transparent;
}

li.widget_twitter div ul li {
	padding: 8px 4px;
}

li.widget_twitter div ul li a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.widget ul li span.from-meta {
	display: none;
}

.widget ul li span.time-meta a:link {
	color: #000000;
	font-size: 11px;
}

.widget ul li span.time-meta a:link,
.widget ul li span.entry-content a:link {
	padding: 0;
}


/* Search Form */

form#searchform label.screen-reader-text {
	display: none;
}

form#searchform input {
	padding: 8px;
	display: block;
	margin-bottom: 12px;
	width: 240px;
	border: 1px solid #000000;
	font-size: 14px;
}

form#searchform input#searchsubmit {
	background: #172B44;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px;
	width: 90px;
	text-decoration: none;
}

form#searchform input#searchsubmit:hover {
	text-decoration: underline;
}

/* Next and Previous Buttons */

.more {
	background: #172B44;
	padding: 5px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.more:hover {
	text-decoration: underline;
}

/* Single Posts */

body.single #content div.post-item {
	background: #FFFFFF;
	margin-bottom: 0;
	border: none;
	padding: 15px;
}


/* Comments */

#comments-template {
	margin: 20px 0 20px 0;
	background: #ededed;
	border: 1px solid #e1e1e1;
	clear: both;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

#comments-template ol.comments {
	margin: 0;
}

#comments-template ol.comments li {
	margin-bottom: 0;
}

#comments-template .avatar {
	float: left;
	margin-right: 25px;
	background: #afafaf;
	border: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	padding: 4px;
}

.main_comment {
	background: #FFFFFF;
	margin-left: 133px;
	padding: 15px;
	position: relative;
}

.main_comment span.arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-bottom: 25px solid #EDEDED;
	border-right: 20px solid #FFFFFF;
	position: absolute;
	top: 20px;
	left: -20px;
}

.main_comment h4 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	color: #990E0E;
	padding: 0;
	text-align: left;
	font-weight: bold;
}

#comments-template li {
	clear: left;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #FFFFFF;
	padding: 10px 0;
	overflow: hidden;
}

#comments-template li:first-child {
	border-top: none;
}

#comments-template li:last-child {
	border-bottom: none;
}

#comments-template input,
#comments-template textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
}

#comments-template input:focus,
#comments-template textarea:focus {
	background: #fffccc;
	border: 1px solid #000000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
}

#comments-template input#submit {
	background: #172B44;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#comments-template input#submit:hover {
	text-decoration: underline;
}

#comments-template h3#comments, 
#respond h3 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 18px;
	color: #172B44;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

#comments-template .main_comment a.url {
	color: #990E0E;
	text-decoration: none;
}

#comments-template .main_comment a.url:hover {
	text-decoration: underline;
}

#respond {
	margin-top: 40px;
}

/* Tag Cloud Text */

li#tag_cloud-3 div,
li#tag_cloud-3 div a:link,
li#tag_cloud-3 div a:visited {
	font-size: 14px !important;
	color: #172B44;
	background: none;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 22px;
	border-bottom: 1px solid #bbbbbb;	
}

li#tag_cloud-3 div {
	border: 0;
}

li#tag_cloud-3 div a:hover {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #172B44;
}

li#tag_cloud-3 div a:active {
	font-size: 14px !important;
	color: #172B44;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

li#tag_cloud-3 div a:first-child {
	border-top: none;
}

li#tag_cloud-3 div a:last-child {
	border-bottom: none;
}

/* Comment Form */

form#commentform label {
	font-size: 14px;
	font-weight: bold;
}
