/*
Theme Name: Green Fresh Florals
Theme URI: http://greenfloralsd.com
Description: Green Fresh Florals Custom Wordpress theme
Author: Kymera
Author URI: http://kymerastudio.com
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

@font-face {  
font-family:'Clarendon';  
src: url('fonts/ClarendonLTStd-Light.otf') format('opentype');  
}

@font-face {  
font-family:'RockwellLight';  
src: url('fonts/RockwellStd-Light.otf') format('opentype');  
}


*{margin:0; padding:0;}

body {
	background:#1a1f22 url(images/bg.jpg) top left repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:20px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.clear {
	width:100%;
	height:0px;
	clear:both;
}
.green {
	color:#146633;
}
.hidden { display:none !important; visibility:hidden !important; }
/* links */

a{
	color:#146633;
	text-decoration:none;
	}

a:hover{color:#88bc5d;text-decoration: none;}

a:active, a:focus {
      outline: 0;
}



/* container */


#container {
	width: 1096px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background: url(images/bg-header.png) center no-repeat;
  	width: 1096px; 
  	height: 206px;
	position:relative;
	}

#logo {
	position:absolute;
	display:block;
	bottom:0px;
	left:139px;
}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0px;
	margin:0;
	text-indent:-9999em;
	display:block;
	position:absolute;
	bottom:0px;
	right:222px;
	width:483px;
	height:35px;
	background:url(images/hdr-tagline.png) top left no-repeat;
	}
#facebook {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:157px;
	height:34px;
	background:url(images/btn-facebook.png) 0px 0px;
	text-indent:-9999em;
}
#facebook:hover {
	background-position:0px -34px;
}
/* main menu */


#menu {
	background:url(images/bg-nav.png) top left no-repeat;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	height:40px;
	overflow:visible;
	position:absolute;
	top:122px;
	right:172px;
	padding:0px 0px 0px 0px;
	display:block;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
}

#menu ul li a {
	padding:16px 22px 8px 22px;
	margin: 0;
	color: #000000;
	display:block;
	font-family:"RockwellLight", "Book Antiqua", Palatino, serif;
	font-size:13px;
	text-transform:uppercase;
	line-height:12px;
}

#menu ul li a:hover {
	
	color:#146633;
	text-decoration:none;
}

#menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	color:#146633; !important;
	text-decoration:none;
	/*border-bottom:5px solid #3d83e0;*/
}
#menu ul li.current_page_ancestor ul li a, #menu ul li.current_page_item ul li a {
	color:#000000;
}

#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:35px;
	z-index: 40;
	clear:none;
	overflow:hidden;
}
#menu ul li:hover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 10px;
	overflow:visible;
	z-index:40;
}
#menu ul li.sfhover ul {
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
}
#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:0px;
}
#menu ul li ul li a {
	display: block;
	font-size:13px;
	text-decoration:none;
	width:120px;
	padding:8px 11px 5px 11px;
	text-transform:none;
	text-align: left;
	cursor:pointer;
	background:#e4dfd3;
	border-bottom:0px;
	margin-bottom:0px;
	color:#000000;
	text-transform:uppercase;
	border-left:1px solid #bebebe;
	line-height:16px;
}
#menu ul li ul li a:hover {
	color:#146633;
}



/* content */

#main {
	width:1096px;
	height:auto;
	min-height:556px;
	background:url(images/bg-content.png) top left no-repeat;
	position:relative;
}
#content {
	width:805px;
	overflow: hidden;
	margin:0px auto;
	padding:10px 20px 0px 20px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h1{
	font-weight:normal;
	font-size:24px;
	font-family:"Clarendon", "Book Antiqua", Palatino, serif;
	color:#146633;
	margin:0px 0px 20px 0px;
	padding-top:2px;
	line-height:27px;
	}
.post h3 {
	color:#146633;
	text-transform:uppercase;
	font-size:13px;
	margin:0px;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul, .post ol {
	color:#777777;
	margin:0px 0px 20px 0px;
	display:block;
	}

.post li { margin-left:60px;}
.post li.leftimg { margin-left:370px;list-style-position:outside;padding-left:15px;color:#146633; }
.post li.leftimg span { color:#777777;}

.entry p{margin:0px 0px 20px 0px; color:#777777; line-height:20px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.fullwidth {
	padding:0px 70px;
}
.bigbottom {
	margin-bottom:100px !important;
}
.info {
	font-size:15px;
	color:#000000;
	font-family:"Clarendon", "Book Antiqua", Palatino, serif;
}
h3.contacthdr {
	font-family:"RockwellLight", "Book Antiqua", Palatino, serif;
	font-style:italic;
	text-transform:lowercase;
	font-size:17px;
	font-weight:normal;
}
h2.phone {
	color:#000000;
	font-family:"Clarendon", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-weight:normal;
	text-transform:none;
	margin-bottom:12px;
	font-style:normal;
}
h3.email {
	font-family:"Clarendon", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	text-transform:none;
}
h2.phone em, h3.email em {
	color:#146633;
	font-style:italic;
}
h3.email a {
	color:#146633;
}
h3.email a:hover {
	color:#88bc5d;text-decoration: none;
}
div.divider {
	display:inline-block;
	background:url(images/divider.png) top left no-repeat;
	width:384px;
	height:6px;
	margin:10px 0px;
}
div.floatleft {
	float:left;
	height:220px;
	width:284px;
}
.viewgallery {
	font-family:"RockwellLight", "Book Antiqua", Palatino, serif;
	font-size:17px;
	color:#146633;
}
/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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

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

img.alignleft {
	margin: 0 44px 20px 0;
	display: inline;
	}
img.greyborder {
	border:1px solid #c1c1c1;
	padding: 5px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
img#carlos {
	margin-top:-60px;
	position:relative;
	z-index:5;
}



/* footer */

#footer {
	background: url(images/bg-footer.png) top center no-repeat;
	clear: both;
	width: 100%;
	height:160px;
	position:relative;
	}
	
#footer #info {
	background:#1a2022;
	width:869px;
	height:22px;
	margin:0px auto;
	position:relative;
	top:130px;
}
#footer p {
	color:#777777;
	text-align:right;
	font-size:11px;
	padding:4px 10px 0px 0px;
}
#footer a {
	color:#777777;
}
#footer a:hover {
	color:#88bc5d;
	text-decoration:none;
}
/*Home */

#content-home {
	width:825px;
	margin:0px auto;
	padding:10px 20px 0px 20px;
}
.callout {
	width:215px;
	height:154px;
	float:left;
	padding-left:30px;
}
.callout img {
	padding:3px;
	border:1px solid #cccccc;
}
.callout h3 {
	font-family:"RockwellLight", "Book Antiqua", Palatino, serif;
	font-style:italic;
	text-transform:lowercase;
	font-size:16px;
	font-weight:normal;
	color:#646464;
	line-height:16px;
	padding:11px 0px 9px 0px;
	text-align:center;
}
.callout a:hover img {
	border:1px solid #146633;
}
#signup {
	width:332px;
	height:154px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(images/bg-signup.png) top left no-repeat;
}
#signup h1 {
	font-family:"RockwellLight", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-weight:normal;
	color:#80b852;
	line-height:24px;
	padding:36px 0px 11px 46px;
	margin:0px;
}
#signup p {
	padding:0px 0px 0px 46px;
}
#wpcf7-f1-p14-o1 {
	padding-top:10px;
}
#wpcf7-f1-p14-o1 input {
	background:#ebebeb;
	border:1px solid #bebebe;
	display:block;float:left;
	padding:3px 9px;
	line-height:12px;
	color:#777777;	
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 margin: 3px 5px 0px 0px;
}
#your-email {
	width:130px;
}
 #wpcf7-f1-p14-o1 #submit {
	 background:#bebebe;;
	 color:#333;
	 line-height:12px;
	 padding:2px 5px;
	 font-family:Arial, Helvetica, sans-serif;
	 margin:3px 0px 0px 0px;
	 width:80px;
	 cursor:pointer;
 }
/* Jquery Slideshow */

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	width:824px;
    height:388px;
	margin:0px auto 5px auto;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 378px;
	width:814px;
    background-color: #FFF;
	padding:4px;
	border:1px solid #cccccc;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 378px;
    display: block;
    border: 0;
	width:814px;
    margin-bottom: 10px;
}
/* Gallery */
#content-gallery {
	width:805px;
	overflow: hidden;
	margin:0px auto;
	padding:10px 20px 0px 20px;
	text-align:center;
	}
	#content-gallery p {
		display:block;
		float:left;
		padding:0px;
		margin:0px;
	}
#content-gallery a { color:#999999;text-align:center;}
#content-gallery a:hover { text-decoration:none;color:#146663; }
#content-gallery a:hover img { border:1px solid #146663; }
#content-gallery a img { 
	padding:4px;
	border:1px solid #cccccc;
	margin-bottom:3px;
	margin:10px;
}
#mainthumbs {
	width:805px;
	overflow: hidden;
	margin:0px auto;
	padding:10px 20px 0px 20px;
	text-align:center;
	}
#mainthumbs p {
}
#mainthumbs .mainthumb {
	width:265px;
	height:210px;
	display:block;
	float:left;
}
#mainthumbs  a { 
	margin:20px 60px;
	text-indent:-9999em; 
}
#mainthumbs  a:hover { text-decoration:none; }
#mainthumbs a#events {
	background:url(images/mainthumb-events.jpg) top left no-repeat;
	background-position:0px 0px;
}
#mainthumbs a#business{
	background:url(images/mainthumb-business.jpg) top left no-repeat;
	background-position:0px 0px;
}
#mainthumbs a#weddings{
	background:url(images/mainthumb-weddings.jpg) top left no-repeat;
	background-position:0px 0px;
}
#mainthumbs a#events:hover, #mainthumbs #business:hover, #mainthumbs #weddings:hover {
	background-position:0px -210px;
}
#gallerynav {
	clear:both;
	width:765px;
	height:20px;
	margin:0px auto;
	text-align:right;
}
#gallerynav a {
	font-family:"RockwellLight", "Book Antiqua", Palatino, serif;
	font-size:17px;
	display:inline;
	float:none;
	width:auto;
	margin:0px;
	color:#146633;
}
#gallerynav a.prev {
	float:left;
}
#gallerynav a.next {
	float:right;
}
.ngg-gallery-thumbnail { 
margin:0px !important;
}
.ngg-navigation {
	padding-bottom:5px !important;
}
/*Shadowbox */
#sb-counter {
	font-size:15px;
}
#sb-wrapper {
	background:#000000;
}
#sb-body { border:0px !important; padding:0px !important;margin: 0px 10px !important; }
#sb-title { padding:5px 10px 5px 10px !important; }
#sb-info { padding:0px 5px 10px 10px !important; }

/*Misc */
#post-499 .alignleft {
	margin-right:15px !important;
	border:1px solid #C1C1C1;
	padding:2px;
}
#post-499 .alignright {
	border:1px solid #C1C1C1;
	padding:5px;
}

