﻿/*
Theme Name: Rockhampton Drafting Services
Theme URI: http://www.rockdraft.com.au
Description: The Default Theme for Rockhampton Drafting services
Version: 1.0
Author: Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 * COLOURS
 * red					:	ff0000
 * green				:	00ff00
 * Dark Blue			:	001126
 * 
 * CONTENTS
 * 1.Header and Body
 * 2.Main Content
 * 3.Forms
 * 3.Footer
 * 4.Forms
 * 5.Navigation
 * 6.News
 */

/*
 * 1.Header and Body
 */
body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
	color:#fff;
	background:#001126 url(images/background.png) top repeat-x;
}
#header {
	margin:0;
	padding:0;
}
#header h1 {
	background:url(images/masthead.png);
	width:841px;
	height:200px;
	margin:0;
	padding:0;
	text-indent:-999em;
	position:absolute;
	top:0;
	right:0;
}
#search {
    display: none;
}
#description {
    display: none;
}
.widthlimiter {
    width: 995px;
    margin: 0 auto;
	position:relative;
}
#menu {
	background:transparent url(images/nav.png) no-repeat scroll left top;

	
	padding:12px 0 0 23px;
	position:absolute;
	top:129px;
	left:0;
	
	width:138px;
	height:285px;
}
#main {
	width:849px;
	padding:29px 0 25px 0;
	position:relative;
	float:right;
	margin:69px 12px 0 0;
}
#main_head {
	width:849px;
	height:29px;
	background:url(images/main-head.png) top right no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#main_foot {
	width:849px;
	height:25px;
	background:url(images/main-foot.png) top right no-repeat;
	position:absolute;
	bottom:0;
	right:0;
}

#main_content{
	background:url(images/main-bg.png);
	padding:0 17px 0 27px;

}

#corner_image {
	
	bottom:28px;
	height:327px;
	position:absolute;
	right:20px;
	width:308px;
}

#content {
    font: normal 11pt/1.6em sans-serif;
	padding:66px 280px 10px 25px;
	min-height:450px;
	background:transparent url(images/corner-image.jpg) no-repeat scroll bottom right;
}

#sidebar{
	width:25%;
	float:right;
	background:#ccc;
}
#sidebar li{
	list-style:none;
	padding:0;
	margin:0;
}

/*
 * 2.Main Content
 */
h1, h2, {
    color: #fff;
}
h3, h4, h5 {
    color: #666
}

#content h1 {
	background:#404040 none repeat scroll 0 0;
	color:#6596D0;
	padding:41px 0 0 25px;
	line-height:36px;
	height:36px;
	font-size:36px;
	left:26px;
	margin:0;
	position:absolute;
	top:18px;
	width:514px;
	text-transform:uppercase;
}
.sliding-list, .sliding-list td {
	border-collapse:collapse;
}
.sliding-list td {
	width:33%;
	vertical-align:top;
}

.sliding-list h2 {

	cursor:pointer;
	font-size:80%;
	background:#6596D0;
	color:#fff;
	background:#6596D0 url(images/plus.gif) left no-repeat;
	padding-left:18px;
	margin:0;
}

.sliding-list div {
padding:4px 0;
}
.sliding-list h2.isOpen {

	background:#6596D0 url(images/minus.gif) left no-repeat;

}

/*
h1 {
    margin: 0;
    padding: 0;
    font: normal bold 2em/80px sans-serif;
}
h2 {
    font: normal bold 1.6em sans-serif;
    margin: 0.5em 0
}
h3 {
    font: normal bold 1.4em sans-serif;
    margin: 0.4em 0
}
*/
a {
    color: #6596D0;
}
a:hover {
    text-decoration: none;
}
#content img.alignleft, #content div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
#content img.alignright, #content div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
#content img.aligncentered, #content div.aligncentered {
	text-align:center;
	margin:0 auto;
}


/*
 * 3.Forms
 * Override any of the default cforms styles here by prefixing with #content
 * to increase specifity
 */
#content .cform legend {
    font-family: sans-serif;
}
#content .cform fieldset {
    background: #cccccc;
}
.linklove { /*hides link to author but still gives them the backlink*/
    display: none;
}

#content ol.cf-ol {
	border:none;
}
#content .cf_li_err span {
	color:#000;
}

/*
 * 3.Footer
 * Text should be a little smaller and more subtle in contrast.
 */
#footer {
	clear:both;
	float:right;
	height:5em;
	margin:-11px 23px 0 0;
	text-align:right;
	width:817px;
	color:#96b9e5;
	font-size:50%;
	line-height:1.6em;
}
#footer p {
	margin:0;
}
#footer a {
    color: #96b9e5;;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: underline;
}
.mapp-poweredby {
	display:none;
}
/*
 * 5.Navigation
 * Ahhh, the fun part. If you get stuck, ask Jeff Vader. I'm his brother.
 * http://www.youtube.com/watch?v=7tUNNM-Hyu8
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:37px;
}
.nav ul { /* dropdown width */
	position:absolute;
	top:-999em;
	width:100px;
}
.nav ul li,
.nav a {
	width: 100%;
	height:37px;
}
.nav li {
	position:relative;
	margin-bottom:1px;
	
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul { /* vertical pozzie of dropdown */
	left:5px;
	top:25px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul { /* 2nd level dropdown */
	left:90px;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	font-size:80%;
}
.nav li {
	width:130px;
}
.nav a {
	color: #616161;
	font-weight:bold;
	text-decoration:none;
	text-indent: 10px;
	text-transform:uppercase;
}
.nav a:hover {
	background:#CCCCCC;
}
.nav .cufon-canvas {
	padding:12.1px 0;
}
.nav .cufon-vml {
	margin:12.1px 0;
}
.nav .cufon-canvas canvas {
	top:1px !important;
}

/*
 * 6.News
 */
.postdate, .postmetadata{
	font-size:0.8em;
	font-style:italic;
}
