/*
	JUST FONTS
 */

/* normal ones */
body { font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, Arial; }
/* special cases */
h1, h2, div.vinkki a span.otsikko
{ font-family: 'Cooper Std Black', 'Cooper Black', Helvetica, Arial; letter-spacing: .33px; }


body {
	background-color: white;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

/*
	basic styles
*/

a, a:link, a:visited, a:focus {
	text-decoration: none;
	color: #b56f4b;
}
a:hover {
	color: #79330f;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
	margin-bottom: 20px;
	color: #111;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;			
}
h3 {
	font-size: 14px;		
}

p {
	margin-bottom: 16px;
}

ol, ul {
	margin-bottom: 16px;
}
ol li {
	margin-left: 20px;
	font-weight: bold;
}

ul
{
	padding-left: 1.5em;
}

ul li
{
	margin-bottom: 10px;
}


/*
	common styles
*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*
	common elements
*/

#container {
	width: auto;
	padding: 1em 0.5em;
}

#header {
	display: none;
}

#logo {
	display: none;
}

#column {
	float: none;
	display: none;
	width: 0;
}

#content {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 2em 0 0 0;
	float: none;
	display: block;
	width: auto;
}

/*
	search
*/

#search {
	display: none;
}


/*
	Etusivu
*/

div#nostot
{
	margin-bottom: 24px;
}

	div.nosto
	{
		margin: 24px 24px 0 0;
		float: left;
		border: 1px solid #ccc;
	}
	div.nosto:hover {
		border: 1px solid #888;
	}

	div#nosto-2, div#nosto-4 { margin-right: 0; }


/*
	Sesonkivinkit
*/

div.vinkki
{
	width: 679px;
	height: 338px;
	overflow: hidden;
	border: 1px solid #ccc;
}
	div.vinkki .item {
		width: 681px;
		border: 1px solid #ccc;
	}

	div.vinkki a, div.vinkki .wrapper
	{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	div.vinkki a img
	{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	div.vinkki a span
	{
		position: absolute;
		display: block;
		width: 530px;
	}
	
	div.vinkki a span.otsikko { top: 260px; left: 24px; font-size: 20px; color: #79330f; }
	div.vinkki a span.teksti { top: 280px; left: 24px; width: 400px; color: #333; }
	


/*
	navis
*/

#navi_main {
	margin-top: 200px;
}
#navi_main ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
#navi_main li {
	width: 210px;
	padding: 8px 12px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: 0;
}
#navi_main li.selected {
	background-color: #f3fceb;
	border-bottom: 1px solid #cce8b2;
}

#navi_sub {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}
#navi_sub ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
#navi_sub li {
	display: inline;
	margin-right: 24px;
	padding: 4px 8px;
	margin-bottom: 0;
}
#navi_sub li.selected {
	background-color: #f1f1f1;
}

/*
	button
*/

a.button, a.button:visited {
	float:left;
	border: 0px;
	height: 25px;
	line-height: 23px;
	margin-right: 12px;
	overflow: visible;
	text-decoration: none;
	white-space: nowrap;
}
a.button img {
	margin-right: 8px;
}


/*
	Artikkelit
*/
.article 
{
	position: relative;
	padding: 18px 0 0 0;
	margin-bottom: 2.5em;
	border-top: 1px solid #bbb;
}
	.article .author-pic, .article-full .author-pic 
	{
		float: left;
	}

	.article .title,
	.article .text,
	.article .author
	{
		margin-left: 116px;
	}
	
	.article .author
	{
		font-style: italic;
		color: #666;
		display: block;
	}
	
	.article .info
	{
		clear: both;
		height: auto !important;
		min-height: 25px;
		height: 25px;
		position: relative;
		border-top: 1px solid #bbb;
		border-bottom: 5px solid #bbb;
		padding: 5px 0 0 0;
	}
	
	.article .text 
	{
		margin-left: 18px;
		width: 540px;
		float: left;
	}
	
		.article .text a { color: #333; }
	
	.article .title 
	{
		font-size: 14px;
	}
	
	.article .date,
	.article-full .date
	{
		font-size: 14px;
		color: #888;
	}
	
	.article .date
	{
		display: block; height: 100%;
		position: absolute;
		top: 5px;
		left: 0;
	}
	
.article-full
{
	position: relative;
	padding: 2em 0 0 0;
	margin-top: 2em;
	border-top: 1px solid #bbb;
}

	.article-full h2
	{
		position: relative;
	}

	.article-full .info,
	.article-full .title,
	.article-full .text
	{
		margin-left: 170px;
	}
	
	.article-full .author
	{
		display: block;
		font-size: 14px;
		width: 300px;
		color: #777;
	}
	
	.article-full .date
	{
		position: absolute;
		top: 25px;
		right: 0;
	}
	
	.article-full blockquote
	{
		background: #F3FCEB;
		position: relative;
		padding: 10px 15px;
		margin-bottom: 20px;
	}

/*
	receipes
*/

.range {
	padding: 12px 0px;
	float: left;
}

#sort {
	float: right;
}
#sort .item {
	float: left;
	margin-top: 8px;
	padding: 8px 12px;
}
#sort .selected {
	background-color: #f1f1f1;
}

#receipes {
	border-top: 1px solid #bbb;
	clear: both;
}

.receipe {
	padding: 18px 0px;
}
.receipe .image {
	float: left;
}
.receipe .text {
	margin-left: 18px;
	width: 540px;
	float: left;
}
.receipe .text h2 {
	font-size: 14px;
}
.receipe .text p {
	margin: 0px;
}

#ingredients
{
	width: 245px;
}

.specs {
	padding: 8px 0px;
	border-top: 1px solid #bbb;
	border-bottom: 5px solid #bbb;
	font-size: 11px;
}
.specs .rating,
.specs .difficulty,
.specs .cooking-time {
	float: left;
	font-size: 11px;
	margin-right: 24px;	
}
.specs .time {
	float: right;
}

#pagination {
	padding: 12px 0px;
	float: right;
}

/*
	receipe
*/

#title {
	float: left;
}
#time {
	float: right;
	font-size: 11px;
	color: #888;
}

#specs, #tags, #instructions, #related_receipes, #sharing {
	padding: 12px 0px;
	border-bottom: 1px solid #bbb;
}
#specs .left {
	font-size: 11px;
	margin-right: 24px;
}

#tags
{
	line-height: 30px;
}

a.tag {
	color: #6a9025;
	background-color: #f3fceb;
	border: 1px dotted #cce8b2;
	padding: 2px 4px;
	margin-right: 6px;
}

.rating img {
	margin-right: 5px;
}
.difficulty img {
	margin-right: 3px;
}



/*
	Recipe form
*/

form
{
	clear: both;
}

form fieldset
{
	border: none;
	background: #F3FCEB;
	position: relative;
	padding: 10px 20px 20px 20px;
	/*margin-top: -20px;*/
	margin: 0 0 20px 0;
}

	form fieldset legend 
	{ 
		margin: 0 0 0 0;
		/*padding: 40px 0 0 0;
		float: left;
		white-space: normal;
		*margin-left: -7px;*/
		font-size: 16px; line-height: 21px; font-weight: bold; 
	}
	
	form fieldset h3
	{
		font-size: 16px; line-height: 21px; font-weight: bold;
	}
	
	form fieldset ul
	{
		list-style: none;
	}
	
form div.form-row
{
	margin-bottom: 8px;
}
	
form input.text,
form select,
form label,
form textarea
{
	font-size: 14px;
	line-height: 18px;
}

form textarea
{
	display: block;
	width: 640px;
	height: 100px;
}

form div.form-row input.text,
form div.form-row select,
form div.form-row label { float: left; }

form select optgroup
{
	border-bottom: 1px dotted #757575;
	padding: 10px;
}

form div.form-row label { display: block; width: 10em; clear: left; }

form ul
{
	padding: 0;
	margin: 0;
}

	form ul li input.radio, form ul li input.checkbox
	{
		margin-right: 10px;
	}
	
form div.form-row label.hide { display: none; }
form div.form-row label.hidden { display: none; }
form p.ohje { color: #757575; }

form div.minicol
{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}



/*
	Twitter sharing
 */

form#twitter-form p#chars-left
{
	float: right;
	font-size: 24px;
	color: #999;
	font-weight: bold;
}



/*
	featured
*/

.featured {
	float: left;
	background-color: #f3fceb;
	padding: 12px;
	width: 186px;
	min-height: 186px;
	margin-right: 24px;
}
#featured_3 {
	float: right;
	margin-right: 0px;
}

#tag-cloud
{
	width: 680px;
	margin: 20px 0 0 0;
	padding: 0;
}

	#tag-cloud p { padding: 12px; }
	#tag-cloud h3 { margin: 12px 0 0 12px; }



/*
	footer
*/

#footer {
	color: #bbb;
	padding: 24px 0px;
	display: none;
}
#footer .right {
	width: 680px;
}
#footer .right .left {
	margin-right: 24px;
}
#footer a {
	border: 0px;
	color: #bbb;
}
#footer a:hover {
	color: #333;
}



/** sekalaista **/

/*
 * Good old Clearfix. Due respect and recognition to everone/anyone who invented this, or helped develop it.
 * Search for the responsibles with google.
 */

.clearfix:after, .form-row:after, dl.simple-table:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .form-row, dl.simple-table {display: inline-block;}

/* Hides from IE-Mac \*/
* html .clearfix, * html .form-row, * html dl.simple-table {height:1%;}
.clearfix, .form-row, dl.simple-table {display:block;}
/* End hide from IE-Mac */

img
{
	border: none;
}

div.rating { display:none; }