﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: Tahoma, Verdana, Arial,Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}

body
{
    background-color: #656565;
    background-image: url(Images/background.gif);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*BAD IE RENDERING CHANGED 0.7 em */
    color: #FFFFFF;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	position: absolute;
	left: 300px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	left: 350px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.dynamicMenu
{
    background-image: url(Images/background.gif);
    background-repeat: repeat;
    text-align: left;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 1.1 SHIM */

.shim {
	display: none;
}






/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-size: 1.1em;
	font-weight: bold;
}
.shortMoto 
{
    margin-left: 70px;
    color: Black;
    font-size:1.1em;
    font-weight: bold;
}
/* 2.1 ALL PAGES */

#home{
	
	position: relative;
/*	width: 686px;*/
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}
#sidebar {
	float: left;
	width: 200px;
	height: 100%;
}

#content {
	margin-left: 244px;
}

.thumbnail 
{
    float: left;
    width: 150px;
    height: 100%;
}

.description
{
    margin-left: 180px;
    height: 170px; /* Stupid FF bug with 100% */
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 11px;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
/*	width: 214px;*/
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

#stats .first 
{
    margin-top: 0;
    border-top: 1px solid #505050;
    padding-top:1.2em;
}



/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-position:center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	/*width: 770px;*/
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub
{
    margin: 15px auto 2px;
    text-transform: uppercase;
    font-size: 10px;
}

.menub a:visited {
	color: #DBB94F;
}

.smallIcon
{
    position:relative;
    bottom: 20px;
    float: right;
}

