/* Start of CMSMS style sheet 'inmac_stylesheet' */
/*------------------------------------------------------------------------------
Edited 12 Feb 2010, Ben
------------------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: black;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

p, #main_col ul {
	line-height: 1.5em;
}

#main_split_menu ul {
	line-height: normal;
}

h1 {
	font-size: 1.6em;
	color: black;
}

h2 {
	font-size: 1.5em;
	color: black;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
}

img {
	border: 0;
}

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

a:hover, a:active {
	color: black;
}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

.pagination {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
}

.pagetext {
	padding: 0 10px;
}

.firstpage a,
.prevpage a,
.nextpage a,
.lastpage a {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #fff;
}

.goback {
	clear: both;
	border-width: 2px 0 0 0;
	border-style: solid;
	padding: 5px 0;
}

.important {
	font-size: 1.2em;
	color: #000;
	padding: 5px;
}

.important strong {
	color: red;
}

/*----------------------------------------------------------------------------*/
/* CORE LAYOUT */

#jar {
	text-align: center; /* ie5/win center hack */
	padding: 10px 0;
}

#wrap {
	margin: 0 auto;
	width: 950px;
	text-align: left; /* counteract to ie5/win center hack */
	background: white;
	padding-bottom: 15px;
}

#header {
	position: relative;
	height: 126px;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 258px;
	height: 71px;
	background-image: url('/images/inmac/in_macarthur_logo.jpg');
}

#logo h1 span {
	display: none;
}

#main {
	padding: 15px;
}

#main_col_container {
	background: transparent url('/images/inmac/dot_main.gif') repeat-y top left;
}

#main_col { float: left; width: 690px; }
#side_col { float: right; width: 210px; }

/*------------------------------------*/
/* ADVERTISEMENTS */

.side_ad, .sunday_drive_ad {
	margin-bottom: 10px;
}

#banner_ad {
	width: 600px;
	height: 80px;
	position: absolute;
	top: 23px;
	right: 30px;
}

#banner_ad img, .side_ad img, .sunday_drive_ad img {
	display: block;
}

/*----------------------------------------------------------------------------*/
/* EVERYTHING IN THE LEFT (MAIN) COLUMN */

#main_col_top {
	width: 690px;
	height: 188px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: top left;
}

#main_col h2 {
	color: white;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
}

/*------------------------------------*/
/* 3 COL */

.col_3_container {
	margin-bottom: 10px;
}

.col_3 {
	width: 223px;
	float: left;
	margin-right: 10px;
}

.col_3_last {
	margin-right: 0;
}

/*------------------------------------*/
/* 2 COL */

.col_2_container {
	margin-bottom: 10px;
	background: transparent url('/images/inmac/dot_col_2.gif') repeat-y top left;
}

.col_2 {
	width: 335px;
	float: left;
	margin-right: 20px;
}

.col_2_last {
	margin-right: 0;
}

/*------------------------------------*/
/* FRONT PAGE CONTENT IN 2 COL */

.sneakpeek {
	margin-bottom: 10px;
}

.sneakpeek img.thumb {
	float: right;
	margin-left: 10px;
}

.whats_on {
	margin: 10px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.whats_on .date {
	margin-top: 0;
}

.whats_on img.thumb {
	float: right;
	margin-left: 10px;
}

.whats_on h3 {
	margin: 0;
}

/*------------------------------------*/
/* MORE BUTTONS */

.more {
	margin-top: 10px;
}

.more a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 23px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: top right;
	white-space: nowrap;
}

.more a:hover {
	background-position: bottom right;
}

.content .more {
	clear: both;
	float: right;
}

.red_box .more a { background-image: url('/images/inmac/more_red.png') !important; }
.red_box .more a:hover { background-image: url('/images/inmac/more_red.png') !important; }
.red_orange .more a { background-image: url('/images/inmac/more_orange.png') !important; }
.red_orange .more a:hover { background-image: url('/images/inmac/more_orange.png') !important; }

/*------------------------------------*/
/* MAIN SPLIT */

#main_split_menu {
	float: left;
	width: 180px;
}

#main_split_content {
	float: right;
	width: 500px;
}

#main_split_content h3.sub {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	background: transparent url('/images/inmac/dot_hr.gif') repeat-x bottom left;
	padding-bottom: 10px;
}

#main_split_menu ul, #main_split_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

ul#subnav {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

ul#subnav li {
    width: 100%;
    float: left;
    clear: both;
}

#main_split_menu li a {
	display: block;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	margin-bottom: 3px;
}

/*------------------------------------*/
/* ICON LEGEND */

#icon_legend {
	margin-bottom: 10px;
}

#icon_legend h2 {
	margin-bottom: 3px;
}

#icon_legend ul, #icon_legend li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#icon_legend ul {
	padding: 10px;
}

#icon_legend li {
	line-height: 23px;
	padding-left: 30px;
	margin-bottom: 5px;
}

#icon_legend li.info,
#icon_legend li.review,
#icon_legend li.website,
#icon_legend li.sws,
#icon_legend li.offer {
	background-position: top left;
	background-repeat: no-repeat;
}

/*------------------------------------*/
/* BLOG */

.post {
	margin: 10px 0;
	background: transparent url('/images/inmac/dot_hr.gif') repeat-x bottom left;
	padding-bottom: 10px;
}


.post.current_issue {
	background: none !important;
	padding-bottom: 0 !important;
}

.post h3 {
	margin-bottom: 0;
	font-size: 1.5em;
}

.post.current_issue h3 {
	margin-bottom: 10px !important;
}

.post .date {
	margin-top: 0;
	color: #999;
}

.post img {
	float: right;
	margin: 0 0 10px 10px;
}

/*------------------------------------*/
/* WHAT'S ON */

.event {
	margin: 10px 0;
	background: transparent url('/images/inmac/dot_hr.gif') repeat-x bottom left;
	padding-bottom: 10px;
}

.event .date {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.2em;
}

.event img {
	float: right;
	margin: 0 0 10px 10px;
}

/*------------------------------------*/
/* GUIDE */

.guide {
	margin: 10px 0;
	background: transparent url('/images/inmac/dot_hr.gif') repeat-x bottom left;
	padding-bottom: 10px;
}

.guide h4, .guide p {
	margin: 0;
}

.guide .guide_info {
	float: left;
	width: 300px;
}

.guide .guide_legend {
	float: right;
	width: 180px;
	min-height: 60px;
}

.guide_legend ul, .guide_legend li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
}

.guide_legend .thumb_listing {
	float: right;
}

.guide_legend li {
	margin-right: 5px;
	display: block;
	width: 23px;
	height: 23px;
}

/* default "no link" image placed under link */
.guide_legend li.info,
.guide_legend li.review,
.guide_legend li.website,
.guide_legend li.sws,
.guide_legend li.offer {
	background-position: left bottom;
	background-repeat: no-repeat;
}

.guide_legend li a {
	display: block;
	width: 23px;
	height: 23px;
}

.guide_legend li span {
	display: none;
}

.guide_legend li.info a,
.guide_legend li.review a,
.guide_legend li.website a,
.guide_legend li.sws a,
.guide_legend li.offer a {
	background-position: left top;
	background-repeat: no-repeat;
}

.guide_legend li.info a:hover,
.guide_legend li.review a:hover,
.guide_legend li.website a:hover,
.guide_legend li.sws a:hover,
.guide_legend li.offer a:hover {
	background-position: left center;
	background-repeat: no-repeat;
}

#detail h4 {
	font-size: 1.2em;
}

/*----------------------------------------------------------------------------*/
/* EVERYTHING IN THE RIGHT (SIDE) COLUMN */

#side_col h2 {
	margin: 0;
	padding: 0;
}

#bookmark {
	margin: 10px 0;
}

/*------------------------------------*/
/* SEARCH BOX */

#search_box {
	margin-bottom: 10px;
	padding: 7px;
	color: white;
}

#search_box form {
	margin: 0;
	padding: 0;
	border: 0;
}

#search_box input {
	margin: 0;
	padding: 0;
	border: 0;
}

#search_1 { width: 50px; float: left; }
#search_2 { width: 116px; float: left; }
#search_3 { width: 23px; float: right; }

#search_1 label {
	line-height: 23px; /* center label vertically */
}

#search_2 .search-input {
	width: 110px;
	padding: 3px;
	height: 17px;
	background: white;
	margin-bottom: 5px;
}

#search_2 .search-input:focus {
	background: #ffffeb;
}

#search_3 input {
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	text-indent: -999em;

	/* http://www.productivedreams.com/ie-not-intepreting-text-indent-on-submit-buttons/ */
	display:block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#search_3 input:hover {
	background-position: bottom left;
}

/*------------------------------------*/
/* DISTRIBUTORS */

#distributors_box {
	margin-bottom: 10px;
	padding: 7px;
	position: relative;
	color: white;
}

#distributors_box h2 {
	color: white;
	margin-top: 0;
}

#distributors_box a {
	color: white;
}

#distributors_box img {
	float: right;
}

/*------------------------------------*/
/* ORANGE + RED BOX */

#side_col .orange_box,
#side_col .red_box {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

#side_col .orange_box .content,
#side_col .red_box .content {
	padding: 7px;
}


#side_col .orange_box h2 a,
#side_col .red_box h2 a {
	display: block;
	line-height: 29px; /* center text vertically */
	margin: 0;
	padding: 0 10px;
	color: white;
	font-size: 16px;
	font-weight: bold;
text-decoration: none;
}

#side_col .orange_box p,
#side_col .red_box p {
	margin: 0;
}

#side_col .orange_box img,
#side_col .red_box img {
	float: right;
}

#side_col .red_box ul { margin: 0; padding: 0 0 0 2em; }
#side_col .red_box li { margin: 0; padding: 0; }

/* different colors */

#side_col .red_box { border-color: #CC9A9A; }
#side_col .red_box h2 a { background: #CC9A9A url('/images/inmac/red_box_bg.png') repeat-x top left; }
#side_col .red_box h2 a:hover { background-position: bottom left; }

#side_col .orange_box { border-color: #CC9966; }
#side_col .orange_box h2 a { background: #CC9966 url('/images/inmac/orange_box_bg.png') repeat-x top left; }
#side_col .orange_box h2 a:hover { background-position: bottom left; }

/*------------------------------------*/
/* FACEBOOK */

#facebook {
	margin-bottom: 10px;
}

/*------------------------------------*/
/* ADVERTISE IN PUBLICATIONS */

#side_col .pub_ad_box {
	border: 1px solid #CC9966;
	margin-bottom: 10px;
}

#side_col .pub_ad_box .content {
	padding: 7px;
}

#side_col .pub_ad_box h2 {
	background: transparent url('/images/inmac/in_macarthur_h.jpg') no-repeat top left;
	text-transform: lowercase;
	display: block;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

#side_col .pub_ad_box h2 span{
	background: #CC9966;
	color: white;
	padding: 2px 5px;
	font-size: 11pt;
	font-weight: bold;
}

#side_col .pub_ad_box a.pub_ad_box_footer {
	display: block;
	background: #CC9966 url('/images/inmac/pub_ad_box_bg.png') no-repeat top right;
	padding: 0 10px;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px; /* center text vertically */
}

#side_col .pub_ad_box a.pub_ad_box_footer:hover {
	background: #CC9966 url('/images/inmac/pub_ad_box_bg.png') no-repeat bottom right;
}

#side_col .pub_ad_box p {
	text-align: center;
	margin: 0;
}

#side_col .pub_ad_box a {
color: black;
}

/*----------------------------------------------------------------------------*/
/* EVERYTHING IN THE FOOTER */

#footer {
	padding: 5px 10px;
	color: white;
	text-align: center;
	background: #959089;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #333;
}

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

#feu_panel {
	text-align: right;
	background: #f0f6f9;
	padding: 5px 10px;
}

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

fieldset {
	padding: 10px;
	/*width: 300px;*/
	border-width: 1px;
	border-style: solid;
	margin: 10px 0;
}

legend {
	padding: 5px 10px;
	background: white;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}

.error, .error_message {
	color:red;
	font-weight:bold;
	padding: 5px 10px;
	background: #ffecec;
	margin: 0.25em 0;
}

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

.feu_field {
	padding: 0.25em 0;
	clear: left;
}

.feu_label {
	display: block;
	width: 150px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

.feu_input input {
	width: 150px;
}

.feu_input img {
	display: block;
	margin: 0.25em 0;
}

.feu_submit {
	padding-left: 155px;
}

.feu_static_block {
	padding: 5px 10px;
	background: #f0f6f9;
	margin: 0.25em 0;
}

/*----------------------------------------------------------------------------*/
/* Blog module form styling */

div.pageoverflow {
	clear: left;
	overflow: auto; /* wrap this element around floats */
	padding: 0.25em 0;
}

div.pageoverflow:hover {
	background: #edf7ea;
}

p.pagetext {
	display: block;
	width: 120px;
	float: left;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

p.pageinput {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 340px;
}

p.pageinput textarea {
	width: 330px;
	height: 200px;
}

/*
p.pageinput input:focus, p.pageinput textarea:focus {
	background: #ffffeb;
}
*/

/*------------------------------------------------------------------------*/
/* formbuilder */

div.formbuilder label {
	display: block;
	width: 120px;
	float: left;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

div.formbuilder textarea {
	width: 330px;
	height: 200px;
}

div.formbuilder .fieldend textarea {
	width: 330px;
	height: 50px;
}

div.formbuilder .textarea_small textarea {
	width: 330px;
	height: 50px;
}

div.formbuilder .form_section {
	padding: 0.25em 0;
	clear: both;
}

div.formbuilder .form_section:hover {
	background: #edf7ea;
}

div.formbuilder .captcha {
	padding-bottom: 10px;
}

div.formbuilder .captcha img {
	display: block;
	margin-bottom: 5px;
}

/*
div.formbuilder .form_section input, div.formbuilder .form_section textarea, div.formbuilder .captcha input  {
	border: 1px solid #ccc;
}

div.formbuilder .form_section input:focus, div.formbuilder .form_section textarea:focus, div.formbuilder .captcha input:focus {
	background: #ffffeb;
}
*/

div.formbuilder .form_section div label,
div.formbuilder .nolabel label {
	float: none;
	display: inline;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
}

div.formbuilder .nolabel {
	padding-left: 130px;
}

div.formbuilder p {
	padding: 10px;
	background: #F0F6F9;
}

div.formbuilder .form_section div {
	padding: 0.25em 0 0.25em 150px;
}

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

#gallery img {
	display: block;
}

#gallery a {
	float: right;
	clear: right;
	border-width: 3px;
	border-style: solid;
	padding: 2px;
	border-color: white;
}

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

.companysuburb {
	border-bottom: 1px solid black;
	padding: 5px 0;
	font-weight: bold;
	cursor: pointer;
}

.companysuburb:hover {
	background: #edf7ea;
}

/*----------------------------------------------------------------------------*/
/* CLEARFIX */
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End Holly Hack */

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

/* End of 'inmac_stylesheet' */

