/* CSS Document av Dieter Schneider 2007 */
* 
{
 margin-left: auto;
 margin-right : auto;
}

/************************************* Main structure *************************/
body 
{
 font-family: Georgia	, "Times New Roman", Times, serif;
 font-size: 62.5%;
 text-align: center;
 margin-left: auto;
 margin-right : auto;
}

#container 
{
 background-image: url("images/cabecalho_curl.png");
 background-repeat: no-repeat;
 height: 465px;
 width: 835px;
 font-size: 1.2em;
 margin-left: auto;
 margin-right : auto;
 border-top-color: white;
 border-top-width: 1px;
 border-top-style: none;
}

#header 
{
 height: 205px;
 padding-top: 20px;
 margin-left: 50px;
}

#header_left 
{
 float: left;
 width: 326px;
 height: 206px;
}

#header_right 
{
 height: 206px;
 margin-left: 330px;
 margin-right: 20px;
}

#left 
{
 float: left;
 width: 225px;
 margin-left: 10px;
 margin-top: 10px;
}

#right 
{
 margin-left: 280px;
 margin-top: 10px;
 margin-right: 30px;
}

#footer 
{
 clear: both;
 margin-left: 10px;
 margin-right: 50px;
 margin-top: 40px;
 padding: 20px;
 text-align: center;
 border-top-color: #CCCCCC;
 border-top-width: 1px;
 border-top-style: dotted;
 background-color: #F9F7EA;
}

.date_box 
{
 background-color: #FFFFFF;
 background-image: url(images/date.jpg);
 height: 51px;
 width: 52px;
 float: left;
}

.date_box_month 
{
 padding-top: 6px;
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 padding-left: 3px;
 text-align: center;
 color: #75a006;
}

.date_box_day 
{
 font-size: 22px;
 font-weight: bold;
 padding-left: 3px;
 text-align: center;
 font-style: italic;
 color: #654040;
}

/******************************* Text and image formatting *******************************/
p 
{
 margin-bottom: 15px;
 margin-top: 15px;
}

p.quote:first-letter 
{
 color: #248888;
 font-size: xx-large;
 margin-top: 5px;
 font-size: 2.5em;
 padding-right: 2px;
}

h1 
{
 color: #fcb62a;
 margin-top: 85px;
 margin-left: 40px;
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-size: 2.6em;
 : ;
}

.red 
{
 color: #614240;
}

h2 
{
 color: #2a9c9c;
 margin-left: 120px;
 font-size: 1.6em;
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
}

h3 
{
 height: 31px;
 background-color: #FFFFFF;
 padding-top: 20px;
 padding-left: ridge;
 font-size: 1.2em;
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-weight: bold;
 color: #2a9c9c;
 border-bottom-color: #CCCCCC;
 border-bottom-width: 1px;
 border-bottom-style: none;
}

h4 
{
 width: 210px;
 margin-top: 20px;
 margin-bottom: 20px;
 background-color: #F5F9EB;
 padding: 5px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-top-style: dotted;
 border-bottom-style: dotted;
 border-top-color: #CEAC86;
 border-bottom-color: #CEAC86;
 font-size: 1.0em;
 color: #FFBF33;
}

blockquote 
{
 background-color: #F4F7F0;
 margin-top: 10px;
 margin-bottom: 15px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 10px;
 padding-bottom: 10px;
 border-color: #EBE2B7;
 border-width: 1px;
 border-style: dotted;
 background-image: url(images/blockquote.png);
 background-repeat: no-repeat;
 font-style: italic;
}

.read_more 
{
 background-color: #FFFFFF;
 padding: 3px;
 text-align: right;
 font-weight: bold;
 font-style: italic;
}

img 
{
 border-style: none;
}

.float_left 
{
 float: left;
 margin-right: 10px;
}

.float_right 
{
 float: right;
 margin-left: 10px;
}

a:link 
{
 color: #2a9c9c;
 text-decoration: none;
}

/* unvisited link */
a:visited 
{
 color: #83A956;
 text-decoration: none;
}

/* visited link */
a:hover 
{
 color: #fcb62a;
 text-decoration: none;
}

/* mouse over link */
a:active 
{
 color: #2FC3C4;
 text-decoration: none;
}

/* selected link */
/********************************* Navigation **********************************/
#navcontainer 
{
 
}

#navcontainer ul 
{
 list-style-type: none;
 font-weight: bold;
 color: #990000;
}

#navcontainer a 
{
 display: block;
 padding-top: 17px;
 padding-left: 37px;
 width: 182px;
 background-color: #DCE3ED;
 border-bottom-color: #eee;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 background-image: url(images/menu.png);
 background-repeat: repeat-x;
 height: 27px;
}

#navcontainer a:link, #navlist a:visited 
{
 color: #75c2c2;
 text-decoration: none;
}

#navcontainer a:hover 
{
 background-image: url(images/menu.png);
 background-position: 0 -45px;
 color: #03aeaf;
}

/**************************************** Form elements member login ****************************/
p.welcome 
{
 font-size: 0.8em;
 text-align: left;
 margin-right: 30px;
 margin-left: 35px;
 margin-bottom: 0px;
 margin-top: 25px;
 color: #6B383D;
}

form 
{
 margin-top: 15px;
 margin-left: 35px;
}

input.fields 
{
 display: block;
 width: 140px;
 background-image: url(images/input_bg.png);
 border-top-color: #E3E4E9;
 border-top-width: 1px;
 border-top-style: solid;
 border-left-color: #E3E4E9;
 border-left-width: 1px;
 border-left-style: solid;
 border-bottom-color: white;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-right-color: white;
 border-right-width: 1px;
 border-right-style: solid;
 margin-top: 3px;
 margin-bottom: 3px;
}

label 
{
 color: #A5BB73;
 font-style: italic;
}

.submit_button 
{
 margin-top: 15px;
 padding: 2px;
 background-color: #EAF4D9;
 float: right;
 margin-right: 40px;
 border-top-color: white;
 border-top-width: 2px;
 border-top-style: solid;
 border-left-color: white;
 border-left-width: 2px;
 border-left-style: solid;
 border-bottom-color: #E3E4E9;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-right-color: #E3E4E9;
 border-right-width: 2px;
 border-right-style: solid;
}

/**************************************** extra classes: contact us ****************************/
form.contact_us 
{
 width: 190px;
 margin-top: 15px;
 margin-left: 0px;
 padding: 15px;
 background-color: #FBF9F4;
 background-image: url(images/form_bg.png);
 background-repeat: no-repeat;
 background-position: right bottom;
}

input.fields_contact_us 
{
 display: block;
 width: 185px;
 background-image: url(images/input_bg.png);
 border-top-color: #E3E4E9;
 border-top-width: 1px;
 border-top-style: solid;
 border-left-color: #E3E4E9;
 border-left-width: 1px;
 border-left-style: solid;
 border-bottom-color: white;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-right-color: white;
 border-right-width: 1px;
 border-right-style: solid;
 margin-top: 3px;
 margin-bottom: 3px;
}

textarea 
{
 width: 185px;
 background-image: url(images/input_bg.png);
 border-top-color: #E3E4E9;
 border-top-width: 1px;
 border-top-style: solid;
 border-left-color: #E3E4E9;
 border-left-width: 1px;
 border-left-style: solid;
 border-bottom-color: white;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-right-color: white;
 border-right-width: 1px;
 border-right-style: solid;
 margin-top: 3px;
}

.submit_button_contact 
{
 margin-top: 15px;
 padding: 2px;
 background-color: #EAF4D9;
}

 
{
 display: ;
}