@charset "UTF-8";
* { font-family: Verdana; font-size: 0.98em; }
html { height: 100%; }
body { width: 100%; height: 100%; margin: 0px auto 0px auto; top: 0px; background-color: #003366; }
img { border: 0px; }

#site_container { width: 1024px; margin-left: auto; margin-right: auto; background-color: #0099cc; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }
#site_non_footer { position: relative; min-height: 100%; }
* html #site_non_footer { height: 100%; }
#site_footer { position: relative; margin-top: 0px; height: 0px; background-color: #FFFFFF; }

#site_header { position: relative; height: 75px; top: 30px; background-color: #00ccff; z-index: 2; margin-bottom: 60px; }
.site_header_content { position: relative; left: 25px; }
#site_menu { position: absolute; top: 0px; left: 724px; min-height: 1100px; height: 100%; width: 250px; background-color: #006699; z-index:1; padding-left: 25px; }

#site_main, #site_blog, #site_admin { position: relative; left: 25px; width: 674px; background-image: url('../images/sfondo.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center;}
.textBoxTitle, .blogPostTitle, .adminBoxTitle { background-color: #006699; height: 50px; -moz-border-radius-topright: 20px; border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; }
.textBoxContent, .blogPostContent, .adminBoxContent { background-color: #FFFFFF; min-height: 100px; position: relative; padding-left: 25px; padding-top: 25px; text-align: justify; padding-right: 25px; padding-bottom: 25px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-bottomleft: 20px; }
.textBox, .blogPost, .adminBox { position: relative; }
ul#textBoxes, ul#menuElements, ul#blogEntry, ul#menuBlogElements, ul#siteLink, ul#adminEntry { list-style-type: none; padding: 0px; margin: 0px; }
ul#textBoxes, ul#blogEntry, ul#adminEntry { width: 674px; }
ul#textBoxes li, ul#blogEntry li, ul#adminEntry li { padding-left: 0px; padding-bottom: 25px; }
ul#screenshots li { padding-left: 0px; padding-bottom: 15px; }
ul#menuElements, ul#menuBlogElements { padding-top: 128px; }
ul#menuElements li, ul#menuBlogElements li { padding-left: 0px; }
img.tBCi { float:left; margin-right: 20px; }

ul#siteLink { text-align: center; }
ul#siteLink, #signature { width: 225px;}
#signature { text-align: right; font-style: italic; color: #FFFFFF; font-size: 0.8em; }
.twtr-widget, ul#siteLink, #signature { margin-top: 25px; margin-bottom: 25px; }

ul#blogAuthors li { display: inline; list-style: none; }
li.blogAuthor { margin-left: 10px; margin-right: 10px; }
.blogEntryAuthor {  }

#screenshots { width: 100%; text-align: center; }
#screenshots img, .scheda img { border: black dotted 1px; }
.scheda img { float: left; margin-right: 10px; }

p { margin-top: 0px; }
.centered { text-align: center; }
.toright { float: right; }
.verticalNear { margin-bottom: -20px; }
.indented { text-indent: 50px; }
.suggestion { font-size: 0.6em; }
.scheda{ display: block; }
.scheda table { width: 100%; }
.scheda table tr { width: 100%; }
.scheda_left { width: 400px; }
.scheda table tr td { width: 225px; }
.scheda_close { position: relative; float: right; width: 20px; height: 20px; min-height: 20px; background-image: url('../images/close.png'); background-repeat: no-repeat; background-position: center; cursor: pointer; }

img.extlink { float: none; border:0px; }
#site_links { width: 225px; text-align: center; }