/*
Theme Name: Autumn Studios
Title: Stylesheet for Handheld devices
Author: Susie Lin
Author URI: http://www.susielin.ca
Date: April 29, 2010
*/

/* Meyer's CSS Reset  v1.0 | 20080212 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
hr {
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* MAIN CSS */
body {
	background: rgb(255,239,207);
	color: rgb(96,56,19);
	font-size: 12px;  /* reduces the body text from the 16px default (common to most browsers and OS set-ups) down to the 12px. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: rgb(199,74,27);
}
a:hover {
	text-decoration: none;
	color: rgb(76,96,59); /* green */
	font-weight: normal;
}
a img {
	border: none;
}
img {
	padding: 0
}
.clear {
	clear: both;
}
div.hr {
  height: 6px;
  background: url(images/hr.png) no-repeat scroll;
  margin: 20px 0 10px 25px;
}
div.hr hr {
  display: none;
}
/* Typography
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #3366cc;
	margin-bottom: 10px;
}
h1 { /* Page Titles*/
	font-size: 5em;
	color: rgb(199,74,27); /* Orange*/
	font-weight: normal;
}
h2 {
	font-size: 1.9em;
	color: rgb(96,56,19); /* Medium Brown*/
}
h3 { /* Sidebar Text*/
	font-size: 2.0em;
	color: rgb(96,56,19); /* Medium Brown*/
	font-weight: bold;
	margin: 0 0 6px 15px;
	line-height: 0.7em;
}
h4 {
	font-size: 1.6em;
	color: rgb(96,56,19); /* Medium Brown*/
	font-weight: normal;
	line-height: 20px;
}
h5 { /* Body Text*/
	font-size: 1.4em;
	color: rgb(59,35,20); /* Dark Brown*/
	font-weight: normal;
	line-height: 20px;
}
h6 { /* Testmonials*/
	font-size: 1.6em;
	font-style: italic;
	color: rgb(38,34,97); /* Medium Brown*/
}

/* layout elements
--------------------------------------------------------------------------------------- */ 

/* wrapper */

#wrapper {
	width:1000px;
	margin: 10px auto auto auto;
	padding:0;
}
#menu {
	width: 204px;
	margin: 0;
	padding: 0;
	float:left;
}
#menu_bg {
	background:url(images/menu.png) no-repeat center;
	height: auto;
}
#container {
	width:792px;
	height: 706px ;
	background:url(images/fade.png) no-repeat;
	margin: 0 auto;
	padding:0;
	float: right;
}
#time {
	color: rgb(59,35,20); /* Dark Brown*/
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
}
.seemore {
	margin: 10px 0 10px 0;
	font-size: 0.8em;
}
.seemore a {
	color: #fff;
}
.seemore a:hover {
	color: rgb(59,35,20); /* Dark Brown*/
}
#content {
	width:542px;
	margin:0;
	padding:0;
	float: left;
}
#contenthome {
	width:525px;
	margin:0;
	padding:0;
	float: left;
}
#sidebar {
	width:245px;
	margin:0;
	padding:0;
	float:right;
}
#mailchimp {
	margin: 0px 30px 10px 30px;
	text-align:center;
}
#sidebar_big {
	width:245px;
	float:right;
	margin:0;
	padding:0;
}
#sidebar_home {
	background: rgb(199,74,27); /*orange */
	width:193px;
	height: 283px;
	float:left;
	margin:0;
	padding:0;
}
#sidebar_border {
 	background: url(images/border.png) no-repeat;
	height: 706px;
	
}
#sidebar_big p {
	color: rgb(59,35,20);
	width: 165px;
	font-size: 0.86em;
	line-height: 1.5em;
	margin: 5px 8px 5px 15px;
	}
#sidebar_big h6 {
	margin: 30px 60px 5px 15px;
	}
#footer {
	margin: 0;
}
#onoff /*Music Player on Homepage */{
	margin: 8px 0 10px 0;
	text-align: center;
	font-size: 0.9em;
}
#si_contact_form1 {
	margin: 0 0 0 25px;
}
#receive /*Music Page you will receive */{
	color: rgb(76,96,59); 
	font-weight:bold; 
	font-size:0.87em; 
	margin: 0 0 0 15px;
}
#testmonials {
	width: 235px;
}
#social img{
	margin: 3px;
}
#signup {
	font-size: 1.4em;
	color: rgb(59,35,20); /* Dark Brown*/
	font-weight: normal;
	line-height: 30px;
}

/* Homepage*/

#home_image {
	width:697px;
	height: 354px;
	margin: 33px 20px 15px 22px;
}  

/* HEADER SEARCH*/
#search {
	clear:right;
	float:right;
	display:block;
	margin-bottom:10px;
}
#searchform {
	width: 200px;
	height: 25px;
	border: 1px solid #c0c0c0;
	background-color: #f5f5f5;
}
.searchinput {
	color: #666;
	font-size: 1.16em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	border: 0;
	height:16px;
	line-height:16px;
	margin-left:5px;
	background-color: #f5f5f5;
}
.button {
	background: #f5f5f5 url(images/lens.png) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}
/* content */
.post {
	line-height: 22px;
	margin-bottom: 20px;
	padding:0 0 10px 0;
}
#content h1{
	margin: 30px 0 10px 25px;
}
#content h2{
	margin: 0 0 10px 25px;
}
#content h4 {
	margin: 0 0 0 20px;
}

#commentwrap {
	margin-bottom: 20px;
	padding:0 10px 10px 10px;
}
.postsingle {
	line-height: 18px;
	margin-bottom: 20px;
	padding:0 0 10px 0;
	border:none;
}
.sticky {
	background-color: #f5f5f5;
	border: 1px solid #c0c0c0;
}
.title {
}
.title h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom:10px;
	width:542px;
}
.singletitle h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom:5px;
	padding: 10px 0 10px 0;
	width:542px;
}
.dateline {
	font-size: 0.9em;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 20px;
	border-bottom: 1px dotted #999999;
}
.postmeta {
	font-size: 0.9em;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #999999;
}
.entry {
	width: 540px;
	height: auto;
	font-size: 0.9em;
	overflow-y: visible;
	overflow-x: visible;
}
.entry p {
	margin: 0 20px 10px 25px;
}
.homeentry {
	width: 490px;
	font-size: 1em;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 20px 10px 25px;
}
.homelinks a {
	text-decoration: none;
	border: none;
	color: rgb(199,74,27);
	font-weight: bold;
}
.homelinks a:hover {
	text-decoration: none;
	color: rgb(76,96,59);
	font-weight: bold;
}
#blessings {
	text-align: center;
}
#blessings img {
	margin: 10px 0 0 0;
}
.navigation {
	padding:10px;
	font-size: 1.16em;
	font-weight: bold;
}
.navigation .left {
	float: left;
}
.navigation .right {
	float: right;
}
.no_result {
	padding: 0 20px 20px 20px;
}
.entry ul, .entry ol {
	padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
}
.entry ul {
	list-style-type: disc;
}
.entry ol {
	list-style-type: decimal;
}
.entry ul li, .entry ol li {
	padding: 1px 0;
	list-style: inside;
}
.entry blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #c0c0c0;
	background-color: #f9f9f9;
}
.entry blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
.entry table {
	margin: 0 0 10px 30px;
}
.entry table td, .entry table th {
}
.news {
	margin: 0 5px 0 15px;
}
.news h4 {
	line-height: 18px;
}
/* SIDEBARS */
#sidebar_big ul {
	margin:5px 5px 10px 0;
}
#sidebar_big ul li h2 {
	font-size: 0.75em;
	line-height: 18px;
	padding: 5px 10px 0 10px;
	font-weight: bold;
}
#sidebar_big ul li ul {
	margin:0 0 20px 10px;
	list-style-type: none;
	line-height: 16px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#sidebar_big ul li ul li ul {
	margin:0 0 0 10px;
}
#sidebar_big ul li ul li {
}
#sidebar_big ul li ul li:hover {
/*background-color: #D7E6F0;*/
				}
#sidebar_big ul li ul li a {
	display: inline;
	color: #3366cc;
	line-height: 14px;
	text-decoration: none;
}
#sidebar_big ul li ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
#sidebar_big ul li ul li ul li {
	background:transparent url(images/arrow.gif) no-repeat;
	padding-left:10px
}
#sidebar_big ul li ul li, #sidebar_big ul li ul li ul li, #sidebar_big ul li ul li ul li ul li {
	text-transform: none;
}
#sidebar_big ul .current-cat {
	text-transform: uppercase;
}
#sidebar_sm ul {
	margin:5px 0 10px 0;
}
#sidebar_sm ul li h2 {
	font-size: 0.75em;
	line-height: 16px;
	padding: 5px 5px 0 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar_sm ul li ul {
	list-style-type: none;
	line-height: 16px;
	margin-left:10px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#sidebar_sm ul li ul li {
	padding: 2px 5px 2px 2px;
}
#sidebar_sm ul li ul li:hover {
}
#sidebar_sm ul li ul li a {
	display: inline;
	color: #3366cc;
	line-height: 14px;
	text-decoration: none;
}
#sidebar_sm ul li ul li a:hover {
	color: #003399;
}
#sidebar_sm .adbanner a img {
	padding:0;
	margin:0;
}
.adbanner {
	margin-bottom:15px;
}
.dropdown {
	color: rgb(96,56,19); /* Medium Brown*/
	background: #fff;
	width: 165px;
	border: 1px solid rgb(96,56,19); 
	margin: 10px 0 5px 0;
}
#paypal {
	margin: 15px 0 0 15px;
	font-size: 0.8em;
	
}
.options {
	
	font-size: 1.1em;
	color: rgb(96,56,19);
	margin: 7px 0 7px 0;
	*margin: 0;
	line-height: 1.2em;
	
}
#special {
	width: 168px;
	color: rgb(96,56,19);
	font-size: 0.8em;
	margin: 15px 0 0 15px;
	font-weight: bold;
	line-height: 1.5em;
}
/* footer */
#minifooter {
	text-align: center;
}
#copyright {
	font-size: 0.75em;
	word-spacing: -1px;
}
#email {
	font-size: 0.8em;
	margin-bottom: 10px;
}
#credit{
	position:relative;
	font-size:0.8em;
	margin: 30px 55px 0 0;
	float: right;
	color: rgb(212,196,168);
	
}
#credit a{
	color: rgb(212,196,168);
}
/*comments */
#commenttitle h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 22px;
	margin-bottom:5px;
}
.commentnumber h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.16em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px;
	margin-bottom:30px;
	float:left;
}
.your_response a {
	float: right;
	font-size: 1.16em;
	color:#3366cc;
	font-weight: normal;
}
.your_response a:hover {
	color: #003399
}
ol.commentlist {
	font-size: 1.08em;
	overflow: hidden;
	line-height:16px;
}
ol.commentlist li.even {
	margin-bottom: 15px;
	background-color: #f5f5f5;
	border: 1px solid #c0c0c0;
	padding: 20px 20px 15px 20px;
}
ol.commentlist li.odd {
	margin-bottom: 15px;
	background-color: #f9f9f9;
	border: 1px solid #c0c0c0;
	padding: 20px 20px 15px 20px;
}
ol.commentlist li ul {
	list-style-type: none;
	margin-left: 60px;
	margin-top: 6px;
}
.commentlist img {
	padding:0;
}
#respond {
	background-color: #f9f9f9;
	border: 1px solid #c0c0c0;
	padding: 15px 20px;
	margin-top: 15px;
}
#respond h3 {
	font-size: 0.75em;
	line-height: 24px;
	font-weight: normal;
	float: left;
	display: inline;/* fix double margin */
}
.respond_top {
	margin-bottom: 10px
}
.cancel-comment-reply {
	float: right;
	display: inline;/* fix double margin */
	padding-top: 6px;
}
.cancel-comment-reply a {
	font-size: 1em;
	color: #3366cc;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	color: #003399;
	text-decoration: underline;
}
#respond p, .nocomments {
	margin-bottom: 10px;
}
/*FORM*/	
#submitbtn {
	margin: 5px;
}
input{
    margin:0;
  }
  
  .valid .text_input, .valid .text_area{border:1px solid #00ff00;} 
.error .text_input, .error .text_area{border:1px solid #ff0000;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffff00;}
#send,#submit{
	border:1px solid #c0c0c0;
	background-color:#f5f5f5;
	cursor:pointer;
	color:#000000;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-weight:bold;
	}
#send:hover,#submit:hover{
	
	color:#003399;
	}
.text_input, .text_area{
padding:5px;
font-size:14px;
}
#send,#submit{
padding:4px 20px;
}
.hidden{
	display:none;
	}
.postpaginate{
	width:100%;
	text-align:center;
	font-size:14px
	}



/* --BOXES */
.sbox_L {
	float:left;
	width:150px;
	height:150px;
	margin-bottom:20px;
	margin-left:10px;
	background-color:#f5f5f5;
}
.sbox_R {
	float:right;
	width:150px;
	height:150px;
	margin-bottom:20px;
	margin-right:8px;
	background-color:#f5f5f5;
}
.boxbottom {
	margin-bottom:0px
}
.sbox_L img, .sbox_R img {
	margin:0;
	padding:0
}
/*general*/
.px10 {
	height:10px
}
/* WordPress specific */
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* end of this stylesheet
-------------------------------------------------------------------------------------- */

