/*  
Theme Name: Fitarella
Theme URI: http://domestic-chicky.com
Description: 3 Columns
Version: 1.0
Author: Domestic Chicky
Author URI: http://domestic-chicky.com
*/


/* Layout
----------------------------------------------- */

body {
padding: 0;
margin: 0;
font-family: verdana, Arial;
font-size: 14px;
line-height: 18px;
background-image: url(images/background.jpg-);
background-color: #BCD5FF;
color: #000000;
}

#container {
width: 906px;
margin: 0 auto 0 auto;
background-image: url(images/bg.jpg-);
background-color: #ffffff;
}

#header {
margin: 5px auto;
width: 900px;
height: 355px;
background-repeat: no-repeat;
background-image: url(http://i294.photobucket.com/albums/mm95/fitarella/header1.jpg);
}

#content {
float: left;
width: 475px;
padding: 1.75%;
margin: 0 0 0 40px;
color: #000000;
display: inline;
text-align: justify;
border-left: 2px dashed #84532E;
border-right: 2px dashed #84532E;
}

#menu {
margin-top: -42px;
margin-bottom: 50px;
}


#leftsidebar {
float: left;
width: 190px;
margin: 0 0 0 -30px;
display: inline;
}

#sidebar {
float: right;
width: 190px;
padding: 1%;
margin-right: 5px;
margin-left: -18px;
display: inline;
}

#footer {
width: 900px;
height: 100px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(images/footer.jpg);
border-top: 2px dashed #84532E;
clear: both;
}

#header, #content, #footer, #sidebar{
overflow: hidden;
}



/* Menu

----------------------------------------------- */



#menu li{
  display: inline;
  padding: 0px 30px 5px 30px;
  
  color: #F89ACF;
  font-family: georgia;
  font-size: 20px;
  letter-spacing: 2px;
}



#menu a:link, #menu a:visited {
  padding: 5px 0px 5px 0px;
  color:  #fff;
}



#menu a:hover {
  padding: 5px 0px 5px 0px;
  color:  #84532E;
} 



/* Content
----------------------------------------------- */

#content ul li {
list-style: square;
margin: 0;
padding: 0;
}


/* Sidebars
----------------------------------------------- */

#leftsidebar, #sidebar {
font-size:  11px;
}

#leftsidebar a:link, a:visited, a:hover, a:active, #sidebar a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #84532E;
}

#leftsidebar ul ul, #sidebar ul ul {
list-style: none;
margin: 0px;
padding: 0px;
border-bottom: 10px solid #fff;
}

#leftsidebar ul li, #sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}


/* Posts
----------------------------------------------- */

.post {
margin-bottom: 10px;
color: #000000;
font-size: 12px;
line-height: 18px;
}

.post a {
color: #930606;
text-decoration: none;
}

.post p {
margin-bottom: 5px;
line-height: 18px;
}

.postdatetime {
font-size: 11px;
text-transform: uppercase;
}

#postmetadata {
padding: 5px;
font-size: 12px;
}

.postmetadata a {
color: #930606;
}

.post li {
margin-left: 20px;
}

.post ul {
list-style: square;
margin-bottom: 10px;
}

p {
padding-bottom: 5px;
}

.entrytext .postmetadata {
font-size: 12px;
width: 50%;
margin: 2em auto 3.5em auto;
padding-left: 10px;
text-align: justify;
}

.editentry {
padding-left: 5px;
text-align: justify;
}


/* Comments
----------------------------------------------- */

ol.commentlist {
width: 400px;
margin: 0 auto;
text-align: justify;
}

ol.commentlist, li {
margin-bottom: 15px;
padding: 5px;
}

ol.commentlist a {
color: #930606;
}

.commenttext {
background-color: #FFFFFF;
padding: 10px;
}

.commentbottom {
background-image: url(images/comment_bottom.jpg);
background-repeat: no-repeat;
background-position: bottom center;
width: 390px;
height: 20px;
margin: 0;
padding: 0;
}

small.commentmetadata {
font-size: 12px;
margin-bottom: 5px;
display: block;
}

#comments {
padding-left: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

#commentform {
width: 90%;
color: #404040;
padding-left: 10px;
}

#comment {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
border: 1px solid #000000;
}


/* General
----------------------------------------------- */

h2 {
padding: 2px;
margin-top: 5px;
font-family:  Verdana, Arial;
font-size: 22px;
color: #84532E;
text-decorationnone;
}

h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
color: #84532E;
text-decoration: none;
}

blockquote {
font-style: italic;
margin: 1em 1.5em;
padding: 1em 1.5em;
border-left: 3px solid #84532E;
background-color: transparent;
text-align: justify;
}

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

a:link, a:visited, a:hover, a:active {
color: #84532E;
text-decoration: none;
}

code {
font-size: 12px;
color: #84532E;
}

input, textarea, option  select {
border-top-style: solid; 
border-left-style: solid;  
border-bottom-style: solid; 
border-right-style: solid; 
color: #000000; 
background-color: #FFFFFF;  
border-width: 1px;
border-color: #000000;
font-family: verdana, Arial; 
font-size:12px;
padding: 2px;
}

acronym, abbr, span.caps {
cursor: help;
}

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

.navigation {
display: block;
margin: 10px 0 10px 0;
padding-bottom: 10px;
}

.alignleft {
float: left;
padding-left: 10px;
text-align: left;
display: inline;
}

.alignright {
float: right;
padding-right: 10px;
text-align: right;
display: inline;
}

#searchform {
text-align: center;
}

#searchform #s {
width: 50%;
}

#respond {
font-size: 16px;
margin-left: 10px;
}

a img {
border: none;
}

.gravatar {
margin: 2px 0 0 2px;
}

