/*
Theme Name: OshoAkash
Theme URI: http://www.OshoAkash.eu
Description: Wordpress theme custom made for OshoAkash.eu
Version: 0.9
Author: Bart Kosse
Author URI: http://www.bartkosse.nl
*/

html, body {

}
body, html {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7daece;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-image: url(images/cloud_background.png);
	background-repeat: no-repeat;
	background-position: 20% 190px;
}

#midground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background-image: url(images/cloud_midground.png);
	background-repeat: no-repeat;
	background-position: 20% 350px;
}

#foreground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 300;
	background-image: url(images/cloud_foreground.png);
	background-repeat: no-repeat;
	background-position: 20% 35px;
}
#site-outer {
	z-index: 300;
	position: relative;
}


/*  ====================== Page Structure ======================= */

#header-outer {
	width: 100%;
	height: 200px;
}
#header {
	width: 701px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
}
#wrapper-outer {
	width: 100%;
}
#wrapper {
	width: 701px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar-outer {
	width: 162px;
	float: left;
}
#sidebar-top {
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#sidebar {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-left: 1px;
	padding-right: 1px;
}
#sidebar-bottom {
	background-image: url(images/sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
}
#content-outer {
	float: right;
	width: 520px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	padding-right: 20px;
}
#content-bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	width: 520px;
}
#entry {
	margin-bottom: 50px;	
}
#footer-outer {
	height: 20px;
	width: 701px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color:#666666;
	font-size: 77%;
	text-align: center;
	padding-left: 160px;
	margin-top: 15px;
}
/*  ====================== Header elements ======================= */

#header h1 {
	color: #ebe618;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1;
	padding-top: 25px;
	font-size: 550%;
	display: none;
}
#header .description {
	color: #ebe618;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 250%;
	display: none;
}

/*  ====================== Content elements ======================= */
#content h2 {
	color: #335277;
	font-size: 182%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#content h3 {
	color: #333333;
}
#content h4 {
	color: #333333;
}
#content p {
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
#content ul {
	padding-left: 40px;
	padding-bottom: 10px;
}
#content ul li {
	list-style-type: circle;
	line-height: 20px;
}
.entry a {
	color: #2C4667;
}
.entry a:hover {
	color: #588aba;
}


/*  ====================== Sidebar elements ======================= */

#sidebar h2 {
	color: #335277;
	font-size: 123.1%;
	font-weight: bold;
	padding-bottom: 5px;
}
#sidebar h2 a {
	color: #335277;
}
#sidebar h2 a:hover {
	color: #335277;
}
#sidebar ul {
	list-style: none;
	line-height: 1.3;
}
#sidebar ul li {
	list-style: none;
	padding: 2px;
	padding-left: 7px;
	padding-right: 3px;
}
#sidebar ul li ul {
	list-style: none;
	padding-left: 9px;
	padding-top: 5px;
}
#sidebar ul li ul li{
	list-style: none;
	padding: 2px;
}
#sidebar .current_page_item {
	font-style: italic;
        background-image:url(images/content_bg.png);
        background-position: center center;
	padding-left: 12px;
}
#sidebar .current-cat {
	font-weight: bold;
	font-style: italic;
}
#sidebar hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	height: 1px;
	margin-bottom: 11px;
	margin-top: 15px;
}
#sidebar .widget_qtranslate {
	text-align: center;
    padding-left: 7px;
	padding-right: 12px;
}
#sidebar .widget_qtranslate ul li {
        padding: 0px;
}
#sidebar a {
	color:#000000;
	text-decoration: none;
}
#sidebar a:hover {
	color:#000000;
	text-decoration: underline;
}
/*  ====================== Footer elements ======================= */
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/*  ================================= Images ============================= */

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
}
/*  ================================= Captions ============================= */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: left;
}
.wp-caption img {
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height: 16px;
	padding: 0 4px 5px;
}
/*  ================================= Others ============================= */

br {
	line-height: 0px;
}
.clr {
	clear : both;
	font-size:1px;
	line-height:1px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#logged-in-warning {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 21px;
	width: 100%;
	z-index: 999;
	background-color: #EC0000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#logged-in-warning p {
	color: #FFF;
	font-size: 93%;
	padding-top: 3px;
	font-family: Verdana, Geneva, sans-serif;
}
#logged-in-warning a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 4px;
}
/*  ================================= qTranslate ============================= */

.qtrans_language_chooser a {
	background-position: 0px;
}
.qtrans_language_chooser .active {
	display: none;	
}
