/*
Theme Name: Ruusuniemi Theme
Theme URI: http://www.yakit.fi
Description: The first theme to be used at Yakit Design page.
Version: 1
Author: Jussi Elo
Author URI: http://www.yakit.fi
Tags: 
*/


/******************************************/
/***             CSS RESET              ***/
/******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******************************************/
/***               DIVIT                ***/
/******************************************/

#wrap {
	width: 958px;
	margin: 20px auto;
	border: 1px solid #a9a49e;
	overflow: hidden;
}

#header {
	width: 958px;
	height: 39px;
	float: left;
	display: block;
	background: url(images/header_bg.gif) repeat-x;
}

#content {
	width: 958px;
	float: left;
}

#left {
	width: 363px;
	float: left;
}

#right {
	width: 595px;
	min-height: 507px;
	float: right;
	background: url(images/tekstit_bg.gif) repeat-y left;
}

#kuvitus {
	width: 595px;
	height: 330px;
	float: left;
}

#alasivu_kuvitus {
	width: 595px;
	height: 330px;
	float: left;
}

#tekstit {
	width: 375px;
	float: left;
	padding: 60px 60px 60px 60px;
}

#tekstit_yhteys {
	width: 475px;
	float: left;
	padding: 60px 60px 60px 60px;
}

#tekstit_facebook {
	width: 280px;
	float: right;
}

#galleria {
	width: 595px;
	float: left;
}

#bottom {
	width: 958px;
	height: 79px;
	float: left;
	background: url(images/bottom.jpg) no-repeat;
}

#footer {
	width: 958px;
	height: 63px;
	float: left;
	background: url(images/footer_bg.gif) repeat-x;
	text-align: center;
	padding-top: 20px;
}


/******************************************/
/***           TEKSTITYYLIT             ***/
/******************************************/

p, li, a, h2, h4, label, table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #b7a093;
}

p, li, table {
	font-size: 13px;
}

p, td {
	line-height: 20px;
	margin-bottom: 10px;
}

strong, label {
	font-weight: bold;
}

hr {
	margin: 20px 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #987b6c;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

small {
	color: #9b9d9f;
	font-size: 12px;
	font-weight: bold;
}

input:focus, textarea:focus {
	background: #f0ede6;
}

/******************************************/
/***               NAVI                 ***/
/******************************************/

ul.navi {
	width: 363px;
}

ul.navi li {
	width: 363px;
	height: 77px;
	text-align: center;
	display: block;
	text-transform: lowercase;
	background: url(images/navi_divider.jpg) no-repeat bottom;
	font-size: 16px;
}

ul.navi li a {
	display: block;
	width: 363px;
	height: 47px;
	padding-top: 30px;
}

/******************************************/
/***          RANDOM CLASSES            ***/
/******************************************/

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.wide50 {
	width: 50px;
}

.wide230 {
	width: 230px;
}
