/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Trebuchet MS', sans-serif, Arial;
	font-weight: 400;  
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Trebuchet MS', sans-serif, Arial;
	font-weight: 400;  

}
input[type="submit"] {
	font-family: 'Trebuchet MS', sans-serif, Arial;
	font-weight: 400;  
}
pre {
	font-family:'Trebuchet MS', sans-serif, Arial;
	font-weight: 400;  
}
code {
	font-family: 'Trebuchet MS', sans-serif, Arial;
	font-weight: 400;  
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #333;  
	font-size: 12px;
	font-weight: 400;  
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #cc3300;
}
a:visited {
	color: #cc3300;
}
a:active,
a:hover {
	color: #cc3300; text-decoration:none
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 34px 0 0 0;
}
#site-title {
	float: right;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 0px 0;
	width: 386px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background:url(/wp-content/themes/twentyten/images/head.jpg);
	height:40px;
	width:386px;
	float:right;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 12px; /*    prima era 13 px */
	margin-left: 8px; /*    prima era 12 px */
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 9px;  /*    prima era 0 12 px */
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 9px; /*    prima era 10 px */
	width: 170px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;     
	font-size: 12px;
	line-height: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 0px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;   
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}









/* claudia */

*:focus { outline: 0;}
.logoUniroma{background:url(/wp-content/themes/twentyten/images/logoUniroma.jpg); height:44px; width:79px; float:left;}
#main{padding-top:20px;}

#access{margin-top:20px; width:960px; background:#fff;} /* margin-top era :36px */
#access a{color:#000;}
#access .menu-header ul{border-top: 2px solid #fff;}
#access ul.menu-header li:first-child a{color:#cc3300; font-size:20px;}
#access .menu-header li:first-child a:hover{color:#fff;}
#access .menu-header li{background:#f8f6f6; margin:0 2px 0 0;font-weight:300; font-size:13px !important;}  /*   font-size: era 15px */  
#access ul.menu-header li a{color:#000; padding:0 10px;}  
#access li:hover > a{background: #cc3300; color:#fff;}
#access .menu-header, div.menu{margin-left:0;}
#access ul li.current_page_item > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a{background: #cc3300; color:#fff;}
#access .menu-header li:first-child.current_page_item > a{color:#fff;}
#access form.searchform div{background:#fff;border: 2px solid #f8f6f6; float: left; padding:1px 0;}
#access form.searchform #searchsubmit{background:url(/wp-content/themes/twentyten/images/btCerca.png) no-repeat; height:23px; width:10px; border:0; float:left; margin:2px 0 0 2px;}

#access ul ul li a{background:#cc3300; margin:0 3px 0 0; color:#fff;}
#access ul ul li a:hover{background:#d65c33; }

#access ul.menu-header ul.sub-menu li:first-child a{color:#fff;}

#access .menu-header li ul.sub-menu li{line-height:34px; margin-bottom: 1px; font-size:13px; background:none; }
#access .menu-header li ul.sub-menu li a{cursor:pointer;}
#access ul ul{box-shadow: 0px 0px 0px rgba(0,0,0,0.2);}

#access .menu-header li.menu-item-has-children a{cursor:pointer;}

input[type="text"].campoCerca{width:90px; background:#fff; border:0;box-shadow: inset 0px 0px 0px rgba(0,0,0,0);line-height: 26px;} /* il width era 86 */
#access li:hover > a, #access ul ul :hover > a {background:#cc3300;}
#content{margin:0; }
#container#homePage .hentry{margin-bottom:0;}

.hentry{margin-bottom:0;}

.listaNews{margin:24px 0 0 0; width:300px; float:left;}   /*  prima era: margin:30px 0 0 0;*/
#content .listaNews h1{text-transform:uppercase;font-size:24px; color:#000; font-weight:300; margin:0; padding:0 0 12px 0; border-bottom:1px solid #7f7f7f;}
.listaNews ul{list-style:none; margin:0; padding:0;}
.listaNews ul li{margin:0 0 0px 0; padding:10px 0; border-bottom:1px solid #7f7f7f;font-size:11px;line-height: 14px;}
#content .listaNews ul li h1.titoloNewsHome{margin:0; padding:0;text-transform:uppercase;font-size:12px; color:#000; font-weight:700; border-bottom:0;height: 20px;overflow: hidden;}

#content .listaNews ul li span{height: 40px;overflow: hidden;display: block;}
.listaNews ul li a{color:#000; text-decoration:none;}
.listaNews ul li a:hover{color:#848484; text-decoration:none;}

.boxPrimoPiano{margin:30px 0 0 30px; width:300px; float:left; border-bottom:1px solid #7f7f7f; padding-bottom:10px;}
.boxPrimoPiano a{color:#000; text-decoration:none;line-height: 14px;}
#content .boxPrimoPiano h1{text-transform:uppercase;font-size:24px;line-height: 24px; color:#000; font-weight:300; margin:0; padding:0 0 9px 0;} 
#content .boxPrimoPiano h1.titoloPrimoPiano{margin: 18px 0 5px 0; padding:0;text-transform:uppercase;font-size:12px;line-height: 12px; color:#000; font-weight:700; border-bottom:0;height: 13px;overflow: hidden;}  /*  prima era margin: 10px 0 5px 0;*/
#content .boxPrimoPiano span{font-size:11px;height: 41px;overflow: hidden;display: block; }
#content .boxPrimoPiano a:hover span{color:#848484; text-decoration:none;}
.boxPrimoPiano.noMarginLeft{margin-left:0; clear: both;}
.imgPrimoPiano{max-width:300px; height:165px; overflow:hidden;} 
#content .listaNews ul{margin-bottom:0;}

#footer{margin-top:30px; padding-top:50px;background:#f8f6f6;}
.mapContainer{float:left; width:620px; margin-left: 30px;}
ul.siteMap{list-style:none; margin:0; padding:0;}
ul.siteMap li{ margin:0 10px 0 0; padding:0; width:145px; float:left;}
ul.siteMap li:first-child, ul.siteMap li:last-child{display:none;}
ul.siteMap li.menu-item-has-children a{color:#000; font-size:13px; font-weight:300; background:#fff; cursor:default; padding:3px 0px 3px 4px;display: block;}
#colophon{border:0; margin-top:0; padding:0;}
ul.siteMap li.menu-item-has-children ul{margin:0 0 37px 0; padding:0;min-height:300px;}
ul.siteMap li.menu-item-has-children ul li{border-bottom:1px solid #eae9e9; list-style:none; padding:7px 0 1px 3px; display:block;}
ul.siteMap li.menu-item-has-children ul li a{background:none; font-size:11px; text-decoration:none; color:#9d9b9b; padding:0; margin:0; cursor:pointer;}
#footer-widget-area{float: left;width: 310px;}
.txtFooter{background:url(/wp-content/themes/twentyten/images/logoFooter.png) no-repeat top left; width:305px; padding-top:80px;font-size:11px; font-weight:300;}
#footer-widget-area .widget-area {float: left; width: 310px;}
ul.siteMap li.menu-item-object-category a{color:#000; font-size:13px; font-weight:300; background:#fff; cursor:default; padding:3px 0px 3px 4px;display: block; text-decoration:none;}
ul.siteMap li.menu-item-185{height:361px;}


.evento{background:#ededed url(/wp-content/themes/twentyten/images/arrow.png) no-repeat center right; height:72px; margin:0 0 10px 0; cursor:pointer;} /*   prima era height:90px; */
.evento:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/arrowWhite.png) no-repeat center right; color:#fff;}
.listaEventi .evento .imgEvento{width:130px; height:72px; background:#fff; overflow:hidden; float:left; margin-right:30px;}   /*   prima era 130*90 */
.listaEventi .evento .imgEvento img{max-width:130px;}


#content .listaEventi .evento ul{list-style:none; margin:0; padding:0;float: left;width: 700px; line-height: 14px;}
.listaEventi .evento ul li{ margin:0; padding:0;}
.listaEventi .evento ul li.dataEvento{font-size:14px;font-weight: 500; margin:10px 0 6px 0;}  /*   prima era margin:20px 0 6px 0 */
.listaEventi .evento ul li.titoloEvento{font-size:12px;font-weight: 500; margin-bottom:4px; margin-top:4px;}  /* margin top non c'era */ 
.listaEventi .evento ul li.abstractEvento{font-size:12px; font-weight:300; height: 15px;overflow: hidden;}

/* aggiunti per Assegni  */
.listaEventi .evento ul li.TitoloAssegno{font-size:14px;font-weight: 500; margin:20px 0 6px 0;}
.listaEventi .evento ul li.Assegnista{font-size:12px;font-weight: 500; margin-bottom:4px; margin-top:4px;} 
/* fine aggiunta per Assegni  */

.listaEventi .evento ul li.titoloEvento span{font-weight:300; margin-left:5px;}

#content p{margin:0; font-size:12px; line-height: 21px;font-weight:300;}
#content h2{font-size:15px; font-weight:700; margin:20px 0 0 0;}
#content h3{font-size:12px; font-weight:400; margin:20px 0 0 0;}
#content p a{color:#cc3300; text-decoration:none;}
.entry-content{padding:0;}

.breadcrumbs{line-height:16px; font-size:10px; font-weight:400; margin-bottom:5px;}
.breadcrumbs a{text-decoration:none; color:#000;}
.breadcrumbs a:hover{text-decoration:none; color:#cc3300;}
.lastBreadcrumbs{color:#cc3300;}

.listaThumbDocenti{list-style:none; margin:0 0 40px 0; padding:0;float: left;}
.listaThumbDocenti li{margin:0 11px 11px 0; padding:0; width:126px; height:160px; overflow:hidden; float:left;}
.listaThumbDocenti li.noMarginRight{margin-right:0;}

.listaThumbDocenti li span{float:left; background:#ededed;padding:5px;font-size: 12px;line-height: 12px;font-weight: 300;display: block;width: 116px;height: 21px;}
.listaThumbDocenti li a img{float:left;}

.listaThumbDocenti li a:hover span{background:#cc3300; color:#fff;}
.listaThumbDocenti li a:hover img{opacity:.6;}
.listaThumbDocenti li a{color:#000; text-decoration:none; float:left;}




.listaThumbDocenti div.backImgThumb{background:#ababab; width:126px; height:126px; overflow:hidden;}
.listaThumbDocenti div.generalitaDocente{background:#ededed; height:25px; font-size:12px; line-height:12px; font-weight:300;padding: 5px; }
.generalitaDocente span{display:block;}

.listaThumbDocenti li a div.backImgThumb:hover{opacity:.6;}
.listaThumbDocenti div.generalitaDocente:hover{background:#cc3300; color:#fff;}

.txtGenerico{float:left; width:100%; font-size:12px; font-weight:300; line-height:21px;}
#content .txtGenerico h2{font-size:12px; font-weight:700;}
.schedaDocente{float:left; width:100%;}
.fotoDocente{float:left; width:290px; height:300px; overflow:hidden; }
.tuttoDocente{float:left; width:650px;padding-left: 0px;}

.single .hentry{margin-bottom:0;}
#content ul.datiDocente{ background:#ededed;list-style:none; margin:0px 0 0 0 ; padding:20px 0 0px 20px; float:left; width: 660px;min-height: 242px;}
.datiDocente li.nomeDocente{font-size:40px;line-height: 40px; font-weight:400; text-transform:uppercase; margin:0 0 18px 0; padding:0;}
.datiDocente li.tipoDocente{font-size:25px; font-weight:300; margin:0 0 20px 0; padding:0;}

.datiDocente li.TitoloAssegnoRicerca{font-size:25px; font-weight:300; margin:0 0 20px 0; padding:0; line-height:25px;}

.datiDocente li.settoreDisciplinare{font-size:20px; font-weight:300; margin:0 0 15px 0; padding:0;}
.datiDocente li.settoreDisciplinare span{display:block;}
.datiDocente li.mailDocente, .datiDocente li.telDocente{font-size:15px; font-weight:300; margin:0 0 12px 0; padding:0; float:left;}
.datiDocente li.mailDocente{margin-right:15px;}
.datiDocente li.mailDocente span, .datiDocente li.telDocente span{ font-weight:400;}
.wrapTab{float:left; width:100%;}
.contentTab .evento{width:630px;}
.contentTab .evento ul{list-style:none; margin:20px 0; padding:0 30px 0 0; float: left; line-height: 16px;}
.contentTab .evento ul li{ margin:0 0 0 20px; padding:0;}
.contentTab .evento ul li.dataEvento{font-size:14px;font-weight: 500; margin-bottom:6px;}
.contentTab .evento ul li.titoloEvento{font-size:12px;font-weight: 500; margin-bottom:4px;}
.contentTab .evento ul li.abstractEvento{font-size:12px; font-weight:300; height: 18px;overflow: hidden;}

.contentTab-2 .evento{width:654px;}
.contentTab-2 .evento ul{list-style:none; margin:20px 0; padding:0 30px 0 0; float: left; line-height: 16px;}
.contentTab-2 .evento ul li{ margin:0 0 0 20px; padding:0;}
.contentTab-2 .evento ul li.dataEvento{font-size:14px;font-weight: 500; margin-bottom:6px;}
.contentTab-2 .evento ul li.titoloEvento{font-size:12px;font-weight: 500; margin-bottom:4px;}
.contentTab-2 .evento ul li.abstractEvento{font-size:12px; font-weight:300; height: 18px;overflow: hidden;}


.pubblicazioneDocente{background:#ededed;width:620px; padding:10px;float: left; margin:0 0 10px 0; cursor:pointer;}  /*  prima era width:654px;*/
.pubblicazioneDocente:hover{background:#cc3300; color:#fff;}
.pubblicazioneDocente ul{list-style:none; margin:0; padding:0;}
.pubblicazioneDocente ul li.copertina{float:left; margin:0 20px 5px 0;}
.pubblicazioneDocente ul li.dataPubblicazione{font-size:162x; margin-bottom:10px;}
.pubblicazioneDocente ul li.titoloPubblicazione{font-size:12px; }
.pubblicazioneDocente ul li.SottoTitoloPubblicazione{font-size:12px; }
.pubblicazioneDocente ul li.autorePubblicazione{font-size:12px;  margin-bottom:10px;}
.pubblicazioneDocente ul li.datiPubblicazione{font-size:12px; }
.pubblicazioneDocente ul li.absPubblicazione{font-size:12px; float:left; margin-right:20px;line-height: 12px;}

.menu3livello{list-style:none; margin:0; padding:0; width:170px;float: left;}
.menu3livello li{margin:0 0 3px 0; padding:0px;float: left;}
.menu3livello li a{background: #ededed; color:#000; text-decoration:none; font-size:13px; font-weight:300; padding:6px; float: left;width: 170px; line-height:16px;}
.menu3livello li a:hover{background:#cc3300; color:#fff;}
.menu3livello li.current_page_item a{background:#cc3300; color:#fff;}
.entry-content{margin: 0;font-size: 12px;line-height: 21px;font-weight: 300;}
.entry-content.pagMenuSx{clear: none;float: left; width: 730px; margin:0 0 0 60px;}
#content .entry-content.pagMenuSx .entry-title {color: #000;font-size: 18px;font-weight: 700;line-height: 20px;margin:0 0 20px 0;}
.entry-summary.listaEventi{margin:0;padding:0;}
.entry-summary.listaEventi a {color:#000;}


/* 2017.10.24 aggiunti per prova menu' a destra  */
.menu4livello{list-style:none; margin:0; padding:0; width:170px;float: right;}
.menu4livello li{margin:0 0 3px 0; padding:0px;float: right;}
.menu4livello li a{background: #ededed; color:#000; text-decoration:none; font-size:13px; font-weight:300; padding:6px; float: right;width: 170px; line-height:16px;}
.menu4livello li a:hover{background:#cc3300; color:#fff;}
.menu4livello li.current_page_item a{background:#cc3300; color:#fff;}
/* 2017.10.24 fine  */



.huge_it_slideshow_description_text_2{width: 100% !important; right:0 !important; bottom:0 !important; padding: 13px !important; font-size:17px !important; font-weight:300 !important; }
.huge_it_slideshow_dots_thumbnails_2{top: 360px !important; left: 350px !important;}
.huge_it_slideshow_dots_2{background: #5e6268  !important; width: 7px !important;height: 7px !important;}
.huge_it_slideshow_dots_active_2{background: #5e6268 !important; width: 12px !important;height: 12px !important;margin: 8px 2px !important;}
#huge_it_slideshow_left_2{background: url(/wp-content/themes/twentyten/images/arrows.png) left top no-repeat !important; width:18px !important; height:50px !important; left: 6px !important;}
#huge_it_slideshow_right_2{background: url(/wp-content/themes/twentyten/images/arrows.png) right top no-repeat !important; width:18px !important; height:50px !important; right: 6px !important;}



.soliloquy-container .soliloquy-caption{background: #000 !important; opacity: .8 !important;}
.soliloquy-container .soliloquy-pager{top: 368px !important; left: 880px !important;}

.soliloquy-container .soliloquy-prev{background: url(/wp-content/themes/twentyten/images/arrows.png) left top no-repeat !important; width:18px !important; height:50px !important; left: 6px !important;}
.soliloquy-container .soliloquy-next{background: url(/wp-content/themes/twentyten/images/arrows.png) right top no-repeat !important; width:18px !important; height:50px !important; right: 6px !important;}
.soliloquy-container .soliloquy-caption-inside{width: 100% !important; right:0 !important; bottom:0 !important; padding: 13px !important; font-size:17px !important; font-weight:300 !important; text-align:left !important;}

.soliloquy-container .soliloquy-pager-link{background: #5e6268  !important; width: 7px !important;height: 7px !important; border-radius: 10px; margin:10px 0;}
.soliloquy-container .soliloquy-pager-link.active, .soliloquy-container .soliloquy-pager-link.active{background: #5e6268 !important; width: 12px !important;height: 12px !important;margin: 8px 2px !important;}
.soliloquy-container .soliloquy-pager-link:hover{width: 7px !important;height: 7px !important;}
.soliloquy-pager-link.active{margin-top:-15px !important;}

.soliloquy-container .soliloquy-caption-inside{width:850px; overflow:hidden;}


/*

 */


/* css per slideshow in homepage */

/*

li[class^="huge_it_slideshow_image"] { 
 
}



div[class^="huge_it_slideshow_image_container"] { 
position: absolute;
}

div[class^="huge_it_slideshow_dots_container"] { 
position: relative;z-index: 100;
}



div[class^="huge_it_slideshow_description"] { 
 width: 100% !important; right:0 !important; bottom:0 !important; padding: 13px !important; font-size:17px !important; font-weight:300 !important;
}

div[class^="huge_it_slideshow_dots"] { 
background: red  !important; width: 7px !important;height: 7px !important;
}

div[class^="huge_it_slideshow_dots_thumbnails"] { 
top: 360px !important; left: 350px !important;
}



div[class^="huge_it_slideshow_dots_active"] { 
background: #5e6268 !important; width: 12px !important;height: 12px !important;margin: 8px 2px !important;
}

a[id^="huge_it_slideshow_left"] { 
background: url(/wp-content/themes/twentyten/images/arrows.png) left top no-repeat !important; width:18px !important; height:50px !important; left: 6px !important; top:200px !important;
}

a[id^="huge_it_slideshow_right"] { 
background: url(/wp-content/themes/twentyten/images/arrows.png) right top no-repeat !important; width:18px !important; height:50px !important; right: 6px !important; left: 936px !important; top:200px !important;
}


:not(div[class^="huge_it_slideshow_dots_thumbnails"]) {
   background: #fff;
} 

*/
/* css per slideshow in homepage */




.ricercaInCategoria{float:left; width:100%; margin:0 0 20px 0;}
#content input.inputNormal{float:left; width:184px; background:#fff; border:1px solid #999; font-size:13px; padding:3px 1px 3px 3px; margin:0 25px 0 0;box-shadow:0 0 0 0;}
.selectFiltri{float: left;width:190px; background:#fff; border:1px solid #999; font-size:13px; padding:4px 1px 3px 3px; margin:0 25px 0 0;}
.selectFiltri option{line-height:20px; background:#cc3300; padding:5px 0; margin:3px 0; color:#fff;}
a.btAvanzata{float: left;background:#ededed url(/wp-content/themes/twentyten/images/arrowLittle.png) right center no-repeat; font-size:13px; color:#000; text-decoration:none; padding:4px 70px 4px 7px;}
a.btAvanzata:hover{background:#ededed url(/wp-content/themes/twentyten/images/close.png) right center no-repeat; color:#cc3300; text-decoration:none;}
a.btAvanzata_on{background:#ededed url(/wp-content/themes/twentyten/images/close.png) right center no-repeat; color:#cc3300; text-decoration:none;}


.ricercaAvanzata{float:left; width:100%; margin:0 0 20px 0; font-size:13px;}
#content input.inputData{float:left; width:35px; background:#fff; border:1px solid #999; font-size:13px; padding:0px 1px 0px 3px; margin:0 4px 0 0;box-shadow:0 0 0 0;}
#content input.inputAnno{float:left; width:60px; background:#fff; border:1px solid #999; font-size:13px; padding:0px 1px 0px 3px; margin:0 4px 0 0;box-shadow:0 0 0 0;}
.ricercaAvanzata span{float:left; margin:0 4px 0 0;}
.icoCalendar{float:left;}
.ricercaAvanzata div{float:left;margin: 0 10px 0 0px;}

#content input.btCerca{float: left;background:#cc3300; font-size:13px; color:#fff; text-decoration:none; padding:0px 34px; border:0;}
.imgTopPagine{float:left; max-width:730px; overflow:hidden; margin:0 0 20px 0;}
.entry-content.pagMenuSx .txt{margin:0 0 20px 0;}
.titManifesto{float:left; width:100%; border-top:1px solid #000; border-bottom:1px solid #000; padding:20px 0; font-size: 15px;font-weight: 400; margin:0 0 20px 0;}
.listaProgrammaCorso{float:left;list-style:none; margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:1px solid #000;}
.listaProgrammaCorso li.bloccoCorso{float:left; width:345px; margin:0 20px 0 0; padding:0;}
.listaProgrammaCorso li.bloccoCorso ul{list-style:none; margin:0; padding:0; line-height:16px;font-weight: 300;}
.titCorso{ font-size: 12px;font-weight: 700;color:#cc3300;}
.titCorsoLezioni{font-weight: 400; margin:20px 0 0 0;}
.listaAllegati{float:left; list-style:none; margin:20px 0; padding:0; font-size:13px; font-weight:300;}
.listaAllegati li{list-style:none; margin:0 0 3px 0; padding:0;float: left;width: 960px; background: url(/wp-content/themes/twentyten/images/iconaDownload.png) left top no-repeat;}
.listaAllegati li a{color:#000; text-decoration:none; background:#ededed;float: left;width: 925px;margin-left: 25px;line-height: 25px;padding-left: 10px;min-height: 25px;}
.listaAllegati li a:hover{background:#cc3300; color:#fff;}

#content .listaAllegati li a p{line-height: 25px;}


.pageDottorato .listaAllegati li{background: url(/wp-content/themes/twentyten/images/iconaMaggiore.png) left top no-repeat;}

#content table.wrapTable{border:0; cellpadding:0; cellspacing:0; margin:0;}
#content table.wrapTable tr td.tableLeft{border:0;width:660px;vertical-align: top;}
#content table.wrapTable tr td.tableRight{border:0;width:300px; background:#ededed; padding:15px 20px; position: relative;}
#content tr td{border:0; padding:0;}
.imgSingola{max-height:300px;max-width: 660px; overflow:hidden;}

#content table.wrapTable td.tableLeft p{margin:30px 10px 0 0;  font-size:12px; font-weight:300;}
#content table.wrapTable tr td.tableRight ul{float:left; list-style:none; margin:0px 0; padding:0;}

.titoloEventoSingola{font-size:20px; font-weight:500;line-height: 26px; }
.dataEventoSingola{font-size:12px; font-weight:400; margin:50px 0 0 0;}
.luogoEventoSingola{font-size:12px; font-weight:400;margin:20px 0 0 0;line-height: 16px;}

#content table.wrapTable tr td.tableRight ul.infoEventoSingola {float:left; width: 260px; list-style:none; margin:0px 0 0 0; padding:15px 0 0 0px;border-top:1px solid #ccc;position: absolute;top: 276px;left: 20px;}
#content table.wrapTable tr td.tableRight ul.infoEventoSingola li, #content table.wrapTable tr td.tableRight ul.infoTesiSingola li{ margin:0px 0; padding:0;font-size:11px; font-weight:700;line-height: 17px;}
#content table.wrapTable tr td.tableRight ul.infoEventoSingola li p, #content table.wrapTable tr td.tableRight ul.infoTesiSingola li p{font-weight:700;}
#content table.wrapTable tr td.tableRight ul.infoEventoSingola li.label, #content table.wrapTable tr td.tableRight ul.infoTesiSingola li.label{ margin:15px 0 0 0; padding:0; font-weight:300;}

.wrapBtSingola{margin-top:60px; float:left;}
.wrapBtSingola a{float:left; width:150px; margin:0 10px 10px 0; color:#000; font-size:13px; text-transform:uppercase; font-weight:400; text-decoration:none;line-height: 34px;height: 34px;}
.locandina{background:#ededed url(/wp-content/themes/twentyten/images/iconaDocumento.png) left center no-repeat; padding:0 0px 0 40px;}
.locandina:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/iconaDocumento_on.png) left center no-repeat; padding:0 0px 0 40px; color:#fff;}

.allegato{background:#ededed url(/wp-content/themes/twentyten/images/attach.png) left center no-repeat; padding:0 0px 0 40px;}
.allegato:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/attach_on.png) left center no-repeat; padding:0 0px 0 40px; color:#fff;}

.linkSito{background:#ededed url(/wp-content/themes/twentyten/images/iconaLink.png) left center no-repeat; padding:0 0px 0 40px;}
.linkSito:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/iconaLink_on.png) left center no-repeat; padding:0 0px 0 40px; color:#fff;}

.print{background:#ededed url(/wp-content/themes/twentyten/images/print.png) left center no-repeat; padding:0 0px 0 40px;}
.print:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/printON.png) left center no-repeat; padding:0 0px 0 40px; color:#fff;}


.pubblicazione{float: left;background:#ededed; margin:0 0 10px 0; padding:10px;}
.listaPubblicazioni .pubblicazione .imgPubblicazione{width:100px; height:130px; background:#666; overflow:hidden; float:left; margin-right:30px; padding:0 0px 0 0px;}
#content .listaPubblicazioni .pubblicazione ul{list-style:none; margin:0; padding:0;float: left;width: 700px; line-height: 14px;}
.listaPubblicazioni .pubblicazione ul li{ margin:0; padding:0;}
.listaPubblicazioni .pubblicazione ul li.dataPubblicazione{font-size:16px;font-weight: 500; margin:0px 0 20px 0;}
/* .listaPubblicazioni .pubblicazione ul li.titoloPubblicazione{font-size:16px;font-weight: 500; margin-bottom:4px;} */
.listaPubblicazioni .pubblicazione ul li.titoloPubblicazione{font-size:16px;font-weight: 500; margin-bottom:4px; margin-top:10px; line-height: 20px}
.listaPubblicazioni .pubblicazione ul li.SottoTitoloPubblicazione{font-size:12px;font-weight: 500; margin-bottom:4px; margin-top:10px; line-height: 20px}
.listaPubblicazioni .pubblicazione ul li.autorePubblicazione{font-size:14px; font-weight:300;}
/* .listaPubblicazioni .pubblicazione ul li.datiPubblicazione{font-size:12px; font-weight:300; margin:20px 0 0 0;}   */
.listaPubblicazioni .pubblicazione ul li.datiPubblicazione{font-size:12px; font-weight:300; margin:10px 0 0 0;}
.descrizionePubblicazione{float:left; font-size:12px; font-weight:300; margin:20px 0 0 0;line-height: 12px; }
.descrizionePubblicazione a{color:#cc3300; text-decoration:none;}

.entry-summary.listaRicerche{margin-top:0; padding-top:0;}
.wrapAnnoRicerche{background:#cc3300; color:#fff; font-size:13px;font-weight: 300; width:180px; padding:4px 5px; margin:10px 0;}
.boxRicerche{background:#ededed url(/wp-content/themes/twentyten/images/arrow.png) no-repeat center right; height:90px; margin:0 0 10px 0; cursor:pointer;}
.boxRicerche:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/arrowWhite.png) no-repeat center right; color:#fff;}
.listaRicerche .boxRicerche .imgEvento{width:130px; height:90px; background:#666; overflow:hidden; float:left; margin-right:30px;}
#content .listaRicerche .boxRicerche ul{list-style:none; margin:10px 0 20px 20px; padding:0;float: left;width: 800px; line-height: 14px;}
.listaRicerche .boxRicerche ul li{ margin:0; padding:0;}
.listaRicerche .boxRicerche ul li.titoloRicerche{font-size:14px;font-weight: 500; margin:0px 0 6px 0;line-height: 16px;height: 30px;overflow: hidden;}
.listaRicerche .boxRicerche ul li.autoreRicerche{font-size:12px;font-weight: 300; margin-bottom:0px; color:#000000;}

.paginazione{float:right;}
.paginazione ul{list-style:none; margin:20px 0; padding:0;}
.paginazione ul li{float:left; height:20px;}
.paginazione ul li.numPag{position:relative; padding: 6px 12px;margin:0 2px;}
.paginazione ul li.numPag a{font-size: 14px;font-weight: 500; color:#000; text-decoration:none;}
.paginazione ul li.pagePrev{position:relative; padding: 6px 12px;margin:0 2px;}
.paginazione ul li.pageNext{position:relative; padding: 6px 12px;margin:0 2px;}

#content table.pagi{border: 0px solid #e7e7e7;margin: 0;height: 25px;}
a.btPrev{background:url(/wp-content/themes/twentyten/images/pagePrev.png) no-repeat center left; float:left; width:11px; height:19px;}
a.btNext{background:url(/wp-content/themes/twentyten/images/pageNext.png) no-repeat center right; float:left; width:11px; height:19px;;}

#content table.pagi tr td{margin:0 3px; padding:4px; border:0;float: left; width:19px; height:19px;text-align: center;line-height: 16px;}
#content table.pagi tr td a{color:#000; text-decoration:none; font-size:14px;}
#content table.pagi tr td.navi{background:#cc3300; }
#content table.pagi tr td.navi a{color:#fff;}
#content table.pagi tr td.btRight{padding-right: 0;margin-right: 0;text-align: right;}

.testataRicerca{float:left; width:100%; background:#ededed; margin:0 0 30px 0;height: 134px;overflow: hidden;}
.imgRicercaSingola{float:left; width:130px; height:134px; overflow:hidden;}

/* il font del nome riceratore era 24 e della ricerca era 14 Ivan correzione del 14.01.15 */
.nomeRicercatore{float:left; width:800px;text-transform:uppercase;font-size:16px; color:#000; font-weight:500; margin:20px 0 5px 30px;}
.titoloRicerca{float:left; width:800px;font-size:22px; color:#000; font-weight:400; margin:0px 0 15px 30px;}
.infoRicerca{float:left; width:800px;font-size:14px; color:#000; font-weight:400; margin:0px 0 0px 30px; position: relative;top: 18px;right: 0px;}
.dataRicerca{float:left;}
a.btVaiScheda{float:right;background:#fff url(/wp-content/themes/twentyten/images/arrowLittle.png) right center no-repeat;text-transform:uppercase; font-size:13px; color:#000; text-decoration:none; padding:5px 20px 5px 10px;}
a.btVaiScheda:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/arrowLittle_on.png) right center no-repeat; color:#fff; text-decoration:none;}
.descrizioneRicerca{float:left; width:100%; margin:0 0 30px 0;font-size:12px; color:#000; font-weight:300; line-height:20px;}
#content h2.wrapEtichettaRicerche{background:#cc3300; color:#fff; font-size:13px;font-weight: 300;padding:4px 5px; margin:10px 0; width:180px;}
#content .boxRicerche ul{list-style:none; margin:20px 0 20px 20px; padding:0;float: left;width: 800px; line-height: 14px;}
.boxRicerche ul li{ margin:0; padding:0;}
.boxRicerche ul li.titoloRicerche{font-size:14px;font-weight: 500; margin:0px 0 6px 0;line-height: 16px;height: 33px;overflow: hidden;}
.boxRicerche ul li.autoreRicerche{font-size:12px;font-weight: 300; margin-bottom:0px;}
.pageDottorato{}
#content .pageDottorato h1{margin:0; padding:0; font-size:18px;font-weight:700; line-height: 18px;}
#content .pageDottorato h2{margin:0; padding:0; font-size:15px;font-weight:700; }
#content .pageDottorato h3{margin:0; padding:0; font-size:12px;font-weight:300; }
#content .pageDottorato h3 span{color:#cc3300;}
.pageDottorato .txt{margin:25px 0; font-size:12px;font-weight:300;}
.dottoratoTesto{}
#content .dottoratoTesto h1{margin:0 0 25px 0; padding:0; font-size:14px;font-weight:400; line-height: 18px; text-transform:uppercase;}
.dataDottorato{font-size:12px;font-weight:300; margin:0 0 30px 0;}
.luogoDott{font-size:12px;font-weight:300; line-height: 18px;}
.luogoDott span{font-size:12px;font-weight:500; display:block;} 
#content table.tableDottorato{border:0; margin:20px 0;width: auto;}
#content table.tableDottorato tr.labelTableDott{border-top:1px solid #cecece; border-bottom:1px solid #cecece; border-right:1px solid #cecece; margin:0; background:#ededed;}
#content table.tableDottorato tr.labelTableDott td{ font-size:12px;font-weight:500; border-left:1px solid #cecece;padding: 0px 100px 0px 10px;}

#content table.tableDottorato tr.datiTableDott{border-top:1px solid #cecece; border-bottom:1px solid #cecece; border-right:1px solid #cecece; margin:0;}
#content table.tableDottorato tr.datiTableDott td{ font-size:12px;font-weight:500; border-left:1px solid #cecece;padding: 0px 100px 0px 10px;}
#content table.tableDottorato tr.datiTableDott.vincitore td{color:#cc3300;}
.pagAssegni{float:left; width:100%;}
.pagAssegniSx{float:left; width:650px; margin:0 5px 0 0;}
.pagAssegniDx{float:left; width:300px;}
#content .pagAssegniSx .boxRicerche ul{width: 600px;}
#content .pagAssegniSx .boxRicerche{height: 70px;overflow: hidden;}
.campoAssegnista{height: 70px;overflow: hidden;line-height: 70px; background:#ededed; padding-left:15px;margin: 0 0 10px 0;}
.campoAssegnista span{width: 200px; float: left;overflow: hidden; font-size: 14px;}
.campoAssegnista a{position:relative;top:20px; left:5px; background:#fff url(/wp-content/themes/twentyten/images/arrowLittle.png) right center no-repeat;text-transform:uppercase; font-size:13px; color:#000; text-decoration:none; padding:5px 20px 5px 10px;}
.campoAssegnista a:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/arrowLittle_on.png) right center no-repeat; color:#fff; text-decoration:none;}

.listaAllegati.avvisiBandi{}

.listaAllegati.avvisiBandi li{line-height:18px;color: #000;  margin:0 0 10px 0; padding:0px 20px 0px 25px; background: url(/wp-content/themes/twentyten/images/iconaDownload.png) left top no-repeat;width: 940px;}

/* questa sotto è l'originale di quella sopra modificata da Ivan il 17.12.14
.listaAllegati.avvisiBandi li{text-transform:uppercase; line-height:18px;color: #000;  margin:0 0 10px 0; padding:0px 20px 0px 25px; background: url(/wp-content/themes/twentyten/images/iconaDownload.png) left top no-repeat;width: 940px;}
*/



.listaAllegati.avvisiBandi li span{background: #ededed;display: block;padding: 10px;}
.listaAllegati.avvisiBandi li a {margin-left: 0px;line-height: 18px;padding: 10px;}
.esitoBandiAvvisi{font-size:11px;font-weight:700;text-transform:uppercase;}
.esitoBandiAvvisi span{font-size:11px;font-weight:300;text-transform:none;}

#content .boxBando table{border-top: 1px solid #fff; border-bottom: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; margin:1px 0 0 0;width: auto; background:#f6f6f6;}
#content .boxBando table td{font-weight:500; vertical-align: middle; height:24px;}
.listaAllegati.avvisiBandi li.boxBando span{display:inline; padding:0; background:none;}

#content .boxBando table td.dataBando{padding: 0;border-right: 1px solid #fff;width: 100px;text-align: center;border-top: 0;}

#content .boxBando table td.scadenzaBando{width: 200px; text-align: center;border-right: 1px solid #fff;}
#content .boxBando table td.scadenzaBando span{font-weight:300; margin-right:10px;}

#content .boxBando table td.referenteBando{padding:0; border-right: 1px solid #fff; width:360px;text-align: center;}  
#content .boxBando table td.referenteBando span{font-weight:300; margin-right:10px;}

/* aggiunto Ivan 10.12.14  e sopra diminuito il width da 460 a 360*/
#content .boxBando table td.sitowebBando{padding:0; width:100px;float: right;text-align: center;}
#content .boxBando table td.sitowebBando a{background: #fff; text-transform: uppercase;font-size: 13px;color: #000;text-decoration: none;padding:0px;width: 100px; height: 24px;line-height: 24px;} 
#content .boxBando table td.sitowebBando a:hover{background:#cc3300; color:#fff; text-decoration:none;}
/* fine aggiunta ivan */

#content .boxBando table td.linkBando{padding:0; width:170px;float: right;text-align: center;}
#content .boxBando table td.linkBando a{background: #fff url(/wp-content/themes/twentyten/images/arrowLittle.png) right center no-repeat; text-transform: uppercase;font-size: 13px;color: #000;text-decoration: none;padding:0px;width: 170px; height: 24px;line-height: 24px;} 
#content .boxBando table td.linkBando a:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/arrowLittle_on.png) right center no-repeat; color:#fff; text-decoration:none;}

.entry-summary {padding:0;}
.ricercaAvanzata div.mt20{margin-top:20px;}




.listaEventi.listaTesi .evento ul li.dataEvento{margin-top:15px;}
.listaStudentiTesi{font-size:12px; font-weight:400; margin:7px 0 0 0; line-height:18px;}
.listaStudentiTesi span{display:block; font-weight: 300;}
.titoloTesiSingola {font-size: 20px;font-weight: 500;line-height: 26px;height: 210px;overflow: hidden;}
#content table.wrapTable tr td.tableRight ul.infoTesiSingola {float: left;width: 260px;list-style: none;margin: 0px 0 0 0;padding: 15px 0 0 0px;border-top: 1px solid #ccc;position: absolute;top: 370px;left: 20px;}


.timeline {float:left; width:100%;margin:35px 0;}

#content .timeline h1 {float:left;font-size: 40px;font-weight: 300; margin:0 20px 0 0; padding:0; text-transform: uppercase;line-height:12px;}
.timeline .mese{float:left;font-size: 20px;font-weight: 300; margin:0; padding:0; text-transform: uppercase;}
.timeline .mese span{font-weight: 500; margin:0; padding:0; text-transform: uppercase;}

.timeline ul{list-style:none; margin:10px 0; padding:0; float:left; width: 959px; border-right:1px solid #d5d5d5;}
.timeline ul li {float:left; height:130px; width:24px; padding:20px 3px 0 3px; text-align: center;}
.timeline ul li a{color:#000; text-decoration:none;font-size: 10px;font-weight: 300; text-transform: uppercase; display:block;}
.timeline ul li:nth-child(odd) {background:#edecec;}
.timeline ul li:nth-child(even) {background:#f6f5f5;}


.timeline ul li span.giornoSettimana{text-decoration: none;font-size: 10px;font-weight: 300;text-transform: uppercase;display: block;}
.timeline ul li span.giorno{font-size: 20px;font-weight: 300; display:block;}



.timeline ul li.today{background:#cc3300;color:#fff;}
.timeline ul li.today a{color:#fff;}
.timeline ul li.conEvento{background:#ababab url(/wp-content/themes/twentyten/images/piu.png) no-repeat bottom center; cursor:pointer;}
.timeline ul li.conEvento a{color:#fff;}
.timeline ul li.conEvento:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/piu.png) no-repeat bottom center;}
.timeline ul li.conEvento.eventoToday{background:#cc3300 url(/wp-content/themes/twentyten/images/piu.png) no-repeat bottom center;}

.sfogliaMesi{float:right; }
.sfogliaMesi div{float:left; font-size: 12px;font-weight: 300; line-height:12px; margin-right:15px;}
.sfogliaMesi div a{color:#000; text-decoration:none;}
a.btLeftRosso{background: url(/wp-content/themes/twentyten/images/arrowLeftRosso.png) no-repeat top left; float:left; width:15px; height:15px; margin-right:8px;}
a.btRightRosso{background: url(/wp-content/themes/twentyten/images/arrowRightRosso.png) no-repeat top right; float:left; width:15px; height:15px;}

.eventoTip{width:320px; height:120px; padding:5px; margin-bottom:5px; background:#cc3300; color:#fff;}
.eventoTip .imgTip{float:left; max-width:80px;overflow: hidden;max-height: 80px; margin:0 10px 10px 0;}
.eventoTip a{color:#fff; text-decoration:none;}
.eventoTip a:hover{text-decoration:none;}

.titoloTip{font-size: 12px;font-weight: 700; margin:0 0px 15px 0; padding:0; text-transform: uppercase;line-height:12px; height:14px; overflow:hidden;}
.testoTip{font-size: 10px;font-weight: 300;line-height: 13px;height: 50px;overflow: hidden;}
.dataEventoTip{width:100%;font-size: 25px; line-height: 25px; font-weight: 300; text-transform: uppercase;float: left;}

.wrapSingoloBacheca{float:left; width:100%; margin:0 0 30px 0;}
.topSingoloBacheca{float:left; width:100%; background:#ededed; height:24px; line-height:24px;}
.dataSingoloBacheca{float:left;margin-left:10px;font-size: 13px;font-weight: 500; }
a.linkSingoloBacheca{float:left;float:right; background: url(/wp-content/themes/twentyten/images/iconaDownload.png) top right no-repeat; padding-right:30px;font-size: 13px;font-weight: 500; text-transform: uppercase;color:#000; text-decoration:none;}
#content .wrapSingoloBacheca h1{font-size: 14px;font-weight: 700; text-transform: uppercase; margin:10px 0 0; float: left; width: 100%;}
#content .wrapSingoloBacheca h2{font-size: 12px;font-weight: 500; height:20px; overflow:hidden; }
.descSingoloBacheca{font-size: 12px;font-weight: 300; margin:20px 0 0 0; line-height:18px;}


#content h5{float:left; width:950px; margin:15px 0; background:#ededed; height:24px; line-height:24px;font-size: 13px;font-weight: 400; padding-left:10px;}


div.bmo_the_gallery a{line-height: 300px !important;}

.qtip-default{background:none;}

div.bmo_the_gallery div.bmo_the_gallery_image a{width:690px !important;}

a.linkHomeFooter{float:left; margin-bottom: 50px; font-size: 11px;font-weight: 400; color:#cc3300; text-decoration: none}

.listaLinkFooter{float:right; list-style:none; margin:0 0 50px 0; padding:0;}
.listaLinkFooter li{border-right:0px solid #000000;margin:0 7px 0 0; padding:0 0px 0 0; float:left;font-size: 11px;}    /*  il colore era 565555 */
.listaLinkFooter li a{color:#000000; text-decoration: none; padding-right: 5px;}   /*  il colore era 565555 */






/* css x tab */
#content ul#tabs {background: #ededed;float: left;width: 650px;margin: 0 0 28px 0;padding: 0 0 0 20px;}

#tabs li {
    list-style: none;
    float: left;
    width: 150px;
    height: 38px;
    margin: 0 2px 0 0;
    cursor:pointer;
}
#tabs li a {
        background-color: #fff;
        color: #000;
        font-weight: 400;
        text-decoration: none;
        width: 150px;
        height: 38px;
        display: block;
        float: left;
        line-height: 38px;
        text-align: center;
        font-size:13px;
}
#tabs li a:hover,
#tabs li a:active { background-color: #cc3300; color:#fff;}
#tabs li a.navi{ background-color: #cc3300; color:#fff;}
 
 
div.contentTab {
        color: #000;
        font-size: 12px;
        font-weight:300;
        background-color: #fff;
        padding: 0px 0 0 20px;
        width: 600px;
        line-height: 22px;
}


div.contentTab h2{margin:0;}
#containerTabsDati {  clear: both;
    height: 100%; /* 350px + 25px (padding sx) + 25px (padding dx) */
    overflow: hidden;
	margin-left: 20px;   
	width:100%; 
}




@media screen and (max-width: 768px) {
 #access .menu-header li{margin-right:1px;}
 #access a{padding:0 6px;}
}
 
/* dicembre 2014 Regesta */

.selectFiltri option{margin: 0; padding: 1px 0;}



/* aggiunte Ivan */
.pagContattiTabella{display: table; width:100%;}
.pagContattiRiga{clear: both; display: block; display: table-row; width: 100%}
.pagContattiSx{float:left; display: table-cell; width:30%; height: 700px;line-height: 700px; background:#ededed; padding-left:15px;margin: 0 0 10px 10px;}
.pagContattiCentro{float:left; display: table-cell; width:30%; height: 700px;line-height: 700px; background:#ffffff; padding-left:15px; margin: 0 0 10px 10px;}
.pagContattiDx{float:left; display: table-cell; width:31%; height: 700px;line-height: 700px; background:#ededed; padding-left:15px;margin: 0 0 10px 10px;}
/*
#content .pagAssegniSx .boxRicerche ul{width: 600px;}
#content .pagAssegniSx .boxRicerche{height: 70px;overflow: hidden;}
.campoAssegnista{height: 70px;overflow: hidden;line-height: 70px; background:#ededed; padding-left:15px;margin: 0 0 10px 0;}
.campoAssegnista span{width: 200px; float: left;overflow: hidden; font-size: 14px;}
.campoAssegnista a{position:relative;top:20px; left:5px; background:#fff url(/wp-content/themes/twentyten/images/arrowLittle.png) right center no-repeat;text-transform:uppercase; font-size:13px; color:#000; text-decoration:none; padding:5px 20px 5px 10px;}
.campoAssegnista a:hover{background:#cc3300 url(/wp-content/themes/twentyten/images/arrowLittle_on.png) right center no-repeat; color:#fff; text-decoration:none;}
*/

.TabellaCorsi { display: table; width: 100%}
.RigaCorsi { clear: both; display: block; display: table-row; width: 100%}
.ColonnaLinkPari { float: left; width: 60%; display: table-cell}
.ColonnaDescrizionePari {
	float: left;
	width: 40%;
	display: table-cell;
}
.ColonnaLinkDispari { float: left; width: 60%; display: table-cell; background-color: #DDDDDD;}
.ColonnaDescrizioneDispari {
	float: left;
	width: 40%;
	display: table-cell;
	background-color: #DDDDDD;
}

.pagContattiDirettoreSx{float:left; display: table-cell; width:46%; height: 80px;line-height: 80px; background:#ededed; padding-left:15px;margin: 10px 10px 10px 10px;}
.pagContattiDirettoreDx{float:left; display: table-cell; width:46%; height: 80px;line-height: 80px; background:#ededed; padding-left:18px;margin: 10px 10px 10px 10px;}


.pulsanteOn {
	/*Definisce l'ombra del bottone (tag per mozilla, webkit e tutti gli altri)
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
 
	/*La sfumatura della superfice(tag per mozilla, webkit e IE)
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5'); */
 
	background-color:#ffffff; /*colore base dello sfondo*/
 
	/*Bordi arrotondati (tag per mozilla, webkit e tutti gli altri)*/
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
 
	border:1px solid #cc3300;
	display:inline-block;
	color:#ffffff;
 
        /*Testo*/
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
/*	text-shadow:1px 1px 0px #528ecc; */
}
.pulsanteOn:hover {
	/*La sfumatura della superfice(tag per mozilla, webkit e IE)
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff'); */
	background-color:#dddddd; /*colore di sfondo base*/
}
.pulsanteOn:active {
	position:relative;
	top:1px;
}

.pulsanteOff {
	/*Definisce l'ombra del bottone (tag per mozilla, webkit e tutti gli altri)
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;*/
 
	/*La sfumatura della superfice(tag per mozilla, webkit e IE)
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5'); */
 
	background-color:#bbbbbb; /*colore base dello sfondo*/
 
	/*Bordi arrotondati (tag per mozilla, webkit e tutti gli altri)*/
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
 
	border:1px solid #cc3300;
	display:inline-block;
	color:#ffffff;
 
        /*Testo*/
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
/*	text-shadow:1px 1px 0px #528ecc; */
}
.pulsanteOff:hover {
	/*La sfumatura della superfice(tag per mozilla, webkit e IE)
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff'); */
	background-color:#dddddd; /*colore di sfondo base*/
}
.pulsanteOff:active {
	position:relative;
	top:1px;
}

.tabellaerasmus {
	border:1px solid #cccccc !important;
	padding:5px !important;
	text-align:left;
	vertical-align:top;
}




/*.logoSito{background:url(/burrascano/wp-content/themes/CorsiArchitettura/images/BannerCorso.png); height:100px; width:960px; float:left;}  */ 
.logoSito{float:left; text-decoration:none !important;}

