/*
Theme Name: Starship
Theme URI: http://www.cobrastarship.com.br/
Description: Primeira versão do site Cobra Starship Brasil.
Author: Bruno Monteiro e Mário Cecchi
Author URI: http://meriw.com/
*/

* { margin: 0; padding: 0; border: 0; }

body {
	background: #d7ff76 url('images/back.jpg') top fixed;
	font: 12px arial;
	color: #e9e9e9;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #dafa5d;
	text-shadow: #dafa5d 0px 0px 3px;
}
	a:hover {
		color: #9b03f7;
		text-shadow: #9b03f7 0px 0px 3px;
	}

b, strong { color: #fff; }
i, em { color: #fff; }

p { text-align: justify; margin: 10px 5px; }
blockquote { text-align: justify; margin: 10px 15px; }

#wrapper {
	margin: 0 auto;
	width: 750px;
}

#main {
	background: #070606 url('images/sidebar.jpg') repeat-x;
}

.noise {
	background: url('images/noise.gif');
	text-align: center;
	padding: 10px 0;
}

#sidebar {
	float: left;
	width: 205px; /* 225px */
	padding: 10px;
	font-size: 11px;
}

#content {
	float: right;
	width: 505px; /* 525px */
	min-height: 500px;
	background: #030303 url('images/content.jpg') repeat-x;
	padding: 10px;
	height: auto;
}

#footer {
	background: #363636;
	clear: both;
	padding: 6px 0;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}

/* Posts */

.post { margin-bottom: 15px; display: block; clear: both; }
.post p { line-height: 20px; }

h2 {
	background: url('images/title.png') top no-repeat;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 6px;
	text-align: center;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:active { color: #fff; text-shadow: #000 2px 2px 2px; }

.meta {
	margin: 0 8px;
	padding: 3px;
	font-size: 10px;
	color: #fff;
	text-shadow: #fff 0px 0px 3px;
	text-align: center;
}

/* Etc. */

.cpg_gal, .cpg_album, .cpg_img { text-align: center; }
.cpg_gal a, .cpg_album a, .cpg_img a { font-size: 10px; color: #e3e3e3; text-shadow: #e3e3e3 0 0 3px; }
.cpg_album a img, .cpg_img a img {
	border: 1px solid #000;
	background: #000;
	padding: 4px;
	margin: 2px;
	-moz-border-radius:5px;
}
.cpg_album a:hover img, .cpg_img a:hover img { border-color:#9b03f7; background: #9b03f7; } 

input, textarea, select {
	border: 1px solid #555;
	background: #2d2d2d;
	padding: 2px 3px;
	color: #ccc;
	font: 11px "Trebuchet MS";
	margin: 2px;
}

.button { cursor: pointer; }

ul { list-style: decimal inside; }
li { margin-bottom: 5px; }
.wp-polls { margin-left: -10px; }