/*
Theme Name: Vector Flower
Theme URI: http://www.ezwpthemes.com/templates/family.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: brown, fixed-width, two-columns, right-sidebar, threaded-comments, widgets
*/


/* $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;
 list-style: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	float: right;
	display: block;
	width: 320px;
        margin-top:0px;
        margin-left:0px;
        margin-right:30px;
        margin-bottom:0px;
            font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
           font-size: 11px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 5px 0;
 	list-style: none;
}

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

ul.tabbernav li a
{
 padding: 5px 0.5em;
 margin-left: 5px;
 text-decoration: none;
 list-style: none;
}

ul.tabbernav li a:link { color: #540829; 	list-style: none;}
ul.tabbernav li a:visited { color: #2B8A87; 	list-style: none;}

ul.tabbernav li a:hover
{
 color: #2B8A87;


}

ul.tabbernav li.tabberactive a
{
 background-color: #FFFFFF;
 background-image: url(http://www.to-be-charmed.com/images/whitepaper2.jpg);
 background-repeat: repeat;
 list-style: none;

}

ul.tabbernav li.tabberactive a:hover
{
 color: #540829;
 background: #FFFFFF;
   background-image: url(images/whitepaper2.jpg);
  background-repeat: repeat;
  	list-style: none;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:7px;
  background: #FFFFFF;
   background-image: url(images/whitepaper2.jpg);
  background-repeat: repeat;
  	list-style: none;

 /* 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;
}


/*************************************
	Global
*************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #5d513a;
        background-image: url(http://www.to-be-charmed.com/images/bkground_2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	overflow:scroll;
	background-position:top center;
}

::-moz-selection {
	background: #369;
	color: #ff0;
}

::selection {
	background: #369;
	color: #ff0;
}

code::-moz-selection {
	background: #333;
}

code::selection {
	background: #333;
}

a {
	text-decoration: none;
        color:#860A41;
}
a:hover {
        color:#2B8A87;
	text-decoration: none;
}

a img {
	border: none;
}

img {
	border: none;
}

h1,h2,h3,form,ul,li {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
        font-family: Georgia, "Times New Roman", Times, serif;

}

h1 {
        font-size: 13px;
        font-weight: normal;
        color:#2B8A87;
        font-family: Georgia, "Times New Roman", Times, serif;
        letter-spacing: 2px;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  color:#2B8A87;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 3px;
  margin:4px 0px 5px 0px;
  padding: 0px 0px;
}

h3 {
        font-size: 14px;
        font-weight: normal;
        color: #F0B002;
        font-family: Georgia, "Times New Roman", Times, serif;
        letter-spacing: 2px;
        margin-top:0px;
        margin-bottom:0px;
        margin-right:0px;
        margin-left:0px;
        padding: 0px 0px;
}
ul {list-style: none;}
li {list-style: none;}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

blockquote {
	margin: 5px 20px;
	padding: 0;
	color: #666;
	border: 1px dashed #aaa;
	background: #f2eadb;
}

blockquote p {
	padding: 10px 20px;
	display: block;
}

.endline {
	clear: both;
}

/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display: block;
}
/* End hide from IE Mac */ 
/* end of clearfix */

#wrapper {
	width: 995px;
	margin: 0 auto;
        background-image: url(http://www.to-be-charmed.com/images/logo_tobecharmed.jpg);
	background-repeat: no-repeat;
}


/*************************************
	Header
**************************************/
#header {
	width: 1020px;
	height: 150px;
}

#header h1 {
        text-align: left;
        font-size: 25px;
        color:#2B8A87;
        font-family: Georgia, "Times New Roman", Times, serif;
        letter-spacing: 2px;
	padding: 51px 0 0 330px;
}
#header h1 a {
        color:#540829;
        text-decoration:none;
}
#header h1 a:hover {
        color:#545454;
}
#header h2 {
	padding: 0 0 0 330px;
        font-size: 32px;
        color:#2B8A87;
        font-family: Georgia, "Times New Roman", Times, serif;
        letter-spacing: 2px;
}
#header h2 a {
        color:#540829;
        text-decoration:none;
}
#header h2 a:hover {
        color:#545454;
}
#rss 	{padding: 0 0 0 705px;}




/*************************************
	Container
*************************************/
#container {
	width: 1005px;
/*	margin: 0px 0 0 0;*/
}

/* Content */
#content {
   width: 575px;
   display: inline;
   margin-top:20px;
   margin-bottom:20px;
   margin-right:10px;
   margin-left:25px;
   padding-top:0px;
   padding-bottom:0px;
   padding-right:0px;
   padding-left:0px;
   float: left;
}
.dottedline {
  width:100%;
  height:12px;
  background-image: url(http://www.to-be-charmed.com/images/dottedline.gif);
  background-repeat: repeat;
}
.ul{}
.post {
	width: 575px;
	position: relative;
	margin: 0 0 0px 0px;
}
.post_date {
           margin-top:0px;
           margin-bottom:0px;
           margin-right:5px;
           padding-top:0px;
           padding-bottom:0px;
           padding-right:0px;
           padding-left:0px;
           font-family: Georgia, Garamond, "Times New Roman", Times, serif;
           font-size: 13px;
           color: #F0B002;
           text-align: right;
           font-weight: normal;
           float:right;
}
.entry p{margin:0px 0;}
.entry {
	width: 575px;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 20px;
}

.tags {
	font-size: 1.2em;
	margin: 0px 0 0 10px;
	float:right;
}

.tags a {
	text-decoration: none;
}
.tags a:hover {
	text-decoration: none;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}
.footer {
        height:12px;
        width: 575px;
	text-align:center;
        margin-top:10px;
        margin-bottom:0px;
        margin-right:0px;
        padding-top:0px;
        padding-bottom:0px;
        padding-right:0px;
        padding-left:0px;
        background-image: url(http://www.to-be-charmed.com/images/footer_linedot.gif);
 	background-repeat: repeat;
}
/*************************************
	Footer
**************************************/
#footer {
	width: 575px;
	margin: 0 0 0 0px;
	clear: both;
	font-size: 1.1em;
	text-align:center;
}
.footer_c {color:#FFFFFF}
.footer_c a {
        color:#FFFFFF;
	text-decoration: none;
}
.footer_c a:hover {
        color:#FFFFFF;
	text-decoration: none;
}

/*************************************
	Calendar
*************************************/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #000;
	color: #fff;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Trebushet MS, Verdana, Arial, Sans-Serif;
}

#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}

/*************************************
	Social Bookmarking
*************************************/

.bookmark {
          margin-top:20px;
          margin-left:0px;
          margin-right:0px;
          margin-bottom:0px;
}

.bookmark ul {
	display: inline;
}

.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark_line img {
	border: 0;
}

.bookmark_icon {
	/*opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	_filter: alpha(opacity=0);  */
}

.bookmark_icon:hover {
/*	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);   */
}
/*************************************
	Comments
*************************************/
.read_comments {
	height: 19px;
	text-align: right;
        font-size: 12px;
        margin-top:5px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:20px;
	background: url(http://www.to-be-charmed.com/images/comments-bg.jpg) no-repeat;
}
.read_comments a {
	padding: 10px 0 10px 25px;
	background: url(http://www.to-be-charmed.com/images/read_comments_ico.gif) no-repeat left;

}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 10px Trebushet MS, Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 10px Trebushet MS, Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-family: Trebushet MS, Verdana, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

#respond {
	padding: 0 0 0 0px;
	color: #333;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.comments {
          margin-top:0px;
          margin-bottom:0px;
          margin-right:20px;
          margin-left:20px;
}


.commentlist {
	padding: 0 0 0 0px;
	*margin: 0 0 0 0px;
	*padding: 0;
}

.commentlist li {
          margin-top:0px;
          margin-bottom:0px;
          margin-right:20px;
          margin-left:20px;
	padding: 5px 5px 5px 5px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Georgia, Garamond, Times, serif;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 5px 5px 5px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;

}

.commentlist li .avatar { 
	float: right;
	/*border: 1px solid #FFF9E8;*/
	padding: 2px;
	background: #fff;
}

.commentlist li a {
	color: #666;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
        font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
        font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}
.thread-alt {
	background-color: #EDF2F2;
}

.thread-even {
	background-color: #F8F8F8;
}

.depth-1 {
	border: 1px solid #FFF;
}

.alt {
	border-left: 1px solid #EDF2F2;
	background-color: #EDF2F2;
	padding: 10px;
}

.even {
	border-left: 1px solid #F8F8F8;
	background-color: #F8F8F8;
}


/*************************************
	Sidebar
*************************************/

#sidebar {
	width: 320px;
	float: right;
	position: relative;
	list-style: none;
          margin-top:0px;
          margin-bottom:0px;
          margin-right:0px;
          margin-left:0px;
          padding-top:0px;
          padding-bottom:0px;
          padding-right:0px;
          padding-left:0px;

}

/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
  float: left;
  width: 135px;
  font-size: 11px;
  margin-top:15px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left:45px;
  padding-top:0px;
  padding-bottom:0px;
  padding-right:0px;
  padding-left:0px;
  line-height: 15px;

}
#l_sidebar ul {
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left:0px;
  padding-top:8px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
  background-image: url(http://www.to-be-charmed.com/images/whitepaper2.jpg);
  background-repeat: repeat;
}
#l_sidebar ul li {
  margin-top:0px;
  margin-bottom:15px;
  margin-right:0px;
  margin-left:0px;
  padding: 0px;
  border-bottom:1px dotted #CCCCCC;
}
#l_sidebar ul li ul {
  margin: 0px; padding: 0px;
}
#l_sidebar ul li ul li {
  margin: 0px; padding: 0px;
}
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
  margin: 0px; padding: 0px;
  text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
  margin: 0px; padding: 0px;
  text-decoration: none;
}
#l_sidebar ul li ul li ul li {
  margin: 0px; padding: 0px;
}
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
  margin: 0px; padding: 0px;
  text-decoration: none;
}
#l_sidebar ul li ul li ul {
  margin: 0px; padding: 0px;
  border: none;

}
#l_sidebar ul li ul li ul li a:hover {
  margin: 0px; padding: 0px;
  text-decoration: none;
}

/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
  float: right;
  line-height: 15px;
  width: 165px;
  font-size: 11px;
  margin-top:15px;
  margin-bottom:0px;
  margin-right:30px;
  margin-left:0px;
  padding-top:0px;
  padding-bottom:0px;
  padding-right:0px;
  padding-left:0px;
  background-image: url(http://www.to-be-charmed.com/images/whitepaper2.jpg);
  background-repeat: repeat;
}
#r_sidebar ul {
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left:0px;
  padding-top:8px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
}
#r_sidebar ul li {
  margin-top:0px;
  margin-bottom:15px;
  margin-right:0px;
  margin-left:0px;
  padding: 0px; }
.r_sidebar_graphics {	text-align: center;}
#r_sidebar ul li ul {
  margin-top:0px;
  margin-bottom:20px;
  margin-right:0px;
  margin-left:0px;
  padding-top:0px;
  padding-bottom:15px;
  padding-right:0px;
  padding-left:0px;
  border-bottom:1px dotted #CCCCCC;
}
#r_sidebar ul li ul li {  margin: 0px; padding: 0px;}
#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
  margin: 0px; padding: 0px;
  text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
  margin: 0px; padding: 0px;
  text-decoration: none;
}
#r_sidebar ul li ul li ul li {
  margin: 0px; padding: 0px;
}
#r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited {
  margin: 0px; padding: 0px;
  text-decoration: none;
}
#r_sidebar ul li ul li ul {
  padding: 0px; margin: 0px;
}
#r_sidebar ul li ul li ul li a:hover {
  margin: 0px; padding: 0px;
  text-decoration: none;
}

/*************************************
	searchform
*************************************/
#searchform {
	width: 259px;
	height: 82px;
	margin: 5px 0 0 0;
	position: absolute;
	left: -3px;
	background: url(http://www.to-be-charmed.com/images/search_bg.jpg) no-repeat;
}
.searchtext {
	width: 152px;
	color: #666;
	display: inline;
	margin: 26px 0 10px 60px;
	border: 0;
	background: none;
}
#searchsubmit {
	display: block;
	border: 0;
	width: 52px;
	height: 18px;
	margin: 0 0 0 167px;
}


/*************************************
	Images
*************************************/

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0 0 0px 0px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 0px 0px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/*************************************
	Captions
*************************************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #fff;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}
#sidebar ul ul ul {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}
#sidebar ul ul ul li {
	width: 80%;
	border: none;
	font-size: 12px;
}
#sidebar select {
	margin-left: 37px;
	width: 80%;
}
#content .entry ul {
	margin: 0 22px;
	list-style-type: disc;
}
#content .entry ol {
	margin: 0 0px;
	padding: 0 30px;
	list-style-type:decimal;
}