/* CSS Document for Rabbitstone.com */

/* = HTML Tags
**********************************/

body {
	background-color: #000;
	margin: 0 auto;
	margin-top: -16px;
	margin-bottom: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 1.75em;
}

h1 {
	padding: 6px 0 18px;
	border-bottom: 1px solid #333;
	font-weight: normal;
	font-size: 18px;
	color: #4e4e48;
	color: #666;
	text-align: left;
	text-transform: uppercase;
}

/* IE 7 and 6 hack (margin correction) */
*:first-child+html body, * html body {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #f55a31;
}

a:hover {
	text-decoration: underline;
	color: #f55a31;
}


/* = Page Structure
**********************************/

#wrapper {
	width: 945px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/global/header.jpg);
}

#rightColumn {
	padding: 20px 49px 0 0; 
	width: 215px;
	text-align: right;
	float: right;
}

/* IE 7 hack (width correction) */
*:first-child+html #rightColumn {
	width: 255px;
}

#leftColumn {
	padding: 20px 0 0 85px;
	width: 554px;
	text-align: left;
	float: left;
}


/* = Navigation
**********************************/

.nav {
	padding: 94px 0 0 243px;
	margin-bottom: 0;
	height: 33px;
	list-style: none;
}

/* IE 7 and 6 hack (padding correction) */
*:first-child+html .nav {
	padding-left: 203px;
}
*html .nav {
	padding-left: 203px;
}

.nav li {
	float: left;
}

.nav li a {
	padding-top: 33px;
	height: 0px;
	overflow: hidden;
	display: block;
}

.nav li a:hover, .nav li a.selected {
	background-position: 0 -33px;
}

/* Buttons */
.home a {
	background-image: url(../images/global/navHome.jpg);
	width: 113px;
}
.web a {
	background-image: url(../images/global/navWeb.jpg);
	width: 112px;
}
.video a {
	background-image: url(../images/global/navVideo.jpg);
	width: 115px;
}
.contact a {
	background-image: url(../images/global/navContact.jpg);
	width: 120px;
}


/* = Sub Navigation for Archive
**********************************/

.subNav {
	margin-bottom: 0;
	padding: 52px 0 0;
	background-image: url(../images/global/subNav.jpg);
	height: 178px;
	list-style: none;
}

.subNav li a {
	padding-top: 40px;
	height: 0px;
	width: 215px;
	overflow: hidden;
	display: block;
}

.subNav li a:hover, .subNav li a.selected {
	background-position: 0 -40px;
}

/* Buttons */
.films a {
	background-image: url(../images/global/subNavFilms.jpg);
}
.art a {
	background-image: url(../images/global/subNavArt.jpg);
}
.modeling a {
	background-image: url(../images/global/subNavModeling.jpg);
}
.photos a {
	background-image: url(../images/global/subNavPhotos.jpg);
}

/* = Archive Post
**********************************/
.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	clear: both;
}

.post h1 {
	font-weight: normal;
	font-size: 20px;
	color: #c2b8a7;
	padding: 0 0 10px;
	border: none;
	text-align: left;
	text-transform: none;
}

.post img {
	border: 1px solid #5d5d5d;
	margin-right: 12px;
}

/* = Archive Results Navigation
**********************************/
.resultsNav {
	color: #999;
	text-align: right;
	font-size: 11px;
	clear: both;
}


/* = Custom Class Behaviors
**********************************/

.floatRight {
	border: 1px solid #5d5d5d;
	margin: 5px 0 10px 18px;
	float: right;
}

.floatLeft {
	border: 1px solid #5d5d5d;
	margin: 5px 18px 10px 0;
	float: left;
}

.seo {
	top: -1000px;
	position: absolute;
}
