@charset "utf-8";

/* DESIGN NOTES

Website: SimplySwing.com.au
Style Author: Nik Peran, http://simplyswing.com.au
Layout: 900px Fixed width 2 column with left sidebar

_________________________________________________________________*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: #8bc0d0 url(../images/bg.jpg) repeat-x;
}


/* Zero out browser presets */

body, p, h1, h2, h3, h4, h5, h6 ol, ul, dl, 
blockquote, address, iframe, table, form, img {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
address {
	display: inline;
	font-style: italic;
}



/* Start LINKS ------------------------------------------ */	

a:link, a:visited {
	color: #FF9C05;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #F8CA50;
}
a.noBGlink:link, a.noBGlink:visited {
	background: none;
}
a.noBGlink:link, a.noBGlink:visited {
	background: none;
}
a.hdgLink:hover, a.hdgLink:active {
	color: #8544A8;
}
#thumbnails a {
	background: none;
}


/* HEADING Styles -----------------------------------------*/
h1, h2, h3, h4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.8em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.5em;
	color: #15526F;
}
h3 {
	font-size: 1.35em;
	color: #15526F;
	margin-top: 10px;
}
h4 {
	font-size: 1.25em;
	color: #736044;
	padding-left: 5px;
}
.nobullets/* Start LIST Styles ---------------------------------------*/

 {
	list-style-type: none;
}
.bulletsImg  li {
	padding-left: 25px;
	background: url(../images/bullet-purple.png) no-repeat left center;
}

.bulletsImg {
	line-height: 140%;
	list-style-type: none;
}
#mainColumn ul {
	margin-left:45px;
	margin-bottom: 10px;
}


/* Start POSITIONING Styles ----------------------------------*/

.clearFloats  {
	clear: both;
	height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#logo {
	display: none;
}


/* Define PAGE LAYOUT divisions -------------------------------*/

#container {
	padding: 0px;
	width: 920px;
	position: relative;
	text-align: left;
	color: #222;
	margin: 0 auto;
}


#topLinks {
	text-align: right;
	padding: 5px 20px;
	font-size: 1.25em;
	color: #0C4550;
}
#siteName {
	height: 35px;
	background: url(../images/simply-swing.png) no-repeat left bottom;
}

#banner {
	background: url(../images/banner.jpg) no-repeat;
}
#banner, #headingBox     {
	margin: 11px;
}
#menubarHide {
	height: 171px;
}
#submenuHide {
	padding-bottom: 12px;
}
#btmLinks {
	text-align: right;
	padding: 5px;
	clear: both;
	color: #666666;
}
#footer {
	clear: both;
	color: #0C4550;
	font-size: 1.1em;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

#subFooter {
	color: #666;
	text-align: center;
	width: 950px;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 10px 0;
}


/* Set out content COLUMNS -----------------------------*/

#mainColumn {
	float: right;
	width: 680px;
	font-size: 1.25em;
	line-height: 130%;
}
#sideColumn {
	width: 224px;
	float: left;
	color: #000000;
	font: 1.3em/130% Arial, Helvetica, sans-serif;
}

#singleColumn {
}

#page {
	background: #FFFFFF url(../images/white.gif) !important;
	border: 1px solid white;
	margin: 0 auto;
}
#sidebarTitle {
	background: url(../images/bg-sidebarTitle.png) no-repeat;
	position: absolute;
	height: 52px;
	width: 220px;
	left: -10px;
	top: 300px;
}

.leftCol {
	width: 446px;
	float: left;
	padding: 7px 0 0px 11px;
}

.rightCol {
	margin-left: 466px;
	padding: 7px 11px 7px 0;
}
.oneCol {
	padding: 7px 11px 0px 11px;
	clear: both;
}

.sideBox {
	background: #FFFFFF;
	border: 1px solid white;
	padding: 11px;
}
#menuBox {
	background: #eddfbb url(../images/bg-side.png);
	border: 1px solid #efe5c9;
	height: 228px;
}
#sideContent {
	background: #EFE5CA url(../images/bg-side.png) no-repeat;
	border: 1px solid #efe5c9;
	padding-top: 10px;
	color: #000000;
}
#mainContent {
	background-color: white;
}

#mainContent p {
	padding-bottom: 10px;

}
#sideContent p {
	padding: 0 5px 10px 5px;
}
#headingBox {
	background: #BEAA89 url(../images/bg-heading-pages.png);
	margin-bottom: 10px;
}
blockquote {
	padding-left: 30px;
}
.watermark {
	background: url(../images/watermark.jpg) no-repeat 0px 40px;
}

.textBoxWhite {
	background: #FFFFFF;
	padding: 10px 10px 0 10px;
	margin: 0 25px 0 5px;
	border: 3px solid #ffebc1;
}


.clrLink, abbr, acronym {
	color: #FF9C05;
}
.clrBrown {
	color: #736044;
}

.clrTeal {
	color: #15526F;
}
.clrGrey {
	color: #666666;
}

.clrRed, .error {
	color: #CA2831;
}
.clrInput {
	color: #37425E;
}
.correct {
	color: #009933;
}
.clrWhite {
	color: white;
}
.highlightYellow {
	background-color: #FFFF66;
	padding: 1px 3px;
}
.fauxHeading {
	color: #15526F;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
}
.lineDotted {
	padding-bottom: 10px;
	border-top: dashed 1px #333;
	width: 90%;
	margin: auto;
}
.textCourier {
	font-family: "Courier New", Courier, monospace;
}
.textLarger {
	font-size: 120%;
}
.textSmaller {
	font-size: 95%;
}
.small {
	font-size: .9em;
}
input, select, textarea  {
	color: #37425E;
	font: 14px "Courier New", Courier, monospace;
}
.submitBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em;
	color: #15526F;
}
.captcha_error_message {
	color: #CA2831;
}
#sideColumn .captcha_error_message {
	color: #CA2831;
	background: #FFE8E8;
	padding: 3px;
	margin-right: 8px;
}
.mceContentBody { /*SnippetMaster editor bg color*/
	background-image: url(../images/white.jpg);
	background-color: white !important;
	color: Black;
	text-align: left;
}
.thumbnails img { cursor:pointer}

.black_border img, .thumbnails img {border:1px solid black} /* for photo pages */

ul.photoMenu {
	list-style:square;
	margin: 0 0 0 25px;
	color: #BEAA89;
}

