/*
Theme Name: Jona
Theme URI: http://yogajona.se
Description: Ett WordPress-tema f&ouml;r yogajona.se
Version: 1.0
Author: Jonk @ Conagri
Author URI: http://www.conagri.se
Tags: pink, orange, white, fixed width, two columns, widgets
Text Domain: jona
*/
/*********************************************************** generic tags *********************************************************/
* {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	background:url('images/body_bg.png') left top repeat-x #ff9600;
}
body * {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#333;
}
h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	font-family:'Trebuchet MS','Lucida Grande',verdana,arial,helvetica,sans-serif;
	color:#e1007b;
	font-size:28px;
	text-decoration:none;
}
h1, h1 a, h1 a:hover {
	font-size:28px;
}
h2, h2 a, h2 a:hover {
	font-size:24px;
}
h3, h3 a, h3 a:hover {
	font-size:20px;
}
h4, h4 a, h4 a:hover {
	font-size:18px;
}
h5, h5 a, h5 a:hover {
	font-size:16px;
}
h6, h6 a, h6 a:hover {
	font-size:14px;
}
h7, h7 a, h7 a:hover {
	font-size:12px;
}
p {
	display:block;
	clear:both;
	margin-bottom:11px;
}
#page {
	padding-top:20px;
	width:758px;
	margin:0px auto 0px auto;
}
#page * {
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #ec008c;
}
blockquote {
	padding: 15px 30px 15px 30px;
	color:#00addc;
	text-transform: uppercase;
	font-weight:bold;	
	font-family: Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-size:14px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
a img {
	border: none;
}
.clearer {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
.navigation {
	display:block;
	clear:both;
	width:500px;
	margin:0px;
	padding:20px 0px 20px 0px;
}
.navigation * {
	color:#e1007b;
}
small, small * {
	font-size:10px;
}
/*********************************************************** /generic tags *********************************************************/

/*********************************************************** header *********************************************************/
#header {
	background:url('images/header.png') left top no-repeat;
	width:758px;
	height:193px;
}
#headerimg {
	position: absolute;
	left: -1000em;
}
#headerLink {
	width:750px;
	height:163px;
	margin:4px 4px 0px 4px;
	display:block;
	clear:both;
}
/*********************************************************** /header *********************************************************/

/*********************************************************** menu *********************************************************/
#header #menuContainer {
	display:block;
	height:30px;
}
#menu {
	display:block;
	width:736px;
	padding:0px 7px 0px 7px;
	height:30px;
	overflow:hidden;
}
#menu ul {
	border:0px;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:30px;
	height:30px;
	width:100%;
	overflow:hidden;
}
#menu li {
	display:inline;
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
#menu ul .current_page_item, #menu .current_page_item a:hover, #menu ul .current_page_parent, #menu .current_page_parent a:hover {
	background:url('images/menu_active.gif') no-repeat bottom center;
}
#menu a, #menu a:link, #menu a:active, #menu a:focus, #menu a:visited, #menu a:hover {
	text-decoration:none;
	border:0px;
	height:30px;
	line-height:30px;
	padding:15px 10px 15px 10px;
	white-space:nowrap;
	color:#fff;
}
#menu .selected a:hover {
	background:url('');
}
#menu a:hover {
	background-color:#ec86be;
}
#menu .lang {
	float:right;
	font-weight:bold;
}
#submenu {
	display:block;
	clear:both;
	width:736px;
	padding:0px 0px 10px 0px;
	margin-top:-10px;
}
#submenu ul {
	border:0px;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
}
#submenu li {
	display:inline;
	float:left;
	border:0px;
	padding:0px;
	padding-right:15px;
	margin:0px;
}
#submenu li a {
	font-weight:bold;
}
#submenu ul .current_page_item a, #submenu .current_page_item a:hover {
	text-decoration:none;
}
/*********************************************************** /menu *********************************************************/

/*********************************************************** content *********************************************************/
#contentContainer {
	background:url('images/page_bg.png') left top repeat-y;
	width:758px;
	display:block;
	clear:both;
}
#contentContainerPadding {
	display:block;
	padding:0px 20px 0px 20px;
	background:url('images/content_bg.gif') 4px top no-repeat;
	clear:both;
}
#content {
	width:500px;
	display:inline;
	float:left;
	padding:20px 20px 20px 0px;
}
.post, .page {
	padding:0px 0px 20px 0px;
}
.post ul, .post ol, .page ul, .page ol {
	margin: 0px;
	padding:0px 0px 0px 35px;
}
.post li, .page li {
	margin:7px 0px 8px 10px;
}
h2.pagetitle, .post h2, .post h3, .post h4, .post h5, .post h6, .post h7, .page h2, .page h3, .page h4, .page h5, .page h6, .page h7 {
	margin-bottom:10px;
}
.post a, .page a {
	color:#e1007b;
	test-decoration:underline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#searchform {
	padding-bottom:20px;
}
.more-link {
	display:block;
	padding-top:16px;
}
.page .catThmbListItem {
	width:150px;
	height:165px;
	display:inline;
	float:left;
	margin:0px 10px 10px 0px;
	overflow:hidden;
}
/*********************************************************** /content *********************************************************/

/*********************************************************** comment *********************************************************/
#respond {
	display:block;
	clear:both;
	width:500px;
}
.commentlist .alt {
	padding: 20px 10px 20px 10px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments {
	display:block;
	clear:both;
}
h3#comments, h3#respond {
	margin: 10px 0px 0px 0px;
}
.commentlist, .post ul.commentlist, .post ol.commentlist, .page ul.commentlist, .page ol.commentlist {
	margin:0px;
	padding:0px;
}
.commentlist li {
	margin: 15px 0px 15px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}
.commentlist .fn {
	font-weight:bold;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	border: none;
}	
.commentlist li.author .avatar {
	border: 1px solid #669933;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
}
#commentform #submit {
	float: right;
}
#commentform #comment {
	width:500px;
}
/*********************************************************** /comment *********************************************************/

/*********************************************************** sidebar *********************************************************/
#sidebar {
	padding-top:20px;
	display:inline;
	float:left;
	background:url('images/sidebar_bg.gif') left top no-repeat #fff;
	width:190px;
	overflow:hidden;
}
#sidebar a {
	text-decoration:none;
	color:#333;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar ul, #sidebar ul ol, #sidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	clear:both;
}
#sidebar h2 {
	background-color:#e1007b;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	margin:0px;
	width:180px;
	display:block;
	clear:both;
	padding:4px 5px 4px 5px;
	font-size:15px;
	color:#fff;
	overflow:hidden;
}
#sidebar li ul {
	background-color:#f9cce5;
	width:180px;
	display:block;
	clear:both;
	padding:5px;
	margin-bottom:20px;
	overflow:hidden;
}
#sidebar ul.img {
	padding:0px;
	width:190px;
}
#sidebar ul.img li {
	background-color:#fff;
}
#sidebar .archive a {
	text-transform:capitalize;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar #pages li ul {
	padding:0px;
	padding-left:10px;
	margin:0px;
}
#sidebar .rss {
	background:url('images/rss.gif') no-repeat 0px 1px;
	padding-left:18px;
	height:18px;
	line-height:18px;
	display:block;
}
#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
#sidebar #wp-calendar a {
	text-decoration:underline;
}
#sidebar .categories .children {
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}
#sidebar #photoAlbum {
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar #sidebarResults, #sidebar #sidebarResults * {
	color:#fff;
	padding:0px;
	margin:0px;
}
#sidebar #sidebarResults {
	background-color:#e1007b;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	padding:4px 5px 4px 5px;
	margin-bottom:20px;
}
/*********************************************************** /sidebar *********************************************************/

/*********************************************************** footer *********************************************************/
#footer {
	background:url('images/footer_bg.png') left top no-repeat;
	width:758px;
	height:54px;
	padding-bottom:20px;
}
#footer #footerInnerPadding {
	width:700px;
	text-align:center;
	margin:0px auto 5px auto;
	padding-top:10px;
}
#footer * {
	color:#fff;
}
/*********************************************************** /footer *********************************************************/

