/*
Theme Name: Artemis
Theme URI: http://www.21thoughts.com/
Description: Theme for Artemis
Version: 1.0
Author: Roger Coathup
Author URI: http://www.21thoughts.com/
Tags: 

*/

* {
	margin:0;
	padding:0;
	}

body {
	font-size: 72%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: url('images/bodybackground.jpg') repeat-x;

	}

#page {
	background: #fff;
	width: 900px;
	padding: 5px 15px 5px;
	margin: 0px auto;
	text-align: left;
	min-height:656px;
	}
	
#wrapper {
	width: 1030px;
	margin: 0px auto;
	padding-top:1px;
	background: url('images/background.jpg') no-repeat;
	}

#header {
	position: relative;
	height: 80px;
	}

/* navigation menu */	

div#phone {
	position: absolute;
	top: 15px;
	right: 0px;
	}
	
ul#menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style: none;
	background: #97d8c0;
	padding: 7px 10px 10px;
	}
	
ul#menu a {
	color:#fff;
	}

ul#menu a, ul#menu a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

ul#menu li {
	float: left;
	list-style:none;
	color: #fff;
	background: #97d8c0;	
	padding:2px 10px;
	line-height: 0.8em;
	}
	
ul#menu li.left, ul#menu li.middle {
	border-right: 1px solid #fff;
	}

ul#menu a:hover, ul#menu a:active, ul#menu li.current a, ul#menu li.current a:visited, #home .on {
	color:#999;
	}

img#logo 	{
	}

#content {
	}
	
img.banner {
	width: 900px;
	}
	
div#gliderarea {
	height: 259px;
	colour: #fff;
	background: #000;
	position: relative;
	}
	
div#gliderarea div.controls {
	position: absolute;
	bottom: 10px;
	left: 40px;
	color: #fff;
	}
	
div#gliderarea div.controls a, div#gliderarea div.controls a:hover {
	color: #fff;
	margin-right: 30px;
	}
	
/* big home page buttons */
ul#buttonarea{
	list-style: none;
	}
	

ul#buttonarea a, ul#buttonarea a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

ul#buttonarea li {
	float: left;
	list-style:none;
	color: #fff;	
	}
	
ul#buttonarea li a.button {
	width:300px;
	height: 84px;
	visibility: none;
	}
	
ul#buttonarea li a#artemisbutton {
	background: url('images/button_artemis_05.jpg') no-repeat;
	}

ul#buttonarea li a#artemisbutton:hover {
	background: url('images/button_over_05.jpg') no-repeat;
	}

ul#buttonarea li a#servicesbutton {
	background: url('images/button_services_06.jpg') no-repeat;
	}

ul#buttonarea li a#servicesbutton:hover {
	background: url('images/button_over_06.jpg') no-repeat;
	}
	
ul#buttonarea li a#clientsbutton {
	background: url('images/button_clients_07.jpg') no-repeat;
	}

ul#buttonarea li a#clientsbutton:hover {
	background: url('images/button_over_07.jpg') no-repeat;
	}
	
		
/* home page columns */
ul.columns{
	list-style: none;
	padding-top:40px;
	}
	

ul.columns li {
	float: left;
	list-style:none;	
/*	width: 260px;*/
	padding: 0px 20px 10px;
	}
	
	
ul.columns li#overviewcolumn {
	width: 260px;
	padding-right:19px;
	border-right:1px solid #999;
	min-height: 360px;
	}
	
ul.columns li#postsidebar {
	width:260px;
	padding-left: 19px;
	border-left:1px solid #999;
	min-height: 360px;
	}
	
ul.columns li#postcolumn, ul.columns li#maincolumn {
	width: 560px;
	}
	
ul.columns li#maincolumn div.row {
	clear:both;
	padding-bottom: 15px;
	}

li#quotecolumn, li#clientscolumn, li#newscolumn, li#blogsidebar {
	width: 260px;
	}	
	
li#blogsidebar li {
	padding: 0px;
	}
	
	
blockquote {
	margin: 0 10px 0 0;
	padding: 20px 10px 20px 20px;
	font-size: 1.4em;
	background: url('images/bottom_quotes.gif') bottom right no-repeat;
	}
	
blockquote.home {
	padding-top:0px;
	}
	
li#postcolumn h2 {
	margin-bottom: 5px;
	}
	
	
div.entry {
	margin-top:15px;
	}
		

ul#services div.service {
	margin-bottom: 30px;
	}

p {
	margin-bottom: 10px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.4em;
	border-bottom: 1px solid #999;
	color: #588171;
	margin-bottom: 15px;
	font-weight: normal;
	}


h3 {
	font-size: 1.1em;
	font-weight: normal;	
	}
	

	
a:hover {
	text-decoration:underline;}


a {
	color: #588171;
	text-decoration:none;	
	}
	
	
img.clienthome, img.leftclienthome  {
	height: 80px;
	width: 80px;
	float: left;
	}
	
img.clienthome {
	margin-left: 10px;
	}
	

img.clientthumb, img.leftclientthumb {
	height: 100px;
	width: 100px;	
	float: left;
	}
	
img.clientthumb {
	margin-left: 15px;
	}
	
.opaquelogo img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
}

.opaquelogo:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

	
	
a#moreclients {
	margin-top: 10px;
	}

.leftcol, .rightcol {
	width: 260px;
	}
	
.leftcol {
	float: left;
	}
	
.rightcol {
	float: right;
	}
	
/* comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}


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


.clear {
	clear: both;
}

#footer {
	margin: 30px auto 0px;
	width:1024px;
	padding-top:5px;
	clear: both;
	font-size:0.7em;
	text-align:center;
	background: url('images/footer_03.jpg') no-repeat;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


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
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


