body * {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #036;
}

a.active {
	color:#c00;
}
img {
	border:0;
}
.validation-error {
	color: #c00;
	font-weight:bold;
}
.required {
	font-weight:bold;
	background-image:url("../img/icons/required.gif");
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:7px;
}
div#required-legend {
	font-size:10px;
	padding:10px 0px 10px 5px;
	margin: 5px 0px 5px 0px;
}
.center {
	text-align:center;
}
.nowrap {
	white-space:nowrap;
}
div.block {
	border:1px solid #ddd;
	margin-bottom:10px;
}
div.spacer {
	height:0px;
	clear:both;
}
/* table */
table.tbl {
/*	width:100%;*/
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.tbl th {
	border-width: 1px 1px 0 0;
	background-color: #ddd;
	margin: 0;
	padding: 6px;
}

table.tbl th a {
	text-decoration: underline;
}

table.tbl, table.tbl td, table.tbl th {
	border-color: #ccc;
	border-style: solid;
}

table.tbl td {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}


/* message snippet */
div#message-box {
	border: 2px solid #ccc;
	margin: 0;
	margin-bottom: 5px;
	vertical-align: middle;
	padding:5px;
}
div#message-icon-notice {
	background-image: url('../img/icons/ok.jpg');
}
div#message-icon-error {
	background-image: url('../img/icons/error.jpg');
}
div#message-icon-notice, div#message-icon-error {
	width: 18px;
	height: 18px;
	margin-right:10px;
}
div#message-text {
	line-height: 1.5;
	font-style: italic;
	font-size: 13px;
}

/* article */

#foto {
	width:250px;
}
#article {
	margin-top: 20px;
}
#lead, #lead * {
	font-size:12px;
	font-style:italic;
}
#lead {
	margin-bottom:20px;
}
#content, #content * {
	font-size:12px;
}
#content p {
	margin-bottom:0px 0px 10px 0px;
}
#content img, #lead img {
	margin:5px;
}
#article #author {
	float: right;
	font-size:12px;
	font-style:italic;
	padding:20px;
}
#article #published {
	float:left;
	font-size:11px;
	font-style:italic;
	margin-top:10px;
}
/* share */
#sml { margin: 0; padding: 0; height: 30px; list-style: none; margin-top:40px; }
#sml li { float:left; margin: 0 0 0 5px; }
#sml li a { display: block; width: 24px; height: 24px; text-indent: -9999px; background: url(../img/icons/shareicons.gif) no-repeat 0px 0px; outline:none; }
#sml li.pnt a:hover { background-position: -24px 0px; }
#sml li.mail a { background-position: 0px -24px; } #sml li.mail a:hover { background-position: -24px -24px; }
#sml li.fb a { background-position: 0px -72px; } #sml li.fb a:hover { background-position: -24px -72px; }
#sml li.tw a { background-position: 0px -96px; } #sml li.tw a:hover { background-position: -24px -96px; }
#sml li.dl a { background-position: 0px -120px; } #sml li.dl a:hover { background-position: -24px -120px; }
#sml li.su a { background-position: 0px -144px; } #sml li.su a:hover { background-position: -24px -144px; }

#facebook {
	margin-top:30px;
}

/* home page news */
div.news {
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
	padding:5px 10px 5px 10px;
}
div.news img {
	margin:3px;
}
div.news * {
	font-size:11px;
}
div.news p {
	margin:0px 0px 10px 0px;
/*	border: 1px solid yellow;*/
}
div.news div.news-title {
	margin-bottom:5px;
}
div.news div.news-title, div.news div.news-title a {
	font-family: tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #c30;
	text-decoration:none;
}
div.news div.news-category {
	color:#036;
}
div.news div.news-title a:hover {
	color: #f30;
}
div.news .date {
	font-size:10px;
	float:right;
	color: gray;
	padding-top:5px;
}
div.news .news-author {
	float:left;
	font-style:italic;
	padding-top:5px;
}
div.news img {
	padding:2px;
}
div.news-read-more, div.news-read-more a, div.trip-read-more, div.trip-read-more a {
	font-size:10px;
	text-align:right;
}
div#pager {
	margin:auto;
	text-align:center;
}
div#pager span {
	display: inline-block;
	width:18px;
	height:16px;
	text-align:center;
	border: 1px solid #ddd;
	padding:3px;
	margin:2px;
	font-weight:bold;
}
div#pager span:hover {
	background-color:#ddd;
}
div#pager span.current {
	color:#c00;
}
div#pager span, div#pager a {
	font-size:13px;
}

/* trip notification, last trip */
div.trip {
	margin-bottom:5px;
	border: 1px solid #a00;
	padding: 5px 10px;
	text-align:center;
}
div.trip-title, div.trip-title a, #last-trip-label, #last-trip-label a {
	font-family: tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #c30;
	text-decoration:none;
	margin-bottom:5px;
	text-align:center;
}
div.trip-title a:hover, #last-trip-label a:hover {
	color: #f30;
}
div.trip-read-more {
	padding:2px;
}
#last-trip-thumb {
	margin-bottom:10px;
	text-align:center;
}
div.trip-lead {
	font-size:11px;
}

/* gbook */
div.gbook {
	margin-bottom:10px;
}
div.gbook-header {
	font-size: 12px;
	color: #c00;	
}
div.gbook-msg {
	font-size: 12px;
}

#article-gallery-title {
	font-size: 12px;
	color: #c00;	
	font-weight:bold;
	margin-top:50px;
	padding-bottom: 5px;
}
div#article div.gallery {
	border: 0 !important;
}
/* gallery */
#galleries {
	float:left;
}
div.gallery {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
	padding-left:5px;
}
div.gallery ul {
	margin:0;
}
div.gallery li {
	margin-left:130px;
	padding-top:4px;
}
div.gallery a {
	font-size:13px;
}
div.gallery img {
	margin-right:10px;
}

.editlink {
	position: relative;
	top: -15px;
	z-index:2;
}
.editlink, .editlink a {
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	color:transparent;
}
.editlink:hover, .editlink a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	color: #c00;
}
#user-box {
	padding:2px;
	margin-bottom:5px;
}
#user-box label, #user-box li, #user-box a {
	font-size:10px;
}
#user-info {
	margin:5px;
}
#links a {
	font-size:10px;
}

div.banner {
	margin-bottom:3px;
}

div.menutitle {
	color: #c00;	
	font-weight: bold;
	font-size: 11px;
	padding: 6px 0px 3px 4px;
}
div.menuitem {
	border-bottom: 1px solid #fff;
	padding: 2px 0px 2px 0px;
	border-left: 2px solid #efefef;
}
div.menuitem a {
	font-size:10px;
}

div.menuitem:hover {
	border-left: 2px solid #c30;
}
div.title {
	font-family: tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: url(../img/web/newsbg.gif);
	color: #036;
	text-align: center;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	margin-bottom:3px;
}

/* forms */
form {
	margin: 0px;
	padding-top: 2px;
}

input, textarea, select {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px;
}

input.line, textarea, select {
	border: 1px solid #000;
	background: #efefef;
	margin: 1px;
}

input.line:focus, textarea:focus {
	background: #fff;
}

input.button {
	border: 1px solid #000;
	background: #ccc;
	color: #000;
	margin: 1px;
	font-size: 9px;
}

/* text classes*/
.l {
	font-size: 11px;
	color: #036;
	font-weight: bold;
	margin-bottom: 10px;
}

.m {
	font-size: 12px;
	color: #036;
}

.xs {
	font-size: 9px;
	font-style: italic;
}
div.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #036;
	text-align: center;
	padding: 4px;
}


/* lists */
ol {
	line-height: 1.5;
}


/* main navigation*/
ul.nav {
	margin: 0px;
	padding: 0px;
}

ul.nav li {
	margin-left: 14px;
	padding-bottom: 3px;
}

ul.nav li ul {
	margin: 0px;
	padding: 2px;
}

div.gray {
	background: url(../img/web/newsbg.gif);
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #bbbbbb; 
	padding: 1px;
	font-size:10px;
}
.box  {
	background:none repeat scroll 0 0 #CCCCCC;
	border:1px solid #000;
	padding:5px;
}

#gss-table td {
	color:#036;
	font-size:9px;
}

#nav-horizontal {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 3px 0px 5px 0px;
}
#nav-horizontal a {
	font-size:11px;
}
#nav-vertical {
	float:right;
	width: 200px;
	border: 1px solid #ddd;
	margin:0px;
}
#nav-vertical ul {
	list-style-type: square;
}
#nav-vertical li {
	padding: 2px;
	margin:0 0 0 -20px;
}
ul.inline {
	margin:0px;
	padding:0px;
}
ul.inline li {
	display:inline;
	border-right:2px solid red;
	padding: 0px 5px 0px 5px;
}
ul.inline li.first {
	border-left:2px solid red;
}

#forum, #forum * {
	font-size: 10px;
}
.forum-post {
	padding: 5px;
}
.odd {
	background:#fff;
}
.even {
	background:#eee;
}
