﻿html {
    /*border-top: 8px solid #990000;*/
}
body {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    color: #4E3D4E;
    /*font: normal 0.6em sans-serif, Arial;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background-color: #0c0c0c;
    width: 100%;
}
.clear {
    clear: both;
}
.hidden {
    display:none;
}



/* Text stytle */
/*h1 {
    font: bold 14px/1.5em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
    text-transform: uppercase;
    letter-spacing: .0.5em;
    color: #fff;
}*/
h1 {
    font-size:3.7em;
    line-height:50px;
    margin-bottom:40px;
    color:#FFFFFF;
    font-family:Georgia,Times New Roman,Times,serif;
    font-weight:normal;
    margin:0 0 30px;
}
.redText {
    color: #c1131d;
}
a {
    outline: none;
    color: #fff;
    text-decoration: none !important;
}
a:hover {
    color: #c1131d;
}
p {
    /*color: #fff*/
    color:#999999;
    font-size:1.4em;
    line-height:26px;
    margin-bottom:20px;
}



/* Menu style */
div#menu {
    padding: 0 0 60px 0;
    position: relative;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    height: 50px;
}
div#menu ul {   
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
div#menu ul li {
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: 2.2em;
    font-style: italic;
    line-height: 33px;
    float: left;
    padding: 0 10px;
}
div#menu ul li:hover {
    background: #990000;
    /*opacity: 0.6;
    filter:alpha(opacity=60);*/
}
div#menu ul li {
    /*padding-top: 40px;*/
    margin-top: 40px;
    padding: 5px 10px 5px 10px;
}
div#menu .selected {
    padding-top: 45px;
    margin-top: 0;
    background: #222222;/*#990000*/
}
div#menu ul li a:hover {
    color: #fff;
}



/* Error style */
div#error {
	position: relative;
	width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #1a1919;
	padding: 4px;
	background: #212020;
    padding: 10px;
    top: 40%;
}

/* System message style */
div#system-msg {
	position: relative;
	width: 500px;
    margin-left: auto;
    margin-right: auto;
	padding: 4px;
    padding: 10px;
    top: 40%;
}

/* Image div style */
div#image {
	position: relative;
	width: 660px;
    margin-left: auto;
    margin-right: auto;
}
div#image-container img {
	border: 1px solid #030303;
	padding: 4px;
	background: #212020;
}


/* Image Navigation*/
div#image-nav-left {
    position: absolute; 
    margin-top: 0;
	margin-left: -120px;
    top: 42%;
    padding: 0;
}
div#image-nav-left img {
    border: 0;
    float: left;
}
div#image-nav-left img:hover { 
    opacity: 0.4;
    filter:alpha(opacity=40);
}
div#image-nav-right {
    position: absolute;
    /*margin-top: 300px*/
    margin-top: 0;
	margin-left: 728px;
    top: 42%;
    padding: 0;
}
div#image-nav-right img {
    border: 0;
}
div#image-nav-right img:hover { 
    opacity: 0.4;
    filter:alpha(opacity=40);
}



/* Archive style */
div#container {
	position: relative;
	width: 778px;
    margin-left: auto;
    margin-right: auto;
}
div#container .image-list {
	border: 1px solid #030303;
	padding: 4px 4px 2px 4px;
	background: #212020;
    float: left;
    margin: 2px;
}
div#container .image-list img {
	border: 0;
}
div#container .image-list img:hover { 
    opacity: 0.6;
    filter:alpha(opacity=60);
}


/* Tag cloud style */
div#tag-cloud {
    width: 778px;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}
div#tag-cloud a {
    text-decoration: none;
}
div#tag-cloud ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}
div#tag-cloud ul li {
    margin-right: 4px;
    display: inline;
}
.tag1{font-size: 10px}
.tag2{font-size: 12px}
.tag3{font-size: 14px}
.tag4{font-size: 16px}
.tag5{font-size: 18px}
.tag6{font-size: 20px}
.tag7{font-size: 22px}


/* Tag cloud style */
div#year-cloud {
    width: 778px;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}
div#year-cloud a {
    text-decoration: none;
    font-size: 14px
}
div#year-cloud ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}
div#year-cloud ul li {
    margin-right: 4px;
    display: inline;
}