/*   
Theme Name: Kira Elizabeth Designs
Description: A custom theme for Kira Elizabeth Designs.
Author: Sarah Early, Dodeline Design
Author URI: www.dodelinedesign.com
*/

/*BODY, STYLES, LINKS*/

body
{
	background-image:url(images/background.jpg);
        background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

a:link {color:#606}      /* unvisited link */
a:visited {color:#606;}  /* visited link */
a:hover {color:#666;}  /* mouse over link */
a:active {color:#606;}  /* selected link */

h1
{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#606;
}

h2
{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}

h3
{
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

h4
{
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#606;
}

/*MAIN LAYOUT*/

#wrapper
{
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#header
{
	width:100%;
	height:253px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom:medium;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
}

#headercontent
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#content
{
	width:100%;
	padding:0px;
	position:relative;
	clear:both;
}

#purplestripe
{
	width:100%;
	height:50px;
	padding:0px;
	background-image:url(images/purple_bg.jpg);
	background-repeat:repeat-x;
	float:left;
}

#footer
{
	width:100%;
	height:300px;
	margin-bottom:20px;
	position:relative;
	clear:both;
}

#footercontent
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0px;
}

/*LOGO*/

.logo1 { float:left; width: 570px; height: 213px; }
.logo1 a { display: block; width: 570px; height: 213px; background:url(images/logomap.png) no-repeat top left;}
.logo1 a:hover { background-position: bottom left;}

/*NAVIGATION*/

#navigation
{
	float:left;
	width:300px;
	height:253px;
	text-align:right;
	border-left:medium;
	border-left-color:#CCC;
	border-left-style:solid;
}

#buttons
{
	float:right;
	width:150px;
}

.button1 {float:right; width: 150px; height: 31px; }
.button1 a { display: block; width: 150px; height: 31px; background:url(images/button_home.png);}
.button1 a:hover { background-position: bottom left; }

.button2 {float:right;width: 150px; height: 31px; }
.button2 a { display: block; width: 150px; height: 31px; background:url(images/button_about.png);}
.button2 a:hover { background-position: bottom left; }

.button3 {float:right;width: 150px; height: 31px; }
.button3 a { display: block; width: 150px; height: 31px; background:url(images/button_gowns.png);}
.button3 a:hover { background-position: bottom left; }

.button4 {float:right;width: 166px; height: 31px; }
.button4 a { display: block; width: 166px; height: 31px; background:url(images/button_flowers.png);}
.button4 a:hover { background-position: bottom left; }

.button5 {float:right;width: 150px; height: 31px; }
.button5 a { display: block; width: 150px; height: 31px; background:url(images/button_accessories.png);}
.button5 a:hover { background-position: bottom left; }

.button6 {float:right;width: 150px; height: 31px; }
.button6 a { display: block; width: 150px; height: 31px; background:url(images/button_testimonials.png);}
.button6 a:hover { background-position: bottom left; }

.button7 {float:right;width: 150px; height: 31px; }
.button7 a { display: block; width: 150px; height: 31px; background:url(images/button_blog.png);}
.button7 a:hover { background-position: bottom left; }

.button8 {float:right;width: 150px; height: 31px; }
.button8 a { display: block; width: 150px; height: 31px; background:url(images/button_contact.png);}
.button8 a:hover { background-position: bottom left; }

/*MAIN CONTENT*/

#featurephoto
{
	float:left;
	background-image:url(images/homepage.png);
	background-repeat:no-repeat;
	width:570px;
	height:312px;
         border-right:medium;
	border-right-color:#CCC;
	border-right-style:solid;
}

#featuretext
{
	float:left;
	width:560px;
         border-right:medium;
	border-right-color:#CCC;
	border-right-style:solid;
         padding-right:10px;
}

#welcometext
{
	float:left;
	width:290px;
         height:312px;
	text-align:left;
	padding-left:10px;
}

#skinnyphoto
{
	float:left;
	width:290px;
	text-align:left;
}




/*PORTFOLIO PAGES*/



/*FOOTER CONTENT*/

#placeholder
{
	float:left;
	width:570px;
	height:300px;
}

#credit
{
	float:left;
	width:290px;
	height:300px;
	text-align:right;
	vertical-align:bottom;
	border-left:medium;
	border-left-color:#CCC;
	border-left-style:solid;
	padding-left:10px;
}

/*POST*/

h2 a:hover, h2 a:visited, h2 a {

	color: #606;
	text-decoration: none;
}



.post {

	padding: 0px;
	text-align: justify;
	color: #333;

}



.post p {
	color: #333;
}



.post h3 {
	color: #333;
}



.post a {
	color: #606;
}



.post ul {
	margin: 7px;
	padding: 0px;
}




.post li {
	color: #606;
}



.post ol {
	color: #333;
}

.entry

.entrytext .postmetadata {
	font-size: small;
}

.postmetadata alt {
	font-size: small;
}

.postmetadata a {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #606;
	padding: 2px;
}

cite {



}

a img {
	border: 0;
}








