/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body { background: #00c4b0; font-family: "Myriad Pro", "Helvetica"; font-size:14px; }

a { color:#00b9a6; }
a:hover { text-decoration: none; }

#container { width:920px; margin:0 auto; }
#header { background: url(style/images/bg_top.png) no-repeat; height:155px; position:relative; width:920px; }
#header p { position:absolute; left:20px; top:7px; }
#header a#contact { text-decoration: none; display:block; position:absolute; top:12px; right:10px; width:155px; height:22px;}

#home { width:370px; float:right;}
#page { width:600px; float:left;  }

#navigation { color:black; position:absolute; top:85px; right:30px; width:100%;}
#navigation a { text-align:center; color:black; width:72px; height:19px; display:block; float:right; margin-left:10px; text-decoration: none; padding-top:8px; }
#navigation a:hover { background:url(style/images/btn.png) no-repeat; color:white; }

#navigation ul { position:relative; }
#navigation ul li { display:inline; }
#navigation ul ul { display:none; }
#navigation ul li:hover ul { display:block; float:left; position:absolute; top:27px; right:83px; background:#07544c; padding:5px 0; }
#navigation ul ul a { width:200px; color:white; }
#navigation ul ul li { display:block; }
#navigation ul ul li a {float:none; }
#navigation ul ul a:hover { width:200px; background:none; color:black; background:white; }

.post { padding:0 30px; }
#content { background: url(style/images/bg_content.png) repeat-y; width:920px; line-height:22px; }
#content h2 { color:#044039; font-size:24px; border-bottom: 2px solid #79cbbe; font-weight: normal; 
				margin:0 0px 20px 0px; padding:10px 0 0px 0; line-height: 24px; }
#content h3 { font-size: 14px; margin:10px 0; font-weight: bold; }
#sidebar { float:right; width:200px; margin-right:30px; }
#sidebar h2 { font-size:16px; margin-bottom: 5px; }
#sidebar select { width:200px; }

#home-left {  float:left; }
#home-page-images { }
select { width:250px;}
label {display:block; font-weight: bold; padding:5px 0 3px 0}

#services { margin-top:7px; }
#services a { margin:0 6px 0 0;}

p { margin:10px 0;}

#footer { background: url(style/images/bg_footer.png) no-repeat; height:58px; width:920px; position: relative; }
#footer p { font-size:12px; text-align: center; top:5px; position: absolute; width: 100%; }

table { width:100%; }
table td { padding:0 5px; }

input, textarea { font-size:14px; font-family: "Myriad Pro"; border:1px solid #aaa; padding:5px;}