*{
	margin:0;
	padding:0;
}

body{
	font-family:"georgia","lucida grande",helvetica,arial,sans-serif;
	text-align:center;
	color:#333;
	font-size: 14px;
	background-color: #000055;
}

/* General Style Info */
a{
	color: #00008b;
	text-decoration:underline;
}
a:hover{
	color: #1fa6f4;
	text-decoration:none;
}

a img{
	border:none;
}

h1, h2, h3, h4{
	font-weight:normal;
}

h1{
	color: #003d4c;
	margin:0.3em 0;
	font-size: 180%;
}

h2{
	color: #333333;
}

h3{
	color:#000066;
	font-size: 200%;
}

h4{
	color:#c6c65b;
	padding-top:0.5em;
	font-weight:normal;
}

em {
	font-size: 12px;
}

ul, li {
	margin: 0 12px;
}

/* Layout */

div#left_content {
	width: 520px;
	float: left;
}

div#left_content #title, #s_title, #t_title {
	background-color: #FFA500;
	padding-bottom: 10px;
	text-align: center;
	color: #00008b;
	font-size: 20px;
}

div#left_content .date {
	padding-left: 10px;
	font-style: italic;
	font-size: 10px;
}

div#left_content .city {
	font-size: 11px;
	font-weight: bold;
}

div#left_content .title {
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #0760FF;
}

div#left_content .body {
	padding-left: 10px;
}

div#left_content .author {
	padding-left: 10px;
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
}

div#left_content div.content, div.content_first {
	background-color: #FFB71F;
	margin-bottom: 10px;
}

div#left_content_news {
	width: 600px;
	float: left;
	color: #000000;
	background-color: #FFB71F;
}

div#right_content {
	width: 370px;
	float: right;
	color: #DCDCDC;
}

div#right_content_news {
	width: 300px;
	float: right;
}

div#right_content_news .body {
	padding-left: 10px;
}

div#right_content_news #title {
	background-color: #FFA500;
	padding-bottom: 10px;
	text-align: center;
	color: #000000;
	font-size: 20px;
}

div#full_content {
	width: auto;
	float: center;
	color: #000000;
	background-color: #FFB71F;
}

div.in_content {
	padding: 0px;
	overflow: hidden;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

div.in_content h3 {
	margin-bottom: 10px;
	color: #0045DB;
}

div#container {
	position: relative;
	margin-top: 20px;
	text-align:left;
}

div#super_wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	max-width: 1000px;
	width: auto;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	max-width: 1000px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
	background-color: #ff4500;
	float: right;
}
/*#BDC3FF*/
div#wrapper h1 {
	font-family: georgia;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 40px;
	color: rgb(230,230,230);
}

div#header_title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 120px;
	font-size: 100px;
	color: #000077;
	font-variant: small-caps;
}

div#header_title p {
	background-color: #ff4500;
	height: 120px;
}

div#login {
	font-size: 11px;
	float: left;
	position: relative;
	left: 20px;
	margin-bottom: 0px;
	background: #FFB71F;
	clear: both;
}

div#login form {
	margin-top: 0px;
}

div#login .form_inline {
	display: inline;
	vertical-align: center;
}

div#login input[type=submit] {
	font-family: "arial";
	font-size: 12px;
	background: #ff4500;
	color: #222222;
	border: solid 1px #FFA500;
	cursor: pointer;
	padding: 2px;
}

div#login label {
	display: inline;
}

div#login input[type=text] {
	font-size: 12px;
	color: #333333;
	background: #ffffff url("../img/username.png") no-repeat;
	background-position: left center;
	padding-left: 18px;
	height: 18px;
	vertical-align: center;
}

div#login input[type=password] {
	font-size: 12px;
	color: #333333;
	background: #ffffff url("../img/password.png") no-repeat;
	background-position: left center;
	padding-left: 18px;
	height: 18px;
	vertical-align: center;
}

div#login #in_login {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

div#login #in_login a {
	font-size: 12px;
	text-decoration: none;
	color: #cc0000;
}

div#menu {
	letter-spacing: 1px;
	font-family: georgia;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: auto;
	float: center;
	clear: both;
}

div#menu ul {
	font-size: 18px;
	list-style: none;
	background: #FFA500;
}

div#menu li {
	display: inline;
	margin: 5px;
}

div#menu li a {
	/*background: url("../img/bici_menu.png") no-repeat;*/
	text-decoration: none;
	/*padding-left: 23px;*/
}

div#menu li a:hover {
	text-decoration: none;
	/*background: url("../img/bici_menu_over.png") no-repeat;*/
	/*padding-left: 23px;*/
}

div#menu li.current {
	background: url("../img/menu_list_red.png") no-repeat;
	padding-left: 22px;
	display: inline;
}

div#menu li.current a {
	color: #cc0000;
	text-decoration: none;
}

div#menu li.no_star {
	background: #FFA500;
	font-size: 13px;
}

div#header_images_placeholder {
	position: relative;
	width: 360px;
	height: 355px;
	margin-bottom: 15px;
	background-color: #FFA500;
	float: left;
}

div#header_images_placeholder img {
	margin: 5px 5px 5px 10px;
}

#content{
	margin-left: auto;
	margin-right: auto;
	padding: 0px 40px 10px 40px;
	color: #333;
}

div#footer{
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: center;
	font-size: 10px;
	padding: 0px 10px 6px 10px;
	text-align: center;
}

div#footer p {
	background-color: #FFA500;
	padding: 3px;
}

div#footer a {
	color: #cc0000;
}

.random_home_image {
	margin: 2px 1px 2px 1px;
}

/* tables */

table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}
th {
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
	clear:both;
	display:block;
}
dl {
	line-height:2em;
	margin:0em 1em;
	float:left;
	width: 400px;
}
dt {
	font-weight: bold;
	vertical-align:top;
}
dd {
	margin-left:10em;
	margin-top:-2em;
	vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
	color: #00000;
	font-size: 16px;
	background-color:#FFCC66;
	margin: 8px 0px;
	font-weight: bold;
	z-index: 10;
}
.error_message {
	clear: both;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */

form {
	margin-top: 2em;
}
form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}
form div.date{
	margin-left: 0em;
}
label {
	display: block;
	width: 140px;
	font-size: 14px;
	padding-right: 20px;
}
input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}
input, textarea {
	clear: both;
	display:block;
	font-size: 14px;
	font-family: inherit;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
}
option {
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	clear: both;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}
/* action links */
ul.actions {
	float: left;
	margin-left:20px;
	width: 200px;
}
ul.actions li {
	margin-top: 4px;
}
pre {
	padding: 1em;
}

.message {
	position:fixed;
	top:0px;
	font-size:14px;
	border: solid 1px #FF6600;
	padding:12px;
	text-align:center;
}

textarea {
	margin:  0.25em;
	border:  solid 1px #ccc;
	padding:  0.5em;
	background: #f8f8f8;
	font:  normal 1em Lucida Grande;
}

textarea:focus {
	border-color: #00b7ff;
	background: #fff;
}
/* profiles */
div#full_profile_content {
	width: auto;
	float: center;
	color: #DCDCDC;
	background-color: #BDC3FF;
}

div#profile_name {
	background: #FFA500;
}

div#profile_name h2 {
	color: #00008b;
	font-size: 30px;
	font-family: impact;
	letter-spacing: 1px;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

div#profile {
	text-align: center;
}

div#profile div#avatar {
	float: left;
	clear: left;
	width: 18%;
	margin-right: 10px;
	background: #FFA500;
}

div#profile div#left {
	text-align: right;
	float: left;
	width: 30%;
	margin-bottom: 5px;
}

div#profile div#right {
	text-align: left;
	float: right;
	clear: right;
	width: 50%;
	margin-bottom: 5px;
}

div#profile div#left p {
	padding: 5px;
	font-size: 18px;
}

div#profile div#right p {
	font-size: 18px;
	padding: 5px;
	color: #FFB71F;
}

div#profile div.in_left {
	margin-bottom: 5px;
	background-color: #FFA500;
}

div#profile div.in_right {
	margin-bottom: 5px;
	background-color: #BDC3FF;
}

div#video {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFA500;
	margin-bottom: 10px;
}

div#video h3 {
	margin-left: 10px;
	color: #FFB71F;
	font-family: impact;
	font-size: 25px;
	letter-spacing: 1px;
}

div#user_video {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

div#images {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFA500;
	margin-bottom: 10px;
}

div#images h3 {
	margin-left: 10px;
	color: #FFB71F;
	font-family: impact;
	font-size: 25px;
	letter-spacing: 1px;
}

div#user_img {
	padding: 10px;
}

div#profile div#profile_menu {
	clear: both;
	background-color: #FFA500;
}

div#profile div#profile_menu ul {
	list-style: none;
}

div#profile div#profile_menu li {
	display: inline;
}

div#profile div#profile_menu a {
	color: #BDC3FF;
	padding: 10px;
}

div#profile table {
	margin: auto;
	width: auto;
	background-color: #FFA500;
	border: 0px;
}

div.content_first table {
	margin: auto;
	width: auto;
	background-color: #FFB71F;
	border: 0px;
}

div#profile, div.content_first table td {
	width: auto;
}

div#profile, div.content_first table td img {
	padding: 5px;
}

div#profile, div.content_first td {
	border: 0px;
}

div.nifty_bit_video {
	background-color: #BDC3FF;
}

div.nifty_bit_img {
	background-color: #BDC3FF;
}

div.profile_summary_wrapper {
	background-color: #FFA500;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	float: left;
	clear: right;
}

div.profile_summary_wrapper h3 {
	letter-spacing: 1px;
	font-family: impact;
	font-size: 20px;
	text-align: center;
	color: #00008b;
}

div.profile_summary_wrapper h3 a {
	color: #00008b;
	text-decoration: none;
}

div.profile_summary_wrapper h3 a:hover {
	color: #1fa6f4;
	text-decoration: none;
}

div.profile_summary {
	background-color: #FFB71F;
	color: #0045DB;
}

div.in_profile_summary {
	min-height: 250px;
	max-height: 400px;
	padding: 2px;
	text-align: left;
	width: 400px;
}

div.profile_summary .avatar {
	padding-top: 10px;
	text-align: center;
}

div.profile_summary .stelle_cover {
	position: absolute;
	
}

div.profile_video_button {
	float: center;
	background-color: #BDC3FF;
	font-size: 20px;
	font-family: impact;
	letter-spacing: 1px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

div.profile_image_button {
	float: center;
	background-color: #BDC3FF;
	font-size: 20px;
	font-family: impact;
	letter-spacing: 1px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

div.in_profile_button_continue a {
	color: #6589FF;
	text-decoration: none;
}

div.in_profile_button_close a {
	color: #cc0000;
	text-decoration: none;
}

div.in_profile_button_continue {
	padding: 5px;
}

div.in_profile_button_close {
	padding: 5px;
}

/* shop */
div.shop_category {
	margin-top: 10px;
}

div.shop_category h2 {
	color: #2260FF;
}

div.shop_category p.center_info {
	margin: 20px;
	color: #000000;
	text-align: center;
}

div.shop_category div.shop_description {
	padding-left: 20px;
	font-style: italic;
	color: #000000;
}

table.shop_table {
	border: 0px;
	background-color: #FFB71F;
}

table.shop_table th {
	border: 0px;
	background-color: #FFB71F;
}

table.shop_table td {
	border: 0px;
	background-color: #FFB71F;
}

table.shop_table tr {
	color: black;
}

table.shop_table tr.title {
	color: #666666;
}

div.shop_category div#item_desc {
	padding-left: 20px;
}

div#cart {
	float: right;
	background-color: #666666;
	font-size: 20px;
	color: #cc0000;
}

div#cart a {
	color: #cc0000;
	text-decoration: none;
}

div#in_cart {
	padding: 5px;
}

div#buy {
	background-color: #666666;
	text-align: center;
	font-size: 20px;
}

div#buy a {
	text-decoration: none;
}

div#in_buy {
	padding: 5px;
}

div#cart_empty h2 {
	color: #cc0000;
	text-align: center;
	font-size: 20px;
}

/* news */

div.news hr {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	height: 1px;
	background-color: #FFA500;
}

div.news .author {
	text-align: center;
	font-style: italic;
}

div.news .date {
	font-style: italic;
}

div.news .city {
	font-weight: bold;
}

/* gallery */
div#gallery_description {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: white;
	font-size: 16px;
	font-style: italic;
}

div.gallery_counters {
	color: #0045DB;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	float: bottom;
}

/* guestbook */
div.guestbook_post {
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
	max-width: 700px;
	background-color: #BDC3FF;
	margin-bottom: 10px;
}

div.guestbook_post span.title {
	color: #003d4c;
	padding-left: 5px;
}

div.guestbook_post p {
	padding-left: 10px;
}

div.guestbook_post h2 {
	padding-left: 10px;
	font-size: 16px;
}

div#guestbook_form {
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
	max-width: 700px;
	background-color: #6589FF;
}

div#guestbook_pages {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
	max-width: 700px;
	margin-bottom: 10px;
	color: #DCDCDC;
	background-color: #FFB71F;
}

/* Places */
div#ticino {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

div#ticino img#ticino_map {
	position: relative;
	margin-left: 200px;
	z-index: 0;
}

div#ticino img#bosco_gurin {
	position: absolute;
	margin-left: 290px;
	margin-top: 200px;
	z-index: 1;
}

div#ticino img#cardada {
	position: absolute;
	margin-left: 420px;
	margin-top: 270px;
	z-index: 1;
}

div#ticino img#gamb_garden {
	position: absolute;
	margin-left: 445px;
	margin-top: 310px;
	z-index: 1;
}

div#ticino img#airolo {
	position: absolute;
	margin-left: 320px;
	margin-top: 60px;
	z-index: 1;
}

div#ticino img#nara {
	position: absolute;
	margin-left: 480px;
	margin-top: 110px;
	z-index: 1;
}

div#ticino img#cari {
	position: absolute;
	margin-left: 410px;
	margin-top: 75px;
	z-index: 1;
}

div#ticino img#campo_blenio {
	position: absolute;
	margin-left: 505px;
	margin-top: 30px;
	z-index: 1;
}

div#freestyle_image {
	background-color: #FF4500;
}

div#freestyle_image img {
	margin-left: 190px;
}

/* Administration */
ul.inline {
	display: inline;
	list-style: none;
}

ul.inline li {
	display: inline;
}

div#news_table table {
	margin-top: 10px;
	background-color: #666666;
	border: 0px;
}

div#news_table table td {
	border: 0px;
}

div#news_table table a {
	text-decoration: none;
}

div#admin_content {
	float: left;
	width: 700px;
}

div#admin_staff div {
	float:left;
	clear: right;
}

/* nifty corners */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}