/*
	Zenpage Default theme
*/ /* Basics
------------------------------ */
html { /* Moz */
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #565656;
}
/* Main Layout
------------------------------ */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #FFF;
	font-size: 11px;
}
#main {
	padding-top: 0;
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#header {
	width: 960px;
	margin: 0;
	padding: 0;
	background-color:#fff;
	float:left;
	border-bottom:2px solid #c13b3c;
	margin-bottom:5px;
}
#header h1 {
	text-align: left;
	font-size: 9px;
	color: #000;
	font-weight: normal;
	background-image:url(images/rb_logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:239px;
	height:51px;
}
input#search_input {
	width:125px;
}
input#search_submit {
	width:90px;
	text-align:center;
}
#breadcrumb {
	padding-top: 0px;
	padding-right: 0;
	padding-left:0px;
	color: #565656;
	margin-bottom:10px;
	float:left;
	width: 705px;
	border-bottom:1px solid #ccc;
}
#breadcrumb_img #breadcrumb {
	width: 450px;
	border-bottom:0px solid #ccc;
	padding-top:3px;
	margin-bottom:0px;
}
#breadcrumb_img {
	width: 705px;
	border-bottom:1px solid #ccc;
	float:left;
	margin-bottom:8px;
}
div.navigation {
	width:250px;
	float:right;
	margin-bottom:2px;
}
div.navigation2 form {
	float:right;
	text-align:right;
}
div.navigation form {
	float:left;
	width:140px;
	text-align:right;
}
div.navigation a, div.navigation a:link, div.navigation a:visited {
	font-size:11px;
	text-align:right;
}
div.navigation2 a, div.navigation2 a:link, div.navigation2 a:visited {
	font-size:11px;
	text-align:right;
}
#breadcrumb h2 {
	font-size:11px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: left;
}
#breadcrumb h2 a {
	font-size:11px;
	text-align: right;
	color: #777;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #777;
	text-decoration:underline;
}
#content {
	width: 950px;
	background-color:#FFFFFF;
}
#content-error {
	background-color: white;
	font-size: 14px;
}
#content-left {
	width: 705px;
	height: 100%;
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	height: auto !important;  /* per i browser moderni */
	height: 515x;      /* per IE5.x e IE6 */
	min-height: 515px;  /* per i browser moderni */
}
#content-left h3 {
	font-size: 14px;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}
#content-left p {
	margin-bottom: 1em;
	clear: both;
}
#sidebar {
	width: 210px;
	height: 100%;
	float: left;
	background-color: transparent;
	border-top: 0px dotted red;
}
#sidebar a {
	text-decoration:none;
}
div.menu {
	margin-top: 0px;
	padding-bottom: 3px;
	margin-bottom:7px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}
.menu h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: black;
	margin-left: 0em;
	border: 0px solid gray;
}
.menu ul {
	list-style: none;
	padding-left: 0em;
}
.menu ul li {
	padding-left: 0px;
	margin-bottom:5px;
	margin-top:5px;
}
.menu-active {
	color: #c13b3c;
	font-weight:bold;
}
.menu-active .submenu {
	font-weight:normal
}
.submenu {
	list-style: none;
	padding: 0px;
}
ul.submenu li {
	padding-left:20px;
}
#footer {
	width: 950px;
	padding-top: 6px;
	font-size: 11px;
}
/* Link Styles
------------------------------ */
a:link {
	text-decoration:underline;
	color: #565656;
}
a:visited {
	text-decoration:underline;
	color: #565656;
}
a:active {
	color: #565656;
}
a:hover {
	text-decoration: underline;
	color:#c13b3c;
}
#sidebar a:link {
	text-decoration:none;
	color: #000;
}
#sidebar a:visited {
	text-decoration:none;
	color: #000;
}
#sidebar a:active {
	color: #c13b3c;
}
#sidebar a:hover {
	text-decoration: none;
	color:#c13b3c;
}
/* Miscellaneous
------------------------------ */
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}
#imagemetadata {
		width:350px;
	float:left;
	margin-right:10px;
}
#imagemetadata table {

}
#imagemetadata table td {
	border-bottom:1px solid;
	border-color:#DFDFDF;
	font-size:11px;
	color:#777;
}
/* Page Navigation
------------------------------ */

div.pagelist {
	text-align:center;
}
ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 4px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #82996F;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
	display:none;
}
/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}
/* Tags
------------------------------ */
div.taglist {
	list-style-type: none;
	width:750px;
	margin-top:5px;
}
.taglist a {
	background: url(images/tag.png) no-repeat left top;
	list-style-type: none;
	padding-left: 18px;
	padding-right: 5px;
	display:inline;
}
div.tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}
/* Image Thumbnails
------------------------------ */
#images {
	float: left;
	width: 705px;
	border: 0px solid gray;
}
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 7px;
	margin: 0px 12px 12px 0px;
	line-height: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.imagethumb a:visited {
	border: 1px solid #ccc;
	background-color: #fff;
}
.imagethumb a:hover {
	background-color: #ddd;
	border: 1px solid #ccc;
}
.imagethumb {
	float: left;
}
/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	width: 705px;
	font-size: 11px;
	margin-bottom:16px;
	padding-bottom:8px;
}
.album {
	margin: 6px 16px 6px 0px;
	padding: 0px;
	float: left;
	width: 326px;
	border: 0px solid #ccc;
	background: #fff;
	height: 95px;
}
span.zp_uneditable_album_date {
	color:#7a7a7a;
}
.album a img {
}
.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0px;
}
.albumdesc {
	height: 90px;
	width: 220px;
	float: left;
}
.firstalbumdesc {
	margin-top:14px;
	margin-bottom:0px;
	width: 705px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}
.albumdesc small {
	color: gray;
}
/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	margin: 0 auto;
	line-height: 0;
	width: 705px;
	font-size: 0.7em;
}
/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}
.imgnav {
	border: 0px solid #D5E6EE;
	float:right;
	width:100px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	height: 100%;
	font-size: 11px;
	line-height: 150%;
	background-color:#ddd;
	padding: 0px 4px;
	text-decoration:none;
	border:1px solid #ccc;
	color:#565656;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color:#efefef;
	text-decoration: none;
	color: #929292;
}
.singlenews_prev a, .singlenews_next a {
	display: block;
	height: 100%;
	float: left;
	font-size: 11px;
	line-height: 180%;
	background-color:#ddd;
	padding: 0px 4px;
	text-decoration:none;
	border:1px solid #ccc;
	color:#565656;
}
.singlenews_prev a:hover, .singlenews_next a:hover {
	background-color:#efefef;
	text-decoration: none;
	color: #929292;
}
.imgnav .imgprevious {
	float: left;
	margin-left:0px;
}
.imgnav .imgnext {
	float: right;
	margin-left:0px;
}
#narrow {
	width: 705px;
	margin-top: 5px;
	font-size:11px;
}
#narrow a, #narrow a:link, #narrow a:visited {
	color:#777777;
}
#narrow .taglist a, #narrow .taglist a:link, #narrow .taglist a:visited {
	color:#777777;
}
#narrow span {
	display:block;
}
ul.taglist li {
	display:inline;
	text-decoration:none;
}
.info a {
	padding-right:10px;
}
.image_info {
	width:705px;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
}

div.image_info_map {
	width:345px;
	float:left;

}
.image_info_data table tr td {
	border-bottom:1px solid;
	border-color:#DFDFDF;
	font-size:11px;
	color:#777;
}
/* Paged thumbs nav
------------------------------ */
#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #565656;
}
#pagedthumbsimages {
	text-align: center;
	border: 0px solid gray;
}
#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}
#pagedthumbsimages img:hover {
	border: 2px solid orange;
	padding: 1px;
}
#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;
	float: left;
}
#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	float: left;
}
#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	float: right;
	text-align: center;
}
#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	float: left;
}
#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	float: right;
	text-align: center;
}
/* Comments
------------------------------ */
#comments {
	clear: both;
	width: 705px;
	padding: 0;
	border-top: 0px solid #ccc;
	background-color:#ffffff;
	margin-top:20px;
}
#comments h3 {
	margin-top: 0em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
	padding: 12px 20px 0px 20px;
	font-size:14PX;
}
.error {
	color: red;
	font-weight: bold;
}
.comment {
	padding: 0px 8px 12px 8px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin-bottom: 6px;
}
#commentcontent {
}
.add_comment {
	border: 1px solid #ccc;
	background: #f7f7f7;
	margin-bottom: 6px;
	font-size:11px;
}
div.commenttext {
	font-size:12px;
	line-height:normal;
}
span.star-rating-control {
	margin-top:20px;
}
div#commententry {
	padding: 0px 20px 12px 20px;
}
textarea.textarea_inputbox {
	width:655px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #565656;
}
div.news_content ul, div.news_content ol {
	margin-left:26px;
}
/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #565656;
	font: 100%/ 200% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 2px 2px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#rating {
	margin-top: 10px;
}
/* Admin Toolbox
------------------------------ */
#admin, #admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
}
#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
}
#admin h3:hover {
	color: #929292;
}
/* Search Box
------------------------------ */
#search {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	background: transparent;
	z-index: 1000;
	width:300px;
}
#search ul {
	position: absolute;
	text-align: left;
	width: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: white;
	z-index:5000;
}
#search ul .item {
	display: none;
	background-color: white;
}
#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 0px;
	background: #fff
}
#search li {
	width: 150px;
	background-color: white;
}
img#searchfields_icon {
	position:relative;
	top:4px;
}
.clear {
	clear: both;
	height: 10px;
}
/* Archive View
---------------------------- */
#archive {
	width: 580px;
	text-align: left;
}
ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.archive .year {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
}
ul.archive .month {
	list-style: none;
	border-top: 0px solid #E6E6DF;
	padding-top: 5px;
	font-weight: normal;
	margin-bottom: 15px;
}
ul.archive li {
	display: inline;
	margin-right: 9px;
}
#archive h3 {
	background-color: transparent;
}
/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}
#tag_cloud p {
	padding: 10px 0;
	margin: 20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #EEE;
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom: 5px solid #A8A8A8;
	font-size: 100%;
	color: #555;
	float:left;
}
.passwordbox{
	margin-bottom:20px;
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	font-size: 100%;
	color: red;
}
.errorbox h2 {
	color: red;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
/* View */

.view ul li {
	display:inline;
	margin:0px;
	padding:0px;
	border:0px;
}

.view {
	color:#FFFFFF;
	margin-top:15px;
	width:100%;
	padding-left:3px;
	margin-bottom:15px;
}

/* News Articles
------------------------------ */
hr {
	border: 0;
	border-top: 0px solid #ccc;
}
.newsarticle {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.newsarticlecredit {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:11px;
}
.newsarticlecredit-left {
	float: left;
	margin-right: 0.3em;
}
.newscategories {
	margin: 0;
	padding: 0;
	display: inline;
}
.newscategories li {
	display: inline;
	list-style: none;
}
.singlenews_prev {
	float: left;
}
.singlenews_next {
	float: right;
}
.langselector p {
	float: left;
}
.newstype {
	font-size: 0.8em;
}
.langselector {
}
/* zenphoto/zenpage link
---------------------------*/
#zen-part {
	font-size: 1.7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#photo-part {
	font-size: 0.9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
}
#IE-clear-part {
	font-size: 12px;
	font-weight: normal;
}
/* login form */
table.password td.userlabel {
	text-align:left;
}
table.password td.userinput {
	text-align:left;
}
table.password td.userinput input, td.passwordinput input {
	width: 15em;
}
/* login form */
table.password td.passwordlabel {
	text-align:left;
}
table.password td.passwordinput {
	text-align:left;
}
table.password td.submit {
	text-align:left;
}
table.password td.hint {
	text-align:left;
}
.captchainputbox {
	width: 6.6em;
	padding: 2px;
}
input, textarea {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff url(images/input_bg_shadow.gif) no-repeat scroll left top;
	border:1px solid #ccc;
	color:#565656;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	padding-bottom:2px;
	padding-left:3px;
	padding-top:2px;
}
select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #ccc;
	color:#565656;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	padding-bottom:2px;
	padding-left:3px;
	padding-top:2px;
}
#submit_button_images_7 input, input.pushbutton, #search input.pushbutton {
	background:none;
	background-color:#ddd;
}
#submit_button_images_7 input:hover, input.pushbutton:hover, #search input.pushbutton:hover {
	background:none;
	background-color:#efefef;
}
a:active, a:focus, input:active, input:focus, span:active, span:focus {
	outline: 0;
}
h1, h2, h3, h4 {
	padding-top:0.3em;
	line-height:1.2em;
}
form#commentform table td, form#mailform table td {
	padding-top:2px;
	padding-bottom:2px;
}
.firstalbum {
	margin: 0px 0px 6px 0;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 705px;
	border: 0px solid #ccc;
	background: #fff;
}
div.rb_footer {
	width:100%;
	text-align:center;
	float:left;
	border-top:1px solid #ccc;
	padding-top:2px;
	padding-bottom:6px;
	margin-top:10px;
	color:#777;
}
.social ul li {
	display:inline;
}
.social {
	width:500;
	float:right;
	margin-top:0px;
	display: none;
	visibility: hidden;
}
#header #logo {
	float:left;
	width:700px;
	height:61px;
	margin-top:10px;
}
#header #logo #logo_rb {
	float:left;
	width:200px;
	height:51px;
}
#header #search {
	float:right;
	width:250px;
	height:30px;
	margin-top:4px;
}
div#tweet {
	float:left;
	text-align:left;
	margin-top:10px;
}
div#tweet ul li {
	text-decoration:none;
	list-style:none;
}
.language_rb {
	float:right;
	padding-top:16px!important;
	padding-top:0px;
}
.language_rb ul li {
	display:inline;
}
.language_rb ul li img {
	margin-left:5px;
}
.language_rb div.img_it, .language_rb div.img_en {
}
/*.language_rb ul li#it{
background-image: url(images/it.png);
background-repeat:no-repeat;
background-position:top left;
padding-left:20px;
}

.language_rb ul li#en{
background-image: url(images/en.png);
background-repeat:no-repeat;
background-position:top left;
padding-left:20px;
}*/

.language_rb ul li a, .language_rb ul li a:link, .language_rb ul li a:visited, .language_rb ul li a:hover {
	font-size:11px;
	color:#565656;
	text-decoration:none;
	float:right;
}
#breadcrumb strong {
	font-weight:normal;
}
#content-left p.label {
	font-size:9px;
	margin-bottom:1px;
}
#content-left .jdGallery .slideInfoZone p {
	font-size: 11px;
	line-height:2.0em;
	height:100%;
}
.rating_comment{
width:705px;
float:left;
margin-top:10px;
}
.image_info div:first-child{
float:left;
}
#home_spacer {
padding-top: 8px;
}

