/*  
Theme Name: Rian
Description: Super simple
Version: 1.0
Author: Rian Hunter
Author URI: http://taolinda.ath.cx/
Author e-mail: rian@getdropbox.com

	Recetas uses Nifty Cube by Alessandro Fulciniti:
	http://www.html.it/articoli/niftycube/index.html
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Have fun, and don't be afraid to contact me if you have questions.
*/

body {
    background: url(/flyaway2.png);
}

#header h1 {
    margin-top: 0em;
    font-size: 4em;
    margin-bottom: 0em;
}

#header h1 a {
    text-decoration: none;
    color: #f9f400;
}

#sidebar {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    background: white;
    border: 1px solid black;
    padding: 0.5em;
    }

#sidebarnofloat {
    background: white;
    border: 1px solid black;
    padding: 0.5em;
    }


.entrada {
    width: 33em;
    padding: 0.5em;
    background: white;
    border: 1px solid black;
    margin-bottom: 1em;
}

.entrada h2 a {
    text-decoration: none;
}

.entrada p {
    text-align: justify;
}

.entrada h2:first-child {
    margin-top: 0;
}

.class_comment1 {
background: white;
    }
.class_comment2 {
background: lightblue;
    }

.class_comment1,.class_comment2 {
    padding: 0.5em;
    border: 1px solid black;
    width: 30em;
    margin-bottom: 1em;
}

.class_comment1 p:first-child ,.class_comment2  p:first-child {
    margin-top: 0em;
}
