@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	Callas Flowers
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global Reset
	- - - - - - - - - - - - - - - - - - - -  */

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			border-top: 15px solid #f29837;
		}
		
		#container {
			width: 960px;
			margin: 0 auto;
			padding-bottom: 40px;
			background: url(../images/container-bg.gif) repeat-y;
			border-bottom: 1px solid #e4e4e4;
			margin-bottom: 40px;
		}
		#content {
	padding-top: 45px;
	padding-right: 96px;
	padding-bottom: 0;
	padding-left: 1px;
}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */



/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
			padding: 25px 0 28px 0;
			margin: 0 30px;
			border-bottom: 1px solid #e4e4e4;
		}
			#header h1 {
				display: block;
				float: left;
				width: 175px;
				height: 65px;
			}
				#header h1 a {
					display: block;
					width: 175px;
					height: 65px;
					text-indent: -999999px;
					background: url(../images/header-logo.gif) no-repeat;
				}
			
			#header ul {
				display: block;
				width: 665px;
				float: right;
				list-style-type: none;
			}
				#header ul li {
					display: block;
					float: right;
					padding-top: 4px;
					height: 1%;
				}
					#header ul li a {
						display: block;
						height: 60px;
						line-height: 40px;
						font-size: 16px;
						font-family: Verdana;
						font-weight: normal;
						color: #666666;
						text-decoration: none;
						border-left: 1px solid #e4e4e4;
						text-transform: lowercase;
						padding-top: 0;
						padding-right: 25px;
						padding-bottom: 0;
						padding-left: 25px;
						float: left;
					}
						#header ul li.current_page_item a,
						#header ul li.current_page_parent a {
							font-weight: bold;
							color: #a7ba38;
							text-decoration: underline;
						}
						#header ul li a:hover { color: #F29837; text-decoration: underline; }



/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
	
		#sidebar {
			width: 280px;
			float: left;
		}
			#sidebar-masthead {
				padding: 0 0 30px 30px;
			}
			#sidebar ul {
				display: block;
				list-style-type: none;
			}
				#sidebar ul li {
					display: block;
					padding-bottom: 5px;
				}
					#sidebar ul li a,
					#sidebar #gallery-name a {
						display: block;
						height: 30px;
						padding-left: 30px;
						line-height: 30px;
						font-size: 14px;
						font-weight: normal;
						color: #8f9930;
						font-family: Georgia;
						background: url(../images/sidebar-nav-bg.gif) right -30px;
					}
						#sidebar ul li a:hover { background-position: right -60px; color: #3a3d18; }
						#sidebar ul li.current_page_item a,
						#sidebar #gallery-name a,
						#sidebar li.current-cat a {
							background-position: right top !important;
							color: #fff !important;
						}
			
			#sidebar h4 {
	display: block;
	font-family: Georgia;
	font-weight: normal;
	color: #bdcb6a;
	font-style: italic;
	line-height: 20px;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
			}
				#sidebar h4 strong {
					display: block;
					padding-top: 3px;
					font-style: normal;
					font-weight: bold;
				}
			
			#sidebar .ngg-galleryoverview {
				padding: 30px 0 0 30px;
			}
			#sidebar .ngg-gallery-thumbnail-box { 
				float: left;
				padding-bottom: 10px;
			}
			.ngg-navigation {
				display: block;
				padding: 5px 0 30px 0;
				font-size: 14px;
				color: #807f7f;
				font-family: Georgia;
				clear: both;
			}
			.ngg-navigation span {
				color: #f29837;
				border-left: 1px solid #bfbfbf;
				padding: 0 5px;
			}
			.ngg-navigation span.view-more {
				color: #807f7f;
				border: none;
				padding: 0 5px 0 0 ;
			}
			.ngg-navigation a {
				padding: 0 5px;
				color: #a7ba38;
				text-decoration: underline;
				border-left: 1px solid #bfbfbf;
			}
			#sidebar .next,
			#sidebar .prev { display: none; }



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
		#main {
			width: 538px;
			float: right;
		}
			#main h3 {
	display: block;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #E89850;
	font-family: Georgia;
			}
			.testimonials-page #main h4 {
				display: block;
				padding: 5px 0 15px 0;
				font-size: 14px;
				line-height: 20px;
				color: #999;
				font-family: Georgia;
				font-weight: normal;
			}
				.testimonials-page #main h4 strong {
					display: block;
					padding-top: 10px;
					color: #F29837;
				}
			#main p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family: Georgia;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
			}
			#main a {
				color: #a7ba38;
				text-decoration: underline;
			}
			#main a:hover {
				color: #f39d41;
			}
			#main ul {
				display: block;
				padding: 5px 0 15px 30px;
			}
				#main ul li {
	color: #666666;
	padding-bottom: 1px;
				}
			#photo img {
				border: 1px solid #e5e5e5;
				padding: 14px;
			}
			#photo-description {
				display: block;
				margin-top: 10px;
				border-left: 1px solid #e5e5e5;
				font-family: Verdana !important;
				font-size: 12px !important;
				padding: 0 300px 0 15px !important;
			}
				
/*  ---------------------------------------
	Forms
	- - - - - - - - - - - - - - - - - - - -  */	
			
		form.cform {
			padding: 0 20px;
			margin: 0;
		}
			form.cform ol {
				padding: 0 !important;
				margin: 0 !important;
				list-style-type: none;
			}
			form.cform li {
				display: block;
				padding: 5px 0;
			}
					form.cform li.cf-box-group label { color: #333; width: 160px; }
				form.cform li label {
					display: block;
					width: 120px;
					float: left;
					padding-right: 10px;
					color: #5e523e;
					font-size: 12px;
					line-height: 20px;
					color: #5e523e;
					font-weight: bold;
				}
				form.cform li input {
					display: block;
					width: 160px;
					float: left;
					border: none;
					border-bottom: 1px solid #7a7464;
					background: #d1cab8;
					color: #82756c;
					padding: 5px;
				}
				form.cform li span { display: block; float: left; padding-left: 5px; }
				form.cform li span.reqtxt, form.cform li span.emailreqtxt { color: #999 !important; font-size: 12px !important; }
				form.cform li .area { width: 280px; float: left; display: block; }
				form.cform p.cf-sb {
					margin-left: 110px !important;
					margin-top: 15px;
				}
				
				p.linklove {display: none;}
			form.cform textarea {
				width: 235px !important;
				float: left;
				height: 150px;
				border: none;
				border-bottom: 1px solid #7a7464;
				background: #d1cab8;
				color: #82756c;
				padding: 5px;
			}
			form.cform fieldset.cf_hidden { display: none; }
		
			form.cform li.cf_li_err {
				background: #FFE2DF;
			}
			form.cform li.cf_li_err span.reqtxt, form.cform li.cf_li_err span.emailreqtxt { color: #6f4c54 !important; }
		
		form.cform li:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.success,
		.failure {
			padding: 10px 25px !important;
			font-size: 16px !important;
			background: #FFE2DF;
			color: #6f4c54;
			margin-bottom: 10px;
		}
		.success {
			color: #3d634d;
		}
		
		
		form.cform li {display: inline-block;}
		.no-background { background: none !important; }
		
		.linklove { display: none !important;}
		
		/* Hides from IE-mac \*/
		* html form.cform li {height: 1%;}
		form.cform li {display: block;}
		/* End hide from IE-mac */
		
		
		/* sidebar contact form */
		
		form#cforms3form li label {
			display: block;
			width: 69px !important;
			float: left;
			color: #fff;
			font-size: 12px;
			line-height: 26px;
			font-weight: bold;
		}
		form#cforms3form li textarea {
			width: 159px !important;
			float: left;
			height: 70px;
			border: none;
			border-top: 1px solid #3D5A26;
			border-left: 1px solid #3D5A26;
			background: #44652B;
			color: #AFCC97;
			padding: 5px;
		}
		form#cforms3form li input {
			display: block;
			width: 159px;
			float: left;
			border: none;
			border-top: 1px solid #3D5A26;
			border-left: 1px solid #3D5A26;
			background: #44652B;
			color: #AFCC97;
			padding: 5px;
		}
		form#cforms3form .reqtxt, form#cforms3form .emailreqtxt {
			clear: both;
			padding-left: 79px;
			color: #AFCC97 !important;
			white-space: nowrap;
		}
			form#cforms3form p.cf-sb {
				margin-left: 79px !important;
			}
			form#cforms3form .sendbutton {
				background-color: #6B9A3E;
				color: #fff;
				border: 1px solid #9BBD72;
				margin-right: 30px;
				padding: 2px 4px;
			}
			#si-contact-form .success, #si-contact-form .failure {
				padding: 10px 25px !important;
				font-size: 12px !important;
				font-weight: bold !important;
				background: #5D8041 !important;
				color: #fff !important;
				margin-bottom: 10px;
			}
			#si-contact-form .success {
				color: #fff !important;
			}
			form#cforms3form li.cf_li_err {
				background: #5D8041 !important;
			}
			form#cforms3form  li.cf_li_err span.reqtxt, form#cforms3form  li.cf_li_err span.emailreqtxt {
				color: #fff !important;
			}
		
		
			
/*  ---------------------------------------
	Blog
	- - - - - - - - - - - - - - - - - - - -  */
	
	
		.blog .post {
			padding-bottom: 30px;
		}
		.blog ol { list-style-type: none; }
		.feedback, .commentlist li {
			font-size: 12px;
		}
		.avatar {
			display: none;
		}
		h2.storytitle {
			margin-bottom: 5px !important;
			padding-bottom: 0 !important;
		}
		p.meta {
			font-weight: bold;
		}




/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
	
		#footer {
			margin: 50px 30px 0 30px;
			padding: 15px 0 0 0;
			border-top: 1px solid #e4e4e4;
			font-family: Verdana;
			font-size: 11px;
		}
		#footer a {
			color: #979797;
		}
			#nav-legal {
				width: 50%;
				float: right;
				text-align: right;
			}
		#footer ul {
			display: block;
			list-style-type: none;
		}
			#footer ul li {
				display: inline;
				color: #979797;
			}
				#footer ul li a {
					padding-left: 10px;
				}
		#footer #privacy {
			display: block;
			padding: 5px 0 8px 0;
			color: #aeaeae;
			font-size: 11px;
			font-family: Arial;
		}
		#footer #legal { color: #aeaeae; }