

/*-------------------------------------------------

		Wonk Factory V 3.0
		CSS Prepared by: Lucas Bombardier
		Last Modified: 2011-01-28		

---------------------------------------------------*/


/*------ Global ------*/

body, p, h1{
	margin:0;
}


/*------ Header ------*/

#header {
	height:165px;
	width:100%;
	background-image:url(slices/background.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#logo {
	width:860px;
	height:165px;
	background-image:url(slices/topper.jpg);
	background-repeat:no-repeat;
	margin:auto;
	clear:both;
}

#menu {
	width:265px;
	height:37px;
	float:right;
	margin:0 12px 0 0;
	text-align:left;
}

#menu a span{
	display:none;
}
/*
#menu a:link, #menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

#menu a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#375F94;
	text-decoration:none;
}
*/

/*------ Content ------*/

.content {
	width:875px;
	min-height:720px;
	margin:auto;
	margin-bottom:30px;
	clear:both;
}

#definition {
	background-image:url(slices/definition.gif);
	background-repeat:no-repeat;
	width:860px;
	height:120px;
	clear:both;
}

.row {
	width:860px;
	float:left;
	margin:0;
	min-height:300px;
}

.row p {
	margin:0;
}

.description {
	width:225px;
	height:75px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0 0 10px 25px;
	text-align:left;
	line-height:17px;
}


.description p {
	font-style:italic;
	line-height:18px;
	color:#333333;
	font-size:12px;
	margin:7px 0;
}

.description p span {
	font-size:10px;
/*	font-style:normal;*/
}

.description h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#375F94;
}

.description a:link, .description a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}

.description a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#375F94;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}

.thumb1 {
	width:297px;
	float:left;
	min-height:250px;	
}

.thumb2 {
	width:297px;
	float:left;
	min-height:250px;	
}

.thumb3 {
	width:266px;
	float:left;
	min-height:250px;	
}


/*------ Footer ------*/

#footer {
	height:200px;
	width:100%;
	background-image:url(slices/footer-back.png);
	background-repeat:repeat-x;
	clear:both;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	line-height:19px;
	margin:0;
}

#footer a:link, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#links {
	width:860px;
	height:200px;
	background-image:url(slices/footer.png);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}


.linkWrapper {
	height:150px;
	width:150px;
	margin:37px 0 0 280px;
	float:left;
}

.footnote {
	height:40px;
	width:250px;
	margin:115px 0 0 0;
	float:right;
	text-align:right;
	line-height:20px;
}


/*------ About Us ------ */

.intro{
	float: left;
	margin: 20px 0 0 0;
	min-height: 150px;
	width: 820px;
	padding:0 20px 0 20px;	
}

.intro h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:22px;
	color:#375F94;
	margin:0;
}

.intro p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:20px;
	margin:15px 0 0 0;
}

.profile-lucas{
	float:left;
	min-height: 175px;
	width: 380px;
	padding:225px 0 0 0;
	background:url(slices/lucas.jpg) no-repeat;
	margin-left:20px;
}

.profile-chad{
	float: right;
	min-height: 175px;
	width: 380px;
	padding:225px 0 0 0;
	background:url(slices/chad.jpg) no-repeat;
	margin-right:20px;
}

.profile-lucas h1, .profile-chad h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:18px;
	color:#000000;
	margin:0;
}

.intro a:link, .intro a:visited, .profile-lucas a:link, .profile-lucas a:visited, .profile-chad a:link, .profile-chad a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#375F94;
	margin:0;
	text-decoration:none;
}

.intro a:hover, .profile-lucas a:hover, .profile-chad a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#333333;
	margin:0;
	text-decoration:underline;
}

.profile-lucas p, .profile-chad p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin:6px 0 12px 0;
	line-height:20px;
}







