/*//////////////////////
BASIC
////////////////////*/


body {
	overflow-x:hidden; 
	overflow-y:auto; 
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#3B220E;
	border:none;
	font-size:75%;
	color:#575757;
	}
	
img {
	text-decoration:none;
	}
	

h1 	{
	color: #6a9913;
	}
	
p {line-height:1.2em;}
	
p.menu {
	margin-top:5px;
	vertical-align:bottom;
	text-align:left;
	font-size:110%;
	font-weight:normal;
	padding:3px;
	}
p.menu a {
	padding-right:20px;
	text-decoration:none;
	}
p.menu a:hover {color:#B2DC64;}	

.green {
	color:#6a9913;}
	
p.copyright {
	color: #575757;
	text-align: right;
	padding: 5px 48px 0 0;
	margin:0;
	border:0;
	font-size:75%;
	}

a:link {color: #6a9913; text-decoration: none;}
a:visited {color: #6a9913; text-decoration: none;}
a:hover {color: #B2DC64; text-decoration: none;}
a:active {color: #B2DC64; text-decoration: none;}

	
/* Structure */

#site {
	position:relative;
	width:837px; 
	margin-left:auto; 
	margin-right:auto; 
	display:block;
	text-align:left;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
	
#header {
	width:837px; 
	height:61px;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
	clear:both;
	margin-bottom: 15px;
	}
	
#menu {
	float:right;
	background-image: url(images/menubg.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-top: 15px;
	display:inline;
	width:396px;
	height:46;
	}

#stage {
	width:837px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:35px;
	text-align:left;
	border:0; 
	clear:both;
	}
	
#stage img {
	border:1px solid #b2b2b2;
	}

#stageleft {
	width:560px; 
	margin-left:48px; 
	margin-top:55px;
	padding-bottom:35px;
	text-align:left;
	border:0; 
	}

#stageleft img {
	margin:10px 0 10px 0;
	}

#stageright {
	position:absolute;
	top:115px;
	right:0px;
	width:200px; 
	text-align:left;
	border:0;
	}
	
#copyright {
	width:837px;
	height:49px;
	background-image:url(images/bodyfooter.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#3B220E;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	border:0;
	clear:both;
	}
	

/*//////////////////////
PORTFOLIO
/////////////////////*/


#portmenu {
	margin:15px 0 20px 35px;
	padding:15px;
	border:0;
	width:155px;
	background-color:#f3f6ec;
	float:left;
	display:inline;
	}
	
.portcolumn {
	width:150px;
	margin-left:15px;
	margin-top:10px;
	float:left;
	display:inline;
	}

.portcase {
	margin-left:5px;
	}
	
#port-piece {
	width:550px;
	margin-left:240px;
	padding-top:5px;
	margin-bottom: 20px;}
	
#port-piece img {
	border:none;
	margin-bottom:10px;
	}

#aboutnav {
	padding:8px 0 25px 48px;
	text-align:left;
	font-size:90%;
	font-weight:bolder;
	}
	
#project {
	width:562px;
	height:402px;
	} 

.portabout {
	color:#575757;
	font-size:85%;
	}
	
.nextpro {
	font-size:95%
	font-weight:bolder;
	}
	
/* PORTFOLIO MENU /////////*/

ul#portmenu {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
ul.portmenu ol {
	list-style-type:none;
	margin:0;
	padding-bottom:8px;
	color:#575757;
	padding-left:0;
	font-size:65%;
	}
		
ul.portmenu li, ul {
	list-style-type:none;
	color:#6a9913;
	margin:0;
	padding:0;
	font-weight:bolder;
	line-height: 1.2em;
	font-size: 115%;
	}
		
ul.portmenu a {
	list-style-type:none;
	text-decoration:none;
	outline:none;
	margin:0;
	padding:0;
	color:#575757;
	font-weight:normal;
	}
ul.portmenu a:hover {
	list-style-type:none;
	color:#6a9913;
	margin:0;
	padding:0;
	}
ul.portmenu a:active {
	list-style-type:none;
	color:#6a9913;
	margin:0;
	padding:0;
	}
	

/*//////////////////////
ABOUT
////////////////////*/


.aboutHead {
	margin:0px 250px 5px 48px;
	font-size:90%;
	color:#6a9913;
	font-weight:bolder;
	}
	
.about {
	margin:0px 250px 0px 48px;
	color:#575757;
	font-size:85%;
	}
	
.contacthead {
	margin:30px 50px 5px 48px;
	}
	
.contact {
	margin:0px 50px 0px 48px;
	color:#575757;
	}

.aboutme {
	margin:0px 48px 10px 48px;
	color:#575757;
	font-size:85%;
	}
	
.fancy_form {
	color: #000000;
	background: #f3f6ec;
	border: 3px solid #f3f6ec;
	}


	
/*//////////////////////
BLOG
/////////////////////*/

.date-header {
	color:#575757;
	font-size:85%;
	margin:0;
	}
.post-title {
	color:#6a9913;
	font-size:110%;
	font-weight:bolder;
	}
.post-body {
	color:#575757;
	font-size:85%;
	}
.post-footer {
	color:#adadad;
	font-size:75%;
	}


/*//////////////////////
NEWSLETTER FORM
/////////////////////*/
input.txt, label, select {
	float: left;
	display: inline;
	width: 100%;
	padding: 2px;
	color: #666666;
}

label {
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
	font-size: 11px;
}

input.txt, select {
	margin-bottom: 10px;
	border: 1px solid #999999;
}

input.btn {
	float: right;
	padding: 2px;
	background-color: #789830;
	color: #FFFFFF;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.required {
	color: #FF0000;
}