/*
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
*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #5d513a;
	background: url(images/bg.jpg) #fff;
}

::-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: #28a9a9;
}


a:hover {
	text-decoration: none;
         color: #de5418;
}

a img {
	border: none;
}

img {
	border: none;
}

h1,h2,h3,form,ul,li {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

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: 1000px;
	margin: 0 auto;
	background: url(images/top_frame.jpg) no-repeat top left;
}


/* Header */
#header {
	width: 1000px;
	height: 325px;
}



#header h1 {
	font-size: 4.5em;
	color: #eb4209;
	padding: 51px 0 0 330px;
}
#header h1 a {
	text-decoration: none;
	color: #eb4209;
}
#header h2 {
	font-size: 1.4em;
	color: #eb4209;
	padding: 0 0 0 330px;
}
#rss {
	padding: 0 0 0 925px;
}

/* Navigation */

#nav{
background:#de5418;
font-size:1.5em;
margin: 187px 0 0 140px;
*position: absolute; 
z-index: 1000;

}
#nav, #nav ul {
list-style: none;
line-height: 1;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
border-right:1px solid #b8e1e1;

}
.current_page_item a:link, #nav .current_page_item a:visited{
	display: block;
         color:#ffFFff;
	background: #de5418;
}
#nav a, #nav a:visited {
display:block;
background: #28a9a9;
font-weight:bold;
color: #ffffff;
padding:6px 25px;
}

#nav a:hover, #nav a:active, .current_page_item a, #home .on {
background:#de5418;
text-decoration:none;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 150px;
border-bottom: 1px solid #b8e1e1;
}
#nav li li {
width: 150px;
border-top: 1px solid #b8e1e1;
border-right: 1px solid #b8e1e1;
border-left: 1px solid #b8e1e1;
background: #777;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:1.0em;
font-weight:bold;
color:#FFF;
}
#nav li li a:hover, #nav li li a:active {
background:#de5418;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;


}
#navigation {
	width: 640px;
	height: 36px;
	margin: 70px 0 0 100px;
}
#navigation div {
	display: table;
	height: 36px;
	*height: auto;
	*position: absolute;
	*top: 50%;
	*left: 0;
}
#navigation div div {
	display:table-cell;
	vertical-align:middle;
	*top: -50%;
	*left: 0;
}
#navigation ul {
	width: 640px;
	list-style-type: none;
}
#navigation ul li {
font-size: 1.5em;
	float: left;
	padding: 0px 0px;
	font-weight: bold;
	}
.current_page_item a:link, #navigation .current_page_item a:visited{
	display: block;
         color:#ffFFff;
	background: #de5418;

} 
#navigation ul li a {
	display: block;
	background: #28a9a9;
	padding: 5px 20px;
	margin: 0px 1px 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
	}

#navigation ul li a:hover {
	background: #de5418;
	color: #ffffff;
}


/* Container */
#container {
	width: 1000px;
/*	margin: 17px 0 0 0;*/
	background: url(images/content_bg.jpg) repeat-y 86px 0px;
}

/* Content */
#content {
   width: 637px;
   display: inline;
   margin: 0 0 0 86px;
   float: left;
}
.post {
	width: 540px;
	margin: 0 0 20px 52px;
}
.postmetadata {
	color: #929292;
	font-size: 1.2em;
	padding: 5px 20px 5px 0;
	text-align: right;
}
.postmetadata a {
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: none;
}
.post_date {
	width: 84px;
	height: 41px;
	padding: 0 0 0 38px;
	line-height: 36px;
	position: absolute;
	left: -138px;
	top:0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/date_bg.jpg) no-repeat left top;
}
.entry {
	width: 520px;
	overflow: visible;
	font-size: 1.2em;
	line-height: 20px;
}

.tags {
	font-size: 1.2em;
	color: #623200;
	margin: 10px 0 0 10px;
}

.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;

}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.toggleopacity img{
border: 0px solid #ccc;
}

.toggleborder:hover img{
border: 0px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}




/* PageNavi*/

.wp-pagenavi {
	padding: 5px 40px;
	margin-left: 17px;
}

.wp-pagenavi a {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}

.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* 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 Arial, Verdana, 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: 18px 0 0 10px;
}

.bookmark ul {
	display: inline;
}

.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark_line img {
	border: 0;
}

.bookmark_icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	_filter: alpha(opacity=100);
}

.bookmark_icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* Comments */
.read_comments {
	height: 32px;
	text-align: right;
	margin: 10px 0 0 0;
	background: url(images/comments-bg.jpg) no-repeat;
}
.read_comments a {
	font-size: 1.2em;
	color: #de5418;
	padding: 10px 0 10px 25px;
	background: url(images/read_comments_ico.gif) no-repeat left;
	font-weight: bold;
}
.comments {

}

h3#comments {
	padding: 0 0 0 10px;
}

h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Arial', Verdana, Sans-Serif;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

#respond {
	padding: 0 0 0 10px;
	color: #333;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.commentlist {
	padding: 0 0 0 10px;
	*margin: 0 0 0 10px;
	*padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 1.0em 'Arial', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}

.commentlist li a {
	color: #666;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}

.depth-1 {
	border: 1px solid #000;
}

.alt {
	border-left: 1px solid #666;
	background-color: #EFE6DE;
	padding: 10px;
}

.even {
	border-left: 1px solid #666;
	background-color: #E6D6CA;
}

/* Sidebar */
#sidebar {
	width: 252px;
/*	margin: 8px 0 0 0;*/
	line-height: 16px;
	float: left;
	position: relative;
	color: #666;
       }
#sidebar a {
	color: #28a9a9;
         text-decoration: none;

}
#sidebar a:hover {
	color: #de5418;
         text-decoration: none;
}

#sidebar ul ul {
	font-size: 1.2em;
}
#sidebar_top h3 {
	font-size: 1.5em;
	padding: 0 0 0 0px;
	color: #a0be0d;
}
#sidebar ul {
	list-style-type: none;
          
}
#sidebar_top {
	padding: 0px 0 0 0;
	background: url(images/sidebar_paper_bg.jpg) repeat-y;
}
#sidebar_top ul li {
	width: 184px;
	padding: 0 10px 10px 0;
	margin: 0 0 15px 35px;
	border-bottom: 1px dashed #323232;
}
#sidebar_top ul ul {
	margin: 5px 0 0 0;
}
#sidebar_top ul ul li {
	width: 164px;
	margin: 0 0 0 6px;
	padding: 2px 0 2px 18px;
	border: none;
	background: url(images/sidebar_top_li.gif) no-repeat left 6px;
}
.sidebar_paper_bottom {
	height: 13px;
	background: url(images/sidebar_paper_bottom.jpg) no-repeat;
}

/* For Widgets */
h3.sidebar_bottom_widget {
	padding: 0 0 0 27px;
}

#sidebar_bottom {
	margin: 95px 0 0 27px;
}
#sidebar_bottom ul {
	
}
#sidebar_bottom ul li {
	margin: 0 0 18px 0;
}
#sidebar_bottom ul ul {
	
}
#sidebar_bottom ul ul li {
	width: 151px;
	margin: 0 0 0 28px;
	padding: 2px 0 2px 12px;
	background: url(images/sidebar_bottom_li.gif) no-repeat left 8px;
}

.fix_bottom {
	width: 192px;
	height: 93px;
	position: absolute;
	background: url(images/fix_bottom.jpg) no-repeat;
}

/* searchform */
#searchform {
	width: 259px;
	height: 82px;
	margin: 5px 0 0 0;
	position: absolute;
	left: -3px;
	background: url(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;
}

/* Footer */
#footer {
	width: 635px;
	height: 127px;
	margin: 0 0 0 86px;
	background: url(images/footer_bg.jpg) left top no-repeat;
	clear: both;
	color: #6d382c;
	font-size: 1.1em;
}

.credit {
	width: 620px;
	text-align: right;
	padding: 130px 0 0 0;
}
.credit a {
	color: #6d382c;
	text-decoration: none;
}

/* Images */

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 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 #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0px;
	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;
}

.textwidget {
	font-size: 1.2em;

}





#ft_wpecards_image_select_list{
	width:500px;


}

.ft_wpecards_image_select_item {
	list-style-type:none;
	display:block;
	float:left;
	padding-right:30px;
        padding-bottom:20px;

}

.ft_wpecards_image_select_item span {
	display:block;
	text-align:center;
}

.entry #ft_wpecards_image_select_list li:before {
	content: none;

}

#ft_wpecards_sender_recipient_info {
	clear:left;
}

ul#ft_wpecards_sender , ul#ft_wpecards_recipient {
	list-style-type:none;
	float:left;
	width:200px;
font-weight:bold;
}

.ft_wpecards_rname_item , .ft_wpecards_remail_item , 
.ft_wpecards_rname_field , .ft_wpecards_remail_field , 
.ft_wpecards_sname_item , .ft_wpecards_semail_item , 
.ft_wpecards_sname_field , .ft_wpecards_semail_field {
	float:left;
	clear:left;
        width:200px;
  padding-bottom:5px;


}

.entry form {
	text-align:left;
}

.ft_wpecards_image_instructions {
    padding-bottom:20px;
    font-weight:bold;

}
.ft_wpecards_message_instructions {
    font-weight:bold;

}

#ft_wpecards_message {

	width:400px;
	height:100px;

}

#ft_wpecards_message_group {
	width:500px;
margin-left: 22px;
float:left;



}

.ft_wpecards_error_item {
	color:red;
}
#ft_wpecards_body{
	background: #f5e1ca;
	border: 1px solid #cccccc;
	padding: 60px;
	float:center;
}
	

