/*--------------------------------------------------
   Styling Calendario
---------------------------------------------------*/
/*table.calendar {font-family:11px;
                background-color: #ccc;
                text-align: center;
                margin: auto;
}

table.calendar caption {
    text-align: center;
    margin: auto;
}*/

/*table.calendar td {text-align:center;}
td.days {color:gray;}
*/
a.linkdays:link {text-decoration: underline;}
a.linkdays:visited {text-decoration: underline;}
td.today{color:blue;}

		body {
			background: url(images/bg.gif);
			font-family: Georgia,Times,Times New Roman,sans-serif; 
			font-size: small; 
			text-align: center; 
			color: #333; 
			line-height: 1.3; 
			padding: 0;
			margin: 0;
		}

		#container {
			width: 640px;
			border: none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: white;
			text-align: left;
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#header {
			padding: 5px;
			margin-bottom: 0;
                        text-align: left;
			background-color: #000;
			background: url(images/bg_header.gif);
                        width: 630px;   
			height: 159px;
		}

a#banner {
     display:block;
     position:absolute;
     top:15px;
     left:190px;
     height: 159px;
     width: 630px;
}

		

		#content {
			padding: 5px;
			margin-right: 210px;
		}

		#sidebar-a {
			float: right;
			width: 200px;
			margin: 0;
			margin-left: 0;
			padding: 5px;
			font: x-small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
			line-height: 1.2;
		}

		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 {

			font-variant: small-caps;
			font-size: 225%;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			margin-bottom: 25px;
		}
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		#content h2 {
			font-weight: bold;
			font-variant: small-caps;
			font-size: 165%;
			color: black;
			line-height: 0.85;
		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 50%;
			color: #333;
			line-height: 1;
		}

		#sidebar-a h2{
		        font: 11px georgia, times new roman, serif;
			color: black;
		        font-weight: bold;
		        text-transform: uppercase;
		        padding: 0;
			border-bottom: 1px solid #333;
		}
		

		a:visited, a:link {
			color: #333;
			text-decoration: none;
			border-bottom: 1px dotted #333;
		}

		a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
		}
              
        h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			border-bottom: none;
		}
		
				/* begin nucleus stuff */
		
		.highlight {
			background-color: yellow;
		}
		
		img {
			border: none;
		}

		.skip {
			display: none;
		}

		ul.nobullets {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		/* end nucleus stuff */
		
		/* begin forms */
		
		.formbutton {
			margin: 5px;
			color: black;
			font-family: Georgia,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.formfield {
			padding: 2px;
			color: black;
			font-size: small;
			font-family: Georgia,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.searchform {
			text-align: center;
		}
		
		.commentform {
			padding: 10px;
		}
		
		/* end forms */
		
		/* begin comments */
		
		.commentheader {
			font-weight: bold;
		}
		
		.comment {
			padding: 10px;
		}
			
		.commentbody {
			font-size: normal;
		}
			
		.commentinfo {
			font-size: 85%; /* doesn't seem to work */
		}
		
		/* end comments */

.leftbox {
        float: left;
        border-right: 0px solid #ccc;
	padding-right: 15px;
}
.rightbox {
        float: right;
        border-left: 0px solid #ccc;
	padding-left: 15px;
}
.pageswitch{
        text-align:right;
        font-weight:bold;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #F7F7F7;
        margin: 0 auto;
        width: 640px;
	padding-top:10px;
	padding-bottom:10px;
        clear: both;
	background: url(images/bg_footer.gif);
        }

.footer-i p {
        padding: 0;
        margin: 0;
        }

.footer-i
{
        padding:0px;
        margin: 0px;
        margin-left: 40px;
        font-size:0.9em;
        font-color:white;
}

#footer a:link, #footer a:visited{
	color: #CFE6FD;
}
#footer a:hover, #footer a:active{
	color: white;
}

