/*  
Theme Name: 1pagedesign
Theme URI: http://www.1pagedesign.com.au
Description: This is my 1pagedesign theme
Version: 1.0
Author: SaminOz
Author URI: http://www.1pagedesign.com.au/

*/
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}
body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: rgb(35,31,32);
color: #fff;
}
a:link, a:visited{
text-decoration: none;
color: #A8C000;
}
a:hover{
text-decoration: none;
border-bottom: dotted;
}
p{
padding: 10px 0 0 0;
}
div#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}
/* HEADER ITEMS-------------*/
div#header-wrap {
	height: 150px;
	margin: 0;
	width: 100%;
	padding: 0;
}
div#header {
	width: 750px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	height: 150px; 
	border-bottom: 2px solid #fff;
	z-index: 2;
}
div#header h1 {
	color: #fff;
	position: absolute;
	top: 60px;
	right: 0px;
	font-size: 18px;
	margin-top: 0px;
}
img {
	border-style: none;        /*takes care of blue border issue in both moz and IE*/
}
img.logo {
	position: absolute;			/*all header <img> sits in #header-contained and takes it's absolute positioning from it's bounderies.*/
	left: 0px;
	top: 30px;
	padding: 0;
}
img#sq103 {
	position: absolute;
	top: 90px;
	left: 0px;
}
img#sq148 {
	position: absolute;
	top: 90px;
	left: 53px;
}
img#sq177 {
	position: absolute;
	top: 90px;
	left: 106px;
}
img#sq210 {
	position: absolute;
	top: 90px;
	left: 159px;
}
img#sq197 {
	position: absolute;
	top: 90px;
	left: 212px;
}
img#sq179 {
	position: absolute;
	top: 90px;
	left: 265px;
}
img#sq219 {
	position: absolute;
	top: 90px;
	left: 318px;
}
img#sq211 {
	position: absolute;
	top: 90px;
	left: 371px;
}
img.tabs {
	position: absolute;
	top: 108px;
}
/*img.tabs#tabs103 {			these have been taken out to fit into 750px width (see #wrapper)
	right: 0px;
}
img.tabs#tabs148 {
	right: 125px;
}*/
img.tabs#tabs177 {
	right: 0px;
}
img.tabs#tabs210 {
	right: 125px;
}
/*Header ends*/

#header{
float: left;
width: 750px;
}
#container{
float: left;
width: 500px;
}
.post{
padding: 10px 0 10px 0;
}
.post h2{
font-family: arial, Sans-serif;
font-size: 18px;
}
.entry{
line-height: 18px;
}
p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}
.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.sidebar{
float: left;
width: 240px;
background: rgb(35,32,31);
margin: 0 0 0 10px;
display: inline;
}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}
.sidebar ul li{
padding: 10px 0 10px 0;
}
.sidebar ul li h2{
font-family: arial, Sans-serif;
font-size: 14px;
}
.sidebar ul ul li{
padding: 0;
line-height: 24px;
}
table#wp-calendar{
width: 100%;
}
#footer{
clear: both;
float: left;
width: 750px;
padding: 10px 0 0 0;
}
#footer p {
	line-height: 18px;
}

