/* 
	Theme Name: Wiping A Buddha's Ass
        Theme URI: http://www.lamateporunyogur.com/hiperminimalist
	Description: Custom theme for the WordPress blog, Tigers & Strawberries, based on Borja Fernandez's Hiperminimalist.
	Author: Daniel Trout, based on code by Zak Kramer and Borja Fernandez
	Graphics URI: http://www.crazyquiltarts.com
        Update URI:  http://www.fishmongermedia.com
	Version: 2.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0
			First Release
*/

body {
	background: #F0EDD3;
	color: #333333;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	margin: 0;
	padding: 0;
	}

/* Structure Divs */
#content {
	margin: 0;
	padding: 0;
	}

#header {
	margin: 0;
	padding: 0;
	}

#pages {
        margin: 0;
	padding: 0;
	}
	
#noticias {
	float: left;
	margin-left: 50px;
	padding: 0 10px;
	text-align: left;
	width: 65%;
        max-width: 750px;
	}

#sidebar {
	float: right;
        font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0 10px;
	width: 20%;
        min-width: 200px;
	text-align: left;
	}

#credits {
	font-size: small;
	margin: 0;
	padding: 2px 10px;
	}

	
/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: medium;
		font-weight: normal;
                color: #991600;
		margin: 0;
		padding: 10px 0 0 75px;
		}
        #header h2 {
                font-size: medium;
                font-weight: normal;
                font-stretch: expanded;
                color: #991600;
                padding: 75px 0 0 50px;
                }
	#header h3 {
		font-size: medium;
		font-weight: bold;
		font-stretch: expanded;
                color: #360;
		margin: 0;
		padding: 10px 0 0 60px;
		}

	#header a, #header a:hover {
		color: #991600;
		text-decoration: none;
		}
	
	/* Pages */
	#pages li {
		
		list-style: none;
		padding: 0 10px;
		}
		
	#pages ul {
		margin: 0;
		padding: 0;
		}
		
	.current_page_item a {
		text-decoration: underline;
		}

	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		line-height: 1.5em;
		}
			
	#noticias ol, #noticias ul {
		margin: 0;
		padding: 0;
		}

	#noticias ul {
		list-style: square inside;
		}

	#noticias li {
		margin: 0;
		padding: 0;
		}

	#noticias h2 {
		font-size: x-large;
		font-weight: bold;
                color: #991600;
		margin: 60px 0 20px 0;
		padding: 0;
		}
		
	#noticias h3 { 
		color: #DE7008;
		font-size: medium;
		font-weight: bold;
		margin: 0;
		padding: 0 0 20px 20px;
		}

        .posttitle { 
		font-size: x-large;
		font-weight: bold;
                color: #991600;
		margin: 60px 0 20px 0;
		padding: 0;
		}

	#noticias small {
		font-size: small;
		}

        #noticias h4 (
                color: #991600;
                font-size: small;
                margin-left: 600px;
                )
		
	.feedback {
		font-size: small;
		margin: 0;
		padding: 10px 0;
		}

	#pagination {
		margin: 10px 0;
		text-align: center;
		}
		
	/* Comments */
	#commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		border-bottom: 1px solid #fff;
		margin: 10px 0;
		padding: 0 10px;
		}

	#commentlist small {
		font-size: small;
		}
	
	#comments, #postcomment {
		margin: 40px 0 10px 10px;
		text-transform: uppercase;
		}
			
	/* Sidebar */
	#sidebar h3 {
		font-size: medium;
                color: #991600;
		margin: 0;
		padding: 0;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 0;
		padding: 5px 0;
		}
	
	#sidebar li {
		margin: 0;
		padding: 0;
		}
	
	#sidebar div { 
		margin: 20px 0;
		padding: 0;
		}

	/*	Credits */
	#credits p {
		margin: 0;
		padding: 0;
		}

/* General */
a {
	color: #006600;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #360; 
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	padding-top: 0px;
	}

/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 3px 0 3px 10px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 3px 10px 3px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

/*Text Colors*/

.darkred {
        color: #991600;
        }

.darkgreen {
        color: #360;
        }

.purple {
        color: #609;
        }

.darkblue {
        color: #309;
        }