/*	ValKarana CSS
	Versione 1.0 @ 060129
*/

	/* structure */

		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			background-color: #FEFFD3;
			border-top: 1px solid #ABBC47;
			border-right: 2px solid #677823;
			border-bottom: 2px solid #677823;
			border-left: 1px solid #ABBC47;
			}

		#header {
			padding: 10px;
			}
		
		#nav {
			padding: 10px;
			}
		
		#media {
	padding: 5px;
	text-align: center;
			}

		#content {
			padding: 10px;
			margin-right: 210px;
			}

		#sidebar {
			float: right;
			width: 185px;
			\width: 195px;
			w\idth: 185px;
			margin: 20px 0 0 15px;
			padding: 10px;
			}

		#footer {
			clear: both;
			padding: 10px;
			font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #677823;
			}
			
	/* specific tags */
	
		body {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: small;
			color: #000000;
			background-color: #FDFF94;
			}
			
		h2.sidetitle {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:100%;
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
			}


	/* Link Styles */
	
		a:link {
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			}
	
		a:visited {
			font-weight: bold;
			color: #333333;
			text-decoration: none;
			}
	
		a:hover {
			color:#000000;
			text-decoration:underline;
			}
	
		a:active {color:#000000;}
	

	/* Minitabs */
	
		#miniflex {
			width: 100%;
			float: left;
			font-size: small;
			margin: 0;
			border-bottom: 1px solid #ABBC47;
			padding: 0;
			}
		
		#miniflex li {
			float: left;
			margin: 0; 
			padding: 0;
			display: inline;
			list-style: none;
			}
			
		#miniflex a:link, #miniflex a:visited {
			float: left;
			font-size: 85%;
			line-height: 20px;
			font-weight: bold;
			margin: 0 10px 0 10px;
			text-decoration: none;
			color: #666;
			}
		
		#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
			border-bottom: 4px solid #677823;
			padding-bottom: 2px;
			color: #2A3A00;
			}
			
		/* classes */
	
		.caption {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: large;
			font-style: italic;
			font-weight: normal;
			color: #2A3A00;
			}
			
		.float_left {
			padding: 5px;
			float: left;
			margin-right: 5px;
			}
		
		.float_right {
			padding: 5px;
			float: right;
			margin-right: 5px;
			}
			
		/* sidebar list */
		
		#sidebar ul {
			font-family:Verdana, sans-serif;
			font-size:86%;
			margin:6px 0 12px;
			padding:0;
			}

		#sidebar ul li {
			list-style: circle url(none);
			padding-bottom:6px;
			margin:0;
			}
