/*  
Theme Name: Intergalactic
Theme URI: http://www.mewd.net
Description: Based on all things intergalactic, such as Star Trek, Star Wars & Beastie Boys
Version: 1.0
Author: Minds Eye Design
Author URI: http://www.mewd.net
*/

@import url(reset.css);

body {
	font-family:"Myriad Pro", Verdana, Geneva, sans-serif;
	background-color:#2C2C2C;
}

#wrap {
	width:1000px;
	margin:auto;
	position:relative;
	background-image:url(images/wrap-bg.png);
	background-repeat:repeat-y;
	padding:0 10px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:477px;
}

#top-bar {
	background-image:url(images/top-bar.png);
	background-repeat:no-repeat;
	height:21px;
	text-align:right;
	color:#1F1D1F;
	padding:6px 12px 0 0;
}

#top-bar a {
	color:#1F1D1F;
	text-decoration:none;
}

#top-bar a:hover {
	color:#ffffff;
}

/* SEARCH BAR */
#searchform {
	background-image:url(images/search-bg.png);
	background-repeat:no-repeat;
	height:14px;
	float:right;
	margin:-2px 0 0 12px;
}

#searchform input {
	height:14px;
	width:119px;
	background-color:transparent;
	border:none;
	float:left;
	color:#ffffff;
}

#searchform #searchsubmit {
	float:left;
	width:50px;
	color:#666666;
}

#searchform #searchsubmit:hover {
	color:#ffffff;
}

#logo {
	margin:-25px 0 0 0;
}

#nav {
	height:35px;
	margin:264px 0 0 0;
	padding:15px 0 0 225px;
	color:#afafaf;
	font-size:1.4em;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#nav ul {
	width:775px;
}

#nav li {
	float:left;
	padding:0 20px 0 20px;
}

#nav li a {
	color:#afafaf;
	text-decoration:none;
}

#nav li a:hover {
	color:#ffffff;
}

.border {
	border-right:1px solid #afafaf;
}

#content {
	padding:30px 0 0 0;
}

#col-1 {
	width:580px; /* 660 */
	padding:0 0 0 80px;
	float:left;
}

#col-2 {
	width:308px; /* 340 */
	padding:0 0 50px 30px;
	margin:0 0 0 0;
	border-left:2px solid #c0c0c0;
	float:left;
}

/* ------------------------------
CUSTOM 
------------------------------- */
.alignright {
	float:right;
	clear:both;
	margin:0 0 2px 10px;
}

.alignleft {
	float:left;
	clear:both;
	margin:0 10px 2px 0;
}

.aligncenter {
	text-align:center;
	width:300px;
	margin:auto;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#477400;
	margin-bottom:.6em;
}

.code {
	font-family:"Courier New", Courier, monospace;
	display:block;
	background-color:#FFEAB6;
	border:1px solid #666666;
	padding:5px;
}

/* TWITTER SIDE BAR */
#twitter_update_list {
	margin:0 0 0 0;
}

#twitter_update_list li {
	border-bottom:1px dotted #597795;
	padding:3px 0 3px 0;
}

#twitter_update_list li a {
	color:#263340;	
}

#twitter_update_list li span a {
	color:#739ac0;
}

#twitter_update_list li span a:hover {
	color:#263340;
}

/* LAST FM SIDE BAR */
.srssfetcher-item {
	border-bottom:1px dotted #597795;
	margin:3px 0 3px 0;
	height:37px;
	display:block;
	overflow:hidden;
}

.srssfetcher-link {
	position:absolute;
	width:165px;
	height:35px;
	overflow:hidden;
}

.srssfetcher-timestamp {
	font-size:.8em;
	border-bottom:none;
	color:#263340;
	position:absolute;
	right:65px;
}

.srssfetcher-timestamp abbr {
	border-bottom:none;
}

/* ------------------------------
POST 
------------------------------- */

.post {
	width:550px;
	border-bottom:4px solid #d6d6d6;
	margin:0 0 25px 0;
	color:#3a3a3a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding:0 0 20px 0;
}

.post a {
	color:#578B00;
}

.post ul, .post ol {
	margin:0 0 1em 0;
}

.picture {
	margin:15px 0 10px 0;
	float:left;
	height:210px;
	width:143px;
	position:relative;
	z-index:1000;
	overflow:hidden;
	background-image:url(images/default.jpg);
}

.picture img {
	text-align:center;
	/*min-height:210px;*/
}

.frame {
	margin:15px 0 10px -143px;
	float:left;
	height:210px;
	width:143px;
	position:relative;
	z-index:1000;
	overflow:hidden;
}

.frame img {
	position:relative;
	z-index:0;
}

.tags {
	color:#35112c;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding:25px 0 0 0;
	margin:8px 0 0 160px;
}

.tags a {
	color:#35112c;
	text-decoration:none;
}

.twitter-share-button {
	float:right;
	margin:0 0 0 0;
}

.facebook-share {
	float:right;
	margin:0 10px 0 0;
}

.comments {
	background-image:url(images/icon-comment.png);
	background-repeat:no-repeat;
	width:34px;
	height:39px;
	display:block;
	float:right;
	margin:-5px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2em;
	text-align:center;
}

.comments a {
	color:#ffffff;
	text-decoration:none;
}

.post h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:bold;
	margin:0 0 0 160px;
	color:#000000;
}

.post h2 a {
	color:#000000;
	text-decoration:none;
}

.date {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 0 20px 160px;
	font-size:.8em;
	color:#000000;
}

#post-nav a {
	color:#5D224E;
	text-decoration:none;
	font-size:1.4em;
}

/* -----------------------------
SIDEBAR
------------------------------ */

#social img {
	padding:0 12px;
}

#ads {
	margin:20px 0 0 5px;
}

#ads img {
	padding:1px 2px;
}

.box-1 {
	background-image:url(images/bg-rightbox.png);
	background-repeat:no-repeat;
	width:221px; /*276 */
	height:225px; /* 325 */
	margin:30px 0 0 0;
	padding:30px 25px 70px 30px;
	color:#e0e0e0;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}

.box-2 {
	background-image:url(images/bg-rightbox-2.jpg);
	background-repeat:no-repeat;
	width:221px; /*276 */
	height:255px; /* 325 */
	margin:30px 0 0 0;
	padding:30px 25px 40px 30px;
	color:#e0e0e0;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}

.box-1 h3, .box-2 h3 {
	color:#232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 .9em 0;
}

.box-1 a, .box-2 a {
	color:#e0e0e0;
	text-decoration:none;
	line-height:1.4em;
}

.box-1 a:hover {
	color:#739ac0;
}

.box-2 a:hover {
	color:#333333;
}

/* -----------------------------
FOOTER
------------------------------ */
#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:544px;	
	margin:0px 0 0 0;
}

#logo-foot {
	float:right;
	margin:-15px 0 0 0;
}

#statement {
	color:#1F1F1F;
	width:900px;
	margin:auto;
	position:relative;
	padding:10px 0 10px 0;
	text-align:center;
}

#designed {
	clear:right;
	float:right;
	text-align:center;
	margin:148px 100px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#353535;
}

#designed a {
	color:#ff9900;
	text-decoration:none;
}

#siteinfo {
	color:#3b3b3b;
	text-align:center;
	clear:both;
	padding:23px 0 0 0;
	width:1000px;
}

#siteinfo a {
	color:#3b3b3b;
	text-decoration:none;
}