@charset "utf-8";
@import("reset.css");
/* CSS Document */
body {
	background: #000;
}
#container {
	width: 750px;
	margin: auto;
	font-family: "Century Gothic",Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height: 1.0em;
}
#container p {
	font-size: 13px;
}

/* navigation */
ul#navigation {
	list-style-type :none;
	margin:0;
	padding:0;
	font-size: 17px;
	height: 30px;
	border-bottom: 1px dotted #eee;
	border-top: 1px dotted #eee;
	background: #333;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#navigation li a {
	display:block;
	padding:6px 10px 6px 10px;
	height:100%;
	color:#9F0;
	text-decoration:none;
	margin-right: 25px;	
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active, #navigation li a.current {
	color: #FFF;
}
p {
	clear: both;
	line-height: 1.5em;
}

/* links */
#container a {
	color: #FFF;
	font-weight: bold;
}

/* headers */
h1 {
	margin-top: 40px;
	height: 80px;
	background: url(../images/logo.gif) no-repeat center top;
	text-indent: -9999px;
	cursor: pointer !important;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9F0;
	text-align: left;
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	padding: 10px;
	clear: both;
	font-size: 15px;
}

.post h3 a {
	color: #9F0 !important;
} 

.post h3 {
	text-align: left;
	border-bottom: none;
	padding-left: 0;
}

h4 {
	font-size: 13px;
}
h4 em {
	font-size: 12px;
	font-style: italic !important;
	display: block;
	font-weight: normal;
}

/* portfolio */
.buckets {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.buckets li {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0  56px 20px 0;
}
.buckets img {
	display: block;
	border: 1px solid #FFF;
	margin-bottom: 10px;
}
.buckets li img:hover {
	border: 1px solid #9F0;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 20px 5px 5px 5px;
	border-top: 1px dotted #eee;
	margin-top: 15px;
}
#footer p {
	font-size: 11px;
}


.intro {
	line-height: 1.6em;
	text-align: justify;
	font-weight: bold;
	font-size: 18px !important;
	padding-top: 10px;
}

em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #F90;
}

.intro em {
	color: #ff1919;
	font-size: 14p
}

/* various fixes */
.lastitem {
	margin-right: 0 !important;
	border-right: none !important;
}
.centered {
	text-align: center;
}
.staff {
	list-style-type: none;
}
.staff li {
	height: 130px;
	font-size: 13px;
}
.staff img {
	padding: 2px;
	background: #FFF;
	float: left;
	margin-right: 40px;
}
label {
	font-weight: bold;
}
.textbox {
	border: 1px solid #9F0;
	width: 192px;
	background: #eee;
	padding: 2px 2px 2px 18px;
	font-family: verdana;
	font-size: 13px;
	margin-bottom: 10px;
}
.name {
	background: #FFF url("../images/tag.gif") no-repeat 4px center;
}
.email {
        background: #FFF url("../images/mail.gif") no-repeat 4px center;
}
.phone {
        background: #FFF url("../images/mobile.gif") no-repeat 4px center;
}

.message {
        background: #FFF url("../images/comments.gif") no-repeat 4px 4px;
	height: 90px;
}

.contactsend {
	width: 214px;
	background: #000;
	color: #FFF;
}
#footer .buckets {
	text-align: left;
}
#footer .buckets ol li {
	margin: 0;
	padding: 0;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
/* blog stuff */
#content {
	width: 500px;
	float: right;
}
#sidebar {
	width: 200px; 
	float: left;
}

.clearfix {
	clear: both;
}
.postmetadata {
	background: #333;
	padding: 10px;
	border: 2px solid #999;
}
.centered {
	text-align: center;
}
