/*
Theme Name: Epiphanie
Theme URI: http://www.ijusthadanepiphanie.com.br/
Description: Tema do blog I Just Had an Epiphanie.
Version: 1.0
Author: Guga
Author URI: http://ugaugablogs.com.br
*/

body {
    text-align: center;
    background: #fff url('http://www.ijusthadanepiphanie.com.br/wp-content/uploads/2010/03/fundo_dourado.jpg');
    margin: 0px;
    padding: 0px;
    font-family:'calibri', Tahoma;
    font-size: 10pt;
    color: #d7d5d8;
    line-height: 20px;
}

a {
    color: #eae8eb;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a.img a.img:hover {
    border: 0px;
}

img {
border: 0px;
}

h1 {
    font-size: 13pt;
    font-weight: normal;
    display: inline;
    margin-bottom: 5px;
    color: #411f04;
}

h2 {
    font-size: 13pt;
    font-weight: normal;
    display: inline;
    margin-bottom: 5px;
    color: #efefef;
}

.credito {
    font-size: 8pt;
    font-weight: normal;
}

li {
     list-style-type: square;
     margin: 10px 0px 0px;
     padding: 0px;
}

li a {
    color: #46454a;
}

#header {
    width:100%;
    background: #fff url('http://www.ijusthadanepiphanie.com.br/wp-content/uploads/2010/04/fundo_epiphanieok.png');
    
}

#wrapper {
    display: block;
    width: 1100px;
    margin: 0 auto;
}

#titulo {
    background: #fff url('http://www.ijusthadanepiphanie.com.br/wp-content/uploads/2010/03/barra3.jpg');
    padding: 30px;
    text-align: center;
}

#content {
    text-align: left;
    width: 690px;
    float: left;
    background: transparent url('http://www.ijusthadanepiphanie.com.br/wp-content/uploads/2010/03/claro2.jpg');
    margin-right:10px;
    padding: 20px;
    color: #411f04;
}

#content a,a:hover,a:visited{
    color: #411f04;
    font-weight: bold;
}

#sidebar {
    width: 360px;
    float: right;
    height: 700px;
}

#sidebar a {
    color: #46454a;
}

#delimiter {
    clear: both;
}

#barralateral {
    background: transparent url('http://www.ijusthadanepiphanie.com.br/wp-content/uploads/2010/03/claro1.png');
    padding: 20px;
    color: #411f04;
    text-align: left;
    margin-bottom: 5px;
}

#barralateral h2{
    color: #411f04;
}

#barralateral a,a:visited,a:hover{
    color: #411f04;
}

#footer {
}

.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #ebece4;
                        border: 1px solid #ebece4;
                        color: #303030;
                        }

#commentform textarea {
	width: 96%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;
                  }

input#s {
          width: 230px;
          height: 20px;
          color: #000;
          border: 0px;
          margin-bottom: 0px;
          display: inline;
          background-color: #fff;
}


#searchform {
	height: 90px;
        display: inline;
}

.searchfield {
	background: #fff;
	color: #303030;
        border: 1px #000 solid;
	font-size: 10px;
	height: 26px;
        width: 70px
}

.searchsubmit {
        background-color: #fff;
        height: 20px;
        border: 1px #a08e8c solid;
}