/* CSS Document - AO.CREATIVE - 2008 - Ryan Welch */

.hidden {
	display: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	background-image: url(images/rwphoto-background.gif);
	background-repeat: repeat-x;
	background-color: #313030;
	color: #FFFFFF;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #313030;
}

#background-container {
	width: 827px;
	margin: auto;
	height: auto;
}

#page-container {
	width: 825px;
	text-align: left;
	margin: auto;
	height: auto;
}

#header {
	padding-top: 2px;
	height: 128px;
	margin-bottom: 15px;
}

#header-logo {
	display:block;
	width: 205px;
	height:104px;
	float: left;
	padding-left: 2px;
	background-image: url(images/rwphoto_headerlogo.gif);
	background-repeat: no-repeat;
	margin-top: 55px;
	margin-right: 1px;	
}

#header-nav {
	padding-left: 178px;
	float: none;
	margin-left: 225px;
	margin-top: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#header-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 0px;
	pading-bottom: 4px;
}

#header-nav ul li {
	display:inline;
	padding-right: 12px;
	padding-left: 12px;
}

#header-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#header-nav ul li a:hover {
	color: #9FBC43;
	text-decoration: none;
}

#content {
	width: 814px;
	background-color: #333333;
	height: 428px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

#page-title {
	width: 790px;
	height: 125px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 125px;
	letter-spacing: -3px;
	padding-left: 21px;
	line-height: 125px;
	text-transform: uppercase;
}
/* Blog Styles */

#blog-container {
	padding-top: 2px;
	margin-bottom: 15px;
	margin-top: 25px;
	height: auto;
	clear: right;
}

#blog-main {
	width: 750px;
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#blog-main h1, #blog-main h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 2px;
}

#blog-main p {
	margin-right: 25px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 2px;
}

#blog-main a {
	font-weight: bold;
	color: #9FBC43;
	text-decoration: none;
	border-bottom-color: #9FBC43;
}

#blog-main a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-color: #000000;
}

#blog-main .date-byline {
	font-size: 10px;
	padding-left: 10px;
	color: #CCCCCC;
	margin-bottom: 3px;
}

#blog-rightbar {
	padding-left: 10px;
	float: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 575px;
	padding-top: 8px;
}

#blog-rightbar h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 50px;
}

#blog-rightbar p, #blog-rightbar ul li ul li {
	border-top-width: 1px;
	margin-right: 25px;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

#blog-rightbar ul li ul{
	margin-bottom:10px;
}

#blog-rightbar ul li ul li{
	margin:2px 25px 0px 0px;
	padding:0px;
} 

#blog-rightbar a {
	color: #9FBC43;
	text-decoration: underline;
	border-bottom-color: #9FBC43;
}

#blog-rightbar a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-color: #000000;
}

#blog-rightbar ul{
	list-style-type:none;
	padding:0px;
}

.photo-right {

}

.photo-left {
	margin: 6px;
	padding: 4px;
	border: 1px solid #999999;
	float: left;
}



/* End Blog Styles */

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-left: 6px;
	margin-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 0px;
	pading-bottom: 4px;
}

#footer ul li {
	display:inline;
	padding-right: 15px;
	padding-left: 15px;
}

#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #9FBC43;
	border-bottom-color: #9FBC43;
}
