@charset "UTF-8";

* {
	padding:0;
	margin:0;
}
body {
	background-image: url(../images/header-bgd.gif);
	background-repeat: repeat-x;
	background-color: #DBE3CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: 0px;
	
}

a {
	color: #6E2405;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/*Header*/

#header img {
	padding-top: 10px;
	padding-left: 20px;
}
#header {
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	height: 265px;
	top: 0px;
	background-image: url(../images/header-gray-leaves.jpg);
	background-position: 125px 0px;
}
#header #call {
	width: 350px;
	position: absolute;
	right: 0px;
	text-align: right;
	color: #B79021;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	top: 0px;
}

#header #call a {
	color: #B79021;
}


/*Navigation*/

#header ul {
	list-style-type: none;
	bottom: 10px;
	position: absolute;
	right: 0px;
}

#header li {
	display:inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBE3CE;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#header li a {
	color:#DBE3CE;
	text-decoration:none;
	
}

#header li a:hover {
	color:#B79021;
		
}

#header li.first, #footer li.first {
	border:0;
	
}


/*Main Layout*/

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 0px;
}

#main {
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-y;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	text-align: left;
	position: relative;
}



#main #stage, #main #full-stage {
	width: 500px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 20px;
	position:relative;
}

#main #stage ul {
	padding-left: 30px;
	padding-top: 10px;
}

#main #stage ul li {
	background-image: url(../images/bullet-leaf.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 20px;
	/*font-size: 14px;*/
	color:#6d6d6c;
	font-weight:bold;
}

#main #stage ul li a {
	color: #6d6d6c;
	text-decoration:underline;
}

#main #stage ul li a:hover {
	color:#6E2405;
}


#main #full-stage {
	width:100%;
}
#main #sidebar {
	float: right;
	width: 275px;
	top: 0px;
	position: absolute;
	right: 0px;
}

div.lightbox {
	padding: 15px 0 15px 75px;	
}


div.lightbox a img.portfolio {
	border: 3px solid #EDF1E7;
}

div.lightbox a:hover img.portfolio {
	border: 3px solid #6E2405;
}

.portfolio {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#fadeshow1 {
	margin: auto;
	position: relative;
}


.photo-lft {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #000;
}

#left-main {
	position:relative;
	z-index:5;
}

#left-main h2 {
	color:#6d6d6c;
	margin-bottom:0;
	padding-bottom:0;
}


/*Rounded Boxes*/

#main #sidebar .rounded {
	background-color: #B7C59B;
	margin-bottom:20px;
	background-image: url(../images/rounded/tl-arrow.png);
	background-repeat: no-repeat;
}

#sidebar .rounded .tr {
	position: absolute;
	top: 0px;
	right: 0px;
}
#sidebar .rounded .tl {
	position: relative;
	left: 0px;
	top: 0px;
}

#sidebar .rounded .br {
}

#sidebar .rounded p, #sidebar .rounded h1 {
	padding: 15px 0 0 60px;
	margin: 0;
}

#sidebar .rounded h2 {
 	padding: 0 0 0 60px;
}
#sidebar .rounded div.bottom {
	background-image: url(../images/rounded/bl.png);
	background-repeat: no-repeat;
	text-align: right;
}

#sidebar .rounded #example {
	background-color: #839367;
	text-align:center;
	margin-top: 15px;
	height: 153px;
}

#sidebar .rounded #example img {
	margin-left: auto;
	margin-right: auto;
	width: 221px;
	height: 153px;
}

#sidebar .dowitcher, #sidebar .consult {
	background-image: url(../images/rounded/dowitcher_bgd.png);
	height: 90px;
	width: 254px;
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px;
	margin-bottom: 20px;
}

#sidebar .dowitcher h1, #sidebar .consult h1 {
	padding-top: 40px;
	margin-bottom:0;
}

#sidebar .consult {
	background-image: url(../images/rounded/consult_bgd.png);
}

#sidebar .social-media {
	font-weight:bold;
	color: #6E2405;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 15px;
}

/*Transparency*/

.transparent {
	background-color: #FFFFFF;
	position:absolute;/*needs to be absolute*/
	top:0;/*Spreads this class across its container(main in this case)*/
	left:0;
	right:0;
	bottom:0;
	z-index:0;/*position on the stack. pushes ft behind the other children*/
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}




/*Type*/

.bold {
	font-weight:bold;
}

.highlight {
	font-weight:bold;
	color: #6E2405;
	font-size: 14px;
}




h1 {
	color: #6E2405;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	color: #B79021;
	font-weight: bold;
	font-size: 14px;
}


/*Footer*/

#footer {
	font-size:11px;
	width: 900px;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
	left: 0px;
}

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

#footer a:hover {
	color:#6E2405;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 5px;
	padding-left: 5px;	
}
