ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#0091d1;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#FF6600;}
ul#simple-menu li a.current{color:#FF6600;background:#fff;}
ul#simple-menu li a.current:hover{color:#FF6600;background:#fff;}

html {
	background: #111;
	color: #eee;
}

#custom-doc {
	padding: 20px;
	width: 920px;
}

body {
	font-family: "Lucida grande","Century Gothic","Trebuchet MS",sans-serif;
}

p {
	text-align: justify;
}

h1 {
	font-family: "Lucida grande","Century Gothic","Trebuchet MS",sans-serif;
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0;
}

h2 {
	font-family: "Lucida grande","Century Gothic","Trebuchet MS",sans-serif;
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #00C7F2;
	padding-top: 12px;
}

h3 {
	font-size: 30px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #00C7F2;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 0;
}

h2 span {
	font-size: 12px;
	color: #ccc;
}

a {
	text-decoration: none;
	color: #7fd9ff;
	border-bottom: 1px dotted #444;
	font-weight: bold;
}

#what a {
	color: #ffffff;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.legend {
	color: #999;
	text-align: right;
}

.mb {
	margin-bottom: 2em;
}

/* header */

#hd {
	text-align: left;

}

#logo {
}

#menu {
	text-align: left;
	padding: 15px 8px 15px 8px;
	color: #ccc;
	font-size: 17px;
	line-height: 1.4em;
	border: 1px dotted #FFFFFF;
	border-bottom: none;
	background: #222;
	margin-top: 5px;
}
#menu a:hover{
	color: #FFFFFF;
	border-bottom: none;
}
#what {
	font-size: 15px;
	padding: 20px 10px 20px 10px;
	background: #00C7F2;
	color: #222;
}

/* body */

#bd {
	font-size: 14px;
	line-height: 1.8em;
	background-color: #FFFFFF;
	padding: 0 10px;
	color: #000;
}

/* footer */

#ft {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#copy {
	padding: 8px 10px;
	border: 1px dotted #FFFFFF;
	border-top: none;
	
	background: #222;
	color: #00C7F2;
	font-size: 11px;
	line-height: 1.4em;
}

/* news */

.entry {
	padding-bottom: 10px;
	border-bottom: 3px dotted #00C7F2; 
	margin-bottom: 1.5em;
	
}
.linkimage {
	float: right;
	
}

.entry .info {
	color: #7cc576;
}

/* images */

img.thumbnail {
	border: 1px solid #eee;
	margin-bottom: 1.5em;
}

img.featured_image {
	margin-bottom: 1em;
}

img.fl {
	float: right;
	margin-left: 20px;
}

/* featured */

p.huge {
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	font-family: "Lucida grande","Century Gothic","Trebuchet MS",sans-serif;
	line-height: 1.1em;
}

/* sheet */

.sheet {
	padding: 12px;
	background: #222;
}

.sheet p {
	margin: 0;
}

li {
	list-style:disc;
	margin-left: 25px;
}

.comments {
	padding-top: 12px;
}
.details {
	padding-bottom: 12px;
}

.comment {
	padding-bottom: 10px;
	border-bottom: 1px dotted #222; 
	margin-bottom: 1.5em;
	
}

.author {
	font-size: 15px;
	color: #00C7F2;
}

.form_control {
	width: 100%;
	padding-bottom: 10px;
}

.text {
	width: 300px;
}

textarea {
	width: 300px;
	height: 130px;
}
.project {

	padding: 40px 0 0px 0;
	border-bottom: 3px dotted #00C7F2; 
	
}
/*
.control {
	font-size: 12px;
	font-weight: normal;
	color: white;
	background-color: black;
	padding: 0 4px;
	text-decoration: none;
	border: none;
	font-family: courrier;
	opacity: 0.5;
	cursor: pointer;
}
.control:hover {
	color: white;
	background-color: #00C7F2;
	opacity: 1;
}*/