﻿
@import "xfade2.css";

*
{
	margin: 0;
	padding: 0;
}

body {
    margin:0;
    background-color: gray;
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 100;
	line-height: 1.5em;
	color: #5C616B;
	margin: 0;
	padding: 0 0 0 0;
}
#header {
	background-color: #515151;
	background-repeat: repeat-x;
	background-position: right top;
	background-repeat: no-repeat;
	height: 110px;
	width: 770px;
}

/*h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6F5A70;
	margin: 15px 0 0 0;
}
*/
h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6F5A70;
	margin: 0 0 0 0;
}


h4	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform:capitalize;
	letter-spacing: 2px;
	color: #6F5A70;
	margin: 15px 0 0 0;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6F5A70;
	margin: 15px 0 0 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6F5A70;
	margin: 15px 0 0 0;
	text-align:left;
}

/*
h2	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform:capitalize;
	letter-spacing: 2px;
	color: white;
	margin: 15px 0 0 0;
}
*/

/* contents */

#content {
	float: left;
	width: 420px;
	margin: 0;	
	padding: 0 0 0 50px;
	text-align:justify;
}

#content a:active {
	text-decoration: none;
	color: #5B5B5D;
}
#content a:visited {
	text-decoration: none;
	color: #5B5B5D;
}
#content a:link {
	text-decoration: none;
	color: #5B5B5D;
}
#content a:hover
{
	text-decoration: underline;
	color: #5B5B5D;
}

#contentright{
	float: right;
	width: 200px;
	margin-top: 0;
	padding: 0 50px 0 0;
}

#contentright a:active {
	text-decoration: none;
	color: #5B5B5D;
}
#contentright a:visited {
	text-decoration: none;
	color: #5B5B5D;
}
#contentright a:link {
	text-decoration: none;
	color: #5B5B5D;
}
#contentright a:hover
{
	text-decoration: underline;
	color: #5B5B5D;
}


/* mailing list */


#contentmail {
	float: left;
	width: 770px;
	margin: 0;	
	padding: 0 0 0 50px;
	text-align:justify;
}

#contentmail a:active {
	text-decoration: none;
	color: #5B5B5D;
}
#contentmail a:visited {
	text-decoration: none;
	color: #5B5B5D;
}
#contentmail a:link {
	text-decoration: none;
	color: #5B5B5D;
}
#contentmail a:hover
{
	text-decoration: underline;
	color: #5B5B5D;
}



/* content other than home */

#contentother {
	float: left;
	width: 420px;
	margin: 0;	
	padding: 175px 0 25px 50px;
	text-align:justify;
}

#contentgallery {
	float: left;
	width: 770px;
	margin: 0;	
	padding: 200px 0 25px;
	text-align:justify;
}


#contentrightother{
	
	float: right;
	width: 200px;
	margin-top: 0;
	padding: 175px 50px 0 50px;
	text-align:center;
}



#contentrightother a:active {
	text-decoration: none;
	color: #FA4F29;
}
#contentrightother a:visited {
	text-decoration: none;
	color: #FA4F29;
}
#contentrightother a:link {
	text-decoration: none;
	color: #FA4F29;
}
#contentrightother a:hover
{
	text-decoration: underline;
	color: #FA4F29;
}

#contentother a:active {
	text-decoration: none;
	color: #FA4F29;
}
#contentother a:visited {
	text-decoration: none;
	color: #FA4F29;
}
#contentother a:link {
	text-decoration: none;
	color: #FA4F29;
}
#contentother a:hover
{
	text-decoration: underline;
	color: #FA4F29;
}

/* gallery */


/* other stuff */

.clear {
	clear:both;
}

/* thumbnails */

#preview {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-left:0px;
	
}

#preview li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 90%;
	padding: 0 9px 0 9px; 

	
}
#thumbnails {
/*	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px; */
	background-color:transparent;
	text-align:left;


	
	
	
}

#menulist a:active {
	text-decoration: none;
}
#menulist a:visited {
	text-decoration: none;
}
#menulist a:link {
	text-decoration: none;
}
#menulist a:hover
{
	text-decoration: underline;
}


.backlink {
	text-align: left;
	font-weight:lighter;
	
}

.date {
	text-transform:uppercase;
	font-size:xx-small;
	color: gray;
	font-style:italic;
	letter-spacing: 0px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	}



/*thumbnails project pages */\


.imageprevsl {
	margin-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #252525;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252525;
	width:220px;
	
}

.imgTitle
{
	font-weight: bold;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color:#5C616B;
	border:0;
	background-color:transparent;
	width:auto;
	text-align:left;
}

.imgYear
{
	font-style:italic;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color:#5C616B;
	border:0;
	background-color:transparent;
	width:auto;
	text-align:left;

}

.imgDescription
{
	font-weight:normal;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color:#5C616B;
	border:0;
	background-color:transparent;
	width:auto;
	text-align:left;



}
	
.imgSold
{
	font-weight:bold;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color:Red;
	border:0;
	background-color:transparent;
	text-align:left;



}


/* hovers */

.logo {
	background-position:left top;
	display: block;
	background-image: url('../img/banner.gif');
	overflow: hidden;
	width: 269px;
	background-repeat: no-repeat;
	height:38px;
	margin-bottom: 8px;
	float: left;
}

.logo:hover {
	background-position: left bottom
}
.logo span {
	position: absolute;
	left: -5000px;
}

.mailing {
	background-position:left top;
	display: block;
	background-image: url('../img/mailing.gif');
	overflow: hidden;
	width: 165px;
	background-repeat: no-repeat;
	height:17px;
	margin-bottom: 8px;
	float: right;

}

.mailing:hover {
	background-position: right bottom;
}
.mailing span {
	position: absolute;
	left: -5000px;
}


a:link{
	color: 	#D8D8D8 ;
	text-decoration: none;
	background-color: transparent;
}

a:visited{
	color: 	#D8D8D8 ;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	color: 	#D8D8D8 ;
	text-decoration: none;
	background-color: transparent;
}


#wrapper {
	text-align: center;
}

/* container divs */
#container {
    background-color: #D1D1D1;
	width: 770px;
	margin: 20px auto 20px auto;
	border: 10px solid #fff;
	padding: 0;
	text-align: center;
}

#containergallery {
    background-color: #BBC8B9;
    background-image: url(../img/bgGallery.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
	
}

#containernews {
    background-color: #EFD6D7;
    background-image: url(../img/bgNews.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerphotos {
    background-color: #B2BBA2;
    background-image: url(../img/bgPhotos.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}


#containerbio {
    background-color: #EEB33E;
    background-image: url(../img/bgBio.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containercontact {
    background-color: #FFD987;
    background-image: url(../img/bgContact.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerLinks {
    background-color: #FFD987;
    background-image: url(../img/bgLinks.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}


#containerevents {
    background-color: #ECF9FF;
    background-image: url(../img/bgEvents.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}


#containersl {
    background-color: #F4C674;
    background-image: url(../img/bgSL.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerAC {
    background-color: #B2BBA2;
    background-image: url(../img/bgAC.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerLS {
    background-color: #D59860;
    background-image: url(../img/bgLS.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerwater {
    background-color: #E1E9E8;
    background-image: url(../img/bgWater.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerEarly {
    background-color: #E6F1E3;
    background-image: url(../img/bgEarly.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerWinter {
    background-color: #E6F1E3;
    background-image: url(../img/bgWinter.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}

#containerAb {
    background-color: #FFC8E3;
    background-image: url(../img/bgAb.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0;
	text-align: left;
}
.strong {
	
	font-weight:bold;
	
}

/* menu */

#menu {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color:#252525;
	width:770px;
	padding-left:0px;
	
}

#menulist li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 90%;
	padding: 0 19px 0 19px; 

	
}
#menulist  {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color:#252525;
	width:770px;
	text-align:center;


	
	
	
}

#menulist a:active {
	text-decoration: none;
}
#menulist a:visited {
	text-decoration: none;
}
#menulist a:link {
	text-decoration: none;
}
#menulist a:hover
{
	text-decoration: underline;
}


/*gallery*/

#portfolio {
/*	padding: 200px 0 300px 0;*/
	text-align:center;
	width: 770px;
	margin-top: 0;
	margin-bottom: 50px;
	border-bottom-width: 1px;  
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#portfolio a:active {
	text-decoration: none;
	color: #5B5B5D;
}
#portfolio a:visited {
	text-decoration: none;
	color: #5B5B5D;
}
#portfolio a:link {
	text-decoration: none;
	color: #5B5B5D;
}
#portfolio a:hover
{
	text-decoration: underline;
	color: #5B5B5D;
}

.collection {
	float: left;
	width: 190px;
	padding:0 0 0 0;
	
}


#portfolio dd {
	color: #8B8B8B;
	padding-left: 2px;
}
#portfolio dt {
	padding-bottom: 2px;
	padding-left: 2px;
}

/*img borders*/

/*.imgborder {

	border:medium white solid;
}
*/
.imgBordersl {

	border:#515151 solid 0.2em;
	margin-bottom:15px;
	margin-top:15px;
}

.imgbordersl:hover {

	border:#FA4F29 solid 0.2em;
}

/* image previews  */

#divImage {
	width:200px;
}

#imgprev {
	margin-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	width:200px;
	height: 205px;
	
}


/* footer */

#hidden {
	visibility:hidden;
}

#footer {
	padding: 0px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#252525;
	clear: both;
	height:auto;
	width:770px;
	border-top:2px #515151 groove;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:gray;
	

}
