

/*
* main.css
* @author JR Fabito
*/

@import url("resets.css");

/* Defaults */

body { 
	background: #d5dde0; 
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:hover {
	color: #138bd1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #59503f;
}

a:active {
	color: #2ad5ff;
}

b, strong { font-weight: bold; }

#container {
	width: 866px;
	margin: 0 auto;
}

/* --------------------- header			--------*/
#header {
	margin: 0 auto;
	padding: 33px 33px 33px 33px;
	width: 800px;
	float: left;
	background-color: #ccc9c2;
}

#header h1 {
	float: left;
	width: 512px;
	font-size:2.2em;
	height:35px;
}

#header h1 a {
	display: block;
	width: 378px;
}

#header #navigation {
	float: left;
}

#header ul {
	float: left;
}

#header #navigation li {
	float: left;
	width: 88px;
	height: 32px;
	margin-top: 3px;
	margin-left: 6px;
}

#header #navigation a {
	width: 88px;
	height: 29px;
	display: block;
	text-indent: -5000px;
}

#header #navigation a#work {
	background: url( "../images/nav_work.jpg" ) no-repeat top left;
}

#header #navigation a:hover#work, #header #navigation a#work.selected {
	background-position: 0 -31px;
}

#header #navigation a#about {
	background: url( "../images/nav_about.jpg" ) no-repeat top left;
}

#header #navigation a:hover#about, #header #navigation a#about.selected {
	background-position: 0 -31px;
}

#header #navigation a#blog {
	background: url( "../images/nav_blog.jpg" ) no-repeat top left;
}

#header #navigation a:hover#blog {
	background-position: 0 -31px;
}

/* --------------------- content			--------*/
#content {
	padding: 0px 33px 20px 33px;
	background: #ccc9c2;
	float: left;
	width: 800px;
	margin: 0 auto;
}

#content .project, #content #bio {
	padding: 10px 15px 15px 15px;
	background: #fdf9f0;
	border: 5px solid #91b4cf;
	margin: 0 0 15px 0;
	width: 760px;
	display: inline-block;
	float: left;
    clear: both;
}

#content #bio p.border {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #b8afa0;
}

#content .project h2, #content #bio h2 {
	color: #138bd1;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: .3px;
}

#content .project .projectImage {
	float: left;
}

#content .project .projectImage img {
	border: 5px solid #ccc9c2;
}

#content .project .projectImage a:hover img, #content .project .projectImage a:visited img{
	border: 5px solid #534741;
	width: 476px;
	height: 284px;
	display:block;
	background: url( "../images/screenshots.gif" ) left 15% no-repeat;
}

#content .project .projectInfo {
	float: left;
	width: 255px;
	margin-left: 15px;
	font-size: 11px;
	letter-spacing: .3px;
}

#content .project h3, #content #bio h3 {
	text-transform: uppercase;
	color: #a67c52;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .3px;
	margin-bottom: 3px;
}

#content .project .projectInfo p, #content #bio p, #content #bio ul, #content #bio li, #content #bio h4 {
	color: #666e73;
	line-height: 1.5em;
}

#content #bio p {
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: .3px;
}

#content #bio h3, #content #bio h4 {
	font-size: 11px;
	letter-spacing: .3px;
}

#content #bio ul, #content #bio li {
	font-size: 12px;
	letter-spacing: .3px;
}

#content #bio h4 {
	font-weight: bold;
}

#content #bio ul {
	margin-bottom: 10px;
}

#content .project .projectInfo ul {
	margin: 8px 0 11px 0;
}

#content .project .projectInfo li {
	line-height: 1.7em;
	letter-spacing: .3px;
	font-size: 10px;
	color: #666e73;
	border-bottom: 1px dotted #b8afa0;
}

#content .project .projectInfo a, #content .project .projectInfo a:link, #content .project .projectInfo a:visited {
	color: #138bd1;
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: .3px;
	padding-left: 12px;
	background: url('../images/win_b.gif') no-repeat top left;
}

#content .project .imageDetail {
	visibility: hidden;
	position: absolute;
	text-indent: -5000px;
}

/* --------------------- footer			--------*/

#footer {
	margin: 0 auto;
	margin-bottom: 0;
	background: #91b4cf;
	padding: 28px 33px 15px 33px;
	font-size: 11px;
	float: left;
	width: 800px;
}

#footer h4 {
	text-transform: uppercase;
	color: #534741;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .3px;
	margin-bottom: 3px;
}

#footer ul {
	
}

#footer #specialties, #footer #socialMedia, #footer #contact {
	width: 244px;
	margin: 0 15px 23px 0;
	float: left;
}

#footer #specialties {
	clear: left;
}

#footer #contact {
	width: 280px;
	clear: right;
	margin-right: 0px;
}

#footer li {
	line-height: 1.7em;
	letter-spacing: .3px;
	color: #44494d;
	border-bottom: 1px dotted #687e8c;
	width: 99%;
}

#footer a, #footer a:link, #footer a:visited {
	color: #44494d;
}

#footer #socialMedia a {
	background: url( '../images/win_g.gif' ) no-repeat top left;
	padding-left: 12px;
}

#footer #legal {
	font-family: Arial, sans-serif;
	border-top: 2px solid #138bd1;
	clear: both;
	padding: 15px 0 0 0;
	color: #687e8c;
}

#footer #legal p {
	width: 518px;
	float: left;
}

#footer #legal ul {
	float: left;
	width: 275px;
}

#footer #legal li {
	float: left;
	width: 60px;
	border: none;
}

#footer #legal a, #footer #legal a:link, #footer #legal a:visited {
	color: #687e8c;
	font-weight: bold;
}

/* --------------------- font stylings	--------*/
.infoLabel {
	color: #b8afa0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .3px;
}

.contactLabel {
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .3px;
	color: #687e8c;
}

@import url("toolbox.css");