/*
Theme Name: Webworks template
Theme URI: http://wordpress.org/
Description: Wordpressed by Pete Hawkins for Web-Works.Biz.
Version: 1.6
Author: James Koster
Author URI:http://www.jameskoster.co.uk/
Wordpressed by: Pete Hawkins
Wordpressed URI: http://web-works.biz/

*/

/* CSS Document */

body {
	color: #696969;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 10px
}
#outer
  { position: relative;
    width: 1050px;
    margin: 0 auto;
    padding-bottom: 5px;
  }

a {
	color:#120080;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
textarea, input, submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#120080;
	font-weight:normal;
}


/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */
#header {
	
	height:150px;
	text-align:center;
	margin-bottom:55px;
	
}
#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:400%;
	color:#120080;
	font-weight:normal;
	padding-bottom:0;
	margin-bottom:5px;
	
}


#header .description {
	font-size: 12pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	color:#120080;
}

/* PROPERTIES OF THE HEADER IMAGE */
#headerimg {
	height:150px;
	width:850px;
	text-align:center;
	background-image:url("images/drops.gif");
	background-repeat: no-repeat;
	background-position: right;
	
}


/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:750px;
	margin:0 auto;
}
/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:220px;
	float:right;
}
#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#120080;
	border-bottom:1px dashed #eeeeee;
}
#sidebar h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}
#sidebar p {
	line-height: 25px;
	text-align:right;
}
address {
	text-align:right;
	line-height:20px;
	font-style:normal;
	
}
/* THE MENU */

#menu {
	text-align:right;
}
#menu li {
	list-style:none;
}
#menu a {
	color: #999999;
	line-height: 15px;
	text-decoration: none;
	background-image: url("images/backgrounds/a.jpg");
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 10px
}
#menu a:hover {
	color: #cccccc;
	background-image: url("images/backgrounds/a_hover.jpg")
}
/* THE AREA NEXT TO THE SIDEBAR */

#content {
	background-image: url("images/backgrounds/content.jpg");
	background-repeat: repeat-y;
	background-position: right 50%;
	margin-right: 210px;
	padding-right: 20px;
	border-right: 1px solid #cccccc
}
#content h1 {
	color:#120080;
	font-size: 200%;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-top: 15px !important;
	border-bottom: 1px dashed #eeeeee
}
#content p {
	line-height: 20px;
	text-indent: 0
}
#content ol, ul {
	line-height:25px;
	list-style:none;
}
#content li {
	list-style-image: url("images/backgrounds/li.gif")
}
/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}
#footer li {
	list-style:none;
	
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.slideshow {
	float:right;
	padding: 4px;
	margin: 0 0 2px 7px;
		}
/* End Images */

