/* @override http://myd3.com/css/master.css */

*{
	margin: 0;
	padding: 0;
}
html, body{
	
	font: 14px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: #fff;
	width: 100%;
}
#wrapper{
	/*width: 700px;*/
	
	width: 90%;
	min-width: 700px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

a,a:link{
	text-decoration: none;
	color: #00395b;
}
a:hover{
	text-decoration: underline;
	color: #6790a8;
}

/* @group Header */

#header{
	height: 125px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#header h1 a{
	background: url(/images/logo.png) no-repeat;
	width: 200px;
	height: 130px;
	overflow: hidden;
	text-indent: -10000px;
	display: block;
	float: left;
	margin-top: -4px;
}
#header ul, #header ul li{
	list-style-type: none;
	float: left;
}

#header ul{
	margin-top: 106px;
	font: 18px/25px Futura, "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 25px;
}
#header ul li{
	margin-right: 25px;
}

#header ul li, #header ul li a{
	color: #6790a8;
	font-weight: normal;
	font-style: normal;
}
#header ul li a:hover, #header ul li a.active{
	color:  #00395b;
}

/* @end */

/* @group Tagline */

#tagline{
	clear: both;
	width: auto;
	height: 175px;
	padding-left: 225px;
	padding-top: 25px;

	background: url(/images/tagline.png) repeat-x right;

	padding-right: 25px;
}
#tagline h2{
	font: normal 60px/50px Futura, "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f4dccf;
	margin-top: 1px;
}
#tagline p{
	color: #fff;
	margin-top: 32px;
}



/* @end */

/* @group Content */

.content{
	float: right;
	min-width: 450px;
	max-width: 750px;
	position: absolute;
	padding-right: 25px;
	margin: 25px 5% 25px 225px;
}

.content.static {
	position: static;
	padding-right: 0;
	margin-right: 25px;
	margin-top: 0;
	float: none;
	clear: both;
}



.content h2 {
	font: normal 30px/25px Futura, "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5b331d;
	margin-bottom: 7px;
	margin-top: 1px;
}


.content p {
	margin-bottom: 25px;
}

/* @end */

/* @group Sidebar */
#sidebar{
	width: 175px;
	padding-top: 31px;
	margin: 0 25px 25px;
}

#sidebar h3{
	color: #5b331d;
		font: normal 18px/25px Futura, "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5b331d;
	margin-bottom: 7px;
}
#sidebar h3 a{
	color: #5b331d;
}

#sidebar ul{
	list-style-type: none;
	margin-top: -5px;
	margin-bottom: 23px;
}
#sidebar ul li{

}

/* @end */

/* @group Project */

.project {
	clear: both;
	margin-top: 25px;
	margin-right: 25px;
}

.project h3{
	color: #5b331d;
	font: normal 18px/25px Futura, "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #5b331d;
}

.project .screenshots{
	float: left;
	width: 175px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

.project .screenshots img{
}
.project .screenshots img{
	border: 1px solid #00395b;
}

/* @end */

/* @group Footer */
#footer{
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	
		width: 90%;
	min-width: 700px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}


/* @end */