/*
Theme Name:     COEDADE 2010
Theme URI:      http://www.coedade.org/
Description:    COEDADE RUP Wordpress theme, Twenty Ten child
Author:         Olivier Bagot
Author URI:     http://obagot.posterous.com
Template:       twentyten
Version:        0.1
*/

@import url("../twentyten/style.css");

body {
  background-color: #2C4B96;
  font-family: arial, helvetica, sans-serif;
  color: #003;
}

#wrapper {
  background-color: #B8C8E9;
/*  background-color: #eee; */
}


#header {
  margin:0;
  padding: 20px 0 0;
}
#site-title, #site-description {
  display: none;
}
#access {
  background: #000;
}


#main {
/*  background-color: #B8C8E9; */
  background-color: #fff;
  color: #222;
}

#main a, #main a:link, #main a:visited {
  color: #2C4B96;
  text-decoration: none;
}
#main a:hover {
  color: #33e;
  text-decoration: underline;
}
#main h2.entry-title {
  font-size: 1.8em;
}
#main h2.entry-title a, #main h2.entry-title a:link, #main h2.entry-title a:visited, #main h2.entry-title a:hover {
  color: #2C4B96;
  text-decoration: none;
}
#main h1.entry-title {
  color: #2C4B96;
  font-size: 1.8em;
}


#footer a, #footer a:link, #footer a:visited {
  color: #2C4B96;
  text-decoration: none;
}
#footer a:hover {
  color: #33e;
  text-decoration: underline;
}


.post {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 10pt;
}

div.entry-content {
  text-align: justify;
}

a.more-link {
  float:right;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
  padding: 20px;
}


#wp-calendar tbody {
  background-color: #eee;
}

span.language_item {
  padding-left:10px;
}
