body {	
	font-family: "Trebuchet MS", "Sans-serif";
	font-size: 10pt;
	letter-spacing: 0.05em;
	/* font-size: 0.8em; */
	line-height: 150%;
	background: url("ignisium-pattern.jpg") #2d2f2a repeat;
	background-attachment: fixed;
	color: #2d2f2a;
	margin: 0;
}

@font-face {
	font-family: "everafter";
	src: url("tall_films_regular.ttf");
}

header {
	position: absolute;
	z-index: 1;
	width: 532px;
	height: 353px;
	top: 0;
	left: 85px;
	background: url("frozentivi-header.jpg");
}

header span {
	display: none;
}

section {
	background-image: url("page-background.png");
	background-position: 100px 0;
	background-repeat: repeat-y;
}

#section_end {
	clear: both;
}

#content {
	float: left;
	margin-top: 353px;
	margin-left: 100px;
	width: 480px;
	background: url("page-background.png") #90a39f repeat;
}

aside h2 {
	font-family: "everafter";
	letter-spacing: 0.05em;
	font-size: 24pt;
	font-weight: bold;
	color: #a6483e;
	text-shadow: 1px 1px 1px #000000;
}

/***********
 * SIDEBAR *
 * *********/

aside {
	float: left;
	width: 226px;
	text-align: right;
	color: #90a39f;
	background-color: #2d2f2a;
	padding: 0 7px;
	padding-bottom: 20px;
}

a {
	color: #90a39f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d0e3df;
}

aside img {
	border: 1px solid black;
	max-width: 226px;
	height: auto;
}

#sb_last_news span {
	display: block;
}

#sb_subscribe img {
	border: none;
}

aside ul, aside dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

aside dd {
	margin-bottom: 0.8em;
}

aside h2 a {
	color: #a6483e;
}

aside h2 a:hover, .tags a:hover {
	color: #d6786e;
	text-decoration: none;
}

#sb_tags ul {
	margin: 0;
	padding: 0;
}

#sb_tags li{
	display: inline;
	text-transform: uppercase;
	cursor: pointer;
}

#sb_tags a:hover {
	color: #b0c3bf;
}

.date {
	font-size: 80%;
	font-weight: bold;
	color: #a6483e;
	padding-right: 0.5em;
}

/***********
 * ARTICLE *
 * *********/

article {
	padding: 4px;
	background-color: #90a39f;
	margin-left: 2px;
	margin-right: 2px;
}

article .text, .comment {
	margin-top: 1em;
	text-indent: 1em;
	text-align: justify;
	padding: 4px;
}

article video {
	margin-top: 1em;
	width: 460px;
	height: 258px;
	border: 1px solid black;
}

article .text img {
	display: block;
	margin: 0 auto;
}

.navigation {
	clear: both;
	padding: 4px;
}

.navigation a {
	color: #a6483e;
	font-size: 80%;
	text-transform: uppercase;
}

.navigation a.next {
	float: right;
}

.navigation a:hover {
	color: #d6786e;
	text-decoration: none;
}

.comment {
	text-indent: 0;
}

article a {
	color: #a6483e;
	text-decoration: none;
}

article a:hover {
	text-decoration: underline;
}

article img {
	margin-left: -8px;
	border: 1px solid black;
}

h1 {
	font-family: "everafter";
	text-align: center;
	color: #b0c3bf;
	text-shadow: 1px 1px 1px #000000;
	font-size: 30pt;
	letter-spacing: 0.05em;
	line-height: 30pt;
	border-top: 1px solid #2d2f2a;
	border-bottom: 1px solid #2d2f2a;
	background-color: #59645e;
	margin-top: 4px;
	margin-left: -5px;
	margin-right: -5px;
}

h1 a {
	text-decoration: none;
	color: #b0c3bf;
}

h1 a:hover {
	text-decoration: none;
	color: #d0e3df;
}

.info {
	text-align: right;
}

.info ul .tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

.imdb a{
	float: right;
	width: 44px;
	height: 24px;
	background: url('imdb_logo.png');
	margin: 4px;
	cursor: pointer;
}

.imdb a.noimdb {
	background: url('imdb_logo_bw.png');
}

.tags li, .one_edit_tag {
	display: inline;
	text-transform: uppercase;
	background-color: #a6483e;
	border-radius: 5px;
	border: none;
	font-size: 80%;
	padding: 0.4em;
	color: #90a39f;
	margin-left: 0.4em;
	text-transform: uppercase;
	white-space: nowrap;
}

.one_edit_tag {
	color: #eeeeee;
	font-size: 80%;
	cursor: pointer;
	margin-top: 4px;
}

.one_edit_tag span {
	padding-left: 0.5em;
	color: #4f4f4f;
}

.tag_new {
	display: inline;
	background-color: #90a39f;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 0.3em;
	margin-left: 0.4em;
	border: 1px solid #a6483e;
	color: #a6483e;
	font-size: 80%;
	cursor: pointer;
}

.tag_new:hover {
	color: #d6786e;
	border: 1px solid #d6786e;
	background-color: none; 
}

.tags li:hover {
	background-color: #d6786e;
}

.tags a {
	color: #90a39f;
}

.tags a:hover {
	color: #90a39f;
}

/***********
 * ARCHIVE *
 * *********/

#archive .title {
	border: none;
	background-color: none;
	border-top: 1px solid #56645e;
}

#archive .text{
	border-bottom: 1px solid #56645e;
}

/**********
 * FOOTER *
 * ********/

footer {
	clear: both;
	color: #2d2f2a;
	background-color: #59645e;
	border-top: 1px solid #2d2f2a;
	padding: 1em;
	text-align: center;
	margin: 0;
}
