/*  
Theme Name: Everglow v9.0
Theme URI: http://www.edwardandbella.net
Description: Theme made exclusively for http://www.edwardandbella.net.
Version: 1.0
Author: Linda
Author URI: http://www.light-of-day.net/designs
*/

body {
background: url(http://www.edwardandbella.net/layout/v14mainbg.jpg) repeat;
}

#maincontainer{
width: 950px; 
margin: 0 auto;
text-align:justify;
position:relative;
background: #D6D1BF;
}

a:link {
	color: #774817; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #774817; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #774817; 
	text-decoration: none; 
	font-weight: bold;
}

body, tr,td {
	font-family: verdana; 
	text-align: justify; 
	font-size: 7pt;
}

input, textarea, option, select {
	background-color: #E2CFB1;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	border: solid #E2CFB1 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

blockquote {
	margin: 10px 20px 25px 20px;
	padding: 10px;
	border-left: 8px solid #794F25;
	background-color: #D6C3A2;
}

.intro {
background: url(http://www.edwardandbella.net/layout/v14subtitle.jpg);
margin-top: 3px;
font-family: lucida sans, arial, sans-serif;
font-size: 10px;
text-transform: uppercase;
height: 30px;
line-height: 30px;
word-spacing: 2px;
padding-left: 6px;
text-transform: uppercase;
color: #ffffff;
text-align: left;
}


	

.image {
	background-color: #ffffff;
	border: 1px solid #997342;
	padding: 3px;
	margin: 2px;
}

.post-title {
background: url(http://www.edwardandbella.net/layout/v14updatestitle.jpg);
font-family: lucida sans, arial, sans-serif;
font-size: 14px;
line-height: 30px;
margin-bottom: 0px;
padding-left: 8px;
word-spacing: 2px;
color: #FFFFFF;
}

.post-title a {
color: #FFFFFF;
}

.post-bottom {
background: url(http://www.edwardandbella.net/layout/v14updatesbottom.jpg);
text-align: right;
margin-bottom: 10px;
margin-top: 0px;
padding-left: 6px;
color: #000000;
height: 32px;
}


.sidebar {
color: #000000;
margin-bottom: 26px;
background-color:  #F2ECDF;
}

.sidebarbody {
background: #F2ECDF;
padding: 5px;
}

.sidebartitle {
background: url(http://www.edwardandbella.net/layout/v14sidebartitle.jpg);
font-family: lucida sans, arial, sans-serif;
font-size: 10px;
text-transform: uppercase;
line-height: 24px;
text-align: left;
margin-bottom: 0px;
margin-top: 10px;
padding-left: 6px;
word-spacing: 2px;
color: #FFFFFF;
}

.mainbg {
margin-top: 6px;
margin-bottom: 3px;
}


.mainbody {
margin-top: 3px;
margin-bottom: 14px;
text-align: justify;
}

.postbody {
margin-top: 0px;
margin-bottom: 0px;
background: #F2ECDF;
padding: 5px;
padding-bottom: 10px;
}

.mainheader {
background: url(http://www.michael-angarano.net/layout/updateposttitle.jpg);
font-family: lucida sans, arial, sans-serif;
font-size: 14px;
line-height: 30px;
margin-bottom: 6px;
padding-left: 8px;
word-spacing: 2px;
color: #000000;
}

.subheader {
background-color: #8CACB8;
font-family: lucida sans, arial, sans-serif;
line-height: 16px;
margin-top: 3px;
margin-bottom: 3px;
padding-left: 6px;
padding-top: 3px;
padding-bottom: 3px;
word-spacing: 2px;
text-transform: uppercase;
text-align: left;
color: #FFFFFF;
}

.films {
background-color: #E0E0E0;
line-height: 16px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 10px;
padding: 3px;
padding-left: 15px;
padding-right: 15px;
word-spacing: 2px;
text-transform: uppercase;
text-align: center;
color: #000000;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
margin-bottom: 6px;
padding: 0px;
width: 100%;
background-color: F2ECDF;
}
.tabberlive {
 margin-top:1em;
 margin-bottom: 6px;
 width: 100%;
background-color: F2ECDF;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 2px;
 border-bottom: 0px;
 font: bold 9px Arial, sans-serif;
 text-transform: uppercase;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 2px;
 margin: 2px;
 border: 0px;
 background: #794F25;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #794F25;
 border-bottom: 0px solid #794F25;
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 border:0px solid #aaa;
 border-top:0;
 width: 100%;
background-color: F2ECDF;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
