@charset "UTF-8";
/* uses some css3 properties for text shadows but should degrade gracefully for browsers that cant understand css3 or text-shadow */

@font-face {
	font-family: 'GraublauWeb';
	src: url('http://www.ukkosaunas.com.au/fonts/graublauwebbold.eot');
	src: local('?'), url('http://www.ukkosaunas.com.au/fonts/graublauwebbold.woff') format('woff'), 
	url('graublauwebbold.ttf') format('truetype'), url('http://www.ukkosaunas.com.au/fonts/graublauwebbold.svg#webfontD8iMQzTi') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'QuigleyWiggly';
	src: url('http://www.ukkosaunas.com.au/fonts/quigleyw.eot');
	src: local('?'), url('http://www.ukkosaunas.com.au/fonts/quigleyw.woff') format('woff'), 
	url('http://www.ukkosaunas.com.au/fonts/quigleyw.ttf') format('truetype'), url('http://www.ukkosaunas.com.au/fonts/quigleyw.svg#webfontD8iMQzTi') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BeautifulES';
	src: url('beautiful-es.eot');
	src: local('Beautiful ES'), local('BeautifulES'), url('http://www.ukkosaunas.com.au/fonts/beautiful-es.woff') format('woff'), 
	url('http://www.ukkosaunas.com.au/fonts/beautiful-es.ttf') format('truetype'), url('http://www.ukkosaunas.com.au/fonts/beautiful-es.svg#webfontDgN1kaXZ') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NeoRetroDraw';
	src: url('neord.eot');
	src: local('NeoRetroDraw'), local('NeoRetroDraw'), url('http://www.ukkosaunas.com.au/fonts/neord.woff') format('woff'), 
	url('http://www.ukkosaunas.com.au/fonts/neord.ttf') format('truetype'), url('http://www.ukkosaunas.com.au/fonts/neord.svg#webfontDgN1kaXZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {margin: 0; padding: 0;}
header, nav, section, article, aside, footer {display: block;}
body {
	color: #555;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(http://www.ukkosaunas.com.au/images/bg.jpg);
	background-repeat: no-repeat;
}

a {
	color: #333;
	outline: none;
}

a:hover {
	color: #C63;
}

p {margin: 0 0 18px;}

img {border: none;}

blockquote {
	margin: 0 20px 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #A8511B;
	border-right: 3px solid #A8511B;
	font-size: 11px;
	background-color: #FFC;
}

blockquote p {
	padding: 8px 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {float: left;}

img.alignleft {margin: 5px 5px 5px 0;}

.alignright {float: right;}

img.alignright {margin: 5px 0 5px 5px;}

#wrapper {
	width: 960px;
	text-align:left;
}

img.framed {
	background:white;
	padding:4px;
	border:1px solid black;
}

/* Header
-----------------------------------------------------------------------------*/

header {
	height: 200px;
	position: relative;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(http://www.ukkosaunas.com.au/images/images/header_bg.jpg);
}

#number {
	position: absolute;
	top: 44px;
	left: 331px;
	color: #444;
	text-shadow: 2px 2px 2px #FFF;
	text-decoration: none;
	font-family: NeoRetroDraw, Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1;
	width: 400px;
	font-weight: bold;
}

#sitename {
	position: absolute;
	top: 98px;
	left: 321px;
	color: #630;
	text-shadow: 2px 2px 2px #FFF;
	text-decoration: none;
	font-size: 36px;
	line-height: 1;
	width: 455px;
}

#sitename h1 {font-family: GraublauWeb, "Arial Bold";
	font-size: 36px;
}

#description {
	position: absolute;
	top: 147px;
	left: 212px;
	width: 699px;
	font-size: 24px;
	line-height: 16px;
	color: #630;
	text-shadow: 2px 2px 2px #FFF;
	font-family: QuigleyWiggly, Arial;
}

header nav {
	position: absolute;
	top: 174px;
	width: 915px;
	left: 9px;
	height: 26px;
	font: 14px/1 Tahoma, Arial;
	text-transform: uppercase;
	overflow: hidden;
}

header nav li {
	float: left;
	list-style: none;
	background: #FFF;
	margin: 2px;
	border: 2px solid #A8511B;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

header nav a {
	float: left;
	color: #630;
	text-decoration: none;
	padding: 7px 10px 6px;
	border-bottom: 3px solid #F0EFEF;
}
#search {
	display: block;
	width: 258px;
	height: 20px;
	position: absolute;
	left: 716px;
	top: 176px;
}

/* Middle
-----------------------------------------------------------------------------*/

section {
	width: 946px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #630;
	background-color: #F0DCBA;
	padding: 5px;
}

section:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	margin: 0 199px;
	padding: 15px 15px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #A8511B;
	height: 1%;
	background-color: #FFF;
}

#content h2 {
	margin: 0 0 18px;
	color: #630;
	text-shadow: 2px 1px 2px #CCC;
	font-family: "Graublau Web";
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}

#content h2 a {
	color: #333;
	text-decoration: none;
	text-shadow: 2px 1px 2px #CCC;
}

#content h2 a:hover {
	color: #009296;
	text-decoration: underline;
	text-shadow: none;
}

#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	margin: 25px 0 18px;
	color: #630;
	text-shadow: 2px 1px 2px #CCC;
	font-family: Arial, Tahoma;
	font-size: 24px;
	line-height: 1;
}

#content .entry h3 {font-size: 22px;}

#content .entry h4 {font-size: 20px;}

#content .entry h5 {font-size: 18px;}

#content .entry h6 {font-size: 16px;}

#content h3 {
	color: #333;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
	text-shadow: 2px 1px 2px #CCC;
	margin: 0 0 28px;
}

#content ul {
	list-style-type: none;
	color: #6F6458;
	margin:0;
	padding:0;
}

#content li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#content ul li {
	line-height:1.2em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
	list-style-image: url(../images/BlockContentBullets.png);
	list-style-position: inside;
}

/* 
#content p:first-letter {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0.1em;
	color: #222;
	margin-right: 0.2em;
	font-style: italic;
	font-family: GraublauWeb, Arial;
	font-weight: bold;
}    
*/

#block {
	display: block;
	height: 150px;
	width: 449px;
	background-image: url(http://www.ukkosaunas.com.au/images/block_bg.png);
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content #block h1{
	font-family: Days, "Arial Black";
	font-size: 18px;
	line-height: 20px;
	color: #500;
	text-shadow: 2px 1px 2px #CCC;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#content #block h2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #960;
	text-shadow: 2px 1px 2px #CCC;
	float: right;
	display: block;
	width: 90px;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: -10px;
}
#content #block h2 a:hover {
	color: #C60;
	text-decoration: none;
}

#content #block p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 1px 2px #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: justify;
}

/* Sidebars
-----------------------------------------------------------------------------*/

aside {
	float: left;
	width: 199px;
	position: relative;
  font-size: 12px;
}

#left {
	margin-left: -100%;
}

#right {
	margin-left: -200px;
}

aside h3 {
	line-height: 35px;
	color: #A8511B;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
	height: 35px;
	padding-left: 10px;
}

aside#right h3 {
	color: #A8511B;
}

aside ul {
	list-style-position: inside;
	list-style-image: url(http://www.ukkosaunas.com.au/images/images/BlockContentBullets.png);
}

aside li {
	color: #696969;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 5px;
}

aside a {
	color: #6E7761;
  text-decoration: none;
}

.box {
	padding: 0 0 5px;
}

.inner {
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #630;
	padding: 5px;
	margin-top: -7px;
	margin-bottom: 5px;
	background-color: #FFF;
}
.inner p {
	color: #963;
}


/* Footer
-----------------------------------------------------------------------------*/

footer {
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #630;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F7E3C4;
}

#copyright {
	font: 10px/16px Tahoma, Arial;
  text-align: right;
	color: #333;
	padding: 22px 10px 0 0;
}

#copyright span {
	display: block;
  text-transform: uppercase;
}

#copyright a {
	color: #6E7761;
  text-decoration: none;
}

#copyright a:hover { color: #009296;}

.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url(../images/rssIcon.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 30px;
}
