																																																																																					/*   
Theme Name: Because Robots!
Theme URI: http://becauserobots.org
Description: Because Robots!
Author: Robert Ying
Author URI: http://robertying.com
Template: thematic
Version: 1.0
Tags: Because Robots!
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*
 * Palette:
#ecd078
#f0c577
#383f49
#2a3636
#e5d9bf
#aca491
#d95b43
#c02942
#542437
#53777a
 */

#wrapper {
    background: #fff29a;
}

#header {
    background: url("images/header_bg_tex.png") repeat #f1bd1d;
    padding-top: 135px;
    margin-bottom: 24px;
}

#branding {
    background: url("images/framework.png") no-repeat top left;
    padding: 88px 10px 50px 10px;
    height: 100px;
    width: 940px;
    display: block;
}

#titleimage {
    width: 200px;
    height: 200px;
    float: left;
    margin-left: 7px;
    margin-top: -71px;
}

#roverimage {
    float: left;
    margin-left: -200px;
    margin-top: -254px;
}

/*
 * where stars shine the brightest (c) Brittney Murphy 2011
 * www.brittneymurphydesign.com
 * info@brittneymurphydesign.com
 * "Where stars shine the brightest" is a font created and copyrighted by Brittney Murphy. 
 * Redistributed with permission.
 * This font is not owned (in part or in whole) by becauserobots.org
 */
@font-face {
    font-family: 'stars';
    src: url('fonts/where_stars_shine_the_brightest-webfont.eot');
    src: url('fonts/where_stars_shine_the_brightest-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/where_stars_shine_the_brightest-webfont.woff') format('woff'),
         url('fonts/where_stars_shine_the_brightest-webfont.ttf') format('truetype'),
         url('fonts/where_stars_shine_the_brightest-webfont.svg#stars') format('svg');
    font-weight: normal;
    font-style: normal;
}

#navigation {
    margin: -40px 12px 0 37.5px;
    clear: both;
    float: right;
}

#navigation li {
    display: inline-block;
    font-family: stars, arial, sans-serif;
    font-size: 400%;
    padding: 10px;
    margin-right: 10px;
    border: 2px solid #000;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

#navigation li a,
#navigation li a:visited {
    text-decoration: none;
    color: #000;
}

#current {
	background-color: #F2DC99 !important;
}

.pastel1:hover {color: #f6c !important;}
.pastel2:hover {color: #f1bd1d !important;}
.pastel3:hover {color: #81d240 !important;}
.pastel4:hover {color: #f90 !important;}
.pastel5:hover {color: #00bff3 !important;}

#blog-description {
    float: right;
    margin-right: 90px;
    margin-top: -20px;
    padding-top: -10px;
    font-family: stars, arial, sans-serif;
    font-size: 8em;
    text-decoration: none;
    display: block;
    width: 575px;
    height: 0px;
}

#blog-title {
    display: none;
}

#becauserobots {
    float: right;
    margin-right: 25px;
    margin-top: -205px;
}

#lquote {
    float: left;
    margin-left: -50px;
    margin-top: -200px;
}

#rquote {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

#main {
    background: #fff;
}

#container {
    margin-left: 15px;
    min-height: 400px;
}

.main-aside {
    margin-right: 15px;
}

#footer {
    background: url("images/header_bg_tex.png") repeat #f1bd1d;
    border-color: #aca491;

    min-height: 100px;
}

#searchform input#s {
    background: #fff29a;
    padding: 5px;
    border: 1px #aca491 solid;
}

#siteinfo {
    display: none;
}

#action_unlike {
    display: none;
}

/* NextGen Gallery Image Width Fix for IE */
.ngg-gallery-thumbnail img {
	width:auto;
}

#hometitle {
	position:absolute;
	margin-top:-50px;
	margin-left: 25px;
}

#pagetitle {
	position:absolute;
	margin-top:-30px;
	margin-left: 25px;
}