/* @override http://localhost/jobs/justrhysism%20design/css/styles.css */

/* @group CSS Reset */

/*///// CSS RESETTING /////
///////////////////////////
// from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes: '"' '"' "'" "'";
}

/* @end */



/* @group Basic Layout */

body {
	background: black url(../images/background.jpg) repeat-x;
	color: #eeeeee;
	text-align: center;
	font: 0.8em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

.hidden {
	display: none;
}

/* @end */


/* @group Header */

#header:hover {
	cursor: pointer;
}

#header h1 {

}

#header h1 a span {
	position: relative;
	display: block;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 140px;
	background: url(../images/header.png) no-repeat;
	text-indent: -9999px;
}

#header p {
	position: relative;
	display: block;
	margin: 30px auto 100px;
	width: 254px;
	height: 24px;
	background: url(../images/header-tagline.png) no-repeat;
	text-indent: -9999px;
}


/* Position 2 */
#header.pos2 h1 a span {
	margin-top: -19px;
}

#header.pos2 p {
	display: none;
}


/* @end */




/* @group Navbar */

#navbar {
	position: relative;
	margin: auto;
}

ul#navbar {
	position: relative;
	display: block;
	width: 560px;
	height: 25px;
	list-style: none;
	margin: 0px 120px 0px;
}

ul#navbar li {
	display: inline;
}

ul#navbar li a {
	height: 24px;
	width: 90px;
	text-decoration: none;
}

ul#navbar li a span {
	float: left;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	width: 90px;
	height: 25px;
	background: url(../images/navbar.png) no-repeat;
	text-indent: -9999px;
}

ul#navbar li#about a span {
	background-position: 22px;
}

ul#navbar li#portfolio a span {
	background-position: -96px;
}

ul#navbar li#contact a span {
	background-position: -202px;
}

ul#navbar li#links a span {
	background-position: -297px;
}


ul#navbar li#about a:hover span {
	background-position: 22px 6px;
}

ul#navbar li#portfolio a:hover span {
	background-position: -96px 6px;
}

ul#navbar li#contact a:hover span {
	background-position: -202px 6px;
}

ul#navbar li#links a:hover span {
	background-position: -297px 6px;
}


/* @end */



/* @group Content */

#contentWrapper {
	position: relative;
	width: 740px;
	height: 430px;
	text-align: left;
	padding: 40px 30px 30px;
	background: url(../images/content-background.png) no-repeat;
	color: black;
}

#load {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 430px;
	text-align: center;
	padding: 40px 30px 30px;
	background: url(../images/content-background.png) no-repeat;
	color: black;
}

#load img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}

/* @end */




/* @group Footer */

#comingsoon {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/comingsoon.png);
	height: 18px;
	width: 106px;
}

#footer {
	font-size: 0.8em;
	color: #ccc;
	letter-spacing: 0.1em;
	margin-top: 165px;
}

#footer.pos2 {
	margin-top: 0px;
}

#footer a {
	color: #7d9bb4;
}

/* @end */

/* @group Basic Formatting */

strong {
	font-weight: bold;
}


/* @end */



