@charset "UTF-8";

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

[Stylesheet]

Project:				mullumtobruns.org
Version:				1.0
Last change:		09.05.2008
Assigned to:		Alex & Matt
website:				http://www.mullumtobruns.org

-------------------------------------------------------------------------------

[Table of contents]

1. Browser Reset
2. General Layout
3. Header
4. Navigation
5. Left Content
6. Main Content
7. Footer

-------------------------------------------------------------------------------

[Color codes]

Background:		#FFFFFF (white) - bright yellow gradient
Content:				#666666 (mid dark grey)
Header h1:			#666666 (mid dark grey)
Header h2:			#666666 (mid dark grey)
Header h3:			#666666 (mid dark grey)

a (standard):		#666 (mid dark grey)
a (visited):			#666 (mid dark grey)
a (active):			#666 (mid dark grey)

-------------------------------------------------------------------------------

[Typography]

Body copy:			12px Arial, Verdana, Helvetica, Geneva, sans-serif;
Header h1:			16px Arial, Verdana, Helvetica, Geneva, sans-serif;
Input, textarea:	11px Arial, Verdana, Helvetica, Geneva, sans-serif;

Notes:				Notes here...

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

/*/////////////////////////////////////////////////////////////////////////////
1. Browser Reset
////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
	background: transparent;
}

body {
	background:#FFFFFF url(../images/site_bg.gif) top left repeat-x;
	color: #666;
	font:76%/140% Arial,Verdana,Helvetica,sans-serif;
	line-height: 1;
}

ol, ul {
	list-style: disc;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.number1 {
	background-color: #000000;
	width: 200px;
	height: 400px;
	float: left;
}

.number2 {
	background-color: #990033;
}

.width {
	float: inherit;
	width: 200px;
	height: 100px;
}

.clear {
	clear: both;
}

p {
	margin:18px 0 16px 0;
}

/*/////////////////////////////////////////////////////////////////////////////
2. General Layout
////////////////////////////////////////////////////////////////////////////*/

a,
a:link {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: underline;
}

.container {
	background: transparent url(../images/main_bg.gif) top left no-repeat;
	margin: 0 auto;
	width: 964px;
	padding:0px 18px 0px 18px;
	min-height:600px;
}

.header_holder {
	background: transparent url(../images/header_bg.jpg) top left no-repeat;
	height:147px;
}

.navigation_holder {
	border-bottom:1px solid #EEE;
	border-top:1px solid #EEE;
	margin-top:10px;
	padding:10px 0px 10px 0px;
}

.leftcontent_holder {
	width:245px;
	float:left;
	margin-top:25px;
}

.subnav_holder {
	/* LOL */
}

.subcontent_holder {
	margin-top:35px;
	margin-bottom:10px;
}

.maincontent_holder {
	width:690px;
	float:right;
	margin-top:25px;
	line-height:1.5;
}

.maincontent_holder p {
vertical-align: top;
	
}

.maincontent_holder p {
margin-top: 20px;
}


.flash {
	/*background: url(../images/loading_slideshow.gif);*/
	width: 688px;
	height:284px;
	border:1px solid  #EFEFEF;
	margin-bottom: 2px;
}

.content {
	
}

.footer_holder {
	/* LOL */
}

.hx-style01 {
	clear: both;
	background: url(../images/dot.gif) 0 50% repeat-x;
	font-size: 12px;
	margin: 12px 0 14px 0;
}

.hx-style01 span {
	background:#FFF;
	margin-left: 15px;
	padding: 0 10px;
	font-weight: bold;
	text-transform:uppercase;
	color:#99cc00;
	font-size:14px;
}

hr.horiline {
	clear: both;
	background: url(../images/dot.gif) 0 50% repeat-x;
	border:none;
	margin:10px 0px 10px 0px;
}

.entriesclosed {
width: 440px;
height: 110px;
border: 1px #FF9900 dashed;
background-color: #FFFFCC;
margin: 25px;
margin-left: 100px;
padding: 14px;
text-align:center;

}

/*/////////////////////////////////////////////////////////////////////////////
3. Header
////////////////////////////////////////////////////////////////////////////*/

.header_holder h1 {
	display:none;
}

/*/////////////////////////////////////////////////////////////////////////////
4. Navigation
////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////
5. Left Content
////////////////////////////////////////////////////////////////////////////*/

.60_img {
width:60px;
margin: 6px;
text-align:center;
}

#images {
width: 100px;
height: 50px;
margin: 6px;
vertical-align:middle;
float:left;
}

#subbox {
width: 200px;
margin-bottom:40px;
}

#subbox p {
text-align:left;
margin: 10px 0 10px 25px;
color:#666666;
line-height:1.5;
}



/*/////////////////////////////////////////////////////////////////////////////
6. Main Content
////////////////////////////////////////////////////////////////////////////*/

.business_name {
	font-weight:bold;
	color:#99cc00;
	padding-top: 20px;

}

.images {
margin: 6px 10px 8px 6px;

}

.images_b {
margin: 6px 10px 8px 6px;
border: 1px thin #F5F5F5;

}

.content ul{
margin-left: 14px;

}

#video {
margin: 8px 0 20px 0;
padding: 8px 0 20px 0;
border-bottom: thin dashed 1px #CCCCCC;

}

/*/////////////////////////////////////////////////////////////////////////////
7. Footer
////////////////////////////////////////////////////////////////////////////*/

.footer_holder {
	padding-bottom: 10px;
}

.footer_left {
	float:left;
	text-align:left;
}

.footer_right {
	float:right;
	text-align:right;
}

/*/////////////////////////////////////////////////////////////////////////////
8. ENTER Form
////////////////////////////////////////////////////////////////////////////*/

form#enterform input.form_input {
	border:1px solid #999;
	padding:7px 4px 4px 4px;
	height:16px;
	width:295px;
	color:#666;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
}

form#enterform textarea.form_textarea {
	border:1px solid #999;
	padding:4px 4px 4px 4px;
	height:100px;
	width:300px;
	color:#666;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
}

.formitem {
	margin:8px 0px 12px 0px;
	background:#FFFFE8;
	padding:15px;
	width:308px;
}

.formitem_long {
	margin:8px 0px 3px 0px;
	background:#FFFFE8;
	padding:15px;
	width:658px;
	float:left;
	border:1px solid #EEE;
}

.formitem_left {
	margin:8px 0px 3px 0px;
	background:#FFFFE8;
	padding:15px;
	width:308px;
	float:left;
	min-height:53px;
	border:1px solid #EEE;
}

.formitem_right {
	margin:8px 0px 3px 0px;
	background:#FFFFE8;
	padding:15px;
	width:308px;
	float:right;
	min-height:53px;
	border:1px solid #EEE;
}

.formitem_left_big {
	margin:8px 0px 3px 0px;
	background:#FFFFE8;
	padding:15px;
	width:308px;
	float:left;
	min-height:165px;
	border:1px solid #EEE;
}

.formitem_right_big {
	margin:8px 0px 3px 0px;
	background:#FFFFE8;
	padding:15px;
	width:308px;
	float:right;
	min-height:165px;
	border:1px solid #EEE;
}

.formhead {
	background:#eee;
	padding:4px;
	margin-top:20px;
	font-weight:bold;
}

.form_label {
	margin-bottom:5px;
}

.amount {
	float:left;
	width:80px;
}

.costs {
	float:left;
	width:80px;
}

input.form_quantity {
	border:1px solid #999;
	padding:7px 4px 1px 4px;
	height:16px;
	width:20px;
	color:#666;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	margin-bottom:3px;
}

input.form_total {
	border:1px solid #999;
	padding:7px 4px 1px 4px;
	height:16px;
	width:60px;
	color:#666;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	margin-bottom:3px;
}

input.form_total_total {
	border:1px solid #999;
	padding:7px 4px 1px 4px;
	height:16px;
	width:60px;
	color:#666;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	margin-bottom:3px;
	margin-left:40px;
}



