/*
Name: Ralph Conway photographer website
Date: 2008-03-01
Description: Ralph Conway photographer website
Author: Stefan Rode

Feel free to use and modify but please provide credits.
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #190305;
	color: #766755;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}


h1 {color: #d3cba5; padding: 0px; padding-left: 58px; font: normal 1.0em sans-serif,serif;}
h2 {color: #d3cba5; padding: 0px auto; font: normal 1.0em sans-serif,serif;}


blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #000000 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 750px;
}

#container {
	background: #190305;
	border: 0px solid #000000;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}


/*logo_top*/
.logo_top {
	background: #190305 url(img/logo_top.jpg) no-repeat left top;
	margin: 0 auto;
	height: 30px;
	float: left;
	width: 750px;
}


/*logo*/
.logo {
	background: #190305 url(img/logo.jpg) no-repeat left top;
	margin: 0 auto;
	height: 75px;
	float: left;
	text-align: center;
	width: 40%;
}

.logo a {
	background: #190305;
	color: #A4997D;
	font: bold 1.3em Times New Roman;
	font-style: italic;
	padding: 0 10px;
	padding-left: 50px;
	line-height: 110px;
	text-align: center;
	text-decoration: none;
	outline:1px solid #190305;
}

.logo a:link {color: d3cba5;}
.logo a:hover,.logo a:focus, .logo a:active {background-position: left bottom; color: #ffffee;}


/* navigation */
.navigation {
	background: #190305; 
	height: 75px;
	text-align: left;
	padding-left: 16px;
	float: left;
	width: 50%;
}

.navigation a {
	background: #190305;
	color: #A4997D;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 4px;
	line-height: 110px;
	text-align: left;
	text-decoration: none;
	outline:1px solid #190305;
}

.navigation a:link {color: d3cba5;}
.navigation a:hover,.navigation a:focus, .navigation a:active {background-position: left bottom; color: #ffffee;}



/* main */
.mainleft {
	background: #190305;
	margin: 0 auto;
	height: 600px;
	width: 62%;
	float: left;
	border: 0px solid #190305;

}

/* main */
.mainmiddle {
	background: #190305;
	margin: 0 auto;
	height: 600px;
	float: left;
	width: 33%;
	text-align: center;
	border: 0px solid #190305;
}

/* main */
.mainright {
	background: #190305;
	margin: 0 auto;
	height: 600px;
	float: left;
	width: 5%;
	text-align: left;
	border: 0px solid #190305;

}


/* bottom */
.bottom {
	background: #190305 url(img/logo_bottom.jpg) no-repeat left bottom;
	color: #A4997D;
	padding: 5px 20px;
	padding-right: 61px;
	height: 50px;
	text-align: right;
	font: normal 85% sans-serif;
	
}
