/*
Theme Name: BuyDownload
Author: Eliana Harvey
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #000000;
	font-family: "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #323030;
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-weight: normal;
}

a,
a:visited {
	color: #4b5655;
}

a:hover,
a:active {
	color: #8E9121;
}

/* LAYOUT
========================================== */
body {
	font-size: 10pt;
	line-height: 150%;
}

div#page {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}

div.container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
}

div.small {
	width: 220px;
	float: right;
	text-align:right;
}

div.large {
	width: 680px;
	float: left;
	border:0px solid red
}
div.homepage-large{
	float: left;
	border:0px solid red
}
div.full {
	width: 100%;
	float: left;
}

#content div.container.body .large {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 20px;
}

/* HEADER
========================================== */
#header {
	width: 100%;
	margin: 0 auto;
	padding-bottom:20px;
	border:0px solid red;
	background-color:#000000;
}

#header .container {
	padding-top:40px;
	padding-left:10px;
	background-color:#000000;
	float:left;
	border:0px solid blue;
	width:600px
	/*background: url('images/logo.png') no-repeat 3px bottom;*/
}
#header .top-nav{
	float:right;
	margin-right:20px;
	border:0px solid red
}
#header .top-nav ul{
	margin:0px;
	padding:0px
}
#header .top-nav ul li{
	margin:0px;
	padding-right:20px;
	padding-left:20px;
	padding-top:30px;
	padding-bottom:10px;
	margin-right:2px;
	list-style-type:none;
	background-color: #262424;
	text-align:center;
	float:left;
	font-size: 10pt
}
#header .top-nav ul li a{
	color:#fff;
	text-decoration:none
}
#header h1,
#header h4 {
	text-transform: none;
}

#header h1,
#header h4,
#header h1 a {
	color: #ffffff;
}

#header h1 {
	display: block;
	font-weight: normal;
	float: left;
	width:180px;
	border:0px solid red;
	margin-left:20px;
	text-align: left;
}
#header h1:first-line {
	font-weight: bold;
}
#header h1 a,
#header h1 a:visited {
	display: block;
	padding-left: 30px;
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

#header .tagline {
	font-size: 200%;
	padding-left: 20px;
	border:0px solid red;
	width:360px;
	line-height: 100%;
	float: left;
}

/* SUB HEADER
========================================== */
#sub-header {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #DA424E;
}
#sub-header ul {
	padding: 6px 70px 6px 12px;
	height: 100%;
	overflow: auto;
	color: #fff;
	font-weight: bold;
}
#sub-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0;
}
#sub-header ul li.first {
	border-left: 0;
}
#sub-header ul li a {
	color: #ddd;
	display: block;
	line-height: 100%;
	float: left;
	padding: 5px 10px 5px;
}
#sub-header ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#sub-header ul li.current-cat a {
	color: #fff;
	text-shadow: none;
}
#sub-header ul li ul {
	display: none;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color:#000000;
	background-image: url('images/multistripe.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}
#navigation .container {
	height: 40px;
	overflow: visible;
}
/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content h1 {
	color: #503D43;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #666;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #DA444F;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post{
	clear: both;
	/*padding: 20px 50px 0 50px;*/
	padding-left:50px;
	height: 100%;
	
}
#content .post-nav,
#content #comments {
	clear: both;
	padding: 0 20px 0 20px;
	height: 100%;
	overflow: auto;
}

#content .post-content img {
	max-width: 460px;
}
#content .post-content ul {
	list-style-position:inside
}
#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

#content .post-title{
	clear: both;
	/*background-position:bottom center;
	background-image: url('images/multistripe.gif');
	background-repeat: repeat-y;
	padding-left:30px;*/
	text-transform: uppercase;
	padding-top:20px
}

#content .post-footer h4 {
	font-size: 110%;
	padding: 0 0 12px;
	text-transform: uppercase;
}

#content .post-footer h4,
#content .post-footer h4 a,
#content .post-footer h4 a:link,
#content .post-footer h4 a:visited {
	color: #999;
}
#content .post-footer h4 a:hover,
#content .post-footer h4 a:active {
	color: #DA444F;
}

#content .post-footer span {
	padding-right: 4px;
	padding-left: 19px;
	background: url('images/icon-post.png') no-repeat left center;
}
#content .post-footer span.post-comments {
	background-image: url('images/icon-comment.png');
}
#content .post-footer span.post-date {
	background-image: url('images/icon-date.png');
}
#content .post-footer span.post-category {
	padding-right: 3px;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
	border-width: 1px;
	border-left-width: 3px;
}
#content .post table th {
	border: 1px solid #EAEAEA;
	border-width: 0px 0px 0px 0px;
}
#content .post table td {
	border: 1px solid #EAEAEA;
	border-width: 0px 0px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */


/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}

#comments h3 {
	padding-top: 0;
}
#comments h3#respond {
	padding-top: 8px;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}

#comments .comment-wrap .right {
	width: 457px;
	float: left;
	padding: 12px 0 6px 12px;
}

#comments .comment-wrap .right a {
	text-decoration: none;
}

#comments .comment-wrap .right a:hover {
	text-decoration: none;
}

#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	
}
#comments .comment-wrap .right cite small {
	font-size: 90%;
	float: right;
}

#comments .comment-wrap .right p {
	padding: 12px 0;
	clear: both;
}

#comments .comment-wrap .right blockquote,
#comments .comment-wrap .right code,
#comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}

#comments .alt {
	background-color: #F6F6F6;
}

#comments .author {
	background-color: #F7F8E8;
	border-color: #E1DAB7;
}

/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	background-color: transparent;
	float:right;
	width:205px
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	background-color: #c2d7d6;
}
#shopping-cart-title-div{
	background-color: #c2d7d6;
	border:0px solid red;
	width: 205px;
	padding-top:10px;
	float:right
}
.shopping-cart-title{
	clear:both;
	background-color: #cdd04f;
	background-image:url(images/shopping-cart-title.gif);
	background-repeat:no-repeat;
	height:35px;
	width: 215px;
	border:0px solid red;
	float:right
}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#7DCFE7&quot;);
}
#sidebar-1 .sidebar:first-child h3,
#sidebar-1 .sidebar.first-child h3 {
	color: #fff;
}

#content .sidebar {
	padding: 12px 20px 12px;
	margin: 0 0 0px 0;
	clear: both;
	height: 100%;
	overflow: hidden;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #375362;
	font-weight: normal;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #DA444F;
	text-decoration: none;
}

#content .small h3 {
	color: #DA444F;
	padding: 0 0 12px;
	margin: 0;
	font-weight: normal;
}
#content .small h4 {
	padding: 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #666;
}

#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
}
#content .small ul li {
	color: #323030;
	font-weight: bold;
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
	font-weight: bold;
}

#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	font-weight: bold;
	background-color:#ffffff;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 14px;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0;
}
#content #ads.sidebar img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
	width: 100%;
	padding: 12px 0 0;
}

#credits p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #BDAEB4;
	font-size: 90%;
}

#credits a,
#credits a:visited {
	color: #666;
}

#credits a:hover,
#credits a:active {
	color: #DA444F;
}

/* Footer Credits
========================================== */
#credits ul.nav {
	padding: 0 20px 0 12px;
	text-align: left;
	font-size:8pt
	
}

#credits ul.nav li {
	color: #666;
	margin: 0;
	display: inline;
}

#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 4px;
	border-right: 1px solid #BDAEB4;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #DCC49A;
	border-width: 0 1px 1px 0;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 110px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}

/* Calendar
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #666;
	text-align: right;
}
#wp-calendar th {
	color: #666;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
}
#wp-calendar a {
	font-weight: bold;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	background-color: #f3f3f3;
}

/* Shopping Cart Buttons
========================================== */
input.wpsc_buy_button {
	width: 115px;
	height: 33px;
}
input.make_purchase {
	width: 138px;
	height: 33px;
}
.clear-both{
	clear:both;
	line-height:1px
}
/*homepage*/
#homepage{
	padding-left:25px;
	padding-right:25px
}
#home-intro{
	background-color:#c2c77d;
	padding:10px;
	padding-left:20px;
	padding-right:20px
}
#easy-steps{
	float:left;
	width: 630px;
	border:0px solid red
}
#easy-steps ul{
	margin-top:20px;
	line-height:40px
}
#easy-steps ul li{
	list-style-type:none;
	list-style-position:inside;
	margin-left:30px;
	font-size:14px;
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding:0px;
	padding-left:30px;
	border:0px solid red;
}
.declaration{
	margin-top:10px
}
.step1{
	background-image:url(images/step1.gif);
}
.step2{
	background-image:url(images/step2.gif);
}
.step3{
	background-image:url(images/step3.gif);
}
#free-sample{
	float:left;
	margin-left:20px;
	border:0px solid blue
}
#about-templates{
	float:left;
	width:564px;
	padding:20px;
	margin-top:4px;
	line-height: 24px;
	text-align:justify
}
/*#about-templates div.doc{
	float: left;
	margin-top:40px;
	text-align:center;
	width:200px;
}*/
#benefits{
	float:left;
	width:298px;
	background-color: #fff;
	margin-left:4px;
	padding-top:20px;
	text-align:center;
	border:1px solid #8c9147;
	border-top:0px
}
#benefits ul{
	border:0px solid red;
}
#benefits .paypal{
	background-color:#FFFFFF;
	margin-top:40px
}
#benefits img{
	background-color:#FFFFFF;
}
.search-bar{
	background-color: #8c9147;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:20px
}
.search-bar input{
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
	color:#575852;
	width:200px;
	height:17px;
	border:2px solid #8eb2ae;
}
.search-bar input[type="submit"]{
	background-image:url(images/button-search.png);
	background-image:url(images/go.gif);
	background-repeat:no-repeat;
	width:48px;
	height:17px;
	cursor: hand;cursor:pointer;
	border:0px;
	
}
#stages .stage1{
	background-color: #8eb2ae;
	float:left;
	margin-top:4px;
	padding-top:7px; 
	width:300px;
}
#stages .stage2{
	background-color: #627875;
	margin-right:4px;
	margin-left:4px;
	float:left;
	margin-top:4px;
	padding-top:7px; 
	width:300px;
}
#stages .stage3{
	background-color: #b5bf31;
	float:left;
	margin-top:4px;
	padding-top:15px; 
	padding-bottom:15px; 
	text-align:middle;
	width:300px;
}
#homepage h5{
 font-weight:bold;
 margin-top:5px;
 margin-bottom:0px;
 color:#8f932e
 
}
#homepage ul.pros{	
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	border:0px solid red;
	padding:0px
}

#homepage ul.pros li{
	list-style-position:outside;
 	list-style-type:disc;
	font-size: 9pt;
	margin-left:30px;
	text-align:left;
	margin-bottom:0px
 }
 .sample-link{
 	clear:both;
	background-image:url(images/magnifier.png);
	background-repeat:no-repeat;
	background-position:90px 8px;
	margin-top:20px;
	height:16px;
	width:110px;
	padding-left:0px;
	padding-bottom:8px;
	margin-left:25px;
	text-align:center;
	border:0px solid red
 }
a.view,
a.view:visited {
	color: #666;
	padding:0px;
	padding-right:20px;
	font-size:10pt;
}
a.view:hover,
a.view:active {
	color: #627875;
}
.carttdprice .pricedisplay, .subtotal .pricedisplay, .total  .pricedisplay{
	font-size:12px;
	float:left
}
.subtotalhead,.totalhead{
	font-size:12px;
	display:block;
	width:50px;
	float:left
}
h4{
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px
}
.pckg-details{
	background-color:#758A88;
	padding:5px;
	width:250px;
	padding-left:20px
}
.checks-title{
	margin-top:5px;
	font-weight:bold
}
ul.checks li{
	margin:0px;
	margin-top:0px;
	list-style-type:none;
	background-image:url(images/check-bullet.png);
	background-repeat: no-repeat;
	background-position:0px 10px;
	text-align:center;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
}
#TB_window h3{
	margin-top:10px;
	margin-bottom:0;
}
.level2 ul{
	background-color:#FFFFFF;
	width:800px;
	margin-left:30px;
	list-style:none;	
}
.level2 ul ul li{
	background-color:#536261;
	float:left;
	width:300px;
	margin-bottom:5px;
	margin-left:5px;
	padding-left:20px;
}
.level2 li a{
	color:#FFFFFF;
	padding:10px;
	display:block;
	width:280px;
	font-size:12pt
}
.level3{
	margin-left:50px
}
.level3 ul{
	list-style:none
}
.level3 ul li.page_item{
	border:0;
	background-color:#fff;
}
.level3 .pagenav{
	font-weight:bold
}
.level3 ul li.page_item{
	padding-top:5px
	}
.level3 ul li.page_item a{
	background-image:url(images/double-arrow.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#000000;
	}
.page-item-255 ul li{
	display:none;
}
.interest_more{margin-top:20px;clear:both}
#home-div A:link,#home-div A:visited,#home-div A:active,#home-div A:hover{
	color:#000000;text-decoration:none
}