@charset "utf-8";
/*
You may look, learn and apply the basic elements of this stylesheet for own use, but you 
may not copy the design, which is the copyright of Make3.biz LLC and may not be reporduced.
--------------------------------------------

Make3.biz LLC Main stylesheet
-------------------------------------------- */

/* Normalizing browser styles
-------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul, li {
	list-style: none;
}

/* Layout -------------------------------------*/
html {
	background: #322540 url(graphics/m3bSidebarFix.gif) no-repeat fixed;
}

body {
	width: 100%;
	font: 75%/130% Trebuchet,Verdana,Arial,Helvetica,sans-serif;
}

body#portfolio {
 	background: transparent url(graphics/m3bBodyRight.gif) no-repeat;
	background-position: 949px 0;
}

div#wrap {
	width: 100%;
}

/* Fonts and Links -------------------------------------*/
p {
	color : #cfbe95;
}

p b {
	color: #cfbe95;
	font: bold 120%;
}

a:link, a:visited {
	color : #ff8100;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

a:active, a:hover {
	color : #ff8100;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* Header -------------------------------------*/
div#header {
	width: 949px;
	height: 527px;
	text-align: left;
	position: relative;
}

div#header h1 {
	width: 949px;
	height: 527px;
	background: url(graphics/m3bHeaderLeft.gif) no-repeat;
	text-indent: -9000px;
	position: absolute;
}

div#m3bIntro {
	position: absolute;
	margin: 450px 0 0 460px;
}

div#m3bIntro p {
	color:#ffb604;
	font: 100% bold Corbel,Hobo Std,Trebuchet,MSTrebuchet MS,Arial,Helvetica,sans-serif;
	line-height:125%;
	width: 470px;
}

/* Content Wrap  -------------------------------------*/
div#contentWrap {
	width: 949px;
}

div#contentEnd {
	width: 949px;
	height: 1px;
	clear: both;
}

/* Content Sidebar -------------------------------------*/
div#sidebar {
	width: 200px;
	float: left;
	position: relative;
}
div#sidebarTop {
	width: 200px;
}

/* Content Main Portfolio -------------------------------------*/
div#content {
	width: 747px;
	float: right;
	border-right: solid #4d3e4d 1px;
	border-left: solid #4d3e4d 1px;
	background: url(graphics/portfolioBckgrnd.gif) repeat-y;
}
div#portfolio{
	width: 747px;
}
.project {
	padding: 20px 0 0 110px;
	background:url(graphics/portfolioBullet.gif) no-repeat;
	margin-bottom: 40px;
}
.project p {
	color: #cfbe95;
	font : 110% Trebuchet MSTrebuchet MS,Arial,Helvetica,sans-serif;
	padding: 3px 25px 0 0;
}

#redesign {
	color:#ffb604;
}

.url {
	margin: 15px 0 0 0;
}
.project img {
	margin-top: 10px;
}

/* footer -------------------------------------*/
div#footer {
	width: 949px;
	height: 271px;
}



