/* @override 
	http://www.rodado26.com/wp-content/themes/simplicitybright/style.css
*/

/*
Theme Name: Rodado26
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>,
based on the Theme Relaxation by <a href="http://www.jowra.com">Jowra</a>.
Version: 0.1 english
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	padding: 0;
	background-color: #f8f4db;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


blockquote {
	border-left: 1px solid #326ea1;
        color: #555555;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #326ea1;
	text-decoration: none;
        outline: none;
}

img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px dashed #ccc;
}

/* @group Headlines */

/*#####################*/
/*### Headlines ###*/
/*#####################*/

h1 a {
	color: #993300;
	font-weight: 100;
	text-decoration: none;
	display: block;
	font-size: 36px;
}

h1 {
	color: #993300;
	font-weight: 100;
	font-size: 36px;
	text-decoration: none;
}

h2, h2 a {
	color: #993300;
	font-weight: 100;
	font-size: 36px;
	text-decoration: none;
}

h3, h3 a {
	color: #326ea1;
    font-weight: 100;
	margin: 15px 0 0px 0;
}

h4 {    color: #326ea1;
	font-size: 12px ;
	font-weight: normal;
}


p {
	line-height: 1.7em;
	text-align: justify;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

small {
	font-size: 10px;
}

#page {
	background: transparent;
	padding: 0;
	text-align: left;
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 175px;
}

/* @end */

/* @group Header */

#header {
	background: transparent;
	overflow: hidden;
	color: #383d44;
	font-size: 13px;
	height: 170px;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* @end */

/* @group Top Menu */

#top {
	height: 34px;
	margin: 0 auto;
	background-color: #993333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #400000;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#topbar { height: 34px;
          width: 1024px;
          margin: 0 auto;
          padding: 0;
          text-align: center;
          	font-weight: 900;
          	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
}

ul.topmenu {
        background: transparent;
        margin: 0 auto;
     	padding: 0;
	    list-style-type: none;
}

ul.topmenu li {
	float: left;
	text-align: center;
}

ul.topmenu li a {
	float: left;
	display: block;
	height: 34px;
	padding: 9px 10px;
	color: #D6C1C0;
	font-weight: 800;
}

ul.topmenu li a:hover {
	color: #ffffff;
	overflow: hidden;
	text-shadow: #a85d55 0 0 3px;
	text-align: center;
	background-color: #a85d55;
}

#lang {
	margin-left: 810px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	height: 25px;
	width: 120px;
	font-size: 14px;
	vertical-align: baseline;
	color: #fff;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	position: relative;
	background-color: #191919;
}

/* @end */

/* @group Content */


#content {
	background: transparent;
	border: none;
	color: #282828;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0 40px 0 0px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/bullet_orange.png);
	width: 500px;
}



#content a:hover {
        color: #669933;
        background: transparent;
        text-decoration: none;
}

#content img {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content a:hover img {
	background-color: #FFFFCC;
}

#content h1 a:hover {
	color: #996666;
	background: transparent;
	text-decoration: none;
}

#content h2 a:hover {
	color: #996666;
	background: transparent;
	text-decoration: none;
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         color: #996666; 
         background: transparent; 
         text-decoration: none; 
}

#content ul {
         list-style-type: circle; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

/* @end */

/* @group Sidebar */

#sidebar {
        list-style-type: none;
        top: 150px;
        display: block;
        width: 260px;
        text-align: left;
        padding: 0;
        line-height: 1.6em;
        color: #383d44;
	position: absolute;
	left: 710px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li{
	margin: 0;
	padding: 0;
	display: block;
	}

#sidebar li a {
    display: block;
    color: #326ea1;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}


#sidebar li a:hover {
    color: #669933;
	background-color: #e3e6d7;
	}

#recent-posts ul li a {
	display: block;
		border-bottom: 1px solid #cbcb97;
	line-height: 15px;
}

#sidebar h2{
	font-size: 24px;
	padding-bottom: 15px;
	padding-top: 15px;
}

//*#avisos img, a, a:hover {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	font-style: normal; 
	font-weight: normal; 
	border: none; 
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	text-align: left;
	line-height: 1; 
	quotes: "" ""; 
	list-style: none; 
	vertical-align: baseline; 
	overflow:hidden;
	text-decoration: none; 
	white-space: normal; 
	}


/* @end */

/* @group Footer */



#footer {
	margin-bottom: 0px;
	margin-top: 50px;
	height: 80px;
	clear: none;
	color: #363636;
	text-align: center;
	overflow:hidden;
	background-color: #e6e3d7;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	line-height: 25px;
}

#footer a {
        text-align: center;
        color: #363636;
        text-decoration: none;
}	

#footer a:hover {
        text-align: center;
        color: #aa0000;
        text-decoration: none;
}

/* @end */

.clear {clear:both;}

/* @group Home */

#bottom-left {
	width: 250px;
	padding: 0 0 25px 0;
	float: left;
}

#bottom-mid {
	width: 250px;
	padding: 0 0 25px 20px;
	float: left;
}

#bottom-right {
	width: 250px;
        margin-right: 20px;
	padding: 0 0 25px 0;
	float: right;
	}

#bottom h2 {
	font-weight: 100;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        padding: 0;
        display: block;
	}
#bottom li a {
        display: block;
        background-color: transparent;
        color: #383d44;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
        border-bottom: 0;
	}
#bottom li a:hover {
	color: #669933;
	background-color: #e6e3d7;
        text-decoration: none;
	}
#lang img {
		margin-left: 5px;
		margin-bottom: 0px;
		margin-right: 5px;
		margin-top: 0px;
		padding: 0px;
		border-style: none;
	}

/* @end */

/* @group Prefooter */

#prefooter {
	display: block;
	width: 790px;
	color: #993300;
	font-size: 24px;
	margin-top: 50px;
	height: 485px;
	padding-right: 50px;
	padding-left: 135px;
}
#sponsors {
	left: 125px;
	display: block;
	width: 265px;
	position: absolute;
}
#links {
	display: block;
	width: 255px;
	position: absolute;
	left: 428px;
}
#facebook {
	width: 260px;
	display: block;
	position: absolute;
	left: 712px;
}

/* @end */

#sponsors img {
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #9d99b9;
}

#links img {
	padding: 2px;
	margin: 0px;
	border: 1px solid #9d99b9;
}

#prefooter a:hover img{
	border-color: #cdccff;
}

#form {
	margin-bottom: 80px;
	text-align: left;
}

#form div.message-text {
	font-size: 16px;
	font-weight: bold;
}

#form form label {
	font-size: 20px;
}

#form form textarea.form-input-field {
	background-color: #fff;
	display: block;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: 10px;
	font: 16px "Courier New", Courier, mono;
}

#form form input.form-input-field {
	background-color: #fff;
	display: block;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: 10px;
	font: 16px "Courier New", Courier, mono;
}

#form form textarea.form-input-field:focus,
#form form input.form-input-field:focus  {
	background-color: #c7e39c;
	font-weight: bold;
}

#form form input.form-input-button {
	position: relative;
	left: 375px;
}

