/*
Theme Name: Carbon Copies
Theme URI: http://wordpress.org/
Description: Designed by Trevor.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px 0;	
}

h2 {
	padding: 0 0 15px 0;	
}

img {
	border: none;	
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

a {
	color: #333;
	text-decoration: underline;
}

ul, ol, dl {
     position: relative;  
	 padding-left: 15px;
}

body {
	background: #4d5153 url(img/pagebg.png) repeat;
	height: 100%;
	text-align: center;
	min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container, #container_top, #container_bottom {
	position: relative;
	width: 960px;
	padding: 0 9px 0 9px;
	margin: 0 auto;
}

#container {
	background: url(img/bodybg.png) repeat-y; 
}

#container_top {
	background: url(img/topbg.png) no-repeat; 
	height: 38px;
}

#container_bottom {
	background: url(img/bottombg.png) no-repeat; 
	height: 38px;
}

#logo {
	height: 60px;
	padding: 10px 0 15px 30px;
	text-align: left;
}

#toptext {
	width: 250px;
	text-align: right;
	position: absolute;
	right: 40px;
	top: 0px;
}

#toptext h1 {
	font-size: 30px;
	padding: 0;
	margin: 0;
	font-style: italic;
}

#toptext h5 {
	font-size: 11px;
	padding: 0;
	margin: 0;
	color:#999;
	font-weight: normal;
}

#toptext a {
	color: #999;	
}

#uploadbtn {
	position: absolute;
	top: 10px;
	right: 275px;
	width: 125px;
	height: 50px;
}

#menu {
	height: 52px;
	width: 920px;
	margin: 0 auto;
	background: url(img/menubg.gif) no-repeat;
	text-align: left;
	position: relative;
}

#search {
	position: absolute;
	height: 23px;
	right: 0;
	top: 10px;
}
#searchbox {
	background: url(img/searchbox.gif) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}

.searchfont {
	font-size: 12px;
	color:#666;
}

#body {
	width: 910px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
}

#left {
	position: relative;
	float: left;
	width: 230px;
	background: #e6e6e6;
	text-align: center;
	padding: 10px 0 10px 0;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

.sidebar_menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.sidebar_menu a
{
display: block;
padding: 7px 0 7px 20px;
width: 210px;
background: url(img/sidebar_line.gif) no-repeat bottom;
}

.sidebar_menu a:link, .sidebar_menu a:visited
{
color: #000;
text-decoration: none;
}

.sidebar_menu a:hover
{
background-color: #195d8f;
color: #fff;
}

.sidebar_menu li {
vertical-align:middle;
line-height: 1.2em;	
}


#right {
	position: relative;
	float: right;
	width: 660px;
	text-align: left;
}

#footer {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	color: #deded2;
}

#footer a {
	color: #deded2;	
}

h1.title {
	margin: 0;
	padding: 0 0 15px 0;
}

#mapright {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 280px;
	height: 300px;
}