* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	background-color: #D4D6E2;

}

/* STRUCTURE */
#wrap {
	padding: 8px 0;
	max-width: 1064px;
	min-width: 768px;
	margin: auto;
	position: relative;
}
#top {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #70737D url(manurevah_logo.png) no-repeat 200px 50%;
}
#top h1 {
	margin: 0;
	padding: 0;
}
#top a {
	display: block;
	height: 62px;
}

#statusbar {
	padding: 3px 5px;
}
#middle {
	background-color: #70737D;
	padding: 5px 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
#left {
	float: left;
	width: 190px;
	padding: 5px;
}
#right {
	float: right;
	width: 140px;
	padding: 5px;
	background-image: url(miyazakidai_150px.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 613px;
}
#content {
	background-color: #D4D6E2;
	min-height: 800px;
	padding: 1%;
	/*overflow: auto;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 150px 0 200px;
}
#footer {
	clear: both;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

/* GLOBAL CRAP */
a, a:visited {
	color: #D79E22;
	text-decoration: none;
}
p {
	margin: 9px 0;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px;
}
input {
	border: none;
}
li {
	margin-left: 23px;
}
ul ul li {
	margin-left: 43px;
}
code {
	background-color: #44464C;
	color: white;
	display: block;
	margin: 8px 0;
	padding: 8px 6px;
	white-space: pre;
	overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
cite {
	background-color: #C0C2CD;
	display: block;
	padding: 0.6em;
	margin: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.newscode {
	background-color: #44464C;
	color: white;
	display: block;
	margin: 8px 0;
	padding: 8px 6px;
	/*white-space: pre;*/
	overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* FORMS */
fieldset {
	padding: 10px;
	margin: 5px;
	border: 1px solid #4C4E55;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
legend {
	background-color: #4C4E55;
	color: white;
	padding: 1px 8px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
legend:hover {
	background-color: #29BBF2;
}
input, textarea {
	border: none;
	padding: 1px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea {
	height: 120px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}
input.submit {
	margin-top: 5px;
}

/* Little classes */
.missing {
	background-color: #FF6308;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 2px;
}
.clear {
	clear: both;
}
.stupid-spacer {
	height: 1.8em;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.author {
	font-weight: bold;
}
.hidden {
	display: none;
}
.big {
	height: 400px;
}
.small {
	height: 60px;
}
.old {
	background-color: #D79E22;
	padding: 3px 6px;
	margin: 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.new {
	background-color: #86E852;
	padding: 3px 6px;
	margin: 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.more_links {
	font-weight: bold;
	margin-top: 10px;
}

/* Lang stuff */
.en {
	background-color: #E5E7EF;
}
.fr {
	background-color: #EFE8E7;
}

/* vdo */
.vdo {
	text-align: center;
	margin: 3.6em 0;
}

/* STATUSBAR */
#statusbar {
	margin-left: 195px;
}
#statusbar a {
	color: #8D0B3F;
}
#errors, #status {
	float: left;
	padding: 0.1em 0.3em 0.1em 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#errors {
	background-color: #FF6308;
	clear: left;
}
#status {
	background-color: #29BBF2;
}

/* LANGBAR */
#lang {
	float: right;
}
#lang ul, #lang li {
	display: inline;
	list-style: none;
}
#lang li {
	margin-left: 4px;
}
#lang a.activeflag {
	color:#4C4E55;
}

/* RIGHT s:fright */
#right li {
	list-style: none;
	margin: 0;
	font-weight: bold;
	font-size: 0.95em;
}
#right select {
	background-color: none;
}

/* RSS MENU */
#rss a {
	border: none;
	padding: 0 16px 0.1em 5px;
	margin: 0;
	background: no-repeat 97% center url(rss.png);
	display: block;
	color: #29BBF2;
	font-size: 0.95em;
}
#rss a:hover {
	background-color: #29BBF2;
	color: white;
}
#rss a:first-child {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
#rss a:last-child {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

/* CONTENT */
#content a {
	color: #8D0B3F;
}
#content a:hover {
	color: #C00F56;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	/*clear: both;*/
}

/* FOOTER */
#footer {
	background-color: #F1AC18;
	padding: 4px;
	font-size: 0.8em;
	font-weight: bold;
	/*padding-left: 172px;*/
	padding: 1em 129px 1em 172px;
}
#footer a {
	color: #187090;
}
#footer img {
	float: left;
	margin-right: 1em;
}
#footer small {
	margin-top: 1em;
	clear: both;
	float: right;
}

/* MENU */
#menu div {
	background-color: #44464C;
	margin-bottom: 5px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#menu a, #menu a:visited, span.l1 {
	color: white;
	padding: 1px 7px 1px 7px;
	display: block;
}
#menu li {
	background-color: #585A62;
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	border: 1px solid transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#menu li:hover li {
	/*display: block;*/
}
#menu li a.l1 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background-color: #44464C;
}
#menu li a.l1:last-child {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#menu li:hover.l1  {
	border: 1px solid #29BBF2;
}
#menu li a:hover {
	background-color: #29BBF2;
}
#menu li:first-child {
	text-align: right;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
#menu li a.activep {
	background-color: #187090;
	border-bottom: 1px solid #29BBF2;
}
#menu li.activep {
	border: 1px solid #29BBF2;
}
#menu li li {
	font-weight: normal;
	font-size: 0.95em;
	text-align: left;
}
#menu li li:first-child a {
	text-align: left;
}
#menu li li:last-child a {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#menu li li a:hover {
	background-color: #29BBF2;
}
#menu a.activec {
	background-color: #29BBF2;
}
#menu li.more {
	background-color: #44464C;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
/* MENU RIGHT */
#menu_right div {
	margin-bottom: 5px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#menu_right a, #menu_right a:visited {
	color: white;
	padding: 1px 7px 1px 7px;
	display: block;
}
#menu_right li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	border: 1px solid transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#menu_right li .l1 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background-color: #44464C;
}
#menu_right li:hover.l1  {
	border: 1px solid #29BBF2;
}
#menu_right li a:hover {
	background-color: #29BBF2;
}
#menu_right li:first-child {
	text-align: right;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
#menu_right li a.activep {
	background-color: #187090;
	border-bottom: 1px solid #29BBF2;
}
#menu_right li.activep {
	border: 1px solid #29BBF2;
}
#menu_right li li {
	font-weight: normal;
	font-size: 0.95em;
	text-align: left;
}
#menu_right li li:first-child a {
	text-align: left;
}
#menu_right li li:last-child a {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#menu_right li li a:hover {
	background-color: #29BBF2;
}
#menu_right a.activec {
	background-color: #29BBF2;
}

/* RANDOM IMAGE */
#random_image {
	background-color: #44464C;
	/*position:relative;*/
	/*z-index:7;*/
	padding: 3px 5px;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#random_image li {
	font-weight:bold;
	list-style-type:none;
	margin-left:0;
}
div.one-image {
	/*border: 3px solid #44464C;*/
	/*border: 3px solid red;*/
	/*background-color: #4C4E55;*/
	/*background-color: red;*/
	/*border: 3px solid #4C4E55;*/
	/*-moz-border-radius: 7px;*/
	/*z-index:10;*/
	/*height: auto;*/
}
#random_image a {
	/*position:relative;*/
	/*z-index:10;*/
}
#random_image img {
	/*position:relative;*/
	/*z-index:-1;*/
	border: 2px solid transparent;
}
#random_image img:hover {
	border: 2px solid #29BBF2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#random_image small {
	font-size: 0.7em;
	margin-bottom: 3px;
}

/* COMMENTS */
div.comment {
	background-color: #CBCDD9;
	margin: 10px 0;
	/*padding: 5px;*/
	border: 1px solid #8F94A1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.comment p {
	margin: 3px 0;
}
div.commenthead {
	background-color: #BCBDC7;
	height: 1.8em;
	padding: 0 8px;
	/*border-bottom: 1px solid #8F94A1;*/
}
div.commentadmin {
	padding: 5px 8px;
	background-color: #D0B9C5;
}
div.commentbody {
	padding: 5px 8px;
}
p.comment {
	/*white-space: pre;*/
}
div.owned {
	/*color: white;*/
	/*background-color: #5A7D90;*/
}
div.owned a {
	/*font-weight: bold;*/
	/*color: orange !important;*/
}
div.owned span.author {
	color: #187090;
}
#comment {
	background-color: #8F94A1;
	color: white;
	font-weight: bold;
}
fieldset#comment {
	margin-top: 2em;
}
#comment input, #comment textarea {
	width: 70%;
}
#comment label {
	margin-bottom: 6px;
	margin-right: 1%;
	text-align: right;
	width: 23%;
	clear: left;
}
#comment input:hover, #comment input:focus, #comment textarea:hover, #comment textarea:focus {
	background-color: #F4F6FF;
	color: black;
}
#comment textarea {
	width: 98%;
	font-weight: normal;
}
#comment textarea, #comment input {
	background-color: #B3B5C0;
	color: #187090;
	float: left;
	width: 70%;
}
#comment input.submit {
	width: 250px;
	background-color: #187090;
	color: white;
	font-weight: bold;
	margin-left: 24%;
}
#comment input.submit:hover {
	background-color: #29BBF2;
}
.comments {
	font-weight: bold;
}

/* CONTACT */
#contact small {
	display: block;
	margin-left: 24%;
	padding-top: 1em;
}


/* PAGES */
#pages {
	padding: 5px;
}
#pages h1 {
	font-size: 2.2em;
	margin-left: 33px;
}
#pages h2 {
	font-size: 1.6em;
}
#pages h3 {
	font-size: 1.4em;
}
#pages h4 {
	font-size: 1.2em;
}
#pages small.date {
	/*display: block;*/
	float: right;
	text-align: right;
	margin: 3px 0 10px;
	color: #4C4E55;
}

/* START PAGE */
.category {
	float: right;
}
#start_news {
	float: left;
}
#start_pages {
	float: right;
}
div.start_section {
	width: 49%;
	border: 1px solid #8F94A1;
	margin-bottom: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.start_section:hover {
	/*border: 1px solid #29BBF2;*/
	border: 1px solid #44464C;
	background-color: #A2A6B5;
}
h2.start {
	background-color: #8F94A1;
	padding: 3px 2px;
	margin: 0;
}
a.start, h2.start a:hover {
	color: white !important;
	display: block;
	padding-left: 0.7em;
}
h2.start:hover, div.start_section:hover h2.start  {
	background-color: #44464C;
}
div.start_item {
	padding: 1%;
	/*display: none;*/
	/*height: 36px;*/
	/*overflow: hidden;*/
}
div.start:hover div.start_item {
	/*display: block;*/
	/*height: auto;*/
}
div.start {
	margin: 2%;
}
h3.start {
	background-color: #8F94A1;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h3.start a {
	padding: 0 3px;
	color: white !important;
	display: block
}
div.start  {
	border: 1px solid transparent;
}
div.start:hover  {
	border: 1px solid #29BBF2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background-color: #F6F8FF;*/
	background-color: #E4E6F3;
}
/*h3.start:hover, div.start:hover h3 {*/
h3.start:hover, div.start:hover h3.start {
	background-color: #29BBF2;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* something for hX titles to not be too big */
div.start h2 {
	font-size: 1.2em;
}
.start_more {
	margin-top: 5px;
	font-weight: bold;
}
div.start_resume {
	margin-top: 10px;
}
.start_gallery {
	float: left;
	width: 128px;
	height: 103px;
	margin: 2% 0 1% 2%;
	overflow: hidden;
}
div.start_gallery:hover strong a {
	background-color: #29BBF2;
}
.start_gallery strong a {
	font-size: 11px;
	height: 16px;
	padding: 1px 3px;
	display: block;
	color: #FFF !important;
	background-color: #8F94A1;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.start_gallery_item {
	/*padding: 1% 0;*/
}

/* NEWS */
div.news small.date {
	display: block;
	/*float: right;*/
	text-align: right;
	margin: 3px 0 10px;
	color: #4C4E55;
}
a.newsmenu, span.newsmenuselected {
	padding: 2px 5px 3px;
	/*margin: 0 2px 0 0;*/
	font-weight: bold;
}
span.newsmenuselected {
	background-color: #D4D6E2;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
a.newsmenu {
	background-color: #4C4E55;
	color: white !important;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
a:hover.newsmenu {
	background-color: #29BBF2;
}
span.newsmenu {
	/*color: #4C4E55;*/
}
h2.newstitle, h1.newstitle {
	margin: 0;
	padding: 0;
}
a.newstitle, div.newsmenu, h1.newstitle {
	margin: 23px 0 0 0;
	background-color: #8F94A1;
	padding:3px 5px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
a.newstitle, h1.newstitle {
	padding: 3px 15px;
	color: white !important;
	display: block;
}
a.newstitle:hover, h1.newstitle:hover {
	/*background-color: #187090;*/
	background-color: #29BBF2;
}
div.news, div.newsheader {
	/*border-top: 1px dashed #4C4E55;*/
	border-bottom: 1px solid #8F94A1;
	border-left: 1px solid #8F94A1;
	border-right: 1px solid #8F94A1;
	padding: 0 16px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
div.news {
	padding-bottom: 8px;
	margin-bottom: 1em;
}
span.newsheaderleft {
	float: left;
}
span.newsheadercenter {
	float: right;
	margin: 0 16px;
}
span.newsheaderright {
	float: right;
}
a.newspages, strong.newspages {
	margin: 0 2px;
}
h5.news {
	text-align: right;
	font-size: 0.7em;
}

img.news {
	float: right;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
}
div.news p {
	margin-bottom: 10px;
}
.img_right {
	margin: 5px 5px 5px 0;
	/*float: right;*/
	/*clear: right;*/
	/*margin: 5px 0 5px 5px;*/
	/*display: block;*/
}
.img_left {
	/*float: left;*/
	/*clear: left;*/
	margin: 5px 5px 5px 0;
	/*display: block;*/
}
.img_block {
	margin: 5px 5px 5px 0;
	/*display: block;*/
	/*margin-left: 23%;*/
	/*clear: both;*/
}

/* LOGIN */
#login {
	font-size: 12px;
	color: #D4D6E2;
}
#login dt {
	float: none;
	width: auto;
	margin: none;
	display: block;
	text-align: left;
}
#login dd {
	width: auto;
	float: none;
}
#login input, #login select {
	width: 99%;
	background-color: transparent;
	border: none;
	color: #D4D6E2;
}
#login input {
	color: red;
}
#login input:hover {
	color: black;
	background-color: #D4D6E2;
}
#login input.submit {
	/*color: transparent;*/
	color: white;
	font-weight: bold;
	margin: 0 0 2px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#login input.submit:hover {
	color: #4C4E55;
	background-color: #F1AC18;
}
#login input.submit:focus {
	background-color: #09E818;
}
#login select {
	background-color: #4C4E55;
	/*border: 1px solid #D4D6E2;*/
	opacity: 0.76;
}
#login a:hover {
	color: #29BBF2;
}

/* OBSOLETE ?? */
#pagesedit textarea {
	width: 99%;
	height: 330px;
}
#pagesedit textarea:focus {
	height: 630px;
}
textarea.meta {
	height: 130px !important;
}

/* GALLERY */
#gallery {
	position: relative;
}
#gallery h1 {
	/*text-align: center;*/
	background-color: #44464C;
	padding: 3px 8px;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#gallery h1 a {
	color: white;
	display: block;
}
#gallery h1 a:hover {
	color: white;
}
#gallery small.gallery_pubinfo {
	display: block;
	text-align: right;
	margin-bottom: 2px;
	color: #D4D6E2;
	position: absolute;
	top: 6px;
	right: 6px;
}
.gallery_album_box {
	float: left;
	width: 180px;
	height: 200px;
	margin: 2px;
	padding: 5px;
	text-align: center;
	background-color: #585A62;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
}
.gallery_album_box:hover {
	background-color: yellow;
	background-color: #44464C;
}
.gallery_album_box * {
	color: white;
}
.gallery_album_box strong {
	font-size: 1.6em;
}
.gallery_album_box small {
	display: block;
	color: #D4D6E2;
	margin: 4px 0;
}
/* THUMBNAIL SIZE */
.gallery_album_box img, .gallery_img_box img {
	max-height: 85px;
	max-width: 128px;
}

#gallery_big_image {
	text-align: center;
	background-color: black;
	padding: 15px 0;
	margin-bottom: 10px;
	position: relative;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#gallery_big_image div {
	position: relative;
	display: inline-block;
}
#gallery_big_image h2 {
	margin-top: 0;
}
#gallery_big_image p {
	display: none;
}
#gallery_big_image div a:hover p {
	display: block;
	position: absolute;
	left: 0;
	top: -9px;
	background-color: rgba(112, 115, 125, 0.55);
	color: white;
	padding: 0 8px;
}
#gallery_big_image a.paginate span {
	display: none;
}
#gallery_big_image a.paginate:hover span {
	display: block;
	color: #29BBF2;
	position: absolute;
	bottom: 5px;
	left: 0;
	font-weight: bold;
}
#gallery_big_image .paginate {
	/*background-color: #191919;*/
	color: #191919;
	position: absolute;
	width: 64px;
	height: 100%;
	bottom: 0;
}
#gallery_big_image .prev {
	background: transparent url(icons/prev.png) no-repeat center;
}
#gallery_big_image .prev:hover {
	background: transparent url(icons/prev_hover.png) no-repeat center;
}
#gallery_big_image .next {
	background: transparent url(icons/next.png) no-repeat center;
}
#gallery_big_image .next:hover {
	background: transparent url(icons/next_hover.png) no-repeat center;
}
#gallery_big_image .prev {
	left: -71px;
}
#gallery_big_image .next {
	right: -71px;
}
.gallery_img_box {
	/*float: left;*/
	/*height: 135px;*/
	display: inline-block;
	margin: 0 1px;
	padding: 4px 0;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	position: relative;
	height: 85px;
}
.gallery_img_box a {
	height: 85px;
	width: 128px;
	display: inline-block;
	background-color: #000;
}
.gallery_img_box * {
	color: #D4D6E2;
	background-color: rgba(54, 53, 55, 0.75);
}
.gallery_img_box:hover {
	background-color: #29BBF2;
}
.gallery_img_box strong {
	/*font-size: 1.2em;*/
	/*display: block;*/
	/*padding-bottom: 5px;*/
	text-align: left;
	position: absolute;
	left: 0;
	padding-left: 4px;
	top: 4px;
	/*background-color: rgba(54, 53, 55, 0.75);*/
	width: 124px;
	font-size: 0.92em;
}
.gallery_img_box small {
	position: absolute;
	bottom: 4px;
	right: 0;
	padding: 0 3px;
}
#gallery_sm_chosen {
	background-color: #BE476B;
}
/*#gallery ul {
	background-color: #70737D;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}*/

/* BIG IMAGE */
#image_big {
	position: absolute;
	background-color: #000;
	color: #FFF;
	padding: 20px 1%;
	left: 0;
	width: 98%;
	text-align: center;
	top: 94px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#image_big h1 {
	margin: 0 1% 13px;
	background-color: #171717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* SOCIAL LINKS */
.social {
	/*clear: both;*/
	margin: 3em 0 0.8em 0;
}
.social a {
	padding: 0 16px;
}
.digg {
	background: transparent url(icons/diggThisDigger.png) no-repeat;
}
.delicious {
	background: transparent url(icons/delicious.png) no-repeat;
}
.givealink {
	background: transparent url(icons/givealink.png) no-repeat;
}
.diigo {
	background: transparent url(icons/diigo.gif) no-repeat;
}
.identica {
	background: transparent url(icons/Identica_16x.png) no-repeat;
}
.facebook {
	background: transparent url(icons/facebook.png) no-repeat;
}
.twitter {
	background: transparent url(icons/twitter.png) no-repeat;
}
.reddit {
	background: transparent url(icons/reddit.gif) no-repeat;
}

/* FLATTR */
.flattr {
	width: 50px;
	height: 60px;
	display: block;
	background: transparent url(icons/flattr_50x60.png) no-repeat;
	float: right;
}
.flattr-small {
	height: 17px;
	background: transparent url(icons/flattr_100x17.png) no-repeat right top;
	display: block;
	position: relative;
}
.flattr-small a {
	width: 140px;
	height: 17px;
	display: block;
	position: absolute;
	right: 0;
}
.flattr-small a:hover span.flattr-arrow {
	display: block;
	/*width: 300px;*/
	position: absolute;
	right: 106px;
	color: #44464C;
	font-weight: bold;
	font-style: monospace;
}
.flattr-menu {
	height: 17px;
	background: transparent url(icons/flattr_100x17.png) no-repeat;
}

.cclicence {
	font-size: 0.85em;
}

