/* SITE WIDE STYLES */

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #e3e3e3 url(bg.gif) repeat-x;
}

body, img, form, div, td, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, div, td, p, span, ul, li  {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
}

ul {
     margin: 0px;
     padding: 20px;
}

li {
     margin: 0px 0px 18px 0px;
     padding: 0px 0px 0px 5px;
}


a:link, a:visited {
	text-decoration: none;
	color: #b50000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #b50000;
}


/* FRONT PAGE */

.front_body {
	background: #f3f3f3 url(bg_front.gif) repeat-x;
}

#front_content {
	display: none;
}

#front_header {
	height: 150px;
	text-align: center;
	padding-top: 25px;
}

#front_image {
	height: 400px;
	text-align: center;
	background: #13161c url(front_big.jpg) no-repeat center top;
}

#front_footer {
	height: 160px;
	text-align: center;
	padding-top: 25px;

}

#front_footer p {
	color: #ffffff;
}

#front_footer p a:link, #front_footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}

#front_footer p a:hover, #front_footer p a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* SITE TEMPLATE */

#tmpl_header {
	height: 33px;
	text-align: center;
	padding-top: 7px;
}

#tmpl_image {
	background: #181D25 url(/wp/wp-content/themes/fragola/random.php) no-repeat center top;
	height: 260px;
}

#tmpl_container {
	padding-top: 11px;
     padding-bottom: 20px;
}

#tmpl_main_container {
	width: 908px;
}

#tmpl_menu_container {
	float: left;
	width: 258px;
	margin-right: 7px;
}

#tmpl_content_container {
	float: left;
	width: 643px;
}

.tmpl_menu {
	width: 208px;
	background: url(tmpl_menu_bg.png) repeat-y;
	text-align: left;
	padding: 10px 25px 25px 25px;
}

#tmpl_content {
	clear: both;
	width: 583px;
	background: url(tmpl_content_bg.png) repeat-y;
	text-align: left;
	padding: 10px 30px 20px 30px;
	overflow: auto;
}


.tmpl_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: auto;
}

.tmpl_menu ul li {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: auto;
     position: relative;
}

.tmpl_menu ul ul {
	display: none;
}

.tmpl_menu ul .current_page_ancestor ul, .tmpl_menu ul .current_page_item ul {
	display: block;
}

.tmpl_menu .page_item a:link, .tmpl_menu .page_item a:visited, .tmpl_menu .current_page_item a:link, .tmpl_menu .current_page_item a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 5px 10px 1px 20px;
	background: url(menu_bullet.gif) no-repeat left 10px;
	width: 178px;
}

.tmpl_menu .page_item a:hover, .tmpl_menu .page_item a:active, .tmpl_menu .current_page_item a:hover, .tmpl_menu .current_page_item a:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #b50000;
	display: block;
	padding: 5px 10px 1px 20px;
	background: url(menu_bullet.gif) no-repeat left 10px;
	width: 178px;
}

.tmpl_menu .page_item .page_item a:link, .tmpl_menu .page_item .page_item a:visited, .tmpl_menu .page_item .current_page_item a:link, .tmpl_menu .page_item .current_page_item a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 1px 10px 2px 30px;
	background: url(menu_bullet2.gif) no-repeat 19px 9px;
	width: 168px;
}

.tmpl_menu .page_item .page_item a:hover, .tmpl_menu .page_item .page_item a:active, .tmpl_menu .page_item .current_page_item a:hover, .tmpl_menu .page_item .current_page_item a:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #b50000;
	display: block;
	padding: 1px 10px 2px 30px;
	background: url(menu_bullet2.gif) no-repeat 19px 9px; 
	width: 168px;
}


h1,h2,h3,h4 {
	font-family: "Trebuchet MS", Arial, Verdana;

	color: #b50000;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 10px;
}

h1 {
	font-size: 30px;	
}

p {
	margin: 0 0 18px 0;
}

.clearer {
	clear: both;
}

/* WordPress-tyylejä */

.entry-title {
	float: left;
}

.post-18 .entry-title {
	display: none;
}

.post-edit-link {
	display: block;
	float: right;
	text-align: right;
}

.alignright {
	float: right;
	text-align: right;
	margin: 18px 0 18px 18px;
}

.alignleft {
	float: left;
	margin: 18px 18px 18px 0px;
}

p.attachment {
	text-align: center;
}
