/*  
Theme Name: Skylift Theme
Theme URI: http://www.skyliftcranes.com.au/
Description: Custom Themes designed by: http://benpartch.com/
Version: 1.0
Author: Ben Partch
Author URI: http://benpartch.com/
*/
* {margin: 0; padding:0}
body {
	font: 81.25%/1.5 Verdana, Arial, Tahoma, Sans-Serif;
	text-align: center;
	background: #ccc;
	margin: 20px 0;
	color: black;
}

a img, img a {
	border: none;
}

a:link, a:visited {
	color: #DF2318;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Georgia, Serif;
	color: #DF2318;
}

h1{font-size:180%;}
h2{font-size:120%}
h3{font-size:100%}
h4{font-size:100%}
h5{font-size:100%;}

#wrap {
	text-align: left;
	background: white;
	position: relative;
	margin: 0 auto;
	width: 815px;
}

#header {
	border-bottom: 3px solid white;
	background: url(images/header.png) top left no-repeat;
	height: 139px;
	width: 815px;
	position: relative;
}

.logo, .logo em  {
	width: 115px;
	height: 52px;  
	position: absolute; 
	top: 25px;
	left: 26px;
	display: block; 
	cursor: pointer;
	text-indent: -9999px;
}
.logo em {
	background: url(images/logo.png) top left no-repeat;
	position: relative;
}

ul#nav {
	width:785px;
	margin: 0 auto;
	background: black;
	border-top: 3px solid red;
	padding: 5px 0;
	font-size: .8em;
	font-weight: bold;
	text-transform:uppercase;
	line-height:1.5;
}
ul#nav li {
	display: inline;
	list-style: none;
	margin: 0 10px;
	padding: 7px 6px;
}
ul#nav li.active, ul#nav li.current_page_item {
	background: #DF2318 url(images/active.png) top left repeat-x;
	color: white;
}

ul#nav a:link,ul#nav a:visited  {
	color: white;
	text-decoration: none;
}
ul#nav a:hover {
	color: white;
	text-decoration: underline;
}

#content {
  padding: 20px 20px 20px 20px;
	text-align: left;
	width: 515px;
	float: left;
}
#content p {margin: .5em 0}
#content ul, #content ol {margin: 10px 0 10px 20px;	}
#content ul li {
	list-style: none;
	background: url(images/contbullet.png) center left no-repeat;
	text-indent: 17px;
	line-height: normal;
	margin: 5px 0;

	background:none;	list-style:url(images/contbullet.png);	text-indent:0px;
}
#content ul ul {	margin-left:30px;	}
#content ol.commentlist {
	list-style: none;
	margin-left: -3px;
}
#content ol.commentlist li {
	padding: 10px;
	list-style: none;
	margin: 5px 0;
	border-bottom: 5px solid #696969;
}
#content ol.commentlist li.alt {
	background: #eee
}
#content ol {margin-left: 20px}
#content ol li {
	list-style: decimal;
	line-height: normal;
	margin: 5px 0;
}

#content img {
	margin: 5px 10px 0 0;
	padding: 3px;
	border: 1px solid #ccc;
}

#sidebar {
	text-align: left;
	padding: 10px 10px 20px 10px;
	float: right;
	width: 235px;
}
#sidebar ul {
	margin: 3px 6px 0 0;
	list-style: none;
	background: #cccccc;
	padding: 10px;
	font-size: 83%;
	font-weight: bold;
	border-bottom: 7px solid #696969;
}
#sidebar ul li {
	margin: 5px 0 5px 10px;
	list-style: none;
	background: url(images/sidebullet.png) center left no-repeat;
	text-indent: 17px;
	line-height: 1.5;
}

#sidebar h5 {
	margin: 10px 6px 0 0;
	list-style: none;
	text-indent: 10px;
	padding: 5px 0;
	color: white;
	background: #ec2e21;
}
#sidebar h5.arrow {
	text-indent: 20px;
	background: #ec2e21 url(images/sideheadarrow.png) center left no-repeat;
}

address {
	margin: 3px 6px 0 0;
	background: #cccccc;
	padding: 10px;
	font-size: 83%;
	border-bottom: 7px solid #696969;
}

div.hr {display: none}
/*/*/a{}
div.hr {display: block; 
height: 10px; 
background-image: url(images/hr.png); 
background-repeat: no-repeat; 
background-position: left left; 
margin: .1em 0 1em -.5em;\
clear:both;
}
hr {display:none}/* */

.postmetadata {float:right}
.date,.postmetadata,.edit,.commentmetadata {font-size:.8em;font-weight:bold}
legend{display:none}
fieldset{border:none}
cite{font-weight:bold}