/*
Theme Name: Roska
Theme URI: http://fredantivoli.fi/
Description: default theme for fredantivoli.fi
Version: 1.1
Author: Janne M. Lohvansuu
Author URI: http:/userintelligence.com
Tags: fixed width, two columns, widgets
*/

/* general */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0!important;
}
#tivoli {
	font-size: 62.5%;
	background:#af663e;
	color:#352937;
}
img.bg-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
a {
	color:#88202b;
	text-decoration:none;
}
a:hover {
	color:#8b6569;
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
.wrapper {
	width:960px;
	clear:both;
	font-size:1.1em;
	margin:0 auto;
	position:relative;
}

/* logo */
#logo {
	margin:49px auto 40px auto;
	width:826px;
	height:240px;
	background:url('images/logo.png') no-repeat;
	text-indent:-9000px;
}
#logo a {
	display:block;
	outline:none;
	width:826px;
	height:240px;
}

/* header */
#header {
	clear:both;
	width:630px;
	padding:10px;
	background:#f2eee2;
	margin:0 0 10px 0;
}
#header h2 {
	margin:0;
	padding:0;
	font-size:42px;
	font-weight:bold;
	border-bottom:6px solid #6c6869;
	text-transform:uppercase;
	color:#6c6869;
}

/* fb link */
#fblink {
	margin:0;
	padding:0;
	width:296px;
	height:260px;
	text-indent:-9000px;
	position:absolute;
	right:0;
	top:0;
	background:url('images/fb.png') no-repeat;
	z-index:100;
}
#fblink a {
	display:block;
	width:296px;
	height:260px;

}



/* content */
#content {
	float:left;
	width:650px;
	margin:0 0 50px 0;
}


/* post & page */
.home-title {
	font-family: "Times Bold", Arial, Helvetica;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:30px;
	border-bottom:11px solid #6c6869;
}
.post {
	clear:both;
}
.post-list, .post-detail {
	margin:0 0 10px 0;
	background:#f2eee2;
	width:630px;
	padding:10px 10px 1px 10px;
	float:left;
}
.post-list {
	
}
.posttitle {
	font-size:30px;
	text-transform:uppercase;
	border-bottom:3px solid #6c6869;
	margin:10px 0 10px 0;
	font-weight:bold;
	padding:0 60px 0 0;
}
.posttitle:after {
	content:"\00BB";
	color:#88202B;
}
.entry {
	line-height:1.3em;
	font-size:1.3em;
}
.entry p {
	margin:0 0 10px 0;
}

.thumb {
	float:left;
	width:350px;
	padding:0 0 10px 0;
}
.entry-thumb {
	float:right;
	width:270px;
	padding:0 0 10px 0;
}
.excerpt {
	font-weight:normal;
	font-size:1.1em;
	line-height:1.2em;
}
.navigation {
	clear:both;
}

/* post detail */
.post-detail h2 {
	font-size:30px;
	text-transform:uppercase;
	border-bottom:3px solid #6c6869;
	margin:10px 0 10px 0;
	padding-right:45px;
	font-weight:bold;
	color:#88202b;
}
.excerpt-content {
	font-size:24px;
	font-weight:bold;
	line-height:25px;
	margin:10px 0 0 0;
}
.meta {
	clear:both;
}
.postmetadata {
	clear:both;
}
.post-edit-link {
	clear:both;
	display:block;
}

/* facebook button */
.fb-wrap {
	height:30px;
	clear:both;
	margin:-40px 0 15px 0;
}
.fb-button-share, .fb-button-like {
	float:right;
}
.fb-button-share {
	padding:1px 8px 0 0;
}

/* sidebar */
#sidebar {
	float:right;
	width:300px;
	margin:0 0 50px 0;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* widhet sidebar */
.widget-sidebar {
	width:299px;
	padding:10px;
	background:#f2eee2;
	margin:0 0 10px 0;
	clear:both;
	float:left;
	font-size:15px;
}
.widget-sidebar a {
	
}
.widget-sidebar .widget-title {
	margin:0 0 5px 0;
	padding:0;
	font-size:42px;
	font-weight:bold;
	border-bottom:6px solid #6c6869;
	text-transform:uppercase;
	color:#6c6869;
}

/* page list widget */
.widget_pages li {
	font-size:25px;
	text-transform:uppercase;
	font-weight:bold;
}
.widget_pages li a {
	color:#88202c;
}
.widget_pages li.current_page_item a {
	color:#6c6869;
}
.widget_pages li a:hover {
	color:#6c6869;
}

/* link widget */
.widget_links li {
	font-weight:bold;
}

/* photo in sidebar */
.photo-list ul {
	margin:0;
	padding:0;
	list-style-type:none
}
.photo-list li {
	float:left;
	width:75px;
	margin-right:5px;
}
.photo-list li.last {
	margin-right:0;
}
.photo-list li a img {
	border:none;
}


/* image treatment */
img.size-full {
	border:4px solid #CCCCCC;
}
img.alignleft {
	float:left;
	margin:0 10px 0 0;
}
img.alignright {
	float:right;
	margin:0 0 0 10px;
}

.notfound {
	background:#f2eee2;
	padding:10px;
	font-size:1.2em;
}
