/*   
Theme Name: Dipartimento CUT
Author: Giofilo
Author URI: http://www.giofilo.it
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
background-color: #78c678;
}

a:link, a:visited {
color: #004B91;
}
a:active, a:hover {
color: #FF4B33;
}

body, input, textarea {
font-family: 
Arial, Helvetica, sans-serif;
}

#wrapper {
width: 1000px;
margin: 0 auto 20px auto;
}

#header {
background: url(img/unict-header.png) no-repeat  right 30px;
}
#branding {
padding-left: 10px;
padding-top: 50px;
width: auto;
height: 150px;
padding-bottom: 0;
}
#blog-title {
font-family: Palatino, Bookman, Georgia, serif;
font-size: 65px;
}
#blog-title a {
color: #fff;
}
#blog-description  {
font-size: 22px;
font-family: Georgia, serif;
font-weight: normal;
margin: 5px 0;
color: #900;
}
#description-universita {
font-size: 18px;
font-family: Palatino, Georgia;
}

#access {
letter-spacing: 1px;
font-variant: small-caps;
border: none;
height: 41px;
width: 1000px;
background: url(img/ombra-top.png) no-repeat -1px 0;
margin: 0 auto;
}
.menu {
width: 978px;
height: 40px;
background: url(img/menu.gif) repeat-x;
border: 1px solid #ccc;
margin: 0 8px 0 9px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-radius-topleft: 5px;
-khtml-border-radius-topright: 5px;
-webkit-border-radius-topleft: 5px;
-webkit-border-radius-topright: 5px;
border-radius-topleft: 5px;
border-radius-topright: 5px;
}
.sf-menu {
border: 0;
}
.sf-menu li {
background-color: transparent;
border-right: 1px solid #fff;
}
.sf-menu a {
border-bottom: 0;
border-top: 0;
border-left: 0;
border-right: 1px solid #999;
padding: 13px;
font-size: 14px;
font-weight: bold;
}
.sf-menu a:link, .sf-menu a:visited {
color: #444;
}
.sf-menu a:active, .sf-menu a:hover {
color: #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: transparent url(img/menu-hover.gif) repeat-x;
}
.sf-menu ul {
border-color: #ccc;
margin-top: 8px;
margin-left: -1px;
}
.sf-menu ul li {
border: 0;
}
.sf-menu ul a {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 0;
background: #dce4f6;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
background: #95a4c8;
color: #fff;
}
.sf-menu .current_page_item a, .sf-menu .current_item_parent a {
background: transparent url(img/menu-hover.gif) repeat-x;
}
.sf-menu .current_item_parent ul a, .sf-menu .current_page_item ul a {
background-color: #dce4f6;
background-image: none;
}
.sf-menu .current_item_parent ul a:hover, .sf-menu .current_page_item ul a:hover {
background-color: #95a4c8;
background-image: none;
}
.sf-menu .current_item_parent ul .current_page_item a, .sf-menu .current_item_parent ul .current-cat a {
background: #95a4c8;
background-image: none;
}

.breadcrumb {
padding-left: 20px;
padding-bottom: 3px;
padding-top: 10px;
color: #444;
margin: -10px auto 0 auto;
background: url(img/footer.png) no-repeat -10px -40px;
}

#rotator {
margin-bottom: 20px !important;
}
#rotator img {
z-index: 0 !important;
}

#main {
padding: 10px 10px 10px 8px;
width: 980px;
background: url(img/ombra.png) repeat-y;
}

#container {
width: 660px;
}
#content {
width: 640px;
margin-left: 0;
}
.attachment, .post, .page .entry-content {
margin: 0 10px;
}

.attachment .entry-content {
text-align: center;
}
.attachment .entry-utility {
display: none;
}
.attachment-full {
width: 950px;	
}

.page-title {
font-size:18px;
font-weight:bold;
line-height:26px;
padding:14px 0 44px 10px;
background: url(img/page-title.gif) no-repeat left top;
color: #555;
font-variant: small-caps;
}
.page .entry-title {
font-size:26px;
font-weight:bold;
line-height:26px;
padding:14px 0 44px 10px;
background: url(img/page-title.gif) no-repeat left top;
color: #555;
font-variant: small-caps;
}
#sottopagine ul {
list-style: none;
margin: 0;
}
#sottopagine ul li a {
text-decoration: none;
background: url(img/sottopagine.gif) no-repeat left top;
display: block;
height: 39px;
width: 290px;
padding-left: 10px;
padding-top: 7px;
font-variant: small-caps;
font-weight: bold;
letter-spacing: 1px;
}

.entry-content {
text-align: justify;
font-family: 'Times New Roman', Times, serif;
}
.entry-content img, .entry-content a img {
border: 1px solid #ccc;
padding: 5px;
background: #eee;
}
.entry-content a:hover img {
background: #fff;
border-color: #666;
}
.entry-content h3 {
font-style: normal;
font-size: 19px;
font-family: Arial, sans-serif;
}

#nav-below {
margin-left: 10px;
}

#comments {
margin-left: 10px;
}

.main-aside ul {
padding: 0;
}
#primary {
border: none;
}
.aside h3 {
background: url(img/aside-h3.gif) no-repeat;
padding: 8px 0 12px 25px;
color: #555;
font-style: normal;
font-weight: bold;
width: 285px;
margin-left: -10px;
font-variant: small-caps;
}
.widgetcontainer {
margin-bottom: 20px;
padding-left: 10px;
}
.subscribe2 {
background: url(img/email.gif) no-repeat left center;
padding-left: 45px;
min-height: 40px;
}
.subscribe2 p {
margin: 0;
}
.blogroll li {
list-style: none;
text-align: center;
}

#sforum table {
border: 0;
margin: 0;
}
#sforum th, #sforum td {
padding: 0;
}

#wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
margin: 10px;
}
#wpcf_msg {
width: 500px;
}

#footer {
border-top: 0;
background: url(img/footer.png) no-repeat -1px 0px;
margin: 0;
}
#siteinfo {
padding: 45px 21px 44px 20px;
color: #000;
font-size: 12px;
}
#siteinfo a {
color: #000;
}

.wp-pagenavi {
margin: 0;
font-size: 14px;
}
.wp-pagenavi span.pages {
color: #333 !important;
}
.wp-pagenavi span.current {
margin-left: 10px !important;
}
