/*
Theme Name: Rozelle
Theme URI: http://www.rozellestone.com/
Description: Rozelle WP Theme
Version: 1.0
Author: Nathan A. Chappell
http://www.natechappell.com
*/

/*ORIGINAL 
body {
	background: url(http://www.rozellestone.com/wp/wp-content/themes/rozelle/images/home-bg.jpg) repeat-x top;
	margin: 0;
}

#container {
	width: 961px;
	margin: 0 auto;
}

#header {
	width: 959px;
	height: 474px;
	background-color: #27536c;
	border-left: 1px solid #888d87;
	border-right: 1px solid #888d87;
}

#header #logo {
	width: 326px;
	border-right: 1px solid #888d87;
	height: 474px;
	background: url('images/header-logo.png') no-repeat center top;
	_background: url('images/header-logo-ie6.jpg') no-repeat center top;
	float: left;
}

#header #slideshow {
	width: 632px;
	height: 474px;
	float: left;
}

#green {
	clear: both;
	width: 960px;
	height: 47px;
	border-left: 1px solid #7c7c45;
	border-top: 1px solid #7c7c45;
	border-bottom: 1px solid #7c7c45;
	background-color: #9d9d57;
}

#green #nav {
	height: 47px;
	margin-left: 326px;
	padding-left: 2px;
	border-left: 1px solid #7c7c45;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	margin-top: 1px;
	display: -moz-inline-stack;
	display: inline-block;
	width: 122px;
	*width: 125px;
	height: 31px;
	border-right: 1px solid #7c7c45;
	text-align: center;
	padding-top: 15px;
	zoom: 1;
    *display: inline;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}
*/

/*Revised*/
/* @override http://www.rozellestone.com/wp/wp-content/themes/rozelle/style.css */

/*
Theme Name: Rozelle
Theme URI: http://www.rozellestone.com/
Description: Rozelle WP Theme
Version: 1.0
Author: Nathan A. Chappell
http://www.natechappell.com
*/


body {
	background: url(http://www.rozellestone.com/wp/wp-content/themes/rozelle/images/home-bg.jpg) repeat-x top;
	margin: 0;
}

#container {
	width: 961px;
	margin: 0 auto;
}

#header {
	width: 959px;
	height: 474px;
	background-color: #27536c;
	border-left: 1px solid #888d87;
	border-right: 1px solid #888d87;
}

#header #logo {
	width: 326px;
	border-right: 1px solid #888d87;
	height: 474px;
	background: url('images/header-logo.png') no-repeat center top;
	_background: url('images/header-logo-ie6.jpg') no-repeat center top;
	float: left;
}

#header #slideshow {
	width: 632px;
	height: 474px;
	float: left;
}

#green {
	clear: both;
	width: 960px;
	height: 47px;
	border-left: 1px solid #7c7c45;
	border-top: 1px solid #7c7c45;
	border-bottom: 1px solid #7c7c45;
	background-color: #9d9d57;
}

#green #nav {
	height: 47px;
	margin-left: 324px;
	padding-left: 2px;
	border-left: px solid #7c7c45;
	border-right: 1px solid #7c7c45;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	margin-top: 1px;
	display: -moz-inline-stack;
	display: inline-block;
	width: 100px;
	*width: 125px;
	height: 31px;
	border-left: 1px solid #7c7c45;
	text-align: center;
	padding-top: 15px;
	zoom: 1;
    *display: inline;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}



