/*  
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;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#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;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

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

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

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

#nav ul {
	width:640px;
}

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

#nav li a {
	color:#afafaf;
	text-decoration:none;
	text-shadow:1px 1px 3px #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#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;
}

/* ------------------------------
PAGE 
------------------------------- */

.page {
	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;
}

.page a {
	color:#578B00;
}
.page a:hover {
	color:#35112c;
}

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

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

.page ul li {
	list-style-type:circle;
	margin:0 0 0 15px;
}

.page ul li ul {
	margin:.5em 0 .5em 5px;
}

/* ------------------------------
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 a:hover {
	color:#35112c;
}

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

.post ul ul {
	margin:0 0 1em 15px;
}

.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;
	/*min-width:143px;*/
}

.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:10px 0 0 0;
}

.twitter-wrap {
	float:left;
}

.fb-like {
	float:left !important;
	margin:12px 10px 0 0;
	width:50px !important;
}

.facebook-share {
float:right;	
margin:10px 0 0 0;
width:75px;
}
.facebook-share-l {
float:left;	
margin:10px 0 0 10px;
width:75px;
}

.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;
	display:block;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	text-shadow:1px 1px 3px #000;
}

.comments a:hover {
	color:#000;
}

.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;
}

.post ul li {
	list-style-type:circle;
	margin:0 0 0 15px;
}

.post ul li ul {
	margin:.5em 0 .5em 5px;
}

.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;
	opacity:0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#social img:hover,
#social img:focus {
	opacity:0.9;
}

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

img.aff {
	margin:0 2px 0 0;
}

.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;
}

/* 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;
}

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

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

#html5 {
	position:relative;
	margin:60px 0 0 75px;
	float:left;	
}
#bio {
	clear:left;
	float:left;
	margin:115px 0 0 75px;
	width:400px;
	color:#aaa;
	font-size:1.2em;
}
#bio a {color:#fff; text-decoration:none;}
#bio img {
	float:left;
	width:100px;
	border:4px solid #fff;
	margin-right:10px;
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
}
#designed {
	clear:right;
	float:right;
	text-align:center;
	margin:153px 100px 5px 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;
}
#statement {
	color:#1F1F1F;
	width:900px;
	margin:auto;
	position:relative;
	padding:10px 0 10px 0;
	text-align:center;
}
/* -----------------------------
FOOTER SINGLE
------------------------------ */
#footer-single {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:544px;	
	margin:-80px 0 0 0;
}

#footer-single #html5 {
	position:relative;
	margin:80px 0 0 75px;
	float:left;	
}
#footer-single #bio {
	clear:left;
	float:left;
	margin:115px 0 0 75px;
	width:400px;
	color:#aaa;
	font-size:1.2em;
}
#footer-single #designed {
	clear:right;
	float:right;
	text-align:center;
	margin:75px 100px 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#353535;
}
