/*
Theme Name: Guax Wordpress Theme
Theme URI: http://www.guax.net/
Description: Theme created for Authors Personal Page
Version: 0.6
Author: Henrique Grolli Bassotto
Author URI: http://www.guax.net/
Tags: fixed width, one column, sidebar, widgets

	Guax Wordpress Theme v0.6
	 http://www.guax.net/

	This theme was designed and built by Henrique Grolli Bassotto.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-image: url("images/background.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #4d4d4d;
	margin: 0px;
}

* {
	font-family: Sans, Verdana;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover, a:focus {
	color: red;
}

dl {
    display:block;
    border: 1px solid #999;
    background-color: #f8f8f8;
    margin: 0px 10px 0px 10px;
    font-size: 12px;
    padding: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

dt {
    font-weight: bold;
}

dt:after {
    content: ":";
}

/** 1. Header **/
#header {
	background-image: url("images/logo.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: none;
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
#header h1 {
	display: none;
}
#quote {
	font-style: italic;
	font-size: 12px;
	float: left;
	position: absolute;
	margin-left: 350px;
	width: 230px;
	color: #fff;
}

/* 1.2 Main Menu */
#main-menu {
	float: right;
	list-style: none;
	margin: 0px 0px 0px -5px;
	padding: 0px;
	width: 100px;
	color: #fff;
	position: relative;
}
#main-menu li {
	font-size: 12px;
	margin-top: 7px;
	display: block;
}
#context {
	background-image: url("images/racoon.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	width: 160px;
	float: right;
}


/** 2. Navigation Bar **/
#navigation {
	background-image: url("images/navigation.png");
	height: 32px;
}
#navigation * {
	padding: 0px;
	margin: 0px;
}
#searchform {
	text-align: right;
}
#searchsubmit {
	display: none;
}
#searchform input[type=text] {
	font-size: 10px;
	color: #4d4d4d;
	padding: 2px;
	margin-top: 6px;
	margin-right: 10px;
	width: 170px;
	border: 1px solid #4d4d4d;
}
#where_am_i {
	float: left;
	margin: 0px;
	padding: 8px 10px;
	color: #4d4d4d;
	font-size: 12px;
}
#where_am_i a:hover {
	color: red;
}
#where_am_i span {
	color: red;
}

/** 3. Content **/
pre {
    display:block;
    border: 1px solid #999;
    background-color: #f8f8f8;
    margin: 0px 10px 0px 10px;
    font-size: 12px;
    padding: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow:auto;
}

code {
    border: 1px solid #999;
    background-color: #f8f8f8;
    padding: 2px;
}

#content {
	background-color: #efefef;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/content.png');
        background-repeat: repeat-y;
	background-position: 610px;
}
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content h2, #content h3 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #4d4d4d;
}
#content h2 {
	font-size: 22px;
	margin-left: 15px;
}
#content h3 {
	font-size: 16px;
	margin-left: 5px;
}
#content h2>a {
	border: none;
}

.post {
	margin-left: 15px;
	margin-right: 205px;
}

.post h2 {
    padding-top: 15px !important;
}

.post h2, .post h3 {
	margin-left: 0px !important;
}
.post a, .commentlist a {
    border: none;
    color: #666;
}

.post a:hover, .commentlist a:hover {
    color: red;
}

.post p, .post li {
	font-size: 12px;
}

.post ul, .post ol {
    border: 1px solid #999;
    background-color: #f8f8f8;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    list-style-position:inside;
	border-radius: 5px;
    padding: 10px 10px 10px 10px;
}

.post p a {
    border-bottom: 1px dashed #666;
}

.post-date {
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    float: left;
    margin-right: 10px;
	color: white;
    width: 50px;
    text-align: center;
    background-color: #999999;
}

.post-date-month {
    -moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
    display: block;
    background-color: #666;
    padding: 2px;
}

.post-date-day {
    padding: 2px;
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.post-author {
    margin-top: 0px;
    color: red;
}

.entry {
    margin-top: 20px;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 5px solid red;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
        margin-left: 15px;
        width: 580px;
        color: red;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #999;
	text-align: center;
	background-color: #f8f8f8;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Begin Images */
p img {
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.commentlist {
	padding: 0px;
	width: 610px;
}
.commentlist li {
	padding: 10px;
	margin: 15px;
	background-color: #ccc;
	list-style: none;
	font-size: 12px;
}
.commentmetadata {
	float: right;
	margin-top: 3px;
	color: #666;
}
#commentform {
	margin-right: 205px;
	margin-left: 15px;
}
#commentform label {
	color: #666;
}
#commentform input, #commentform textarea {
	border: 1px solid #666;
}
#commentform textarea {
	width: 100%;
}
#commentform input[type=text] {
	width: 300px;
}
.nocomments {
	margin-left: 15px;
	color: #666;
}
.edit_page {
	font-size: 12px;
	text-align: right;
	margin-left: 15px;
	margin-right: 205px;
}


/** 3.1 Sidebar **/
#sidebar {
	float: right;
	background-color: #999;
	font-size: 12px;
	width: 185px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	color: #fff;
}
#sidebar h2 {
	font-size: 14px;
	margin-left: 5px;
}
#sidebar ul {
	padding-left: 20px;
	list-style-type: none;
}

/** 4. Footer **/
#footer {
	clear: both;
	background-color: #aaa;
	font-size: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding: 10px;
}

/* Twitter blockquote style */
.bq-twitter {
    border: none;
    position:relative;
    padding: 5px 15px;
    margin:100px 0 0.5em;
    color:#fff;
    background:#666;

    text-shadow: #efefef 1px 1px 5px;

    /* css3 */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.bq-twitter p {font-size:22px; line-height:1.25em;}

/* this isn't necessary, just saves me having to edit the HTML of the demo */
.bq-twitter:before {
    content:url(images/twitter-logo.png);
    display:block;
    position:absolute;
    top:-60px;
    left:0;
    width:155px;
    height:36px;
}

/* creates the triangle */
.bq-twitter:after {
    content:"\00a0";
    display:block;
    position:absolute;
    top:-30px;
    left:50px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-bottom-color:#666;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.bq-twitter-who {margin-top: 2px; padding-left:15px; font:12px Arial, sans-serif;}

