/* CSS Document */

/*--content drop down--*/
.trigger {
	padding: 0px 0px 20px 0px;
	margin: 0 0 0px 0px;
	height:80px;
	width: 100%;
	font-weight: normal;
	float: left;
	overflow:hidden;
	border-bottom:dotted 2px #cccccc;
/*	background:url(images/curls2.png) no-repeat 750px 10px;*/
	font-size: 1.5em; 
}

.trigger a {
	color:#cccccc;
	text-decoration: none;
	display: block;
	padding:0 0 20px;
}
.trigger a:hover {color:#634a39; background-color:#eeeeee;}
.active {/*background:url(images/curls.png) no-repeat 800px 10px;*/ color:#634A39;}

.toggle_container {
	margin:0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container .block {
	padding: 20px 20px 20px 60px; /*--Padding of Container--*/
}
/*--end of content drop down--*/

/*-----begin main styles--*/
@font-face {
font-family:Georgia;
src: url(fonts/georia.ttf) format("truetype");
}

html, body {
height:100%;
margin:0 0 0px 0;
padding:0;
background-color:#ffffff;
font-family: Georgia;
color:#666666;
}
.container {
position:relative;
margin:0px auto;
padding:0 0 0 0px;
top:0px;
width:950px;
min-width:500px;
}

/*---------------main header--*/
.header {
padding: 10px 50px 46px 20px;
border-bottom:dotted 2px #634A39;
margin:0 0 30px 0;
color:#634A39;
}

.header .title {
font-size:1em;
font-weight:bold;
padding:15px 0 0 0;
float:left;
}

.header .contact {
padding:5px 0px 5px 40px;
border-left:dotted #634A39 2px;
float:right;
font-size:small;
width:437px;
}
/*--end--*/

/*------------sub headers--*/
h3 {
padding:30px 0 10px 15px;
border-left:dotted 2px #634A39;
}
/*--end--*/


/*---------------the individual contents on each page sections--*/
.hello {
float:right;
width:480px;
margin: 40px 0px 0px 0;
padding: 10px 0 40px 30px; 
border-left:dotted #999999 2px; 
font-size: 1.2em;
}

.works {
font-size: 11pt;
line-height:14pt;
}

.about {
float:left;
width:360px;
font-size: 11pt;
text-align:justify;
line-height:14pt;
}



ul.links {
text-align:left;
font-weight:bold;
font-size:10pt;
margin:20px 0 0 0;
padding:0;
display:block;
list-style:none;
font-size:24px;
}

ul.links li {
display:block;
font-size:10pt;
font-weight:normal;
height:36px;
padding:15px;
display:block;
vertical-align:middle;
}

/*--end--*/

/*----------------------body links--*/
a {
text-decoration:none;
outline:none;
color:#634A39;
}
/*------------------lightbox linkage--*/
a.lightbox{
color:#ffffff;
}
a.lightbox:hover {
color:#634A39;
}
.thumb {
border:solid 8px;
padding:6px;
}
/*--end--*/

a.web{
color:#ffffff;
}
a.web:hover {
color:#634A39;
}
.thumb {
border:solid 8px;
padding:6px;
}

/* case studies linkage */
a.casestudies {
color:#fff;
}
a.casestudies:hover {
color:#999;
}
/* end case studies */

strong {color:#634A39;}

/*--end--*/


/*----------------------footer--*/
.clearfooter {
padding:40px 0 100px 100px;
height:10px;
clear:both;
}
.footer {
margin:auto;
position:relative;
padding:20px;
border-top:solid 1px #634A39;
text-align:center;
font:.8em Georgia, Times;
width:940px;
}

/*--end--*/


.slideshow {
padding:0 0 0 0px;
position:relative;
float:right;
top:50px;
width:400px;
height:500px;
overflow:hidden;}

.slideshow img {
position:relative;
top:0;
left:0;
display:none;
width:400px;
}
.slideshow img.newImage {
display:block;
}

/* more */
#more {
	padding: 10px 50px 46px 60px;
	margin:0px auto;
	display:block; 
	clear:both;
	width:880px;
}
