/*
 * Common
 */
 
body {
	/*background: #232323;*/
	background: #111;
	color: #8b8b8b;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

.clear {
	clear:both;
}

.hidden {
	dispay: none;
}

a {
	color: #dbdbdb;
}

a:hover {
    color: #ccc;
}

a:active {
    color: #232323;
}


/*
 * Header
 */
 
 
#header {
    height: 125px;
    margin: 0 auto 20px auto;
}

#header h1 {
	color: #8b8b8b;	
	margin: 0 0 5px 0;
	padding: 0;
}

#header h2 {
	font-size: 14px;
	margin: 15px 0 5px 0;
}

#horLine {
	width: 80%;
	margin: 5px auto 15px auto;
	height: 1px;
	background: url(../images/hor_line_l.gif) #dbdbdb left top no-repeat;
	text-align: right;
}

#horLine div {
	height: 1px;
	background:url(../images/hor_line_r.gif) right top no-repeat;
}

/*
 * PAGE Common
 */
 
h1 {
	color: #dbdbdb;
	font-size: 18px;
	margin: 15px 10px;
}


h2 {
	color: #8b8b8b;
	font-size: 16px;
	margin: 15px 10px;
}

h3 {
	color: #8b8b8b;
	font-size: 14px;
	margin: 10px 10px;
}

#contentContainer {
    text-align: center;
}

#content {
    width: 1080px;
    margin: auto;
    text-align: left;
    padding: 0 0 30px 0;
}
 
#mainMenu {
	color: #8b8b8b;
	text-align: center;
	margin: 0 0 50px 0;
}

#mainMenu a {
	color: #8b8b8b;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	margin-right: 25px;
}

#mainMenu a:hover {
	color: #dbdbdb;
}


#footer {
	color: #8b8b8b;
	font-size: 10px;
	text-align: center;
	margin: -10px auto 20px auto;
	padding: 0;
}

#counter {
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
}

.centerData {
	text-align: center;
	margin: 0 auto;
}

/* Genres */

.genreItem {
    width: 250px;
    float: left;
    margin: 10px;
}

.genreItem h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	height: 20px;
}

.genreItem a {
	color: #dbdbdb;
	text-decoration: none;
}

.genreItem a:hover {
	text-decoration: underline;
}

.genreItem a img {
	border: solid #333 1px;
	
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
}

.genreItem a:hover img {
	border: solid #8b8b8b 1px;
}


/* Albums */

.albumItem {
    width: 150px;
    float: left;
    margin: 15px;
    padding: 0;
}

.albumItem h4 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
	height: 35px;
}

.albumItem span {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px 0;
	height: 8px;
	display: block;
}

.albumItem a {
	color: #dbdbdb;
	text-decoration: none;
}

.albumItem a:hover {
	text-decoration: underline;
}

.albumItem a img {
	border: solid #333 1px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.albumItem a:hover img {
	border: solid #8b8b8b 1px;
}


/* Publications */

.listPublication {
	margin: 0;
	padding: 0;
}

.publicationItem {
    width: 350px;
    float: left;
    margin: 10px 0 20px 0;
    padding: 0;
}

.publicationItem h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
}

.publicationItem span {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px 0;
	height: 8px;
	display: block;
}

.publicationItem a {
	margin: 0;
	padding: 0;
}


/* Articles */

.listArticle {
	margin: 0;
	padding: 0;
}

.articleItem {
    margin: 10px 0 20px 0;
    
    clear: both;
    height: 110px;
}

.articleItem.odd {
	background: #333;
}

.articleItem {
    padding: 0 0 0 180px;
    margin: 10px 0 10px 0;
}

.articleItem img {
    margin: 5px 0 5px -175px;
    float: left;
}

.articleItem p {
	text-align: justify;
	margin: 0;
	padding: 0 10px 0 0;
}

.articleItem .date {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.articleItem h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 3px 0;
	color: #fff;
	margin: 0 0 3px 0;
}

.articleItem h2 a {
	text-decoration: none;
}

.article {
	text-align: justify;
	color: #aaa;
	font-size: 16px;
	
}

.article .date {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #777;
}

.article img {
	border: solid #8b8b8b 1px;
}

.article img.left {
	margin: 0 20px 20px 0;
	float: left;
}

.article img.right {
	margin: 0 0 20px 20px;
	float: right;
}

.article h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
}

.article h2, .article h3, .article h4, .article h5  {
	margin-left: 0;
	margin-right: 0;
	clear: both;
	color: #dbdbdb;
}

.article h2  {
	border-top: 1px solid #555;
	padding: 15px 0;
	margin-top: 15px;
	font-size: 20px;
}

.article h3  {
	font-size: 18px;
	color: #aaa;
}

/* Pictures */

.picContainer {
    padding: 0 30px;
}

.picItem {
    width: 150px;
    float: left;
    margin: 10px;
    padding: 0;
}

.picItem img {
	border: solid #8b8b8b 1px;
}


/*
 * PAGE Picture
 */

#picHeader {
	border-bottom: 1px solid #0d0d0d;
	height: 34px;
	margin: 0;
	
    background: #181818;
    background: -moz-linear-gradient(top, #363636, #181818);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#181818));
    background: -webkit-linear-gradient(top, #363636, #181818);
    background: -o-linear-gradient(top, #363636, #181818);
    background: -ms-linear-gradient(top, #363636, #181818);
    background: linear-gradient(top, #363636, #181818); 
    
}

#picHeader #logo {
	padding: 10px 0 0 25px;
	float: left;
}

#picHeader #logo a {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;	
	opacity: 0.7;
}

#picHeader #logo a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;	
	opacity: 1;
}

#picMenu {
	color: #777;
	float: right;
	font-size: 14px;
	margin: 10px 25px;
}

#picMenu a {
	color: #777;
	text-decoration: none;
	margin-right: 15px;
}

#picMenu a:hover {
	color: #dbdbdb;
}


#picTitle {
	color: #5d5d5d;
	background: #2e2e2e;
	height: 50px;
	border-bottom: 1px solid #111;
	padding: 0 0 0 25px;
	margin: 0;
	
    background: #2e2e2e;
    background: -moz-linear-gradient(top, #2e2e2e, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(100%,#252525));
    background: -webkit-linear-gradient(top, #2e2e2e, #252525);
    background: -o-linear-gradient(top, #2e2e2e, #252525);
    background: -ms-linear-gradient(top, #2e2e2e, #252525);
    background: linear-gradient(top, #2e2e2e, #252525);
}

#picTitle h1,
#picTitle a {
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 24px;
	color: #5d5d5d;
}

#picTitle h1 {
	color: #b5b5b5;
}

#picTitle h1:after {
	content: ' — ';
	padding-right: 15px;
	padding-left: 15px;
	color: #5d5d5d;
}

#picTitle a{
	text-decoration: none;
}

#picTitle a:hover {
	color: #b5b5b5;
}


#picMiddle {
	padding: 10px;
	text-align: center;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0px, transparent 50px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(0,0,0,0.5)), color-stop(50px,transparent));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0px, transparent 50px);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0px, transparent 50px);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0px, transparent 50px);    
    background: linear-gradient(top, rgba(0,0,0,0.5) 0px, transparent 50px);
}

#picTable {
	margin: 0 auto;
    width: 100%;
}

#picContainer {
	vertical-align: middle;
	text-align: center;
}

#picContainer img {
	border: 1px solid #090909;
	-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

#picContainer.wide {
	width: 1220px;
}

#picInfo {
	width: 300px;
	padding: 100px 40px;
	vertical-align: top;
}

#picInfo,
#picInfo td,
#picInfo th {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}


#picInfo a {
	text-decoration: none;
}

#picInfo a:hover {
	text-decoration: underline;
}

#picInfo a.button:hover {
	text-decoration: none;
}

#picInfo .description {
	text-align: justify;
	margin-bottom: 50px;
}

#picInfo .buttons {
	margin-top: 20px;
    text-align: center;
}

#picInfo .buttons .button {
    opacity: 0.5;
}

#picInfo .buttons .button:hover {
    opacity: 1;
}

#picInfo textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #333;
	background: #222;
	color: #777;
	font-size: 11px;
}

.infoTable {
    width: 100%;
}

#picInfo .infoTable th {
	color: #444;
	text-align: left;
	padding-right: 15px;
	width: 120px;
	font-size: 11px;
	vertical-align: top;
}

#picInfo .infoTable td {
	color: #777;
	text-align: left;
	vertical-align: top;
}

#picInfo .infoTable td.big {
	font-size: 24px;
}


#picInfo .exifLabel
{
    height: 20px;
    padding-top: 30px;
}

#picInfo .exifLabel span,
#picInfo .insertBlog a
{
    color: #777;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}

#picInfo .exifLabel span:hover,
#picInfo .insertBlog a:hover
{
    color: #ccc;
}

#picInfo .exifData
{
    display:none;
}

#picInfo .insertBlog
{
    margin: 15px 0;
}

#picInfo .bottomBlock
{
    margin-top: 200px;
    opacity: 0.5;
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

}

#picInfo .bottomBlock:hover
{
    opacity: 1;
    border: 1px dashed #333;
    padding: 19px;
    background: rgba(0,0,0,0.1);
}



#picPrev {
	padding: 10px;
	text-align:left;
}


#picNext {
	padding: 10px;
	text-align:right;
}

.moreAlbumsLabel {
	text-align: right;
	cursor: pointer;
	margin: 10px 15px 20px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.moreAlbumsLabel:hover {
	color: #fff;
	text-decoration: underline;
}

.moreAlbumsContent {
	display:none;
}


/* Tags page */

.tagList h2 {
	color: #eee;
	margin: 0;
	padding: 10px 0 0 0;
	
}

.tagList a {
	color: #8b8b8b;
	text-decoration: none;
}

.tagList a:hover {
	color: #eee;
	text-decoration: underline;
}


/******************************************************************************
	Buttons
*******************************************************************************/
 
.button {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;

    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);

    background-color: #777;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);

    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.button a,
.button a:hover,
a.button,
a.button:hover {
	color: #fff;
	text-decoration: none;
}

.button.wide {
	display:block;
	width: 100%;
}

.button.green {
	background-color: #34ad00;
	border-color: #155415;
}
