/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Riviera
Author : Ben Rinehart
Designer : Tracee Larson
URL :

Description : Marathon Package Site; see marathonpress.com for more details

Created : 07/19/2007
Modified :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #f7e3d2;
	}

/* START CONTAINER */
#container{
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #E6A16B url(../images/background.jpg) 0 0 no-repeat;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		width: 814px;
		height: 105px;
		margin-left: 85px;
		background: #C66968;
		border: 1px solid #000;
		border-width: 0 0 0 1px;
		}

	#header h1{
		width: 450px;
		height: 105px;
		float: left;
		padding: 0;
		margin: 0;
		background: url(../images/logo.jpg) center left no-repeat;
		text-indent: -1000px;
		}

	#header h1 a{
		width: 450px;
		height: 90px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}

		#header h2{
			float: right;
			margin: 10px 10px 0 0;
			font: italic 18px Times, "Times new roman", georgia, serif;
			font-variant: small-caps;
			}

		#header h3{
			float: right;
			clear: right;
			width: 300px;
			text-align: right;
			margin: 0 10px 0 0;
			font: italic 12px Times, "Times new roman", georgia, serif;
			}/* END HEADER */

	/* START NAVIGATION */
	#navigation{
		clear: left;
		background: #C66968;
		border: 1px solid #000;
		border-width: 0 0 1px 1px;
		margin-left: 85px;
		height: 30px;
		padding-left: 30px;
		}

		#global{
			margin: 0;
			padding: 0;
			}

			#global li{
				list-style-type: none;
				display: inline;
				padding: 0 3px;
				font: 16px Times, "Times New Roman", Georgia, serif;
				}

				#global li a:link, #global li a:visited{
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					color: #E6A16B;
					}

		a:link, a:visited{
			color: #F7E3D2;
			}

		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */

	/* START PAGE BODY */
	#page_body{
		padding: 0;
		margin-left: 200px;
		}

		#content{
			height: 405px;
			overflow: auto;
			}

		#content h1, #content h2, #content h3, #content h4, #content h5{
			font-family: Times, "Times New Roman", georgia, serif;
			font-style: italic;
			}

		#content p, #content ul, #content ol, #content dl, #content table{
			font: italic 16px/18px Times, "Times New Roman", georgia, serif;
			}/* END PAGE BODY */

	/* START INFO PAGES */
	img.figure-a{
		display: block;
		margin: 0 auto;
		}

	img.figure-b{
		float: right;
		margin: 10px;
		border: 1px solid #000;
		}

	img.figure-c{
		float: left;
		margin: 10px 10px 10px 0;
		border: 1px solid #000;
		}

		.center{
			text-align: center;
			}

		.right{
			text-align: right;
			}

		#content table{
			border-collapse: collapse;
			width: auto;
			margin: 0 auto;
			}
		table th, table td{
			text-align: left;
			padding: 2px 5px;
			}

			table th em{
				font-weight: normal;
				}

	#resources{
		margin: 0;
		padding: 0;
		}

		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}

	#testimonials h2{
		font: 20px Times, "Times New Roman", georgia, serif;
		padding: 0 25px 15px;
		text-align: right;
		}/* END INFO PAGES */

	/* START PORTFOLIO */
	#portfolio{
		width: 675px;
		height: 390px;
		overflow: auto;
		display: block;
		margin: 15px auto 0 auto;
		padding: 0;
		}

		#portfolio ul{
			margin: 0;
			padding: 0;
			}

		#portfolio li{
			float: left;
			display: block;
			padding: 0;
			margin: 0;
			width: 325px;  /* 220px for 3 columns, 325px for 2 */
			height: 130px;
			text-align: center;
			font: 14px/24px Georgia, Times, "Times New Roman", Serif;
			letter-spacing: 2px;
			}

			#portfolio li a.image{
				width: 200px;
				height: 100px;
				overflow: hidden;
				display: block;
				margin: 0 auto;
				border: 1px solid #33302C;
				}

				#portfolio li a.image img{
					border: none;
					}/* END PORTFOLIO */

	/* START GALLERIES */
	#slideshow, #promotions{
		width: 675px;
		height: 400px;
		margin: 0 10px 1px 0;
		}

		#slideshow img{
			display: block;
			margin: 0 auto;
			height: 400px;
			border: 1px solid #000;
			}

		#enlarge{
			width: 625px;
			height: 350px;
			float: left;
			}

			#enlarge img{
				display: block;
				margin: 1px auto;
				border: 1px solid #000;
				}

		#thumbnails ul{
			margin: 0;
			padding: 0;
			}

			#thumbnails ul.right{
				float: right;
				}

			#thumbnails ul li{
				display: block;
				width: 55px;
				height: 45px;
				margin: 10px 5px;
				overflow: hidden;
				border: 1px solid #000;
				}

			#thumbnails ul.bottom{
				clear: both;
				float: right;
				}

			#thumbnails ul.bottom li{
				float: right;
				margin: 3px 6px;
				}

		#thumbnails img{
			display: block;
			border: none;
			margin: 0 auto;
			}/* END GALLERIES */

	/* START FORMS */
	form{
		margin: 10px 0 0 25px;
		}

		.column{
			width: 300px;
			float: left;
			}

		.instructions{
			text-indent: 0;
			}

		fieldset{
			padding: 5px;
			margin: 0;
			border: none;
			}

			fieldset.checks{
				clear: left;
				float: left;
				margin: 5px 0;
				width: auto;
				border: 1px solid #33302C;
				}

				fieldset.checks label{
					width: 270px;
					}

		legend{
			color: #FFF;
			font: 18px Times, "Times new roman", georgia, serif;
			font-variant: small-caps;
			}

		label{
			display: block;
			float: left;
			clear: left;
			width: 75px;
			font: italic 16px/18px Times, "Times New Roman", georgia, serif;
			margin-top: 3px;
			}

		.required{
			color: #C66968;
			font-weight: bold;
			}

		input[type="checkbox"], input[type="radio"]{
			margin: 0 15px 0 0;
			}

		input[type="text"], textarea{
			width: 200px;
			float: left;
			margin: 3px;
			}

		input[type="submit"], input[type="reset"]{
			margin: 3px;
			}

		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */

	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 0;
		background: #000;
		text-align: center;
		}

		.vcard{
			padding: 10px 25px;
			font: 13px Times, "Times New Roman", georgia, serif;
			}

		.vcard div{
			display: inline;
			padding-right: 25px;
			}/* END FOOTER */
