
/* ========================== CSS Reset ========================== */
* {
	border: 0 none;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: url("images/bg_body.jpg") repeat top left;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

a {
	color: #F90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-size: 100%;
}

a.top {
	background: url("images/bg_top.jpg") no-repeat 0% 50%;
	/*color: #888;*/
	color: #aaa;
	font-size: 13px;
	padding-left: 25px;
}

a.top:hover {
	color: #bbb;
	text-decoration: none;
}

blockquote {
	background: url("images/blockquote.png") no-repeat top left;
	margin-bottom: 25px;
	padding-left: 32px;
}

blockquote p {
	font-style: oblique;
	margin-bottom: 5px;
}

blockquote p.author {
	/*color: #666;*/
	color: #888;
	font-size: 11px;
	font-style: normal;
}

em {
	font-style: oblique;
}

h2 {
	border-top: 1px solid #555;
	color: #ddd;
	font-size: 22px;
	margin-bottom: 35px;
	padding-top: 17px;
	text-transform: uppercase;
}

h3 {
	/*color: #ddd;*/
	color: #790;
	font-size: 21px;
	margin-bottom: 20px;
}

h4 {
	color: #ddd;
	font-size: 18px;
	margin-bottom: 20px;
}

h5 {
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

img {
	/*border: 8px solid #383838;*/
	border: 4px solid #383838;
	margin-bottom: 15px;
}

img.left {
	margin: 0 20px 15px 0;
}

img.right {
	margin: 0 0 15px 20px;
}

img.icon {
	border: none;
	margin: 0 12px 10px 0;
}

li {
	/*background: url("images/bullet.jpg") no-repeat 0% 50%;*/
	/*color: #888;*/
	color: #aaa;
	font-size: 13px;
	line-height: 21px;
	padding-left: 18px;
}

ol {
	list-style-position: inside;
	margin-bottom: 20px;
}

ol li {
	background: none;
	padding: 0;
}

p {
	/*color: #888;*/
	color: #aaa;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
}

p.featured {
	background-color: #333;
	color: #d5d5d5;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 20px;
	/*width: 180px;*/
	width: 220px;
}

p.featured.right {
	margin-left: 15px;
}

strong {
	font-weight: bold;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 20px;
}

ul.featured /* add */ {
	background-color: #333;
	color: #d5d5d5;
	font-size: 15px;
	line-height: 24px;
	padding: 15px 20px;
	/*width: 180px;*/
	width: 300px;
}

ul.featured.right /* add */ {
	margin-left: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ========================== Form Elements Styles ========================== */
label {
	/*color: #888;*/
	color: #aaa;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

input,
textarea {
	background-color: #333;
	border: 1px solid #555;
	color: #bfbfbf;
	font-size: 12px;
	padding: 8px 10px;
	width: 300px;
}

textarea {
	width: 500px;
}

form > div {
	margin-bottom: 20px;
}

form button {
	background-color: #333;
	color: #ddd;
	font-size: 12px;
	padding: 10px 12px;
	text-transform: uppercase;
}

/* ========================== Table Styles ========================== */
table {
	border-collapse: collapse;
	/*color: #888;*/
	font-size: 10px;
	color: #aaa;
	margin-top: 10px;
	width: 100%;
}

th {
	color: #bbb;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: left;
}

td {
	border-top: 1px solid #555;
	padding: 15px 0;
}

td.feature {
	text-align: right;
	vertical-align: middle;
}

td.feature.firstcol {
	border-top: 1px solid #555;
	padding: 15px 5px 15px 0px;
}

td.checkcol {
	text-align: center;
	vertical-align: middle;
	font-size: 300%;
}

td.checkcol.hilite {
	background-color: #F90;
	color: #000;
}

/* IE9 doesn't like combining too many style classes together */
td.sdk_f {
	width: 120px;
	text-align: right;
	vertical-align: middle;
}

td.sdk_ff {

	width: 120px;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid #555;
	padding: 15px 5px 15px 0px;
}

td.sdk_c {
	width: 120px;
	text-align: center;
	vertical-align: middle;
	font-size: 300%;
}

td.sdk_ch {
	width: 120px;
	text-align: center;
	vertical-align: middle;
	font-size: 300%;
	background-color: #F90;
	color: #000;
}


/* ========================== Header Styles ========================== */

/* None of this is visible when the page is printed */
#header {
	display: none;
}

#header h1 {
	display: none;
}

#header ul {
	display: none;
}

#header ul li {
	display: none;
}

#header ul li a {
	display: none;
}

#header ul li a.current {
	display: none;
}

#header ul li a:hover {
	display: none;
}

/* ========================== Intro text Styles ========================== */
#intro {
	color: #ddd;
	font-size: 35px;
	line-height: 42px;
	margin: 79px 0 0 0;
}

/* ========================== Gallery Styles ========================== */
#gallery {
	margin-bottom: -25px;
	overflow: hidden;
	padding-top: 70px;
}

#gallery li {
	background: none;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
	width: 220px;
}

#gallery li.last {
	margin-right: 0;
}

#gallery li img {
	border: 4px solid #222;
	margin: 0;
}

#gallery li img:hover,
#gallery li:hover img {
	border: 4px solid #444;
}

#gallery li .description {
	background-color: #444;
	color: #eee;
	display: none;
	font-size:10px;
	padding: 8px 10px;
	position: absolute;
}

/* ========================== Layout Styles ========================== */
.lopad-page {
	/*	margin-bottom: 100px;*/
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
}

.page {
	/*	margin-bottom: 100px;*/
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 70px;
}

.box_220,
.box_300,
.box_620 {
	float: left;
	margin-right: 20px;
}

.box_220 {
	width: 220px;
}

.box_300 {
	width: 300px;
}

.box_620 {
	width: 620px;
}

.last {
	margin-right: 0;
}

.two-column-left {
	float: left;
	width: 48%;
}

.two-column-right {
	float: right;
	width: 48%;
}
/* ========================== Details List Styles ========================== */
.details li {
	background: none;
	border-bottom: 1px solid #333;
	margin-bottom: 6px;
	overflow: hidden;
	padding: 0 0 6px 0;
}

.details li p,
.details li img {
	font-size: 12px;
	margin: 0;
}

.details .left {
	color: #eee;
}

/* ========================== Footer Styles ========================== */
#footer {
	background-color: #0c0c0c;
	overflow: hidden;
	padding: 35px 0 60px 0;
}

#footerContainer {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

#footer h2 {
	font-size: 18px;
	margin-bottom: 18px;
	padding-top: 14px;
}

#footer li {
	background: none;
	padding: 0;
}

/*
#footer li a,
#footer p 
{
	color: #555;
	font-size: 12px;
}
*/
#footer li a {
	color: #F90;
	font-size: 12px;
}

#footer p {
	/*color: #555;*/
	color: #888;
	font-size: 12px;
}

#footer .left /* add */ {
	color: #eee;
}

#footer li a {
	color: #F90;
	font-size: 12px;
}

#footer li a:hover {
	color: #f90;
	/*text-decoration: none;*/
	text-decoration: underline;
}

/* ========================== Social List Styles ========================== */
.social li {
	margin-bottom: 7px;
}

.social li a {
	background: url("images/socialIcons.png") no-repeat top left;
	height: 16px;
	line-height: 16px;
	padding-left: 28px;
}
 .social li a[title=Deviant Art] {
 background-position: 0 -16px;
}

.social li a[title=Digg] {
	background-position: 0 -32px;
}

.social li a[title=Facebook] {
	background-position: 0 -48px;
}

.social li a[title=Flickr] {
	background-position: 0 -64px;
}

.social li a[title=LastFM] {
	background-position: 0 -80px;
}

.social li a[title=Linkedin] {
	background-position: 0 -96px;
}

.social li a[title=MySpace] {
	background-position: 0 -112px;
}

.social li a[title=Skype] {
	background-position: 0 -128px;
}

.social li a[title=Tumblr] {
	background-position: 0 -144px;
}

.social li a[title=Twitter] {
	background-position: 0 -160px;
}

.social li a[title=Vimeo] {
	background-position: 0 -176px;
}
