/* HTML SELECTORS */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/background_tile.jpg);
	font-family: georgia, serif;
	color: #bbbbbb;
	font-size: 13px;
	line-height:1.5em;
}

label {
	display: block;
}

/* ---------------------------------- */

/* ID SELECTORS */

#mmnav_switch {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 156px;
	height: 36px;
	background: url(limenu/mmn_images/menu_btn.png) no-repeat 0 0;
	cursor: pointer;
}

#wwwcontent {
	text-align: left;
	padding-bottom: 40px;
	background: url(images/max_milligan_logo.png) no-repeat right bottom;
	width:835px;
	margin: 0 auto;
}

#wwwcontent object{
	background: url(images/black2.png);
}

/* CONTACT FORM */

#server_reply {
	color: white;
}

#contact {
	background: url(images/black2.png);
color:white;
padding:25px;
}

#wwwcontact {
	width: 488px;
	float: right;
}

/* GALLERY */

#gallery_thumbs{
	position:relative;
	top:0px;
	left:0px;
	background:transparent;
	width:735px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

/* ---------------------------------- */


/* CLASS SELECTORS */

br.clear {
	clear: both;
}

.clear {
	clear: both;
}


/* CONTACT FORM */

.required_field {
	color: red;
}

/* GALLERY */

.thumbs_row{
	position:relative;
	top:0px;
	left:0px;
	width:735px;
	height: 140px;
	background:transparent;
	margin-bottom:15px;
}

.gallery_thumb_left{
	position:absolute;
	top:0px;
	left:0px;
	width:358px;
	height: 140px;
	background:transparent;
}

.gallery_thumb_right{
	position:absolute;
	top:0px;
	left:377px;
	width:358px;
	height: 140px;
	background:transparent;
}

.thumb_left_caption{
	position:absolute;
	top:119px;
	left:0px;
	height:21px;
	width:358px;
	background:transparent;
}

.thumb_right_caption{
	position:absolute;
	top:119px;
	left:377px;
	height:21px;
	width:358px;
	background:transparent;
}

.caption_opener{
	position:absolute;
	top:0px;
	left:-23px;
	width:23px;
	height:21px;
	background:transparent url(images/caption_opener.png) no-repeat;
	z-index:20;
}

.caption_text{
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:21px;
	background:transparent url(images/caption_text_bg.jpg) repeat-x;
	z-index:20;
	padding-left:3px;
	padding-right:3px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:12px;
	padding-top:3px;
}	

/* ---------------------------------- */

.threeColumn {
	color: #bbbbbb;
float:left;
text-align:left;
width:306px;
}

.threeColumnFirst {
	width: 180px;
	color:white;
float:left;
font-size:12px;
line-height:1.5em;
text-align:left;
}

#blog-content {
	float:left;
	width:600px;
	text-align: left;
}

#sidebar {
	width:180px;
	text-align: left;
}

#enter {
	width: 830px;
	height: 500px;
	background: url(images/enter.jpg) no-repeat;
	position: relative;
}

#enterBtn {
	display:block;
	height:94px;
	left:311px;
	position:absolute;
	top:83px;
	width:118px;
}

.enterTitle {
	font-size: 14px;
	color: #dddddd;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

h2 {
	color: white;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px;
}

.post_title a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment_p a, .more-link {
	color: #c31c1d;
}



.form_row {
}

.form_col {
	width: 244px;
	float: left;
}

.form_row label {
	width:135px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom:5px;
}

.form_row input {
	width:200px;
	font-family:arial;
	padding:5px;
	font-size: 13px;
	margin-bottom: 15px;
}

#csubmit {
	display: block;
	background: url(images/submit.png) no-repeat 0 0;
	border: none;
	height: 37px;
	width: 142px;
	cursor: pointer;
	color: white;
	float: right;
	padding-bottom:5px;
}

#csubmit:hover {
	background: url(images/submit.png) no-repeat 0 -37px;
	color: black;
}

#contact_message {
	font-family:arial;
height:120px;
padding:15px;
width:455px;
font-size: 13px;
margin-bottom: 15px;
}

#contact_info {
	color: #bbbbbb;
float:left;
padding:15px;
width:225px;
}

#server_reply {
	float: right;
	padding:5px 10px 5px 30px;
width:454px;
	background: #262626 url(images/gg_ignored.png) no-repeat 5px center;
	margin-bottom: 15px;
	color: white;
}

.gallery_thumb_right p, .gallery_thumb_left p{
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 15px;
}

#sidebar {
	background: url(images/black2.png);
	color:white;
	padding:15px;
	min-height:500px;
}