/*  
Originally created by Juxtaprose, (c) copyright 2010
http://juxtaprose.com/
*/

body {
	margin: 20px 0 20px 0;
	color: #000;
	background-image: url("images/background-stripe.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;	
}


/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 900px;
	background: #fff;
	border: 6px solid #fff;
	text-align: left;
	overflow: hidden;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 


/* masthead */
#masthead {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 128px;
	background-color: #350604;	
	background-image: url("images/masthead-bg.gif");
	background-repeat: repeat;
	overflow: hidden;
}

#masthead img {
	border: 0;
}

#masthead #shapes {
	position: absolute;
	left: 585px;
	top: 0px;
	width: 263px;
	height: 141px;
	background-image: url("images/masthead-shape.gif");
	background-repeat: no-repeat;	
}

#masthead h1, #masthead h3 {
	position: absolute;
	top: 14px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 527px;
	height: 76px;
}

#masthead h1 a, #masthead h3 a {
	display: block;
	margin: 0;
	padding: 20px;
	width: 527px;
	height: 76px;	
}

#masthead span {
	display: none;
}


/* primary navigation (nav1) */
#nav1 {
	list-style: none;
	position: relative;
	padding: 0;
	height: 21px;	
	margin: 2px 0 2px 437px;
	
}

#nav1 li {
	float: left;
	display: inline;
	height: 21px;		
}

#nav1 li a {
	display: block;
	height: 21px;
	width: 91px;
	margin-right: 2px;		
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav1_home a { background-image: url("images/nav1-home.gif");}
#nav1_about a { background-image: url("images/nav1-about.gif");}
#nav1_services a { background-image: url("images/nav1-services.gif");}
#nav1_portfolio a { background-image: url("images/nav1-portfolio.gif");}
#nav1 #nav1_contact a { background-image: url("images/nav1-contact.gif"); margin-right: 0;}

#nav1 span {
	display: none;
}

#nav1 a:hover {
	background-position: 0 -21px;
}

.home #nav1_home a, .about #nav1_about a, .services #nav1_services a,
.portfolio #nav1_portfolio a, .contact #nav1_contact a {
	background-position: 0 -42px;
}


/* page structural elements */
#cola {
	float: left;
	display: inline; /* ie6 only */
	height: 509px; /* ie6 only */
	min-height: 509px;
	width: 374px;
	padding: 0 35px 0 25px;	
	margin: 0 3px 0 0;
	color: #350604;	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-image: url("images/flower-bg-inside.gif");		
}

.home #cola {
	width: 434px;
	padding: 0;
	background-color: #43a6ad;	
	background-image: url("images/flower-bg.gif");	
}

#colb {
	float: left;
	display: inline; /* ie6 only */
	height: 509px; /* ie6 only */
	min-height: 509px;	
	width: 463px;
	margin: 0;
	padding: 0;
	color: #350604;
	background: #e3f2f3;	
	text-align: left;
	overflow: hidden;	
}

html>body #cola, html>body #colb {
	height: auto; /* override ie6-only rules above */
}

/* Link color */
#cola a, #colb a {
	color: #350604;
}

#cola a:hover {
	background: #350604;
	color: #fff;	
}

#colb a:hover {
	background: #350604;
	color: #e3f2f3;	
}


/* col A (Main content) */
#cola h1 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#cola h2 {
	font-size: 15px;
	font-weight: bold;
}

#cola p, #cola li {
	font-size: 15px;
	line-height: 24px;
}

#cola ul, #cola ol {
	padding-left: 0;
	margin-left: 18px;
}

/* portfolio list */
#cola .portlist h2 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}
	
#cola .portlist h2 a {
	text-decoration: none;
	border-bottom: 1px dotted #718693;
}

#cola .portlist p {
	margin: 5px 0 15px 0;
	font-size: 12px;
	line-height: 18px;
}

#cola .portlist a {
	white-space: nowrap;
}

/* col b (right sidebar images) */
#colb img {
	float: left;
	display: inline; /* ie6 only */
}

#colb .scol {
	float: left;
	display: inline; /* ie6 only */
	width: 242px;
	margin: 18px 0 0 25px;
}

#colb .scolwide {
	width: 260px;
	margin-left: 35px;
}

#colb h3 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}

#colb p {
	margin: 9px 0 0 0;
	font-size: 14px;
	line-height: 22px;	
}

#colb blockquote {
	margin: 0;
	padding: 0;
}

#colb blockquote p {
	font-size: 18px;
	line-height: 30px;
}	

/* home page welcome zone (in cola) */
#welcome {
	height: 300px; /* height + margintop = 333px */
	margin-top: 33px;
	padding: 0 40px 0 50px;
}

#welcome h2 {
	margin: 0;
	padding: 0;
	height: 19px;
	width: 109px;
	background-image: url("images/welcome.gif");	
}

#welcome h2 span {
	display: none;
}

#welcome p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}

#welcome a {
	color: #fff;
}

#welcome a:hover {
	color: #43a6ad;
	background: #fff;
}


/* convenience classes */
.bot {
	border-top: 2px solid #fff;
}

.bob {
	border-bottom: 2px solid #fff;
}

.bor {
	border-right: 2px solid #fff;
}


/* footer */
#footer {	
	clear: both;
	width: 100%;
	background: #fff;
	color: #350604;
	font-size: 9px;	
}

#footer p {
	height: 12px;
	padding-top: 12px;
	margin: 0 0 0 20px;	
}

#footer a {
	color: #350604;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.adr {
	width: 250px;
	height: 24px;
	margin: -16px 0 0 624px;
	padding: 0;
	background-image: url("images/address-phone.gif");
}

#footer p.adr span {
	display: none;
}

#footer p.adr a {
	display: block;
	width: 250px;
	height: 24px;
}

/* Footer: Juxtaprose link */
p.juxta a {
	color: #999;
}

p.juxta span {
	font-style: italic;
}

/* overlay */

/* the overlayed element */
.simple_overlay {
	display: none;
	z-index: 10000;
	background-color: #333;	
	width: 675px;	
	min-height: 200px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url("images/close.png");
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 28px;
	width: 28px;
}

/* "next image" and "prev image" links */
.next, .prev {	
	/* absolute positioning relative to the overlay */
	position: absolute;
	top: 40%;	
	border: 1px solid #666;	
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 11px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left: 0;
	border-left: 0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right: 0;
	border-right: 0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration: underline;
	background-color: #000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility: hidden;		
}

/* the "information box" */
.info {
	padding: 10px 15px;
	color: #fff;
	border-top: 1px solid #666;
}

.info p {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

.info p strong {
	display: block;
	text-transform: uppercase;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position: absolute;
	top: 45%;
	left: 50%;
	display: none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background: #333 !important;
	background: rgba(0, 0, 0, 0.6) url("images/h80.png") repeat-x;		
}


