/*  
 Originally created by Jason Fuller, (c) copyright 2008
 
 portfolio 299+
 footer 340+
*/

body {
	background: #3D3D3D; 
	color: #010101;
	margin: 0;
	font-family: georgia, "times new roman", serif;
	font-size: 80%;
	text-align: left;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}

/* centering and framing */
#wrap {
	position: relative;
	height: inherit;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: #fff;
}

/* masthead */
#masthead {
	position: relative;
	width: 900px;
	height: 110px;
	background: #fff;
}

#masthead h1 {
	padding-top: 10px;
	padding-left: 45px;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
	color: #7B96B1;
	font-size: 3.0em;
	z-index: 100;
	background: #fff;
}

#masthead h1 span {
	display: none;
}

#crest {
	position: absolute;
	top: 5px;
	left: 880px;
}

#contact {
	position: absolute;
	top: 20px;
	left: 703px;
	z-index: 100;
	background: #282828;
	padding: 15px 15px 5px 15px;
	width: 230px;
	height: 60px;
	border: 1px solid #515050;
	text-align: center;
}

#contact p,a {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.9em;
}

#contact a:hover {
	color: #C0D1BD;
	text-decoration: underline;
}

#blackbar {
	position: absolute;
	top: 110px;
	left: 0px;
	background: #1C1C1C;
	width: 100%;
	height: 50px;
}

#greenbar {
	position: absolute;
	top: 161px;
	left: 0px;
	background: #C0D1BD;
	width: 100%;
	height: 120px;
}

.blue {
	position: absolute;
	top: 80px;
	left: 690px;
}

.blue a {
	color: #7B96B1;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding-bottom: 1px;
	border-bottom: 1px dotted #2C435A;
}

.green {
	position: absolute;
	top: 80px;
	left: 790px;
}

.green a {
	color: #C0D1BD;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding-bottom: 1px;
	border-bottom: 1px dotted #2C435A;
}

.toprtbox {
	position: absolute;
	top: 0px;
	left: 670px;
	width: 330px;
	height: 110px;
	background: #1c1c1c;
}

/* nav1 */
#nav1 {	
	width: 1000px;
	list-style: none;
	height: 51px;
    margin: 0; 
	padding: 0px 0px 0px 40px; /*top, right, bottom, left*/ 
	background: #1C1C1C;
}

#nav1 li {
	float: left;
	display: inline;
	margin-top: 0px;
	margin-left: -1px;
	padding: 10px 0 0 0;
	height: 39px;
	background: #2C435A;
	border: 1px solid #BDBAAF;
}

#nav1 li a {
	color: #8D8774;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px;
	width: 100px;
}

#nav1 li a:hover {
	color: #1C1C1C;
}

.about #about, .port #port, .resume #resume {
	background: #fff !important;
	border-bottom: 1px solid #fff;
}

/* main */
#main {
	position: relative;
	margin: 0;
	padding: 10px 0 30px 40px;
	width: 900px;
	background: #fff;
}

#main .text {
	margin: 20px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 0;
	width: 550px;
	line-height: 2.0em;
	/*border-right: 1px dotted #000;*/
}

h2 {
	margin: 20px 0px 10px 0px; /*top, right, bottom, left*/
	padding: 5px 0px 10px 0px; /*top, right, bottom, left*/
	color: #7B96B1;
	font-size: 2.1em;
	font-variant: small-caps;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	width: 920px;
}
 
h3 {
	margin: 20px 0px 20px 0px; /*top, right, bottom, left*/
	padding-top: 20px;
	padding-bottom: 8px;
	width: 440px;
	color: #7B96B1;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
}

#main p {
	font-size: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
}

#main a {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 1px dotted #C0D1BD;
	color: #2C435A;
	text-decoration: none;
}

abbr { 
  cursor: help; 
  border-bottom : 1px dotted #99cc66; 
  font-style : normal;
}

#main a:hover {
	color: #7B96B1;
	border-bottom: 1px dotted #7B96B1;
}

.about h4 {
	margin-bottom: 15px;
	padding: 20px 0 5px 0 !important;
	border-bottom: 1px solid #cccccc;
	width: 600px;
}

.leftimg {
	float: left;
	margin: 8px 20px 0 0;
	color: #1c1c1c;
}

/* home page resources */
.browser {
	margin: 0 0 10px 0;
	padding: 0;
}

.browser li {
	display: inline;
	padding-right: 10px;
}

.browser li a {
	border-bottom: none !important;
}

.recog a {
	line-height: 3.3em;
	padding: 12px 5px 12px 5px;
}

.recog a:hover {
	position: relative;
	color: #fff !important;
	/*background: #495866;*/
	background-image: url("images/background.gif");
	padding-top: 12px;
	padding: 12px 5px 12px 5px !important;
}

/* sidebar */
#sidebar {
	position: absolute;
	top: 100px;
	left: 670px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

#sidebar img {
	border: 1px solid #2C435A;
}

#sidebar img:hover {
	border: 1px solid #7B96B1;
}

.colb p {
	margin: 0;
	padding: 0;
}

#sidebar .colb ul {
	margin: 15px 0 7px 0;
	padding: 0 0 0 20px;
}

#sidebar .colb li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	line-height: 2.0em;
}

#sidebar h4 {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
}

/* portfolio */
#portwrap {
	margin-top: 30px;
	background: #1c1c1c;
	width: 920px;
}

.portfolio {
	position: relative;
	margin: 0 0 0 65px;
	padding: 0 0 25px 0;
	width: 790px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.design .portfolio {
	position: relative;
	margin: 30px 0 0 0px;
	padding: 0 0 25px 0;
	width: 920px;
	color: #fff;
	background: #1c1c1c;
}

.rtside {
	padding-left: 100px;
}

.port h2 {
	margin: 0;
	padding-top: 17px;
}

h2 a {
	border-bottom: none !important;
	color: #C0D1BD !important;
}

h2 a:hover {
	color: #7B96B1 !important;
}

.development #web, .design #design {
	color: #7B96B1 !important;
}

h4 {
	margin: 0;
	padding: 20px 0 0 0px;
	font-size: 1.4em;
	font-weight: normal;
	color: #7B96B1;
}

.smfo {
	color: #fff !important;
	font-size: 0.85em !important;
}

.portimg {
	margin-left: 20px;
	border-bottom: none !important;
}

#nobor {
	border-bottom: none;
}

.development .portfolio img {
	margin: 20px 0 0 0px;
	padding: 5px;
	border: 5px solid #282828;
}

.development .portfolio img:hover {
	padding: 5px;
	border: 5px solid #515050;
}

.development .portfolio ul {
	position: absolute;
	top: 110px;
	left: 450px;
	margin: 0;
	padding: 0;
}

.development .portfolio li {
	margin: 0 0 0 15px;
	padding: 5px;
	font-size: 1.2em;
	list-style-type: square;
	line-height: 2.5em;
}

.development .portfolio p {
	position: absolute;
	top: 20px;
	left: 700px;
	margin: 0;
	padding: 0;
}

.portfolio a {
	color: #C0D1BD !important;
}

.portfolio a:hover {
	color: #fff !important;
}

.design .portfolio {
	height: 700px;
}

#bigimage {
	position: absolute;
	top: 80px;
	left: 270px;
}

#bookmark {
	margin-left: 200px;
}

.illus1 {
	margin-left: 100px;
}

#info {
	position: absolute;
	top: 30px;
	left: 270px;
	width: 600px;
	text-align: right;
	font-size: 0.85em;
	font-weight: bold;
}

#info5, #info6 {
	margin-right: 65px;
}

#info7, #info8 {
	margin-right: 48px;
}

.thumbs {
	position: absolute;
	top: 50px;
	left: 0px;
}

.thumbs .cola {
	float: left;
	margin: 15px;
	padding: 15px 0 0 20px;
}

.thumbs .colb {
	float: left;
	margin: 15px;
	padding: 15px 0 0 15px;
}

.thumbs li {
	margin: 0;
	padding: 30px 0 0 0;
	list-style-type: none;
}

a.thumbbox {
	display: block;
	padding: 10px;
	width: 50px;
	height: 60px;	
	border: 1px solid #D5D0CC;	
}

a:hover.thumbbox {
	border: 1px solid #7B96B1;
}

.imagebox
{
	display: none;
}

#lg1 {
	display: none;
}

.info {
	display: none;
}

.blue {
	color: #7B96B1;
}

/* resume */
.resume #main {
	margin-left: 15px;
}

.inside ul {
	margin: 0;
	padding-left: 20px;
	width: 680px;
}

.inside li {
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 2.3em;
	list-style-type: disc !important;
}

.resume h3 {
	font-size: 1.7em;
	margin-bottom: 15px;
	padding: 10px 0 5px 0 !important;
	border-bottom: 1px solid #cccccc;
	width: 700px;
}

.resume #main p {
	margin: 0;
	padding: 0;
	width: 700px;
	line-height: 2.0em;
}

.mbot {
	padding-bottom: 17px !important;
}

h5 {
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 1.3em;
	font-weight: normal;
}

p.quote {
	font-family: "times new roman";
	margin: 0 0 30px 0;
	line-height: 1.8em;
	color: #2C435A;
	width: 250px;
	text-align: justify;
}

/* footer */
#footer {
	padding-top: 10px;
	background: #1c1c1c;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer p {
	margin: 0;
	padding: 10px 0 20px 0;
	line-height: 2.0em;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fafafa;
	text-decoration: none;
}

/* javascript dropdown styles */
#dropmenudiv{
position: absolute;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px arial;
line-height: 18px;
z-index: 100;
}

#dropmenudiv a{
width: 97px !important;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #2C435A;
}

#dropmenudiv a:hover{
background-color: #C0D1BD;
}