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

img {
	border: 0;
}

.clear {
	clear:both;
}

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 {
    text-align: right;
    margin: 0 10px 10px 0;
}

.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;
}

.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;
}

.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
 */

#picPageContainer {
	margin: 15px 75px;
	text-align: center;
}


#picMenu {
	color: #8b8b8b;
	float: left;
}

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

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

#picMenuTitle {
	color: #dbdbdb;
	float: right;
	font-weight: 500;
	font-size: 20px;
}


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

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

#picTable {
	margin: 20px auto;
}

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

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

#picText {
	color: #8b8b8b;
	font-weight: bold;
	font-size: 12px;
}

#picText span {
	color: #8b8b8b;
	font-size: 10px;
	font-weight: bold;
}

.picTagList {
	font-size: 12px;
	text-align: right;
	padding: 15px 0 0 50px;
	height: 20px;
}

.picTagList a {
	color: #ccc;
}

.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;
}
