/*
Theme Name: iYoga
Theme URI: http://www.spoiledmilk.ch/
Description: iYoga 2009
Version: 1.0
Author: Niklas Palm
Author URI: http://www.niklaspalm.se
Tags: 

*/

* {	margin: 0; padding: 0; }
body {
	margin: 25px;
	text-align: center;
	font: 0.8em Arial, Helvetica, sans-serif;
}
.clear {
	font-size: 1px;
	clear: both;
}
img {
	border: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
}
#header h1 {
	text-indent: -5000px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#header h1 a {
	width: 304px;
	height: 91px;
	background: url("images/header.png") no-repeat top left;
	display: block;
}
#header .classic a {
	background: url("images/header_classic.png") no-repeat top left;
}
#header .shape a {
	background: url("images/header_shape.png") no-repeat top left;
}
#header #languages {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}
#header #languages li {
	display: inline;
	margin: 0 0 0 7px;
	font-size: 11px;
}
#header #languages li a, #footer a {
	color: #666;
	text-decoration: none;
}
#header #languages li a:hover, #footer a:hover {
	color: #333;
}
#header #languages .active_language a {
	color: #333;
	font-weight: bold;
}
#navigation {
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
	height: 18px;
	overflow: hidden;
}
#navigation li {
	width: 175px;
	float: left;
	margin-right: 6px;
}
#navigation li a {
	background: url("images/navigation.png") no-repeat top left;
	color: #fff;
	display: block;
	width: 155px;
	padding: 4px 10px;
	text-decoration: none;
}
#navigation li a:hover {
	background: url("images/navigation.png") no-repeat top right;
}
#navigation .active a {
	background: url("images/navigation.png") no-repeat top right;
}
#navigation .last {
	margin: 0 0 0 1px;
}
#application_select {
	list-style: none;
	font-size: 12px;
	margin: 10px 0;
}
#application_select li {
	margin-bottom: 5px;
}
#application_select li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 880px;
	padding: 5px 10px 4px 10px;
}
#application_select .classic a {
	background: url("images/classic.png") no-repeat top left;
}
#application_select .classic a:hover {
	background: url("images/classic_hover.png") no-repeat top left;
	color: #f356b6;
}
#application_select .classic_active a {
	background: url("images/classic_hover.png") no-repeat top left;
}
#application_select .shape a {
	background: url("images/shape.png") no-repeat top left;
}
#application_select .shape a:hover {
	background: url("images/shape_hover.png") no-repeat top left;
	color: #0093c9;
}
#application_select .shape_active a {
	background: url("images/shape_hover.png") no-repeat top left;
}

#container {
	margin: 25px 0 15px 0;
}

#sidebar {
	width: 380px;
	float: left;
	margin-right: 50px;
}
#sidebar h2 {
	font-size: 22px;
	font-weight: normal;
	color: #666;
	margin-bottom: 25px;
}
#sidebar .item {
	border: 1px solid #ccc;
	padding: 12px;
	margin: 0 0 15px 0;
	position: relative;
}
#sidebar .item h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #666;
}
#sidebar .item .price {
	font-size: 25px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #999;
}
#sidebar .item h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
#sidebar .item ul {
	color: #444;
	list-style: none;
}
#sidebar .item li {
	width: 50%;
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
}
#sidebar .item .item_column_70 {
	width: 211px;
	float: left;
	margin-right: 15px;
}
#sidebar .item .item_column_30 {
	width: 128px;
	float: left;
}
#sidebar .no-bar {
	border: none;
	padding: 0;
}
#sidebar .item_download {
	width: 167px;
	float: left;
	margin-right: 46px;
}
#sidebar .item .last {
	margin: 0;
}
#sidebar .item .tweet {
	font-size: 11px;
	line-height: 1.5;
	color: #444;
	margin-bottom: 12px;
}
#sidebar .item .tweet em {
	color: #888;
}
#sidebar a {
	color: #f356b6;
	text-decoration: none;
}
#sidebar a:hover {
	color: #0093c9;
}

#content {
	width: 470px;
	float: left;
}
#content h2 {
	font-size: 40px;
	font-weight: normal;
	color: #666;
	margin-bottom: 25px;
}
#content h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
}
#content small {
	font-size: 11px;
	margin-bottom: 8px;
	color: #666;
	display: block;
}
#content textarea {
	width: 448px;
	padding: 10px;
	border: 1px solid #ccc;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
#content p {
	margin-bottom: 12px;
	color: #444;
	line-height: 1.5;
}

#content a {
	color: #555;
}
#content a:hover {
	color: #111;
}

#content .node {
	margin-bottom: 25px;
	position: relative;
}
#content .node h3 {
	color: #555;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
#content .node h3 a {
	color: #f356b6;
	text-decoration: none;
}
#content .node h3 a:hover {
	color: #0093c9;
}
#content .node .posted {
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
}

#content .video_list, #content .video_list li ul {
	list-style: none;
}
#content .video_list li {
	position: relative;
}
#content .video_list li:hover {
	background: #eee;
	border: 1px solid #ddd;
}
#content .video_list li ul li:hover {
	background: transparent;
	border: none;
}
#content .video_list .buy {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#content .video_list li {
	border: 1px solid #eee;
	padding: 15px;
	margin: 0 0 15px 0;
}
#content .video_list ul li {
	border: none;
	padding: 0;
	font-size: 12px;
	color: #444;
	width: 50%;
	float: left;
	margin: 0 0 8px 0;
}
#content .video_list ul li a {
	color: #f356b6;
	font-weight: bold;
}
#content .video_list ul li a:hover {
	color: #0093c9;
}
#content .video_list h3 {
	font-weight: normal;
	color: #666;
	font-size: 20px;
	margin: 0 0 10px 0;
}

#content .video_list p {
	font-size: 13px;
}

#footer {
	font-size: 11px;
	background: #ddd;
	padding: 10px;
	text-align:center;
	color: #555;
}
