@charset "UTF-8";
/* CSS Document */

* {
	list-style-type: none;
	outline:none;
}

body {
	
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	
	font-family: "Century Gothic", "Helvetica", sans-serif;
	font-size:10px;
	text-align:center;
}

a {
	outline: none;
	
}

img {
	border-style:none;
}

.bold {
	font-weight: bold;
}

#wrapper {
	width:960px;
	/*height:750px;*/
	margin:0 auto;
				
	text-align:left;		
}

h2 {
	font-size: 2.5em;
	text-align: right;
	color: #ad1a27;
	margin-bottom: -12px;
}

h3 {
	font-size: 1.7em;
	color: #ad1a27;
}

h4 {
	font-size: 1.6em;
	color: #ad1a27;
	margin: 25px 0 25px;
}

#four {
	background-image:url(../images/404.gif);
	background-repeat:no-repeat;
	height:400px;
}

#four p {
	font-size: 3em;
	float:right;
	width:500px;
	margin-top:160px;
}

#four a {
	color: #ad1a27;
	text-decoration:none;
}

#four a:hover {
	color: #666;
}

#back {
	width: 200px;
}

#back {
	width:200px;
}

#back a {
	font-size: 1.7em;
	color: #ad1a27;
	text-decoration:none;
}

#livelink a {
	text-decoration: none;
	color: #999;
}


/********************************************
			HEADER
********************************************/

#header {
	position:relative;
	margin-top: 10px;
	
	background-image:url(../images/header.jpg);
}

#logo {
	padding:7px;
}

#definition {
	text-align: right;
	color: #FFF;
	font-size: 2em;
	
	position: absolute;
	left: 15px;
	top: 12px;
}

#workhead {
	width: 610px;
	height: 40px;
	
	background-image:url(../images/workhead.gif);
		
	padding-left:8px;
	text-align: left;
	font-size: 3em;
	color: #FFF;
	
	float: right;
}

#workhead p {
	margin: 0;
}


/********************************************
			NAVIGATION
********************************************/

#navigation {
	margin-top: -20px;
	margin-left: 144px;
	padding:0;
	float:left;
	position: relative;
	
	font-size:1.4em;
	
	z-index: 2;
}

a.nav-item {
	padding: 4px;
	line-height:1em;
	
	color:#333;
	text-align:center;
	text-decoration:none;
}

#navigation a:hover {
	color:#ad1a27;
}


/********************************************
			NAV DROPDOWN DIVs
********************************************/

#navcontent {
	margin: 3px 0 10px 0;
}

.item-content {
	padding: 6px 20px;
	
	position:relative;
	
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	font-size: 1.2em;
}

.item-content a {
	color: #ad1a27;
	text-decoration:none;
	
}

/********** About Statement */
.aboutleft {
	width: 340px;
	
	line-height: 1.5em;
	letter-spacing:1px;
}
	
.aboutright {
	width: 610px;
	
	line-height:1.5em;
	letter-spacing:.04em;
	
	position:absolute;
	top: 5px;
	right: 20px;
}

	
/********************* Form */
#contact-left {
	position: absolute;
	top: 20px;
	left:32px;
	font-size: 1.3em;
}

#contact-right {
	position: absolute;
	top: 20px;
	left:332px;
	font-size: 1.3em;
}

fieldset {
	border: none;
	
	height: 190px;
	text-align: left;
	letter-spacing: 1px;
}
	
input {
	width: 270px;
	height: 28px;
	
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	background: #FFF;
	border: 1px solid #f8f8f8;
	
	padding-left:5px;
}
	
#name {
	margin-top: 69px;
}
	
textarea {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	background: #FFF;
	border: 1px solid #f8f8f8;
	
	padding: 5px;
	position: absolute;
	top: 82px;
	right: 40px;
	width: 575px;
	height: 66px;
}
	
.submit input {
	border: none;
	width: 65px;

	padding-left: 8px;	
	margin: 0px 0 0 262px;
	position: absolute;
	right: 40px;
	top: 172px;
}
	
.message {
	color: #ad1a27;
	padding: 5px 0 0 15px;
}


/********************************************
			CONTENT
********************************************/

#content {
	clear:both;
}

.live {
	text-align: left;
}

.live a {
	color:#999999;
	text-decoration: none;
}

.live a:hover { text-decoration: underline; }


/************ Projects *****************/

.project {
	height: 520px;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #EEEEEE;
	padding: 25px 0;
	position: relative;
}

a.preview {
	right: 0px;
	top: 40px;	
	position: absolute;
}

p.title {
	width: 300px;
	line-height: 20px;
		
	background: #706D6E;
	
	text-align: right;
	font-size: 13px;
	color: #FFF;
	padding-right: 5px;
}

.description {
	width: 300px;
	
	position: absolute;
	left: 0px;
	bottom: 33px;
	
	text-align: left;
	font-size: 12px;
}

/********************************************
			FOOTER
********************************************/

#footer {
	height:95px;
	margin-bottom:10px;
	
	background-image:url(../images/footer.gif);
	
	position:relative;
	clear: both;
}

#footer-contact {
	font-size: 1.5em;
	text-align: right;
	padding: 37px 10px 0 0;
}

#footer-contact a {
	color: #ad1a27;
	text-decoration: none;
}

#legal {
	margin-right: 10px;

	font-size: 11px;
	text-align: right;
}

/******** Resume *********/

.rright {
	text-align: right;
	font-size: 1.4em;
}

.rskills {
	float: left;
	margin: 0 70px 40px 0;
}

.rskills img {
	margin: 0 5px 2px 0;
}

.rexper {
	clear:both;
	margin-bottom: 50px;
}

.rhead {
	font-size: 1.6em;
}

.rtext {
	font-size: 1.5em;
	margin-top:-15px;
}

.redu {
	font-size: 1.5em;
	margin-top:0;
}

.darkred {
	color: #ad1a27;
}

/***** Inner ******/
#languages {
	width: 282px;
	font-size: 1.6em;
	float: left;
}

#languages li {
	font-size: 1.3em;
}

#process {
	float: left;
	width: 610px;
	font-size: 1.5em;
	margin: 0 0 0px 60px;

}

#small-images {
	width: 340px;
}

#small-images ul {
	margin-top: 40px;
	width: 340px;
	float:left;
	padding: 0;
}

.thumb {
	float: left;
	margin: 0 43px 40px 0;
}

#large-img {
	width: 610px;
	float: left;
	margin: 40px 0 40px 2px;
}


