/****** Core HTML Setup ******/

html {
  height: 100%;
  margin-bottom: 1px;
  background:url(../images/alanhorneBG.jpg);
}

@font-face {
	font-family: GraublauWeb;
	src: url("../fonts/GraublauWeb.otf") format("opentype");
}

@font-face {
	font-family: GraublauWeb;
	font-weight:bold;
	src: url("../fonts/GraublauWebBold.otf") format("opentype");
}


form {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color:#555555;
	background: url(../images/headerBG.jpg) repeat-x;
}

img { border: 0 none; }

/****** Links ******/

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#7095c8;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/****** Text ******/

p { margin-top: 0px; margin-bottom: 5px; }


span.available {
	font-family:GraublauWeb, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#82a1cb;
	background:none;
}

/****** Headers ******/

h1 {
	font-family:GraublauWeb, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#515456;
	background:url(../images/headersBG.jpg) repeat-x bottom;
	width:100%;
	text-shadow: 1px 1px #FFF;
}

h1.blue {
	font-family:GraublauWeb, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#82a1cb;
	background:none;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

/****** Main Body ******/

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

#header {
	width:960px;
}

#top {
	width:925px;
	height:27px;
	text-align:right;
	background:url(../images/available.png) right top no-repeat;
	padding:3px 35px 3px 0px;
}

#logo {
	float:left;
	width:320px;
	height:71px;
	padding:33px 0px 33px 0px;
}

#mainMenu {
	font-family: GraublauWeb, Arial, Helvetica, sans-serif;
	float:right;
	width:580px;
	height:47px;
	padding:50px 0px 40px 0px;
	text-align:right;
	font-size:18px;
}

.clear {
	clear:both;
}

#welcome {
	width:960px;
	padding:20px 0px 0px 0px;
}

#welcomeLeft {
	float:left;
	width:600px;
	padding:0px 10px 0px 0px;
}

#welcomeRight {
	float:right;
	width:289px;
	padding:0px 0px 0px 61px;
	text-shadow: 1px 1px #FFF;
	margin-top:40px;
}

#latestWork {
	width:960px;
}

#latestWorkHeader {
	float:left;
	width:300px;
	padding:20px 20px 0px 0px;
}

#introText {
	float:left;
	width:300px;
	padding:20px 20px 0px 0px;
}

#rotator {
	float:right;
	width:595px;
	height:181px;
	background:url(../images/rotator_bg.png);
	margin-top:20px;
	padding:16px 28px 28px 17px;
}

#aboutContent, #contactContent {
	width:960px;
	padding:20px 0px 0px 0px;
}

#aboutLeft, #contactLeft {
	float:left;
	width:460px;
	padding:0px 20px 0px 0px;
}

#aboutMe {
	width:460px;
}

#aboutMeShort {
	float:left;
	width:260px;
	padding:0px 10px 0px 0px;
}

#aboutMePersonal {
	float:right;
	width:180px;
	padding:0px 0px 0px 10px;
}

#skills {
	width:460px;
}

#aboutRight, #contactRight {
	float:right;
	width:460px;
	padding:0px 0px 0px 20px;
}

.portfolioLayout {
	width:960px;
	margin:20px 0px 20px 0px;
}

.portfolioImage {
	float:left;
	width:595px;
	height:181px;
	background:url(../images/rotator_bg.png);
	padding:16px 28px 28px 17px;
}

.portfolioSiteName {
	float:right;
	width:300px;
	margin:0px 0px 0px 20px;
	font-size:20px;
	font-weight:bold;
}

.portfolioClient, .portfolioSkills, .portfolioDate {
	float:right;
	width:300px;
	margin:0px 0px 0px 20px;
	border-bottom:1px dotted #d1d1d1;
}

.visitSite {
	float:right;
	width:300px;
	margin:15px 0px 0px 20px;
}

#footer {
	width:960px;
	background:url(../images/headersBG.jpg) repeat-x;
	margin:20px 0px 20px 0px;
	padding:10px 0px 0px 0px;
}

#copyright {
	float:left;
	width:600px;
}

#backtotop {
	float:right;
	width:360px;
	text-align:right;
}

#code {
	background:#eaeaea;
	border-left:5px solid #7e9cc7;
	padding:10px;
	font-weight:bold;
}

/****** Menus ******/

ul #mainMenu, #mainMenu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
	color:#dedede;
}

li #mainMenu, #mainMenu li {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
	display:inline;
}

#mainMenu a {
	color:#f3f3f3;
	text-decoration:none;
	cursor:pointer;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

#mainMenu a:hover {
	color:#82a1cb;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}
