/*
Theme Name: Blushing Canvas
Theme URI: http://www.blushingcanvas.com/
Description: A WordPress Theme created originally for Rebecca Oates.
Version: 2.8.3
Author: Maggie Medcalf
Author URI: http://www.maggiemedcalf.com/
Tags: one column

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Enter WP Design and Creation Comments Here
*/
/*////////// GENERAL //////////*/
body {
   margin: 0px
}
#container {
   margin: 0 auto;
   width: 930px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 16px;
}

#container2 {
   width: 930px;
   height: 400px;
   margin: 0 auto;
   float: left;
   padding: 0;
   background: url(images/makeup.png)
}
#container2_int {
   width: 930px;
   height: 400px;
   margin: 0 auto;
   float: left;
   padding: 0;
}
#container3 {
   width: 150px;
   height: 400px;
}
/*////////// TYPEOGRAPHY /////////*/
h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 32px;
}
h2 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 22px;
}
h3 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 16px;
}
h4 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
}
p {
   margin-bottom: 18px;
}
a {
   text-decoration: none;
   color: #000000;
}
a:hover {
   text-decoration: underline;
   color: #000000;
}
a:visited {
   color: #000000;
}
/*/////////// HEADERS //////////*/
#headerImage {
   width: 930px;
   height: 72px;
   margin: 0;
   background-image:url(images/header.png);
}

#headerImage a {
    display:block;
    height:100%;
    width:100%;
}


   
#header p, #header h1, #header h2/**/ {
   /*display: none;*/
}
/*////////// NAV //////////*/
#top_navlist { 
   width: 930px;
   height: 30px;
   text-align: right;
}
#top_navlist h2 {
   display: none;
}
#navlist {
}
#navlist li {
   list-style: none;
   display: inline;
}
#navlist li a {
   border-bottom: none;
   background: #666633;
   text-decoration: none;
   padding: 5px;
}
#navlist li a:link {
   color: #ffffff;
}
#navlist li a:visited {
   color: #ffffff;
}
#navlist li a:hover {
   color: #ffffff;
   background: #000000;
}


#navlist li.current_page_item a {
   border: 1px solid black;
   background: white;
   color: #666633;
}



/*////////// CONTENT //////////*/
#content {
   height: 400px;
   width: 700px;
   margin: 0;
}
/* Homepage Accordion Content */
#home #content,
#home #container2 {
	background: none;
	height: auto;
}
#section-accordion {
	width: 930px;
	margin-bottom: 10px;
	height: 520px;
	position: relative;
}
#section-accordion h1 {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	width: 100%;
	height: 75px;
}
#section-accordion p {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	border-top: 2px solid #fff;
}
#section-accordion p a {
	position: absolute;
	bottom: 0;
	left: 0;
}
#section-accordion p a img {
	display: block;
	border: 0;
}
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/

/* Tiny Contact Form
----------------------------------*/
.contactform { text-align: left; }
/* field names */
.contactform label { display:block; }
/* fields */
.contactform input { display:block; margin:2px; padding:2px; }
/* message area */
.contactform textarea { display:block; height:100px; }
/* ok message */
.contactform_respons { display:block; color:black; font-weight:bold; }
/* error message */
.contactform_error { display:block; color:black; font-weight:bold; }

#tcf_name {
    display: none;
}
#tcf_sendit {
    display: none;
}
#tcf_sender {
    width: 350px;
    border: none;
    border-bottom: 1px dashed gray;
}
#tcf_email {
    width: 350px;
    border: none;
    border-bottom: 1px dashed gray;
}
#tcf_subject {
    width: 350px;
    border: none;
    border-bottom: 1px dashed gray;
}
#tcf_msg {
    width: 350px;
    border: 1px dashed gray;
}
#contactsubmit {
    width: 80px;
}


/*////////// SIDEBARS //////////*/

#sidebarLT {
   margin-right: 40px;
   background-color: #666633;
   width: 150px;
   height: 400px;
   float: left;
}

/* These are the styles for the parent LI */
#sidebarLT li { 
   list-style-type: none;
   margin-left: -20px;
   padding-top: 8px;
   font-weight: bold;
}

/* These are the styles for the child LI's */
#sidebarLT li li { 
   list-style-type: none;
   margin-left: -20px;
   padding-top: 8px;
   font-weight: normal;
   border-bottom: 1px solid white;
   width: 100%;
}

#sidebarLT li a {
   color: #ffffff;
   margin: 0;
   padding-top: 8px;
   font-weight: normal;
}
#sidebarLT li a:link {
   color: #ffffff;
   margin: 0;
   padding-top: 8px;
   font-weight: normal;
}
#sidebarLT li a:visited {
   color: #ffffff;
   margin: 0;
   padding-top: 8px;
   font-weight: normal;
}
#sidebarLT li a:hover {
   color: #ffffff;
   margin: 0;
   padding-top: 8px;
   font-weight: normal;
}



#sidebarLT a {
   color: #000000;
   font-weight: bold;
   margin: 20px;
}
#sidebarLT a:link {
   color: #000000;
   font-weight: bold;
   margin: 20px;
}
#sidebarLT a:visited {
   color: #000000;
   font-weight: bold;
   margin: 20px;
}
#sidebarLT a:hover {
   color: #000000;
   font-weight: bold;
   margin: 20px;
}



#sidebarLT .current_page_item a {
   font-style: italic;
}

/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#pushbottom {
   clear: both;
}
#footer {
   height: 40px;
   width: 930px;
}
#footer h3 {
   display: none;
}
#footerRight {
   width: 300px;
   float: right;
   text-align: right;
}
#footerRight a:link {
   color:#000000;
}
#footerRight a:visited {
   color:#000000;
}
#footerLeft {
   width: 600px;
   float: left;
}
#footerLeft a:link {
   color:#000000;
}
#footerLeft a:visited {
   color:#000000;
}

   
/*////////// IMAGES //////////*/
/*////////// FUN CLASSES //////////*/
/*any little extra flares and fun design elements you want to add can go here*/