/*
Title      : Emily Combs - Graphic Designer
Author     : Emily Combs
Author URI : http://www.emilycombs.com/
*/

/* -----------------------------------------
	GENERAL
----------------------------------------- */

body {
	background-color:#FFF;
}

*{
	padding: 0px;
	margin: 0px;
}

#clear {
	clear: both;
}
#body_div {
	width: 100%;
	text-align: center;
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
#header {
	margin: 0px 0px 0px 0px;
	position:relative;
}
#content {
	width:820px;
	margin: 0 90px;
	background-color: #FFF;
	
}

/* -----------------------------------------
	PHONE NUMBER
----------------------------------------- */

#phonenumber {
	width:530px;
	height: 10px;
	margin: 0 0px 25px 0;
	position: relative;
	float: left;	
}

#phonenumber p {
	font-family: Georgia, Times New Roman, Serif;
	color: #afb3a8;
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-style: italic;
	margin: 0;
}

/* -----------------------------------------
	EMAIL
----------------------------------------- */

#email {
	width:100px;
	height: 10px;
	margin: 0 29px 25px 0;
	position: relative;
	float: right;
}

#email p {
	font-family: Georgia, Times New Roman, Serif;
	color: #afb3a8;
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-style: italic;
	margin: 0;
}

/* -----------------------------------------
	NAV
----------------------------------------- */

#navigation{
	background-color: #f4f8ed;
	margin: 0;
	width:820px;
	height:35px;
	position: relative;
	font-family: Georgia, Times New Roman, Serif;
	color: #dee5cf;
	font-size: 14px;
	text-align: center;
}
#navigation ul{
	list-style: none;
	top: 10px;
	white-space: nowrap;
	position: relative;
	text-align: center;
}
#navigation li{
	display:inline;	
	text-align: center;
}
#navigation ul li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:#096256;
	margin: 0px 20px;
}
#navigation ul li a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 20px;
	color: #56d8c7;
}
#navigation ul li a#current{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 20px;
	color: #35b09f;
}
	
/* -----------------------------------------
	LEFT COLUMN
----------------------------------------- */

#leftcolumn {
	float: left;
	width:500px;
	margin: 25px 0px 0px 0px;
	position: relative;
}

/* -----------------------------------------
	RIGHT COLUMN
----------------------------------------- */

#rightcolumn {
	float: right; 
	width:287px;
	margin: 25px 0px 0px 10px;
	background-color: #f4f8ed;
	position: relative;
}

/* -----------------------------------------
	GALLERY TEXT
----------------------------------------- */

#gallery_body {
	float: left;
	margin: 25px 0px 0px 0px;
	position: relative;
}

/* -----------------------------------------
	QUOTE BOX
----------------------------------------- */

#quotebox {
	width:255px;
	margin: 20px 25px 20px 25px;
	background-color: #f4f8ed;

}

#quotebox p {
	font-family: Georgia, Times New Roman, Serif;
	color: #239bc8;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 5px;
}

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

#footer {
background-color: #f4f8ed;
margin: 20px 0px 0px 0px;
padding-top: 7px;
float: left;
width: 820px;
height: 28px;
}

#footer p {
	font-family: Georgia, Times New Roman, Serif;
	color: #888986;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin: 0;
}

#subfooter {
margin: 15px 0px 0px 0px;
float: left;
width: 820px;
height: 28px;
}

#subfooter p {
	font-family: Georgia, Times New Roman, Serif;
	color: #afb3a8;
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-style: italic;
	margin: 0;
}

#subfooter a{
	color:#096256;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	color:#096256;
	font-size: 9px;
	font-weight: lighter;
	font-style: italic;	
}
#subfooter a:hover{
	color: #56d8c7;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	color:#096256;
	font-size: 9px;
	font-weight: lighter;
	font-style: italic;	
}
#subfooter a:visited{
	color: #56d8c7;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	color:#096256;
	font-size: 9px;
	font-weight: lighter;
	font-style: italic;	
}

/* -----------------------------------------
	LINKS
----------------------------------------- */
a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:#096256;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #56d8c7;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #56d8c7;
}

a img {
border: none;
}
	
/* -----------------------------------------
	TYPOGRAPHY
----------------------------------------- */

h1{
	font-family: Georgia, Times New Roman, Serif;
	color: #454545;
	font-size: 40px;
	font-weight: lighter;
	line-height: 42px;
	margin-bottom: 5px;
}
h2{
	font-family: Georgia, Times New Roman, Serif;
	color: #2fb2e3;
	font-size: 30px;
	line-height: 36px;
	font-weight: lighter;
}
h3{
	font-family: Georgia, Times New Roman, Serif;
	color: #454545;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	font-style: italic;
}
p{
	font-family: Georgia, Times New Roman, Serif;
	color: #454545;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
	letter-spacing: .3px;
}

p.quotecredit{
	font-family: Georgia, Times New Roman, Serif;
	color: #239bc8;
	font-size: 10px;
	font-weight: lighter;
	font-style: italic;
	line-height: 20px;
	margin: 0;
}

p.subheader {
	font-family: Georgia, Times New Roman, Serif;
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	margin:0;
	
}

/* -----------------------------------------
	JS GALLERY SLIDER
----------------------------------------- */
#myGallery, #myGallerySet, #flickrGallery
{
	width: 820px;
	height: 400px;
	z-index:5;
	border: 0px solid #000;
	margin-bottom: 0px;
	margin-top: 20px;
}

.jdGallery a
{
	outline:0;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}
