/*
CSS for RedRainPhotography.com
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	background-color: #000000;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	text-decoration: none;
	color: orange;
}

a:active {
	color: orange;
}

blockquote {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	background: #000000 url(images/blockquote_background.jpg) no-repeat center;
	width: 400px;
	height: auto;
	padding: 10px 0 10px 0;
	margin: 20px 0 0 150px;
	text-align: center;
}

/******* HEADER *******/
#header {
	background: #000000 url(images/sunset_bg_header.jpg) no-repeat left;
}

#header h1 {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 200%;
	color: white;
	padding-top: 120px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0;
}

#header h2 {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 125%;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0;
}

/******* NAVIGATION BAR *******/
#navigation {
	width: 190px;
	background: #000000 url(images/navbar_bg.jpg) no-repeat;
	padding: 40px 0 50px 0;
	float: left;
}

#navigation li {
	color: white;
	font-size: small;
	list-style-type: none;
	margin: 0 0 10px 0;
}

#navigation li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

#navigation li a:link {
	color: white;
}

#navigation li a:visited {
	color: white;
}

#navigation li a:hover {
	color: orange;
	border-bottom: 1px solid orange;
}

#navigation li a.current {
	color: orange;
	border-bottom: 1px solid orange; 
}

#navigation img {
	margin: 20px 0 0 50px;
	border: 0;
}

/******* MAIN-WRAPPER *******/
#main_wrapper {
	max-width: 980px;
}

/******* CONTENT AREA FOR MAIN PAGE *******/
#bodycontent_index {
	padding: 10px 10px 10px 200px;
}

#bodycontent_index img {
	padding: 0 10px 0 0;
}

#bodycontent_index h1 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
}

#bodycontent_index p {
	padding: 0 10px 0 0;
	font-size: 75%;
}

#quote {
	font-style: italic;
	padding: 0 20px 0 20px;
}

#author {
	font-weight: bold;
	padding: 0;
}

#digg_box {
	padding: 0;
	margin: 10px 70px 0 0;
	text-align: center;
}

#digg_box p {
	color: orange;
	margin: 0;
}

/******* CONTENT AREA FOR OTHER PAGES *******/
#bodycontent {
	padding: 10px 10px 10px 200px;
}

#bodycontent img {
	padding: 10px 15px 5px 15px;
	float: left;
}

#bodycontent h1 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	text-align: center;
}

#bodycontent p {
	padding: 0 0 0 15px;
	font-size: 75%;
}

/******* CONTENT AREA FOR LINKS PAGE *******/
#bodycontent_links {
	padding: 10px 10px 10px 200px;
}

#bodycontent_links h1 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	text-align: center;
}

#bodycontent_links p {
	padding: 0 0 0 15px;
	font-size: 75%;
}

#bodycontent_links img {
	padding: 10px 10px 0 15px;
	margin: 0 0 0 20px;
	border: 0;
}

/******* CONTENT AREA FOR PORTFOLIO PAGE *******/
#portfolio {
	float: left;
	padding: 15px;
}

#portfolioheader h1 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	padding-right: 50px;
	text-align: center;
}

#portfolioheader p {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 85%;
	color: white;
	padding: 5px 5px 5px 50px;
	margin: 0;
}

#portfoliopictures p {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 75%;
	color: gray;
	padding: 0;
	margin: 0;
	text-align: center;
}

#portfoliopictures img {
	border: 5px solid white;
}

#portfoliopictures img:link, #portfoliopictures img:visited, #portfoliopictures img:active {
	border: 5px solid white;
}

#portfoliopictures img:hover {
	border: 5px solid orange;
}

#portfoliopictures td {
	padding: 25px 50px 25px 50px;
}

/******* POTM PAGE *******/

#potm {
	padding: 15px;
}

#potm h1 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	padding-right: 50px;
	text-align: center;
}

#potm p {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 85%;
	color: white;
	padding: 5px 5px 5px 220px;
	margin: 0;
}

#potm_name h1 {
	color: orange;
}

#potm_pictures {
	padding: 0 0 0 200px;
}

#potm_pictures p {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 75%;
	color: gray;
	padding: 0;
	margin: 0;
	text-align: center;
}

#potm_pictures img {
	border: 5px solid white;
}

#potm_pictures img:link, #portfoliopictures img:visited, #portfoliopictures img:active {
	border: 5px solid white;
}

#potm_pictures img:hover {
	border: 5px solid orange;
}

#potm_pictures td {
	padding: 25px 50px 25px 40px;
}

#potm_footnote p {
	font-size: 75%;
	color: gray;
	margin: 0;
}

/******* LINKS PAGE *******/

#links p {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 75%;
	color: gray;
	padding: 0;
	margin: 0;
	text-align: center;
}

#links img {
	border: 5px solid white;
}

#links img:link, #portfoliopictures img:visited, #portfoliopictures img:active {
	border: 5px solid white;
}

#links img:hover {
	border: 5px solid orange;
}

#links td {
	padding: 25px 25px 5px 50px;
}

/******* FOOTER *******/
#footer {
	color: white;
	width: 100%;
	height: 120px;
	font-size: 70%;
	font-style: normal;
	font-family: Georgia, Times, serif;
	background-color: black;
	text-align: center;
	clear: both;
}

#footer ul {
	margin: 40px 0 0 110px;
}

#footer li {
	list-style-type: none;
}

#footer img {
	border: none;
}