/*
THEME NAME: Custom
THEME URI: http://www.example.com/my-design/
DESCRIPTION: light and simple
VERSION: 0.1
AUTHOR: Francesco Georg
AUTHOR Uri: http://www.example.com
TAGS: two-columns, light, blue
TEMPLATE: custom
*/

/*general*/
h1, h2, h3, h4, h5, h6{
    margin: 0;
}

p, div.entry-meta{
    font-size:0.85em;
    text-align: justify;
}

a {
   color: #2266DD;
}

a:hover {
   color: #0044BB;
}

body {
    background:#C4DBE2 none repeat scroll 0 0;
    margin: 0 auto;
    width: 800px;
    color: #333333;
    font-family:'trebuchet ms','lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
}


/*header*/
div#header {
    background:transparent url(images/header.png) no-repeat scroll center bottom;
    min-height:128px;
}

div#logo {
    padding:8px;
}

div#logo a {
    background:transparent url(images/logo.png) no-repeat scroll 0 0;
    display:block;
    height:0 !important;
    margin:0 120px;
    overflow:hidden;
    padding:98px 0 0;
    width:517px;
}

/*menu*/
div#menu {
    float: left;
    width: 500px;
}

div#menu ul {
    list-style:none;
    margin:0;
    padding:0;
}

div#menu ul li {
    float: left;
    background: transparent url(images/menu/menu_bar_center.png) repeat-x scroll left center;
    padding: 28px 0;
}

div#menu ul li.first_page_item {
    background: transparent url(images/menu/menu_bar_left.png) no-repeat scroll left center;
    padding-left: 14px;
}

div#menu ul li.last_page_item {
    background: transparent url(images/menu/menu_bar_right.png) no-repeat scroll right center;
    padding-right: 12px;
}

div#menu ul li a {
    background: transparent url(images/menu/menu_button_left.png) no-repeat scroll left top;
    padding: 11px 7px 11px 17px;
    font-size:1.05em;
    font-weight:bold;
    text-decoration: none;
}

div#menu ul li a span {
    background: transparent url(images/menu/menu_button_right.png) no-repeat scroll right top;
    padding: 11px 17px 11px 0;
    padding-left: 0;
    text-shadow:2px 4px 8px #555555;
}

div#menu ul li a:hover {
    background: transparent url(images/menu/menu_button_left_raised.png) no-repeat scroll left top;
}

div#menu ul li a:hover span {
    background: transparent url(images/menu/menu_button_right_raised.png) no-repeat scroll right top;
}

div#menu ul li.current_page_item a, div#menu ul li.current_page_item a span {
    background: none;   
}



/*content*/
div#container {
    clear:both;
    float:left;
    width:555px;
}

div.hentry {
    position:relative;
    clear:both;
}

div.hentry a {
    text-decoration: none;
}

div.hentry a:hover {
    text-decoration: underline;
}

div.hentry h2.entry-title {
    background: transparent url(images/content/entry_box_top.png) no-repeat scroll left top;
    height:49px;
    margin:0;
    padding:15px 17px;
}

div.hentry h2.entry-title span { 
    background: transparent url(images/content/header.png) no-repeat scroll left top;
    padding:24px 0;
    position:absolute;
    text-align:center;
    width:398px;
}

div.hentry h2.entry-title span {
    text-shadow:5px 20px 3px #AAAAAA;
}

div.entry-date {
    font-weight:bold;
    position:absolute;
    right:25px;
    text-align:center;
    top:28px;
}

div.entry-date div.time {
    color:#888888;
    font-size:0.9em;
    position:absolute;
    right:45px;
    text-align:right;
    top:14px;
    width:80px;
}

div.entry-date div.day {
    color:#a6a6a6;
    font-size:0.9em;
}

div.entry-date div.month {
    color:#959595;
    font-size:1.65em;
    margin:-11px;
}

div.entry-date div.year {
    color:#666666;
    font-size:1.2em;
}

div.hentry div.entry-body {
    background: transparent url(images/content/entry_box_body.png) repeat-y scroll left bottom;
    padding: 20px 40px 10px 36px;
}

div.hentry div.entry-foot {
    background: transparent url(images/content/entry_box_bottom.png) repeat-y scroll left bottom;
    color: #C4DBE2;
    height:39px;
}

a.more-link {
    font-style: italic;
}

/*navigation*/

div.navigation {
    margin:0 35px 45px;
}

div.nav-previous {
    float: left;   
}

div.nav-next {
    float: right;   
}

/*comments*/

div.comments h3 {
    background: transparent url(images/content/entry_box_top.png) no-repeat scroll left top;
    padding: 10px 15px 0;
}

div.comments div.comments-body {
    background: transparent url(images/content/entry_box_body.png) repeat-y scroll left bottom;
    padding:0px 17px;
}

div#comments div.comments-foot {
    background: transparent url(images/content/entry_box_bottom.png) no-repeat scroll left bottom;
    color: #C4DBE2;
    height:23px;
}

div.comments li {
    list-style: none;
    padding: 10px 0 0;
}

div.comment-head {
    background: transparent url(images/comment/comment_box_top.png) no-repeat scroll left top;
    padding: 10px 15px;
}

div.comment-body {
    background: transparent url(images/comment/comment_box_body.png) repeat-y scroll left bottom;
    padding:0 15px;
    margin: 0;
}

div.comment-body p {
    margin: 0;
}

div.comment-foot {
    background: transparent url(images/comment/comment_box_bottom.png) no-repeat scroll left bottom;
    color: white;
    font-size:1px;
    height:21px;
}

div#comments {
    clear: both;
}

div#respond h3 {
    background: transparent url(images/content/entry_box_top.png) no-repeat scroll left top;
    padding: 10px 15px 0;
    
}

div#respond div.formcontainer {
    background: transparent url(images/content/entry_box_body.png) repeat-y scroll left bottom;
    padding:10px 35px;
}

div#respond div.respond-foot {
    background: transparent url(images/content/entry_box_bottom.png) no-repeat scroll left bottom;
    color: #C4DBE2;
    height:39px;
}


/*sidebar*/

div.sidebar {
    float: right;
    width: 240px;
}

div.sidebar div.top {
    background: transparent url(images/sidebar/sidebar_top.png) no-repeat scroll left top;
    color:#C4DBE2; /* hide a period for the image */
    height:31px;
}

ul.widgets {
    background: transparent url(images/sidebar/sidebar_body.png) no-repeat scroll left bottom;
    list-style: none;
    margin: 0;
    padding:0 30px 40px;
}

ul.widgets ul{
    list-style: none;
    padding:5px 20px;
}

/*footer*/

div#footer {
    clear: both;
    padding: 10px 30px;
}

div#footer div#author {
    margin:30px 0 0;
    font-size: 1em;
}

div#footer div {
    font-size: .6em;
}


/* Just some example content */

/*
div.skip-link {
position:absolute;
right:1em;
top:1em;
}



.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}*/