/*
Theme Name: Stephanie Clair
Theme URI: http://www.stephanieclair.com
Description: Stephanie Clair custom Wordpress theme
Author: Kymera
Author URI: http://kymerastudio.com
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#ae9670 url(images/bg.jpg) top left repeat-x;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 13px;
	margin:28px;
	}

	
h1 {font-size: 23px;}
h2 {font-size: 14pt; line-height:17pt; margin-bottom:15px;}
h3 {font-size: 10pt;color:#85B9D6;}
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;
}
/* links */

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

a:hover{ 
	color:#85B9D6;
	text-decoration: none;
}

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


/* container */


#container {
	width: 946px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	background:url(images/bg-container.png) 0px 283px no-repeat;
	color:#333;
	position:relative;
	
	}
#bottom { width:946px;
height:69px;
margin:30px auto 0px auto;
background: url(images/bg-footer.jpg) top left no-repeat;
}
/* header */

#header {
	background:url(images/bg-header.jpg) top left no-repeat;
  	width: 100%; 
  	height: 283px;
	color: #fff;
	position:relative;
	margin-bottom:20px;
	z-index:20;
	}

#header h1{
	
	}
	
#header h1 a{
	display:block;
	width:400px;
	height:150px;
	text-indent:-9999em;
	position:absolute;
	top:56px;
	left:262px;
	}
#header h1 a:hover{text-decoration: none;}


#header h2{
	display:none;	
	}

/* main menu */


#menu {
	width:946px;
	overflow:visible;
	text-align:center;
	position:absolute;
	bottom:0px;
	z-index:20;
	
}


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

#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline;
	position:relative;
	z-index:15;
}

#menu ul li a {
	padding:6px 20px;
	margin: 0;
	color: #fff;
	display:inline-block;
	text-transform:lowercase;
	font-size:14px;
	-moz-border-radius-topright: 35px; 
	-moz-border-radius-topleft: 35px;
	-webkit-border-top-left-radius: 30px; 
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 35px; 
	border-top-left-radius: 35px;
	position:relative;
	z-index:15;
	
}

#menu ul li a:hover {
	background: #fff;
	color:#808373;
	text-decoration:none;

}
#menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	background: #fff !important;
	color:#808373 !important;
}
#menu ul li.current_page_ancestor ul li a, #menu ul li.current_page_item ul li a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_ancestor a:hover {
	background:#ffffff !important;
	color:#808373 !important;
}
#menu ul li.current_page_item ul li a:hover, #menu ul li.current_page_ancestor ul li a:hover {
	text-decoration:none;
	background:#60365a !important;
	color:#ffffff !important;
}

/*Menu - Dropdowns*/
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:24px;
	z-index: 10;
	clear:none;
	overflow:hidden;
	border:1px solid #f1f1f1;
	border-width:0px 1px 1px 1px;
	/*
	-moz-box-shadow:0px 2px 10px #cccccc;
	-webkit-box-shadow:0px 2px 10px #cccccc;
	box-shadow:0px 2px 10px #cccccc;*/
}

#menu ul li:hover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}
#menu li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	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:150px;
	padding:8px 10px;
	text-transform:none;
	text-align: left;
	cursor:pointer;
	background:#ffffff;
	border-top:1px solid #f1f1f1;
	color:#808373;
	-moz-border-radius-topright: 0px; 
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px; 
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px; 
	border-top-left-radius: 0px;
}
#menu ul li ul li a:hover {
	text-decoration:none;
	background:#60365a;
	color:#ffffff;
}


/* content */


#content {
	padding:20px 60px 40px 60px;
	overflow: hidden;
	}
#content-right {
	float:right;
	width:480px;
	margin:15px 0px;
	position:relative;
	right:50px;
}
#content-left {
	float:left;
	width:480px;
	margin:15px 0px;
	position:relative;
	left:50px;
	z-index:1;
}


.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
.post h1 {
	color:#85b9d6;
	line-height:29px;
	font-weight:normal;
}
.post h2{
	color:#85B9D6;
	font-weight:normal;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0; color:#4f4f4f;}

.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;}



/* sidebar */

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

#sidebar-left {
	width:322px;
	float:left;
	margin:15px 0px;
	padding:0px;
	border:0px;
	position:relative;
	left:65px;
	z-index:1;
}
#sidebar-right {
	width:322px;
	float:right;
	margin:15px 0px;
	padding:0px;
	border:0px;
	position:relative;
	right:65px;
	z-index:1;
}
#sidebar-right p {
	padding:19px 38px;
}
#sidebar-right img#sd {
	margin-left:38px;
}
	
#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 {
	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
	}
	
.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: 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 906px;
	margin:0px auto;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;font-size:12px;}
#footer a{color: #ffffff;text-decoration: none;}
#footer a:hover{color: #0f6cc5;text-decoration: none;}

/* Gallery List */

#galleries, #events {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
h1 + #galleries, h1 + #events {
	margin-top:20px;
}
#galleries { background:#e9d8c1;padding:10px; }
#galleries li {
	display:block;
	float:left;
	width:48%;
	height:90px;
	padding:0px;
	margin:0px 0px 16px 0px;
}
#events li {
	display:block;
	float:left;
	padding:0px;
	margin:0px 0px 12px 0px;
}
#events li.date {
	width:116px;
}
#events li.event {
	width:358px;
}
.maingal {
	padding: 2px;
	border: 1px solid #ccc;
	display:block;
	position:relative;
	float:left;
	margin-right:6px;
}
/* Contact Form */
#wpcf7-f2-p14-o1, wpcf7-f4-p3-o1, #wpcf7-f4-p14-o1 {
	padding-top:12px;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}
#wpcf7-f2-p14-o1 input, #wpcf7-f2-p14-o1 textarea, #wpcf7-f4-p3-o1 input, #wpcf7-f4-p14-o1 input {
	background:#e1e1e1;
	color:#4f4f4f;
	border:0px;
	padding:3px;
	width:323px;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}
#wpcf7-f4-p3-o1 input, #wpcf7-f4-p14-o1 imput {
	width:234px;
}
#wpcf7-f2-p14-o1 label {
	display:inline-block;
	vertical-align:top;
	width:90px;
}
#wpcf7-f2-p14-o1 p, #wpcf7-f4-p3-o1 p, #wpcf7-f4-p14-o1 p, #mlist p {
	margin:0px 0px 5px 0px;
	padding:0px;
}
#wpcf7-f2-p14-o1 .state { 
width:123px;
margin-right:15px;
}
#wpcf7-f2-p14-o1 .zip { 
width:67px;
}
#wpcf7-f2-p14-o1 #piecetitle {
	margin:25px 0px 5px 0px;
}
#wpcf7-f2-p14-o1 #submit, #wpcf7-f4-p3-o1 #submit, #wpcf7-f4-p14-o1 #submit {
	background:#808373;
	display:block;
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 9px;  
   	border-radius: 10px;
	color:#ffffff;
	cursor:pointer;
	width:70px;
	text-transform:uppercase;
	position:relative;
	left:90px;
}
#wpcf7-f4-p3-o1 #submit, #wpcf7-f4-p14-o1 #submit {
	left:0px;
}
/*Home */

#home-content {
	float:right;
	width:312px;
	margin:15px 0px;
	position:relative;
	right:57px;
}
#home-content h1 {
	font-size:25px;
}
#home-content h1 + p {
	font-size:15px;
	line-height:23px;
	margin-top:6px;
}
#home-gallery {
	width:417px;
	height:409px;
	border:9px solid #141a2c;
	position:relative;
	z-index:1;
	float:left;
	left:77px;
	margin-top:15px;
	margin-bottom:20px;
	overflow:hidden;
}
#home-gallery object {
	position:relative;
	left:0px;
	top:0px;
	width:417px;
	height:409px;
	margin:0px;
	padding:0px;
	border:0px;
}
#viewmore {
	background:#808373;
	display:inline-block;
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 9px;  
   	border-radius: 10px;
	color:#ffffff;
	cursor:pointer;
	text-transform:uppercase;
	position:relative;
	padding:5px 10px;
}
#viewmore:hover {
	background:#60365A;
}
#mailinglist {
	margin:40px 0px 0px 0px;
}
/*Gallery Pages */

#image-gallery {
	width:860px;
	min-height:650px;
	margin:15px auto;
	position:relative;
	z-index:1;
}
#img-gallery img {
	z-index:1;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 504px; /* This should be set to be at least the height of the largest image in the slideshow */	
	padding: 2px;
	border: 1px solid #ccc;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 504px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color:#000000;
	margin:2px;
	height:504px;
	width:544px;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 0px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	/*height: auto;*/
	min-height:75px;
	height:300px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.caption p {
	font-size:12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	background:#000000;
}
ul.thumbs li.selected a.thumb {
	/*background: #60365A;*/
	background:#ffffff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #60365A;
	border-color: #60365A;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/*Galleries Page*/

.main { width:800px;margin:0px auto;padding:20px 0px 10px 0px;position:relative;z-index:1; }
.main h1 { color:#85B9D6; }

/* Form ----------------------------- */

.wpcf7-form label {
	display:inline-block;
	width:80px;
	clear:left;
}
