/* Custom Styles */

body,html,table,td,a {
	font-family: 'Questrial', sans-serif;
	color: #505052;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#homepage {
	
}

#panel {
	font-size: 32px;
	margin: 100px 100px 50px 230px;
	overflow: auto;
	min-width: 755px;	
}

#what {
	float: left;
	width: 200px;
	margin-right: 55px;
	margin-bottom: 50px;
	font-size: 16px;
	text-align: right;
}

#what .callout {
	text-transform: uppercase;
}

#what li {
	margin-bottom: 7px;
}

#logo {
	float: left;
	width: 200px;
	margin-top: 110px;
}

.logo-image {
	width: 150px;
}

#info {
	float: left;
	width: 250px;
	margin-top: 138px;
}

#info h1 {
	font-size: 19px;
	margin-bottom: 20px;
}

#info .bit {
	font-weight: normal;
	font-size: 16px;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

#info .bit .label {
	float: left;
	width: 30px;
	font-weight: bold;
}

#info .bit .info {
	float: left;
}

#projects {
	clear: both;
}

#projects h2 {
	font-size: 20px;
	padding: 20px 0 20px 270px;
	background-color: #eee;
	color: #ddd;	
}

#projects h2 span {
	padding-left: 195px;
}

#projects #projects-wrapper {
	padding: 0 0 150px 225px;
	width: 850px;	
}

#projects #projects-wrapper h3 {
	font-size: 19px;
	margin: 90px 0 0;
}

#projects #projects-wrapper p {
	font-size: 14px;
	line-height: 20px;
}

#projects #projects-wrapper .gallery {
	margin: 30px 0 0 0;
}

#projects #projects-wrapper .gallery-item {
	margin: 0 15px 0 0;
	width: inherit;
	opacity: .75;
}

#projects #projects-wrapper .gallery-item:hover {
	opacity: 1;
}

#projects #projects-wrapper .gallery-item img {
	border: none;
	border-bottom: 10px solid #ccc;
}

#projects #projects-wrapper .gallery-item img:hover {
	border-bottom-color: #aaa;
}