/* COPYRIGHT INFO 
CSS by Matt Garcia Photography / mattgarcia.com
*/

/* COLOUR PALETTE

dark grey text/navigation background rollover/border: #333333
navigation background normal: #eeeeee
navigation subtext/footer/background: #c1c1c1

*/

/* STARTS HERE */

body { 
	width: 800px;
	margin: auto;
	font: .7em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #333333;
	background-color: #c1c1c1;
	background: url(../images/background01.jpg) fixed;
	text-align: center;
	}
		
/* FRAMEWORK */

#header {
	height: 152px;
	width: 800px;
	margin: 30px auto 0 auto;
	border: #ffffff 10px solid;
	}
	
#container {
	background-color: #ffffff;
	width: 800px;
	height: 100%;
	margin: 10px 0 10px 0;
	border: #ffffff 10px solid;
	}
	
#navigation {
	width: 205px;
	float: left;
	margin: 30px 0 0 30px;
	padding: 0;
	text-align: left;
	}

#content {
	margin: 0 0 0 235px;
	text-align: justify;
	width: 495px;
	padding: 30px 30px 10px 30px;
	}

#footer {
	height: 20px;
	width: 800px;                                  
	margin: auto;
	background-color: #333333;
	border: #333333 10px solid;
	}
	
/* NAVIGATION STYLE */
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
	
#navigation ul a {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color: #eeeeee;
}
	
#navigation ul a:hover {
	background-color: #333333;
	color: #ffffff;
	}

#navigation ul a em {
	display:block;
	color: #c1c1c1;
	font-style: normal;
	font-weight: normal;
	}

/* FORM STYLE */

form {
	margin: 3em auto;
	width: 100%;
	}

label {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	width: 200px;
	}
	
/* TITLES */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 10px 0;
	}

/* CLASS STYLES */

.password, .book {
	background-color: #333333;
	padding: 5px 25px 1px 25px;
	margin-bottom: 10px;
	color: #ffffff;
	}

.footer	{
	color: #c1c1c1; 
	text-align: center;
	margin: 20px 0 20px 0;
	}

/* LINKS */

.password a:link, .password a:visited, .password a:active, .book a:link, .book a:visited, .book a:active	{
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline;
	}

.password a:hover, .book a:hover  {
	text-decoration: none;
	}

a:link, a:visited, a:active	{
	color: #333333; 
	font-weight: bold; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

.footer a:hover {
	color: #333333;
	}

.action {
	padding: 20px;
	background-color: #eeeeee;
	text-align: right;
	margin-right: 20px;
	width: 100%;
	color: #333333;
	font-weight: bold;
}

.action a:link, .action a:visited, .action a:active {
	color: #c1c1c1;
	margin-right: 20px;
	text-decoration: none;
}

.action a:hover {
	color: #333333;
}

/* MISC */

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
p {
	background-color: #ffffff;
	}

.password p, .book p {
	background-color: #333333;
	}

img {
	border:0;
	}

.listindent {
	text-indent: 5px;
	list-style-position: outside; 
	list-style-type: square; 
	padding: 6px; 
	margin-left: 100px;
}

h1 + p {
	font-weight: bold;
	}

.image_floatright {
	float: right;
	margin: 10px 30px 20px 30px;
	}

.teamtable {
	width: 450px;
}

.teamimage {
	padding: 0 0 0 30px;
	}

.teamtext {
	padding: 0 0 0 30px;
	}

.quote {
	font-style: italic;
	}

.quote .strong {
	font-style: normal;
	}

.clear {
	clear: both;
	}