/* Theme Name: Primavaratica
    URI: http://jaspax.com/larisa
    Description: Flori si soare!
    Version: 1.0
    Author: jaspax
    Author URI: http://jaspax.com/
*/

/* General elements you probably want to style */

body {
    background-image: url(/larisa/wp-content/themes/primavara/pasare.jpeg);
    background-repeat: no-repeat;
    background-color: white;
}

h1, h2, h3, h4, h5 {
}

blockquote {
}

a {
}

a:hover {
}

a:visited {
}

a img {
}

a img:hover {
}

table {
}

td {
}

form {
}

form input, form textarea {
}

/* Classes used in the stub */

/* The top div */
#top {
  font-size: 48pt;
  font-family: sans-serif;
  padding: 20px;
  color: #080008;
  text-align: right;
}

#top a, #top a:hover, #top a:visited {
  text-decoration: none;
  color: #080008;
}

#urare {
  text-align: right;
  font-style: italic;
  font-size: 24pt;
}

/* The main table */
#main {
    float: right;
    width: 600px;
    color: #fffb8c;
}

/* The content table cell */
#content {
}

/* The sidebar div */
#sidebar {
  float: left;
  position: absolute;
  top: 520px;
  left: 120px;
  height: 100%;
  width: 200px;
  padding: 10px;
  background-color: white;
  border: 1px solid #69b401;
  color: #fffb8c;
  font-family: sans-serif;
}

#sidebar a, #sidebar h3 {
  color: gray;
}

/* The footer div */
#footer {
}

/* The outermost div around each post */
.post {
  background-color: white;
  margin-top: 30px;
  padding-left: 20px;
  padding-top: 0px;
  border-top: 3px solid #69b401;
  border-bottom: 3px solid #69b401;
  color: #080008;
  font-size: 12pt;
  text-align: left;
}

.post a, .post a:hover, .post a:visited {
  color: #394494;
}


/* The date */
.info {
    float: left;
    font-size: 12pt;
    text-align: left;
    width: 150px;
    border: 1px solid #69b401;
    padding: 4px;
    margin: 8px;
}

.info_title {
    color: gray;
    font-size: 10pt;
}

/* The title of each post */
.title {
    text-align: right;
    text-decoration: underline;
}

