/* 
==============================================================================
Created for:	Road Trauma Support Team (RTST) - Launceston.
Date: 			January 2009.
Created by: 	greenskin media.
				www.greenskinmedia.com
==============================================================================
*/




/* HTML */

html {background: #eee url(images/wallpaper.gif) repeat; border-top: #8db638 6px solid;}


/* CONTAINER */

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: -8px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background-color: #fff; 
	border: #fff 1px solid;
	}

p {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	}
	
	

/* GENERAL MOJO AND MULA */
		
img {padding: 4px 4px 4px 4px; background-color: #999;}
.none {padding: 4px 0px 4px 0px; background-color: #fff;}
		
.image-left {float: left; padding: 5px; margin: 5px;}
.image-right {float: right; padding: 5px; margin: 5px;}

div.hr {
  height: 1px;
  background-color: #aaa;
	}
	
div.hr hr {
  display: none;
	}
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #8db638;
	margin-bottom: 20px;
	background-color: transparent;
	}
		
h2, .blog-entry-title {
	color: #999;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}
		
a {
	color:#CC6714;
	text-decoration: none;
	border-bottom: #aaa 1px solid;
	}

a:hover {
	color:#CC6714;
	background-color: #F5F5F5;
	border-bottom: #ddd 1px solid;
	}

form {
	float:left;
	font-size: 12px;
	margin-bottom: 40px;
	}
		
input {
	background-color: #eee;
	color: #666;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	}
		
textarea {
	border-color: #ccc;
	background-color: #eee;
	}
		
.button {
	padding: 2px;
	}
	
#no {
	border-bottom: none;
	color: #fff;
	}
	
#no a:link, a:visited, a:current {
	background-color: #fff !important;
	color: #fff;
	}

#no img {
	background-color: #fff !important;
	color: #fff;
}


/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #948979;
	padding-top: 15px;
	clear: both;
	margin-bottom: 25px;
	background-color: #fff;
	height: 240px;
	background: url(images/header2.jpg) no-repeat;
	}
		

/* the slogan */
#header h1 {
	margin-left: 10px;
	}
		
#header p { 
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 45px;
	color: #999999;
	}
		
.right {
	float: right;
	}



/* NAVIGATION ELEMENTS */
	
#navigation ul {
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 130px;
	}
		
#navigation ul ul {
	padding-left: 20px;
	}

#navigation a {
	background-color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding: 8px;
	width: 125px;
	border-bottom: 1px solid #ddd;
	margin-left: 2px;
	}
		
#navigation ul ul {
	margin-bottom: 5px;
	margin-left: 5px;
	}
		
#navigation ul ul a {
	font-size: 12px;
	font-weight: normal;
	width: 105px;

	padding-left: 5px;
	}
		
#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
	}
		
#navigation a:hover {
	background-color: #F5F5F5;
	color:#CC6714;
	border-left: #999 2px solid;
	margin-left: 0px;
	}
		
#navigation #current {
	border-left: #CC6714 8px solid;
	margin-left: -8px;
	}
		
#navigation #current:hover {}
		
#navigation .currentAncestor {
	margin-left: 2px;
	}



/* CONTENT ELEMENTS */

#content {
	margin-top: 22px;
	width: 380px;
	margin-left: 170px;
	margin-right: 190px;
	margin-bottom: 30px;
	}

blockquote {
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: #8db638 3px solid;
	padding-left: 15px;
	}
	
.shift {margin-left: 110px; font-size: 22px; color: #fff;}

table {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 380px;
	text-align: center;
	}

th {
	padding: 0 0.5em;
	text-align: right;
	}

tr.grey td {
	background: #9aa979;
	color: #fff;
	}

td {
	border-bottom: 1px solid #9aa979;
	padding: 0 0.5em;
	}

td.width {
	width: 90px;
	}

td.adjacent {
	border-left: 1px solid #9aa979;
	text-align: center;
	}


	
/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 165px;
	margin-bottom: 10px;
	margin-top: 28px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	}



/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	margin-bottom: -10px !important;
	clear: both;
	background-color:#575352;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	}
		
#footer p {
	color:#89817f;
	padding: 5px;
	}
		
#footer p a {
	color: #999;
	border-bottom: 1px dotted #999;
	}
		
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
	border-bottom: 1px dotted #fff;
	}
		
/* And they lived happily ever after. The End. */
		
		
/* But wait! RapidWeaver Elements */

.blog-entry-title, .movie-page-title, .album-title {
	color: #666666;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}

.blog-image-smiley{
	margin-bottom: -6px;
	}
		
.blog-entry-date {
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	}
		
.blog-entry-body, .blog-entry-summary {
	padding-bottom: 10px;
	}
		
.movie-page-description, .album-description, .filesharing-description {
	margin: 10px;
	}
		
.movie-thumbnail-frame, .thumbnail-wrap {
	margin: 10px;
	float: left;
	text-align: center;
	}
		
.filesharing-item {
	padding: 10px;
	}
		
.filesharing-item:hover {
	background-color: #F5F5F5;
	}
		
.movie-thumbnail-frame:hover, .thumbnail-frame:hover {
	background: #ddd;
	}
		
.photo-background {
	text-align: center;
	}
		
.photo-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
	}
		
.photo-caption, .photo-navigation {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}
		
.photo-frame {
	padding: 5px;
	border: 1px solid #ddd;
	}