/*  
Theme Name: Big Apple Florist
Description: A super great-looking 3 column theme with tons of white space.
Version: 1.0

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;

}
body {
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: auto;
/*	background-image:url(images/main_bg.gif);
	background-position:top left;
	background-repeat:repeat-x; */
	background-color:#000000;
	text-align:center;
}

#wrapper{
	margin: 0px auto 0px auto;
	width: 747px;
	text-align: left;
	background-color:#70993D;
	border-bottom:#CC0000;
	border-left:#CC0000;
	border-right:#CC0000;
	border-width:2px;
	border-style:solid;
	border-top:none;
}
#contentWrap {
	width: 750px;
	margin:0 auto; 
	padding:0px;
	padding-top: 00px;

}
img {
	border: 0px;
}
/*----HEADER----*/

#header{
 	width: 750px; 
 	height: 114px; 
	padding: 0;
	clear: both;
	margin:0px auto 0px auto;
}

/* #header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: underline;
} */
h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 20px;
	padding: 15px 0 10px 0px;
}
h2 {
	color: #de1e2c;

}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

/* a:link{
	color: #DDDBC4;
	text-decoration:none;
} */

/* a:hover{
	text-decoration: underline;
	color: #333;
} */

/* a:visited{
	color: #DDDBC4;
	text-decoration:none;
}*/	

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

.entry p { 
	font-size:12px;
	margin: 0 0 0px 0; 	
}

.entry a {
	color: #30373F;
}
.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: circle; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}
/* Images
-------------------------------------------------------------- */
 
.entry-content img {
                margin: 0 0 24px 0;
                max-width: 640px;
}
.alignleft,
img.alignleft {
                display: inline;
                float: left;
                margin-right: 24px;
                margin-top: 4px;
}
.alignright,
img.alignright {
                display: inline;
                float: right;
                margin-left: 24px;
                margin-top: 4px;
}
.aligncenter,
img.aligncenter {
                clear: both;
                display: block;
                margin-left: auto;
                margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
                margin-bottom: 12px;
}
#content .wp-caption {
                background: #f1f1f1;
                color: #888;
                font-size: 12px;
                line-height: 18px;
                text-align: center;
                margin-bottom: 20px;
                padding: 4px;
}
#content .wp-caption img {
                margin: 5px;
}
#content .wp-caption p.wp-caption-text {
                margin: 0 0 4px;
}
#content .wp-smiley {
                margin:0;
}
#content .gallery {
                margin: auto;
}
#content .gallery .gallery-item {
                float: left;
                margin-top: 10px;
                text-align: center;
                width: 33%;
}
#content .gallery img {
                border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
                margin-left: 0;
}
#content .gallery dl {
                margin: 0;
}
#content .gallery img {
                border: 10px solid #f1f1f1;
}
#content .gallery-caption {
                color: #888;
                font-size: 12px;
                margin:-24px 0 24px 0;
}
#content .gallery br+br {
                display: none;
}
/* end images */

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#home {
	float:left;
	background-image:url(images/header-left.jpg);
	width:172px;
	height:114px;
}
/*----NAVIGATION BAR----*/
#nav {
	float:left;
	background-image:url(images/header-right.jpg);
/* 	text-align:center; */
	width:578px;
	height:114px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:#000000; */
}
#nav ul {
	padding-left:5px;
	padding-top: 95px;
	margin:0px;
	float:left;
	list-style:none;
}
#nav ul li {
	color:#71B024;
/*	display:inline; */
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff; */
	float:left;
/* 	margin-right: 30px; */
/*	margin-top:75px; */
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color:#ffffff; */
border-right:1px solid #cccccc;
}
#nav ul li.lastItem {
	border:none;
}	

#nav ul li:hover, #nav ul li.over {
	color:#FB6CE1;
/*	display:inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a2a2a2;
	border-right-color: #a2a2a2;
	border-left-color: #a2a2a2; */
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color:#a2a2a2; */
}
#nav ul li:hover a{
	color:#71B024;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#71B024;
	text-decoration:none;
}
#nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#FF0000;
	text-decoration:none;
}
#nav ul li.navBlog a{color:#000000;}
/*----POST----*/

#container{
	float: left;
	width: 531px;
	padding: 0 0 50px 0;
	background-color:#FFFFFF;
	border-right: 2px solid #CC0000;
	padding-bottom:200px;
	
}
#container h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	padding: 0px 0 10px 0;
	color: #de1e2c;
}
#container a {
	color: #A43496;
}
#container dl {
	padding-left:20px;
	padding-right:20px;
}
/* #container h2 {
	padding-left:20px;
} */
#postimage {
	background-color:#303942;
	background-image:url(images/contentimg.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:531px;
}
.post{
/* 	padding: 20px 20px 40px 30px; */
	padding-left: 20px;
	padding-right:15px;
	background-color:#FFFFFF;
	font-size:12px;
	margin: 10px 0;
}

.post h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px;
	padding: 20px 0 0 0;
	color: #de1e2c;
	margin-top:00px;
}
.post h1 {
	 /* font-size: */
} 
.post h2 a:hover {
	text-decoration:underline;
}
.post p {
	padding-bottom:10px;
}
/* .entry{
	line-height: 22px;
} */

.postinfo{
	font-size: 10px;
	color: #70963F;
	padding: 2px 0 10px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #70963F; }

p.postmetadata{
	font-size: 12px;
	font-weight:bold;
	color: #30373F;
	border-bottom: 1px solid #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 10px 0;
	clear:both;
}

p.postmetadata strong{
	float: right;
}

.relatedpost {
	margin-top:10px;
	list-style:none;
	list-style-type:none;
	font-weight:bold;
}
/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
	display: none;
}

	

/*----SIDEBAR STYLES----*/

.sidebar{
/*	float: right;
	width: 190px;
	margin: 20px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #ccc; */
	float: right;
	width: 203px;
/*	margin: 20px auto 5px auto; */
	padding-top: 5px;
	padding-bottom: 75px;
	padding-left:11px;
	display: inline;
	overflow: hidden;
/*	border-right: 1px solid #CCC; */
	background-color:#70993D;
/* 	border-left-color:#CC0000;
	border-left-style:solid;
	border-left-width:2px;	 */
/* 	border-bottom-color:#CC0000;
	border-bottom-style:solid;
	border-bottom-width:2px; */
}

.sidebar ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.sidebar ul li{
	list-style:none;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight:bold;
	color:#DCDCC4;
} 
.sidebar ul li a {
	background:url(images/listitem.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}
.sidebar #feedburner  a {
	padding-left: 0;
	background: none;
}
.sidebar ul li ul {
	list-style:none;
}
.sidebar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #313A43;
	padding: 0px 0px 0px 0px;
	margin: 13px 5px 5px 0;
}

.sidebar ul li ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 24px;
	font-size: 12px;
	color:#DCDCC4;
	font-weight:bold;
}

.sidebar .syndication .rss {
	width: 179px;
	position: relative;
}

.sidebar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .syndication .rss .sub{
	list-style: none;
}
.sidebar input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	
}

.sidebar #searchform #s {
	width: 140px;
	margin: 5px 0;
}
.leftbar .syndication .rss span{
/* 	background: url(images/sub_rss.gif) no-repeat; */
	background-color:#70993E;
	position: absolute;
	width: 100%;
	height: 100%;
}

.leftbar .syndication .rss .sub{
	list-style: none;
}

.sidebar a:link, a:visited{
	color:#CCCCCC;
}

.sidebar a:hover{
	color: #222;
}

table#wp-calendar{
	width: 100%;
}

/*------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 214px;
/*	margin: 20px auto 5px auto; */
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	overflow: hidden;
/*	border-right: 1px solid #CCC; */
	background-color:#70993D;
	border-left-color:#CC0000;
	border-left-style:solid;
	border-left-width:2px;
}
.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.leftbar ul li{
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #de1e2c;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}
.leftbar a:link, a:visited{
	color:#DCDCC4;
	text-decoration:none;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 00px 0 0;
	border: 1px solid #CCC;
	padding: 5px;
	background: #EEE;
	clear:both;
	margin-top:5px;
}

.comments-template ol{
	margin: 0 0 5px;
	margin:0px;
	padding:0px;
	list-style: none;
	clear:both;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 5px 0;
	clear:both;
}

.commentmetadata{
	font-size: 12px;
	color: #900;
	padding: 0px;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #900;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 00px 15px 0px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 743px;
	margin: 0;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
	font-size: 12px;
	color: #ffffff;
	background-color:#000000;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#footer a{
	text-decoration: underline;
	color: #70993E;
}
#footer a:visited{
	color: #70993E;
}
#footer a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#entry2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	clear:both;
}

.textwidget {
	/* background:#FF0000; */
}
.feed {	
	background:none;
}
.sub a{
list-style:none;
background:none;	
}
.login {
	padding-top:65px; 
	float:right; 
	padding-right:0px;
	font-size:12px;
	font-weight:bold;
	color:#7CA31E;	
	text-decoration:none;
}
.login:hover{
	text-decoration:none;
	color:#ff0000;
}

#tellafriend {
	padding-top:00px;
	margin-left:0px;
	width:127px;
	float:left;
	padding-bottom:15px;
	clear:both;
}
.sociable_tagline { position: relative;
	font-size:12px;
	color:#91006B;
	font-weight:bold;
	padding-bottom:10px;
 }
 /*
 div#tellafriend {
 display:none;
 }
 */
 hr {
 clear:both;
 
 }
 
.sociable ul li {
display:inline;

}
h2 {
	font-size:16px;
	padding-left:0px;
}
.bloghome {
	color:#313A43;
}
