/*
daliamaron.com.au core styles
author:peter at gelatinpixel.com
version: 1.0
last modified: 6:18 PM 2011/11/11
*/

* {
padding:0;
margin:0;
}

html {
height:100%
}

body {
min-height:101%;
font:76%/1.4 Georgia, Helvetica, Arial, serif;
/* background:#fff;  */
text-align:center;
color:#bba;
/* 
background-image: url('http://stage.daliamaron.com.au/assets/img/footerBg4000b.png');
background-position:bottom right;
background-repeat:no-repeat;
background-attachment:fixed;
 */
}

hr{
color: gray;
}


#wrap {
width:940px;
margin:0 auto;
clear:both;
text-align:left;
}

#header {
height:220px;
}

h1{
margin:0;
height:220px;
background:transparent url('/assets/img/DaliaMaron_header940.png') no-repeat scroll 0 0;
}

#header h1 a {
position:relative;
top:40px;
left:44px;
display:block;
height:50px;
overflow:hidden;
text-indent:-9000px;
width:400px;
}

#copyright a{
display:block;
height:16px;
left:800px;
overflow:hidden;
position:relative;
text-indent:-9000px;
top:36px;
width:75px;
}


#mainNav {
color:#696969;
letter-spacing:.1em;
font-size:1.5em;
font-weight:900;
font-family:'Lucida Sans Unicode','Lucida Grande', sans-serif;
text-transform:uppercase;
text-align:center;
margin:-90px auto 0 auto;
clear:both;
}

#mainNav ul {
margin:0;
}

#mainNav li{
display:inline;
list-style-type:none;
}

#mainNav li a:link, #mainNav li a:visited, #mainNav li a:active{color:#999999;text-decoration:none;padding:0 12px;}
#mainNav li a:hover{color:#888888;/* background-color:#555555;text-decoration:overline;*/padding:0 12px;border-top:3px solid #999999;}

.thisPage {border-top:3px solid #999999;}

.content h2 {
text-align:left;
font-size: 1.5em;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000000;
padding: 2em 0 0 0;
}


.content h3 {
text-align:left;
font-size: 1.3em;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000000;
padding: 1em 0;
}

.content h4 {
text-align:left;
font-size: 1.2em;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000000;
padding: 1em  0;
text-transform:capitalize;
}

.content p {
text-align:justify;
font-size: 1.15em;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000000;
padding: 1em 1em 0;
}
.content {
margin: 0 60px 30px 60px;
text-align:right;
}

.content img{
float:right; 
padding: 0 0 10px 20px;
margin-top:-35px;}



.content ul li {
list-style-type:none;
text-align:left;
text-indent:20px;
color:#000000;
}

#container p {
text-align:justify;
font-size: 1.1em;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000000;
}



pre {
text-align:left;
font-size:1.3em;
}

/* 3 col*/

#container {
  padding-left: 240px;   /* LC width */
  padding-right: 90px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
width:200px;
/* width: 100%; */
margin:0 20px 10px 120px;
width:200px;
text-align:justify;
}

#left {
width: 200px;          /* LC width */
right: 200px;          /* LC width */
margin-left:-240px;
text-align:justify;
}
#right {
  width: 200px;          /* RC width */
  margin-right: -200px;  /* RC width */
  text-align:justify;
}

/*** IE6  3col Fix ***/

* html #left {
  left:-300px;
}

* html #center {
  left: -100px;
}

* html #right {
  left: -100px;
}
/*** end IE6 Fix ***/

.column p{
	margin-bottom:.5em;
}

.column img {
margin:0 auto;
text-align:center;
border:none;
padding:0;
}

.showOpposites{
display:none;
}

.spacer {
height:30px;
min-height:30px;
}

#footer {
height:100px;
clear: both;
background-image: url('http://stage.daliamaron.com.au/assets/img/footerBg.png');
background-position:bottom right;
background-repeat:no-repeat;
background-attachment:fixed;
}


.news p img {
	background-color:black;
	padding: 5px;
}

