@charset "utf-8";
/* jonweigand.com css doc */



/* site BEGIN */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: url(../images/site/backgrounds/BKGD_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	}
a, a:visited, a:active, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
a:hover {
	color: #f9be05;
	}
.arrows {
	color: #f9be05;
	padding-right: 5px;
	}
#main_wrapper {
	width: 648px;
	margin: 0 auto;
	padding-top: 20px;
	}
#min_horiz_divider {
	background: url(../images/site/common/GFK_mini_horiz_divider.png);
	background-repeat: no-repeat;
	padding: 0px 0px 16px 0px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
	width: 600px;
	float: left;
	}
p { 
	margin-bottom: 1em;
	}
	
h2 {	font-size: 1em;
	color: #888888;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal;
	}
	

h3 {	font-size: 1em;
	color: #ffffff;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 90px 90px;
	float: left;
	}
	
	
/* site END */



/* header & nav BEGIN */
#header_wrapper {
	background: url(../images/site/backgrounds/BKGD_header_01.png);
	background-repeat: no-repeat;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 684px;
	float: left;
	}
#header_wrapper h2 {
	font-size: 1px;
	text-indent: -999px;
	}
#navigation {
	width: 684px;
	background:url(../images/site/backgrounds/BKGD_nav.gif);
	background-repeat: no-repeat;
	/* No background color is present beacuse of IE6. */
	/* The height of BKGD_nav.gif takes the place of this color */
	padding: 0px 0px 0px 60px;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	float: left;
	}
ul#top-nav {
	width: 684px;
	overflow:hidden;
	padding: 0px 50px 0px 0px;
	list-style:none;
	/* text-transform:uppercase; */
	/* font-variant: small-caps; */
	font-weight:bold;
	}
ul#top-nav li {	
	float:left;
	float:left;
	position:relative;
	line-height:30px;
	}
ul#top-nav li a {	
	color:#fff;
	padding: 7px;
	text-decoration:none;
	}	
ul#top-nav li a:hover {
	color: #32CD32;
}
ul#top-nav li a .nav_active {	
	background:url(../images/site/backgrounds/BKGD_link_active.gif);
	color:#fff;
	padding: 7px;
	text-decoration:none;
}	
.nav_active {
	background:url(../images/site/backgrounds/BKGD_link_active.gif);
	}
/* header & nav END*/



/* MAIN BLOCK BEGIN */
#main_block {
	width: 684px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
#main_block_content {
	position: relative;
	line-height: 1.30em;
	}
#main_block_base {
	background:url(../images/site/common/BKGD_fray_png_001.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 30px 0px;
	min-height: 42px;
	height:auto !important;
	height: 42px;
	width: 684px;
	float: left;
	}
/* MAIN BLOCK END */





/* pages BEGIN - control the BG image per page */
.BKGD_portfolio {
	background:url(../images/site/backgrounds/BKGD_portfolio2.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	}
.CONTENT_portfolio {
	width: 320px;
	margin: 20px 0px 00px 40px;
	}
	
/* pages END */





/* FOOTER BEGIN */
#footer_wrapper {
	margin: 0 auto;
	padding: 0px 0px 90px 90px;
	float: left;
	}
#footer {
	font-size: 10px;
	color: #444444;
	line-height: 15px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 520px;
	padding: 7px 0px 0px 5px;
	float: left;
	}
#footer a {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	}
.footer_logo {
	float: left;
	}
/* FOOTER END */





/* PORTFOLIO BEGIN */
#port_wrapper {
	width: 450px;
	margin: 0px 0px 10px 0px;
	float: left;
	}
#port_portfolio {
	width: 600px;
	float: left;
	}
/* PORTFOLIO END */



/* porfolio styles BEGIN */
#portfolio_wrapper {
	width: 700px;
	margin: 0px 0px 0px 40px;
	float: left;
}
#portfolio_item {
	float: left;
	min-height: 150px;
	height: auto !important;
	height: 250px;
	width: 190px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	positon: absolute;
}
#portfolio_item img { 
border: 2px solid #fff;
margin: 0px 0px 5px 0px;
}
#portfolio_item a img {
border: 2px solid #fff;
margin: 0px 0px 5px 0px;
}
#portfolio_item a:hover img {
border: 2px solid #32CD32;
margin: 0px 0px 5px 0px;
}
.item_title {
font-weight: bold;
color: #f9be05;
}
.portfolio_title {
font-size: 12px;

font-weight: bold;
color: #f9be05;
}
/* porfolio styles END */
