/* Dreamweb Labs */

@font-face { font-family: BentonSans; src: url('../font/BentonSans-Medium.otf'); }
@font-face { font-family: BentonSans; src: url('../font/BentonSans-Bold.otf'); font-weight: bold; } 
@font-face { font-family: BentonSans; src: url('../font/BentonSans-Regular.otf'); font-weight: lighter; }

body {
	background: #123741;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

.wrap {
	width: 754px;
	margin: 0 auto;
}

#header .wrap {
	position: relative;
}

#logo h1 {
	margin: 24px 0;
	padding: 0;
	text-indent: -9999px;
}

#logo a {
	width: 190px;
	height: 100px;
	display: block;
	background: transparent url("../img/logo.png") no-repeat 0 0;
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: all 0.20s linear;
}

#logo a:hover {
	opacity: 0.99;
}

#download {
	position: absolute;
	top: 23px;
	right: -6px;
	text-align: center;
}

#download a {
	display: block;
	padding: 10px;
	opacity: 0.7;
	background: #098590;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-webkit-transition: all 0.20s linear;*/
}

#download a:hover {
	opacity: 1.0;
}

#download a:active {
	position: relative;
	top: 1px;
}

#download a span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #111 0px 1px 1px;
}

#download p {
	padding-top: 8px;
	font-size: 11px;
	color: #123741;
}

#main .wrap {
	background: #fff;
	border: 6px solid #098590;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main .wrap #content {
	padding: 0px 10px 10px 10px;
	position: relative;
}

#footer .wrap {
	padding: 15px 0;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-shadow: #111 0px -1px 1px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

ul#thumbs li {
	float: left;
	margin: 0 10px 10px 0;
}

ul#thumbs li.edge {
	margin-right: 0;
}

ul#thumbs li a img {
	border: 4px solid #eee;
}

ul#thumbs li a:hover img {
	border-color: #fbf376;	
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
	height: 0;
}

.info {
	padding: 14px;
	font-size: 11px;
	font-family: BentonSans;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	color: #333;
	background-color: #FFFFAD;
	margin-bottom: 15px;
	text-shadow: #fff 0px 1px 1px;
}

.important {
	padding: 20px;
	font-size: 11px;
	font-family: BentonSans;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	color: #333;
	background-color: #fab7bc;
	margin-bottom: 15px;
	text-shadow: #fff 0px 1px 1px;
}

h2 {
	font-family: BentonSans, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 24px;
	line-height: 50px;
	color: #00D2DE;
}

h3 {
	font-family: BentonSans, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	color: #333;
}

#content hr {
	border: none;
	border-bottom: 1px solid #ddd;
}

#content p {
	line-height: 20px;
}

#content p a {
	color: #00D2DE;
	text-decoration: underline;
}

#content p a:hover {
	color: #00D2DE;
	background-color: #FFFFAD;
}

#content #version {
	position: absolute;
	right: 10px;
	top: 22px;
	color: #bbb;
}

#content #version a {
	color: #bbb;
	font-weight: bold;
}

#content #version a:hover {
	color: #26c939;
}

#paypal_donate {
	float: right;
	margin-top: -3px;
}


.code {
	background-color: #EBEBEB;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	color: #424242;
	font-family: Monaco,monospace;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0;
	padding: 5px;
	white-space: pre;
}

.code span {
	background-color: #FFFFAD;
	color: #000;
}

.icon {
	margin-bottom: -3px;
}
