/*
Theme Name: Robot theme
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@CHARSET "UTF-8";

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
a, a img {
	text-decoration: none;
	border-style: none; 
	color: background;
	outline: none;
}

#wrapper {
	position: absolute; top: 0; left: 0;
	/*text-align: center;*/
	min-height: 100%; 
	width: 100%; 
	height: auto;
	background: black /*#07072B*/ url("images/space.jpg") top no-repeat;
	font-family: sans-serif;
}
* html #wrapper { height: 100%; }

#holder {
	position: relative;
	margin: -30px auto auto auto;
	padding-bottom: 15px;
	/*text-align: left;*/
	width: 990px;
	background: url("images/holder_bg.png") repeat-y;
	z-index:90;
}
#inner_holder {
	position:relative;
	padding-top: 30px;
	margin: 0 auto;
	/*text-align: left;*/
	width: 930px;
}
#header {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 990px;
	min-height:90px;
	z-index:100;
}
#single_logo {
	position: relative;
	float: left;
	width: 300px;
	min-height: 100px;
}
#header_logo {
	position: relative;
	float: left;
	width: 300px;
	min-height: 100px;
}
#head_menu {
	position: relative;
	float: right;
	width: 685px;
	min-height: 100px;
}
#head_menu li {
	background: none;
	text-align: center;
	text-transform: uppercase;
	margin: 40px auto 10px auto;
}
#head_menu li ul li{
	display: inline;
	background: black;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin:0px;
}
#head_menu li ul li a {
	color: white;
}
#head_menu li ul li a:hover, #head_menu li ul .current_page_item a {
	color: #01B1D1;
}
#container_left {
	position:relative;
	float:left;
	width:600px;
	background: #262523;
	color: white;
	margin: 50px auto auto auto;
}
#container_right {
	position:relative;
	float:right;
	width:320px;
	
}
#container_right_bg {
	height: 333px;
}
#footer {
	position: relative;
	margin: 15px auto;
	text-align: left;
	width: 990px;
	min-height: 200px;
	background: #262523;
	z-index:100;
}
#content_l {
	text-align: center;
	margin: auto;
}
#all_posts{
	position:relative;
	margin: 15px auto;
	width: 570px;
}
#all_posts .post {
	background: black;
	padding: 0px 10px 0px 10px;
	margin: 15px 0px 0px 0px;
}
#all_posts .post p{
	padding: 0px 0px 3px 0px;
	margin: 10px auto;
	color: #BCB8AF;
}
#single_post .post {
	background: #262523;
	padding: 10px auto 0px auto;
}
#single_post .post p{
	padding: 0px 15px 0px 15px;
	color: #BCB8AF;
}
#single_page .page {
	background: #262523;
	padding: 10px auto 0px auto;
}
#single_page .page p{
	padding: 0px 15px 0px 15px;
	color: #BCB8AF;
}
.post h1 a, .page h1 a  {
	color: white;
	font-style: italic;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
}
.post h1, .page h1 {
	text-align: center;
	color: white;
}
.post h1 a:hover, .page h1 a:hover {
	color: #01B1D1;
	font-style: italic;
	text-transform: uppercase;
	font-size: 0.8em;
}
.ngg-galleryoverview {
	background: black;
	padding: auto auto auto auto;
}
.more-link {
	color: white;
}
.more-babe {
	/*display: inline;*/
	color: white;
}
.more-link:hover{
	color: #01B1D1;	
}
.more-babe:hover {
	color: #01B1D1;	
}
#more-link {
	position: relative;
	float: left;
	width: 150px;
	margin:0px;
}
#more-babe {
	position: relative;
	float: right;
	width: 400px;
	text-align: right;
	margin:0px;
}
#bigpic_link, #single-more-babe {
	padding: 0px 10px 5px 10px;
}
#bigpic_link a, #single-more-babe a {
	color: white;
}
#bigpic_link a:hover, #single-more-babe a:hover{
	color: #01B1D1;
}
#bigpic_link {
	position: relative;
	width: 200px;
	float: left;
}
#single-more-babe {
	font-size: 0.8em;
	position: relative;
	width: 500px;
	float: right;
	text-align: right;
}
.widget {
	background: #1C375F;
	color: white;
	list-style: none;
	padding: 10px 10px 5px 10px;
	margin: 10px auto;
}
.widget ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}
.widget h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin: -6px;
	font-style: italic;
}
.widget a {
	color: #FAFCCA;
}
.widget a:hover {
	color: #01B1D1;
}
.entry a {
	text-align: left;
}
.clear{
	clear: both;
}
#navigation {
		text-align: center;
		font-size: 1.1em;
        position:relative;
        width:550px;
        margin:5px 5px 5px 0px;
        color: grey;
}
#navigation a{
        padding:3px 9px 3px 9px;
        margin:0px;
}
#navigation a:hover{
        padding:3px 9px 3px 9px;
        margin:0px;
        background-color:RGBA(255, 255, 255, 0.5);
}
#navigation .current{
        background-color:#0d0d0d;
        font-weight:bold;
        color:#01B1D1;
}
#reflist {
        margin: 15px;
}
.tt {
        background-color:#381F20;
}
.tf1, .tf2 {
        background-color:#5C3335;
}
.tf3, .tf4 {
        background-color:#724042;
}
.tf2 {
		width: 310px;
}
.tf3, .tf4 {
		width: 70px;
}
#f_left {
 position:relative;
 float:left;
 width:190px;
}
#f_left .widget {
 background: #262523;
 font-size:0.9em;
}
#f_left .widget a {
 color: #BCB8AF;
}
#f_left .widget a:hover {
 color: #01B1D1;
}
#f_right {
 position:relative;
 float:right;
 width:800px;
 color: #827F7A;
}
#f_right a {
 color: #BCB8AF;
}
#f_right a:hover {
 color: #01B1D1;
}
#contact {
 position:relative;
 float:left;
 width:530px;
}
#f_ads {
 position:relative;
 float:right;
 width:260px;
}
