/* rlramage.com core styles */

body {
	background: #000000 url(../images/pinstripeBackground.gif) center repeat-y fixed;
	margin: 0;
	padding: 0;
}

#container {
	margin: auto;
	width: 1060px;
	text-align: center;
}

#header {
	background-image: url(../images/header.gif);
	width: 1000px;
	height: 70px;
}

#fullWidthCol {
	width: 1000px;
	float: left;
}

#fullWidthCol p {
	text-align: justify;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #777;
	padding: 0 25px 0 25px;
	margin-left: 104px;
}

#fullWidthCol a {
	color: #c3c3c3;
	border-bottom: 1px dotted #93b1cb;
	text-decoration: none;
}

#fullWidthCol a:hover {
	border-bottom: 1px solid #zzzzzzzzzzz;
	color: #93b1cb;
}

#fullWidthCol h1 {
	text-align: left;
	font-family: Trebuchet, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	text-indent: 80px;
	color: #c3c3c3;
	padding: 0 25px 0 25px;
	background: transparent url(../images/bulletLeft.gif) no-repeat scroll 0 7px;
	margin-left: 25px;
}

#leftCol, #rightCol {
	width: 500px;
	float: left;
}

#leftCol p, #rightCol p {
	text-align: justify;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #777;
	padding: 0 25px 0 25px;
}

#leftCol a, #rightCol a {
	color: #c3c3c3;
	border-bottom: 1px dotted #93b1cb;
	text-decoration: none;
}

#leftCol a:hover, #rightCol a:hover {
	border-bottom: 1px solid #zzzzzzzzzzz;
	color: #93b1cb;
}

#leftCol h1 {
	text-align: right;
	font-family: Trebuchet, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #c3c3c3;
	padding: 0 25px 0 25px;
	background: transparent url(../images/bulletLeft.gif) no-repeat scroll;
}

#rightCol h1 {
	text-align: left;
	font-family: Trebuchet, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #c3c3c3;
	padding: 0 25px 0 25px;
	background: transparent url(../images/bulletRight.gif) no-repeat scroll;
}

#rightCol ul {
	text-align: justify;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #777;
	padding: 0 25px 0 25px;
	margin-left: 17px;
}

#flashArea {
	width: 1000px;
	height: 600px;
	margin: 30px;
}

#footer {
	position: relative;
	top: 5px;
	clear: both;
}

#htmlArea {
	background: #000000 url(../images/htmlAreaBackground.gif) center repeat-y;
	width: 1000px;
	margin: 0 30px 30px 30px;
}

.navigation {
	margin: 30px auto 30px auto;
	width: 1000px;
	height: 12px;
	text-align: center;

}

.navigation ul {
	list-style-type: none;
	margin: 0 0 0 56px;
	padding:  0;
}

.navigation li {
	float: left;
	margin-right: 50px;
}

.navigation li.noMargin {
	margin:  0;
}

.navigation li a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.navigation li a.interactive {
	width: 72px;
	height: 12px;
	background: url(../images/nav_interactive.gif) no-repeat 0 0;
}

.navigation li a.photography {
	width: 87px;
	height: 12px;
	background: url(../images/nav_photography.gif) no-repeat 0 0;
}

.navigation li a.print {
	width: 35px;
	height: 12px;
	background: url(../images/nav_print.gif) no-repeat 0 0;
}

.navigation li a.frontPage {
	width: 71px;
	height: 12px;
	background: url(../images/nav_frontPage.gif) no-repeat 0 0;
}

.navigation li a.blog {
	width: 32px;
	height: 12px;
	background: url(../images/nav_blog.gif) no-repeat 0 0;
}

.navigation li a.resume {
	width: 48px;
	height: 12px;
	background: url(../images/nav_resume.gif) no-repeat 0 0;
}

.navigation li a.contact {
	width: 54px;
	height: 12px;
	background: url(../images/nav_contact.gif) no-repeat 0 0;
}

.navigation li a:hover {
	background-position: 0 -12px;
}
