
body {
    background: url("images/background.png") repeat-x #a4dcff;
    margin: 0; padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

div { margin: 0; padding: 0; }

#wrapper1 {
    margin: 0 auto;
    width: 85%;
    max-width: 800px;
    background: url("images/left-shadow.png") repeat-y left top transparent;
}

#wrapper2 {
    background: url("images/right-shadow.png") repeat-y right top transparent;
}
#wrapper3 {
    background: url("images/top-left-shadow.png") no-repeat left top transparent;
}
#wrapper4 {
    background: url("images/top-right-shadow.png") no-repeat right top transparent;
}

#main {
    margin: 0 10px 0 10px;
    background-color: white;
}

#heading {
    padding: 4px 5px;
    margin: 0;
    clear: both;
}

#heading div {
    background: url("images/heading-background.png") repeat-x #d7f0d0;
    height: 36px;
    border: 1px solid #e7f5e4;
    border-bottom: 0;
    padding: 0 5px 0 9px;
}

#heading h1 {
    margin: 0; padding: 0;
    font-size: 15px;
    height: 36px;
    width: 260px;
    background: url("images/heading-logo.png") 10px 10px no-repeat;
    float: left;
}

#heading h1 a {
    display: none;
}

ul {
    list-style-type: circle;
}

#heading ul, #heading li {
    margin: 0; padding: 0;
    float: left;
    list-style-type: none;
}

#heading ul {
    float: right;
    margin-top: 6px;
    font-size: 15px;
}

#heading li a {
    color: #b9ac9b;
    display: block;
    padding: 2px 8px;
    text-decoration: none;
}

#heading li.odd a {
    color: #9e8c74;
    
}
#heading li a:hover {
    color: #8c7c66;
}
#heading li.odd a:hover {
    color: #665949;
}

#top-bar {
    margin: 0;
    height: 124px;
    border-top: 1px solid #eee;
    background: url("images/top-bar-image.png") 29px 2px no-repeat;
    padding: 0 0 0 150px;
}

/*#top-bar h2 {
    margin: 2px 4px 0 0;
    padding: 30px 0 ;
    background: url("images/top-bar-heading-border.png") top right repeat-y;
    font-family: "Lucida Sans", "Lucida Sans Serif", "Lucida Unicode", sans-serif;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 30px;
}*/

#middle {
    background: url("images/middle-background.png") right top repeat-y;
}

#content {
    margin-right: 172px;
    min-height: 280px;
}
#sidebar {
    float: right;
    width: 172px;
    color: #525252;
    background: url("images/sidebar-shadow.png") no-repeat;
}
#sidebar div {
    padding: 0 18px 20px 7px;
}

#sidebar h3 {
    margin: 22px 0 5px 0; 
    font-size: 16px;
    color: rgb(0, 135, 220);
}

#sidebar p {
    margin: 0;
    margin-bottom: 4px;
}
#sidebar p.address {
    text-align: right;
}

#sidebar ul, #sidebar ol {
    padding: 0;
    margin: 0 8px 25px 20px;
}

#content {
    background: url("images/content-shadow.png") repeat-x;
    padding: 10px 20px 15px 20px;
}

#content h1 {
    font-size: 19px;
    color: rgb(0, 135, 220);
    margin: 0;
    padding: 10px 0 10px 0;
}

#content h2 {
    color: #6fbc20;
    font-size: 17px;
    margin: 0;
    padding: 10px 0 0 0;
}
#content h2 a {
    color: #6fbc20;
}

#content p {
    padding: 0 0 4px 2px;
    margin: 0;
    color: #444;
}
#content ul, #content ol {
    color: #444;
    margin: 0.3em 0 0.5em 2.2em;
    padding: 0;
}

#content p.h2less {
    margin-top: 5px;
}

#introduction h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 .3em 0;
}

#introduction {
    font-size: .9em;
    border: 1px solid #e9e9e9;
    background-color: #f7f7f7;
    padding: 8px 10px;
    margin-top: 10px;
    color: #666;
}
#introduction strong {
    color: #888;
}

#footer {
    background: url("images/footer-background.png") repeat-x bottom left;
    height: 23px;
    position: relative;
    padding-top: 8px;
    text-align: center;
    color: #777;
}

#footer span {
    color: #aaa;
    font-size: 0.8em;
    position: relative;
    bottom: 2px;
    padding: 0 3px;
}

#footer strong {
    font-weight: normal;
    color: #555;
}

#footer-end {
    height: 15px;
    background: url("images/footer-shadow.png") repeat-x bottom;
    position: relative;
}

#footer-end-right, #footer-end-left {
    font-size: 1px;
    position: absolute;
    bottom: 0;
    width: 17px;
    height: 15px;
/*     border: 1px solid blue; */
}
#footer-end-left {
    left: 0;
    background: url("images/footer-left-shadow.png") no-repeat bottom;
}

#footer-end-right {
    right: 0;
    background: url("images/footer-right-shadow.png") no-repeat bottom;
}


.news {
    position: relative;
    margin-bottom: 25px;
}
.news .date {
    position: absolute;
    left: 0;
    top: 14px;
    background-color: white;
}
.news .item {
    margin-left: 60px;
}
.news .date .header {
    background-color: #6fbc20;
    padding: 1px 0;
    font-weight: bold;
    color: white;
    text-align: center;
    border-bottom: 2px solid #9fde40;
    width: 50px;
}
.news .date .value {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 0;
    font-family: Times, serif;
    width: 50px;
    padding: 2px 0;
}
.news .date .header span {
    font-size: 10px;
}
.news .date .value span {
    font-size: 15px;
    font-weight: bold;
    color: #999;
}
.news .date .value span.month {
    color: #777;
}
.news .date .value span.year {
    font-size: 13px;
}
.news .date div, .news .date span {
    cursor: default;
}
#content .item h2 {
    margin-bottom: 3px;
}

.people {
    border-collapse: collapse;
    margin: 10px 4px 20px 4px;
}
.people img {
    width: 130px;
    height: 130px;
}
.people td {
    padding: 7px 0;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
.people .first td {
    border-top: 0;
}
.people .odd td {
    background-color: #eee;
}
.people .image {
    padding-left: 0.6em;
}
.people .image div {
    padding: 2px;
    border: 1px solid #bbb;
}
.people .information {
    padding-left: 1em;
    padding-right: 1em;
}
.people h3, .people h4 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    color: #777;
}
.people h4 {
    margin-bottom: 0.4em;
}
.people h5 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    color: #888;
}
.people h3 a {
    color: rgb(0, 105, 200);
}
#content .people p {
    padding-bottom: 0.7em;
}

.note {
    font-style: italic;
    font-size: .9em;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: rgb(0, 135, 220);
}
a:hover {
    color: rgb(0, 115, 200);
}

.blue {
    color: rgb(0, 135, 220);
}

.green {
    color: #6fbc20;
}

.giannaros {
    color: #555;
}

.graph {
    margin: 5px 2px;
}
.graph .bar {
    border: 1px solid #eee;
    padding: 1px;
    position: relative;
    margin-bottom: 3px;
}
.graph .bar div {
    height: 20px;
    background-color: #aaa;
}
.graph span {
    font-size: 10px;
    color: #777;
    position: absolute;
    bottom: 4px;
    right: -15px;
}
.graph .bar .proposition {
    background-color: #577fb5;
}
.graph .bar .opposition {
    background-color: #90c260;
}
.graph .bar .abstentions {
    background-color: #e8ae49;
}

#admin-add-table {
    padding: 0;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
}
#admin-add-table td {
    padding: 4px 10px;
}
#admin-add-table select {
    font-size: inherit;
}
#admin-add-table #name-heading { padding-right: 0; padding-left: 2px; }
#admin-add-table tr.elaboration td { padding: 0 0 0 12px; font-size: 11px; color: #555; }
#admin-add-table td.label { padding-left: 0; }
#admin-add-table #generate { font-size: inherit; margin-top: 10px; font-weight: bold }

#debate-result-story table {
    border-collapse: collapse;
}
#debate-result-story table .label {
    color: #222;
    padding-right: 10px;
}
#debate-result-story td {
    padding-bottom: 14px;
}

#debate-result-story #motion {
    width: 450px;
}

#title-label {
    padding-right: 10px;
}

#title {
    padding: 1px;
    width: 220px;
}

#submit {
    margin-top: 10px;
    font-size: 20px;
    padding: 0 20px;
    color: #333;
}
