﻿/* GLOBAL...........................................................*/
html, body 
{
	background-color:#28376b;
	margin:0;
	background-image:url(../images/contentBG.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Trebuchet MS, Sans-Serif;
	font-size:12.5px;
	color:#282828;
	height:100%; 
}
#container
{
	width:660px;
	min-height:100%;
	margin: 0 auto;
}
#topNav
{
	width:660px;
	height:80px;
	margin:8px 0 8px 0	
}
#logo
{
	width:200px;
	float:left;	
}
#nav
{
	width:460px;
	float:left;
	text-align:right;
}
#serviceList
{
	margin:0 0 16px 0;
	list-style-type:square;
}
#serviceList li
{
	list-style-type:square;
	padding-bottom:8px;
	font-weight:bold;
}
#serviceList ul li
{
	list-style-type:none;
	font-style:italic;
	font-weight:normal;
	padding:0;
}
#nav li
{
	display:inline;
	letter-spacing:3px;
	padding-left:50px;
}
#skills
{
	width:660px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:center;
}
#skills ul
{
	list-style:none;
	margin: 0;
	padding: 5px 0 5px 0;
}
#skills li
{
	display:inline;
	padding-right:5px;
	padding-left:5px;
}
#skills li.current
{
	display:inline;
	padding-right:5px;
	padding-left:5px;
	background-color:#eee;
}
#featurePic
{
	width:660px;
	padding:1px 0 1px 0;
	margin-top:10px;
	height:325px;
}
#footer
{
	width:700px;
	height:63px;
	margin-top:-63px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align:center;
	color:#fff;	
	font-size:11px;
}
/* home page */
#contentHome
{
	width:350px;
	float:left;
}
#coburnVideo
{
	width:310px;
	float:left;
	text-align:right	
}

/* projects main */
#projectMenu
{
	width:660px;
	text-align:center;
}
.projectRow
{
	width:660px;
	height:110px;
	margin:5px 0 5px 0;
	text-align:center;
	padding-left:30px;
	overflow:auto;
}
.projectTitle
{
	width: 300px;
	height:60px;
	float:left;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	border-left:solid 1px #aaa;
	background-color:#eee;
	padding-top:38px;
}
.projectImg
{
	width:300px;
	float:left;
}

/* project pages */
#portPicHolder
{
	width:520px;
	float:left;
}
#portNav
{
	width: 140px;
	float:left;	
}

/* FONT...........................................................*/
h5
{
	color:#403e38;
	letter-spacing:4px;
}
p
{
	line-height:24px;	
}

/* LINK...........................................................*/
a img
{
	border:0;
}
#nav a:link, #nav a:active, #nav a:visited
{
	color:#28376b;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}
#nav a:hover
{
	color:#28376b;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	background-color:#eee;
}
#skills a:link, #skills a:active, #skills a:visited
{
	color:#28376b;
	text-decoration:none;
	font-weight:bold;
}
#skills a:hover
{
	color:#28376b;
	text-decoration:none;
	background-color:#eee;
	font-weight:bold;
}
#footer a:link, #footer a:active, #footer a:visited
{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#footer a:hover
{
	color:#fff;
	text-decoration:underline;
	font-size:11px;
}
.projectTitle a:link, .projectTitle a:active, .projectTitle a:visited
{
	color:#28376b;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
}
.projectTitle a:hover
{
	color:#28376b;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	background-color:#ddd;
}


