/*  
Theme Name: uTheme
Theme URI: http://b-12.blogspot.com/2007/12/utheme-new-theme-for-wordpress.html
Description: Simplicity strikes again.
Version: 1.6
Author: maxxu.
Author URI: http://maxxu.blogspot.com/
Tags: simple, black, two columns
*/

/* start with GLOBALS */
body, h1, h2, h3, form, p, ol, ul{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFFF66;
	color: #000;
}

/*
a {
	text-decoration: none;
	color: #AF4646;
}
a:hover{
	color:#91A398;
	text-decoration: underline;
}
*/

a img{
	border: 0;
}

form, input, textarea{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11px;
}
ul, ul li{
	list-style-type: none;
}
img.icon { 
	margin-bottom:-4px; 
	margin-right:2px; 
	}
h1 {
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
h1 a {
	text-decoration: none;
	color: #000;
}
h1 a:hover {
	text-decoration: underline;
}
/* end GLOBALS */

#container {
/*	margin: 0 auto;*/
	margin-left: 10px;
	width: 97%;
	text-align: left;
	vertical-align: top;
	background: #FFFF66;
	color: #000;
}

#page{
	padding-top: 15px;
	margin: 0px;
}

/* start the MENU */
#top-menu {
	margin:0 0 5px 0;
	width: 100%;
	border-top: 1px dotted #eee;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #FFFF66;
	color: #000;
}
#top-menu .menu-left ul {
	margin: 0 0 0 -30px;
	padding:10px;
	list-style-type: none;
	list-style-image: none;
	float:left;
	}
#top-menu .menu-left ul li {
	display: inline;
	}
#top-menu .menu-left ul a {
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #AF4646;
	}
#top-menu .menu-left ul a:hover {
	color:#33605A;
	}

#top-menu .menu-search ul { float:right }
#top-menu .menu-search ul li { margin:5px; padding:0 }
/* end MENU */

/* the separator */
.narrowcolumn {
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	width: 95%;
/*	margin-right: 10px;
	width: 73%; */
	text-align: left;
	vertical-align: top;
	background: #FFFF66;
	color: #000;

}
/* end it */

/* style for POST */
.post {
/*	padding: 10px 10px 10px; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	background: #FFFF66;
	color: #000;
/*	line-height:19px; */
	/* border-bottom:1px dotted #eee; */
/*	width:100%; */
	}
.post h2 {
	margin: 0 0 1px;
/*	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 24px; */
	font-weight: normal;
/*	line-height: 28px; */
	color: #68462B;
	}
.post h2 a {
	text-decoration: none;
	color: #421B37;
	}
.post h2 a:hover {
	color:#68462B;
	}
.post a.mappa {
	color:#31b573; 
}
.post p {
	padding: 0 0 12px;
	}	
.post img {
	padding: 1px;
	background: #fff;
}

.post img.nopad {
	padding: 0px;
         background: transparent;
}
.post img.icon { 
	margin-bottom:-4px;
	}
.post img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}
.post img.alignright {
	float: right;
	margin: 5px 0 0 10px;
}	
.post ul, li {
	list-style-type:none;
	margin-left:15px;
	}
.post blockquote {
	margin: 5px;
	border: 1px solid #eee;
	padding: 10px;
	font-family: "Helvetica", "Trebuchet MS", Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	background: #FFFF66;
	color: #333;
}

cite {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}
.post-date {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11px;
	background: #FFFF66;
	color: #37424B;
	margin-left:2px;
}
.postmetadata {
	color:#37424B;
	}
.postmetadata img.icon { 
	margin-bottom:-5px; 
	margin-left:8px; 
	margin-right:2px; 
	}
.postmetadata a {
	text-decoration:none;
	color:#37424B;
	}
.postmetadata a:hover {
	color:#CCC;
	}
/* end POST */

/* style NAVIGATION */
.navigation {
	margin-bottom: 20px;
	padding: 0 10px;
}
.navigation a {
	color: #AF4646;
}
/* end it */

/* style for SEARCH FORM on SIDEBAR */
#searchform input.textinput {
	background:#fff; 
	border:2px solid #eee;

	}
#searchform input.search-btn
	{
	width: 54px;
	height: 20px;
	background: #e5e5dd url(images/btn-search.gif) no-repeat;

	outline: none;
	margin-bottom:-6px;
	}
#searchform input.search-btn:hover
	{
	background: #c9c9c2 url(images/btn-search.gif) no-repeat 0 -20px;
	}
/* end SEARCH FORM on SIDEBAR */

/* begin COMMENT FORM style */
#commentform { 
	background:#FFFF66;
	}
#commentform label {
	background:#FFFF66;
	color:#AF4646;
	font-size:14px;
	}
#commentform .commentauthor, .commentemail, .commenturl {
	background:#FFFF66;
	border:2px solid #eee;
	padding:5px;
	width:98%;
	}
#commentform .commentarea {
	background:#FFFF66;
	border:2px solid #eee;
	padding:5px;
	width:98%;
	wid\th:98%; /* IE HACK */
	overflow:hidden;
	}
#commentform input.submit-btn {
	width: 54px;
	height: 20px;
	background: #e5e5dd url(images/btn-submit.gif) no-repeat;
	outline: none;
	margin-bottom:-6px;
	}
#commentform input.submit-btn:hover {
	background: #c9c9c2 url(images/btn-submit.gif) no-repeat 0 -20px;
	}
/* finish COMMENT FORM style */

/* SIDEBAR */
#sidebar {
	float: right;
	margin: 2px 0 0 0;
	width: 20%;
	text-align: right;
	vertical-align: top;
	background: #fff;
	color: #000;
	}
#sidebar h2 {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	color: #37424B;
	}
#sidebar h2 a	{
	text-decoration: none;
	color: #AF4646;
	}
#sidebar h2 a:hover	{
	text-decoration: underline;
	}
#sidebar ul li	{
	margin: 0 0 10px;
	padding: 5px 20px 5px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	background: #FFF;
	color: #000;
	}
#sidebar ul ul	{
	margin: 0;
	padding: 0;
}
#sidebar ul ul li	{
	margin: 0 0 2px 0;
	padding: 5px 0 0;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 12px;
}
/* end style for SIDEBAR */

/* the CALENDAR */
#wp-calendar {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:10px;
	}
#wp-calendar caption {
	font-weight: bold;
	padding: 0 0 0 5px;
	text-align: left;
	color: #AF4646;
	}
#wp-calendar th, #wp-calendar td {
	padding: 1px;
	background: #FFF;
	color: #000;
	}
/* end CALENDAR */

/* start FOOTER */
#footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #FFFF66;
	color: #000;
	margin-bottom:4px;
	}
#footer p {
	padding-left: 10px;
	}
/* end FOOTER */

/* start CSS SPEECH BUBBLES */
div#pimped.bubble {
	font-size: 0.9em;
}
/*
div#pimped.bubble a { 
	color:#FFF; 
	font-size:14px;
	text-decoration:none; 
	}
div#pimped.bubble a:hover {
	text-decoration:underline;
	} */
div#pimped.bubble div.rounded {
	color: #FFFF66;
	border: 3px solid #000;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(images/tip-pimped.gif) no-repeat 15px 0;
}
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #e8e8c5;
	background-color: #f9f9d6;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
	color:#000;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #e8e8c5;
	background-color: #f9f9d6;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	line-height:18px;
}
div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 4px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
/* end those CSS SPEECH BUBBLES */

/* end of CSS FILE :-) */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.qtrans_language_chooser {
	list-style-type: none;
}

.qtrans_language_chooser li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.header-menu {
	list-style-type:none;
}

.header-menu li {
	float:left;
	margin-left:12px;
	margin-right:0px;
}

.page_item a {
	font-family: "Tahoma", Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.page_item a:hover {
	text-decoration: underline;
}

.current_page_item a {
	font-weight: bold;
	text-decoration: underline;
	color: khaki;
}

.current_page_ancestor a {
	font-weight: bold;
	text-decoration: underline;
	color: khaki;
}

.tableLayout {
/*	font-family: "Monotype Corsiva", "Trebuchet MS Italic"; */
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 16pt;
}

.tableLayout table {
/*	margin: 5px 10px 5px 10px; */
margin-left:auto;
margin-right:auto;
width:auto;
}

.tableLayout table td {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

.curriculum {
	padding: 40px;
	border: 1px solid black;
	margin: 20px 60px 20px 60px;
	background-color: white;
	font-family: "Times New Roman";
	width: 80%;
}
.curriculum ul li {
	list-style-type:disc;
}

#footer a {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: black;
}

.showtime{position:relative;margin:0;}