@font-face { font-family: Vegur; src: url('../vegur.otf'); } 
@font-face { font-family: Vegur; font-weight: bold; src: url('../vegur-b.otf'); } 

body {
	background: #dfe0e1;
	margin: 0;
	padding: 0;
}

.none {
	display: none;
}



header#title {
	display: block;
	max-width: 950px;
	width: 90%;
	height: 51px;
	margin: 85px auto 0px auto;
	background: url("../images/title.png") no-repeat;
	padding: 0;
	border-bottom: 3px solid #000;
}

section#wrap {
	display: block;
	max-width: 950px;
	width: 90%;
	margin: 0px auto;	
}

section#mainContent {
	display: block;
	float: left;
	width: 55%;
	max-width: 450px;
}

section#mainContent article#whatILike {
	
	font-size: 87%;
}

section#mainContent article#emailMe {
	
	font-size: 89%;
}

section#mainContent h1 {
	
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #000;
	padding: 0;
	margin: 25px 0px 5px 0px;
}

section#mainContent h2 {
	
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #000;
	padding: 0;
	margin: 25px 0px 5px 0px;
}

section#mainContent h3 {
	
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

section#mainContent p {
	
	font-family: arial,sans-serif;
	line-height: 160%;
	font-size: 110%;
	color: #000;
	padding: 0;
	margin: 0px 0px 25px 0px;
}

section#mainContent ol {
	
	list-style-type: decimal-leading-zero;
	font-size: 110%;
	color: #000;
	font-family: arial,sans-serif;
}

section#mainContent ol p {
	
	font-size: 95%;
}
section#mainContent .red {
	font-weight: bold;
	color: #FF0000;
}

section#mainContent .green {
	font-weight: bold;
	color: #008000;	
}

section#mainContent article#webdesign {
	
	font-size: 87%;
}

section#mainContent article#awards {
	
	font-size: 87%;
}

section#mainContent article#software {
	
	font-size: 87%;
}
section#mainContent .item {
	height: 75px;
	padding: 10px 10px 10px 95px;
	background: #FFF;
	margin: 0px 0px 5px 0px;
}

section#mainContent .water {	
	background:#FFF url("../portfolio/waterT.jpg") 10px 10px no-repeat;
}

section#mainContent .dragon {	
	background:#FFF url("../portfolio/dragonT.jpg") 10px 10px no-repeat;
}

section#mainContent .rainbow {	
	background:#FFF url("../portfolio/rainbowT.jpg") 10px 10px no-repeat;
}

section#mainContent .admin {	
	background:#FFF url("../portfolio/adminT.jpg") 10px 10px no-repeat;
}

section#mainContent .bright {	
	background:#FFF url("../portfolio/brightT.png") 10px 10px no-repeat;
}

section#mainContent .sketchy {	
	background:#FFF url("../portfolio/sketchyT.png") 10px 10px no-repeat;
}


/* SIDEBAR ON RIGHT HAND SIDE */
section#photo {
	display: block;
	float: right;
	width: 445px;
	padding: 0;
	margin: 20px 0px 0px 0px;
}

section#photo img.photo {
	float: left;
	border: 12px solid #FFF;
	margin: 0;
	padding: 0;
}

nav#mainNav {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

nav#mainNav ul {
	font-family: vegur,arial,sans-serif;
	font-weight: bold;
	font-size: 120%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav#mainNav ul li {
	height: 36px;
	width: 151px;
	padding: 6px 10px 5px 15px;
	background: url("../images/libg.png") no-repeat;
	margin: 0px 0px 5px 0px;
	line-height: 195%;
	
}

nav#mainNav ul li:hover {
	background: url("../images/libg2.png") no-repeat;
}

nav#mainNav ul li:hover a {
	color: #dfe0e1;
}


nav#mainNav ul li a {
	position: relative;
	display:block;
	margin: 0;
	padding: 0;
	height: 36px;
	text-decoration: none;
	color: #000;
	
}

nav#mainNav ul li a:hover {
	color: #dfe0e1;
}

nav#mainNav ul li a.email:hover {
	background: url("../images/email.png")  110px 5px no-repeat;
}

nav#mainNav ul li a.about:hover {
	background: url("../images/user.png")  110px 5px no-repeat;
}

nav#mainNav ul li a.portfolio:hover {
	background: url("../images/folder.png")  110px 5px no-repeat;
}

div#portfolio,div#contact {
	
	display: none;
}

div#about {
	display: block;
}

/* ------------------ */
/***********************/

section#mainContent a {
	
	font-weight: bold;
	text-decoration: underline;
	color: #725494;
}

section#mainContent a:hover {
	color: #000;
}


section#mainContent input[type=text] {
	background: #dfe0e1;
	padding: 6px;
	border: none;
	font-family: courior,monospace;
	font-size: 100%;
	color: #000;
}

section#mainContent input[type=submit] {
	background: #725494;
	padding: 6px;
	border: none;
	font-family: courior,monospace;
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	padding: 10px;
	width: 450px;
	margin: 5px auto;
	text-align: center;
}


section#mainContent input[type=submit]:focus {
	background: #dfe0e1;
	color: #000;
	}

section#mainContent input[type=submit]:hover {
	cursor: pointer;
	}

section#mainContent textarea {
	margin-top: 5px;
	background: #dfe0e1;
	padding: 6px;
	border: none;
	font-family: courior,monospace;
	font-size: 100%;
	color: #000;
	width: 400px;
	height: 150px;
}

section#mainContent label {
	
	font-weight: bold;
}

section#mainContent span.bar {
	display: block;
	padding: 10px;
	background: #FFF;
	margin-bottom: 5px;
	font-family: arial,sans-serif;
	font-size: 100%;
	color: #000;
}



