/*  
Theme Name: Bastille
Description: Developed by <a href="http://www.spiraldesigns.com.au">Spiral Designs</a> for Bastille
Version: 0.1
Author: Spiral Designs
Author URI: http://www.spiraldesigns.com.au

*/

body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000;
	line-height: 1.2em;
	background: #b2b4b6 url(images/back-gradient.gif) top left repeat-x;
}

#container {
	width: 767px;
	padding: 0;
	margin: 0 auto;
	margin-top: 82px;
	border-left: 4px solid #69be28;
	border-right: 4px solid #69be28;
	background-color: #fff;
}

#header {
	clear: both;
	width: 767px;
	height: 80px;
	background-color: #ffffff;
	border-top: 1px ridge #a1a0a5;
}

#logo {
	height: 44px;
	text-align: right;
	border-bottom: 1px ridge #a1a0a5;
	background: url(images/bastille-icon.gif) no-repeat;
	background-position: 20px center;
	margin-bottom: 26px;
}

#header img {
	border-left: 1px ridge #a1a0a5;	
	padding-left: 9px;
}

#menu {
	font-family: Helvetica, Arial, Sans-Serif;
	width: 767px;
	font-size: 95%;
	height: 34px;
}

#home-right ul, #home-right ul li {
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
	list-style: none;
}

#home-right ul li {
	background: url(images/arrow.gif) top left no-repeat;
	margin-left: none;
}

#home-right ul li a {
	padding-left: 15px;
	color: #666;
	text-decoration: none;
}

#home-right ul li a:hover {
	text-decoration: underline;
}


/** see menu.css for the rest of the #menu styles */

#page {
	clear: left;
	width: 767px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#home #page {
	background: url(images/home-feature.jpg) top left no-repeat;
	padding-top: 233px;
}

#home #main {
	width: 727px;
	margin-right: 20px;
	min-height: 250px;
}

#home-left {
	width: 404px;
	float: left;
	background: url(images/divider-vert.jpg) top right repeat-y;
	padding-right: 30px;
}

#home-right {
  	width: 260px;
  	padding-left: 20px;
  	float: left;
  	padding-top: 27px;
}

#main {
	width: 488px;
	margin-left: 20px;
	min-height: 450px;
}

#sidebar {
	width: 255px;
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
	min-height: 420px;
}

#footer {
	width: 735px;
	margin: 0 auto;
	clear: both;
	background: #7f7f83; 
	height: 25px;
	padding-top: 5px;
	padding-right: 40px;
	text-align: right;	
	margin-bottom: 30px;
	line-height: 25px;
}

#footer a {
	color: #ffffff;
	font-size: 95%;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 180%;
	color: #7f7f83;
	line-height: 150%;
	font-weight: normal;
	}

h1 span {display: none;}
	
#home-left h1#welcome {
	width: 94px;
	height: 14px;
	background: url(images/title-welcome.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

#home-right h1#servicelines {
	width: 124px;
	height: 14px;
	margin-top: 20px;
	background: url(images/title-servicelines.gif) top left no-repeat;
	padding: 0;
	margin-bottom: 11px;
}

h2 {
	font-size: 150%;
	line-height: 130%;
	color: #69be28;
	font-weight: normal;
	}

h3 {
	font-size: 100%;
	color: #69be28;
	text-transform: capitalize;
	}

#home h3 {
	color: #0071bc;
	font-weight: normal;
}

h4 {
	color: #69be28;
	padding: 0;
	margin: 0;
}

small {
	font-size: 85%;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #69be28;
	}

a:hover {
	color: #7cac5b;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}
	
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

label {
 	width: 150px;
    display: block;
    float: left;
    clear: left;
    margin-bottom: 10px;
}

input {
	margin-bottom: 10px;    
}

input[type="text"] {
	float: left;
}

input.text {
	float: left;
}

hr {
	border-bottom: 1px groove #ccc;
	height: 2px;
	display: block;
}


#main ul {
	margin-left: 15px;
	padding-left: 0;
	padding-top: 10px;
}

#main ul li {
	padding-bottom: 10px;
}

a img {
	border: none;
	}
	
.news p {
	padding: 0;
	margin: 0;
}

.news {
	padding-bottom: 20px;
}

#questions ul {
	font-size: 90%;
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
	margin-top: 20px;
	font-style: italic;
}

#questions li {
	padding-bottom: 10px;
}

#questions ul li.even {
	color: #69be28;
}

#questions ul li.odd {
	color: #333;
}

ul#ticklist {
	list-style: none;
	margin-left: 0;
}

ul#ticklist li {
	padding-left: 30px;
	background: url(images/tick.gif) top left no-repeat;
}

#main .rounded {
	background-color: #7f7f83;
	color: #69be28;
}

#main ol {
	margin: 0px;
	padding: 20px;
	list-style: none;
	font-weight: bold;
	font-size: 110%;
}

#main ol ul {
	margin-left: 15px;
	color: #ffffff;
	padding-right: 15px;
	list-style: disc;
	font-weight: normal;
	font-size: 90%;
}

.bottomlinks {
	font-size: 80%;
	padding-top: 10px;
}

.bottomlinks a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}

.bottomlinks a:hover {
	text-decoration: underline;
}

em {
	font-size: 110%;
	color: #69be28;
}

object, embed {
	z-index: 10;
}

.biophoto {
	float: left;
	margin-right: 10px;
	display: block;
	padding: 5px 0;
}

.readmore {
	float: right;
	padding-right: 15px;
	background: url(images/arrow.gif) right center no-repeat;	
	font-size: 95%;
}

.readmore a {
	color: #666;
	text-decoration: none;
}

.readmore a:hover {
	text-decoration: underline;
}

/* End Various Tags & Classes*/

/* site map styles */
.sitemap {
	font-size: 90%;
}

.sitemap ul {
	list-style: none;
}

.sitemap ul ul {
	list-style: none;
	margin-left: 0;
}

.sitemap li li {	
	padding-left: 30px;
	padding-bottom: 0 !important;
	background: url(images/list.gif) top left no-repeat;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
