/*
Theme Name: Tao Arts
Version: 1.0
Author: Philip Prinz
Author URI: http://www.pimago.de
*/

body {
	margin: 0;
	padding: 0;
	background: #cdc09e url("img/bg.jpg") repeat 50% 0;
	color: #756248;
	font: normal 62.5% Helvetica, Arial, sans-serif;
	line-height: 2.2em;
	text-align: center;
}

/* Typo
-------------------------------------------------- */
h1, h2, h3, em, cite, p, ul, address {
	margin: 0;
	padding: 0;
	font-weight: normal;

}

h1, h2, h3,
h1 a, h2 a, h3 a {
	color: #161414;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin-left: 0;
	padding-left: 0;
}

address {
	margin: 0 0 .8em 0;
	padding: 0;
	font-style: normal;
	font-size: 1.4em;
}

abbr {
	cursor: help;
}

/* Links
-------------------------------------------------- */
a {
	color: #973315;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #161414;
}

a img {
	border: none;
}

/* Basic Boxes
-------------------------------------------------- */
#wrapper {
	width: 100%;
	background: transparent url(img/bg_wrapper.jpg) repeat-x 50% 0;
}

#canvas {
	margin: 0 auto;
	padding: 0 30px;
	width: 900px;
	background: transparent url(img/bg_canvas.jpg) no-repeat 159px 0;
	text-align: left;
	position: relative;
}

#header {
	height: 240px;
	text-align: center;
}

#logo {
	margin: 30px auto;
	padding: 0;
}

#body {
	padding: 40px;
	background: transparent url(img/bg_body.png) repeat 0 0;
}

#content {
	width: 530px;
	float: left;
}

#sidebar {
	/*margin-top: 4.4em;*/
	width: 260px;
	float: right;
}

#footer {
	padding: 20px 0;
	background: transparent url(img/bg_footer.png) no-repeat center 0;
}

/* Content
-------------------------------------------------- */
#content h1,
#sidebar h3 {
	margin-bottom: .5em;
	font-size: 3em;
}

#content h2 {
	margin-bottom: .5em;
	font-size: 2.3em;
}

#content h3 {
	margin-bottom: 0;
	font-size: 1.7em;
}

#content p {
	margin-bottom: 1.3em;
	font-size: 1.4em;
}

#content strong {
	color: #2F2A22;
}

#content em,
#content address,
#content blockquote {
	color: #433b31;
}

#content blockquote {
	margin: 0;
	font-style: italic;
}

#content ul {
	margin-bottom: 1.8em; 
	font-size: 1.4em;
}

#content li {
	margin: .5em 0 .5em 10px;
	padding-left: 20px; 
	background: transparent url(img/bullet.png) no-repeat 0 .2em;
}

#content img {
	border: 3px solid #B7A078 !important;
}

#content .postmetadata {
	font-size: 1.1em;
}

/* Pagination */
#content p#pagination {
	margin-bottom: 30px;
	font-size: 1.4em;
}

#content #pagination .previous {
	text-align: right;
	float: right;
}

#content #pagination .next {
	text-align: left;
	float: left;
}

/* Blog */
#blog #content .post h1 a {
	text-decoration: none;
}

#blog #content .post img {
}

#blog #content .entry {
	margin-bottom: 3em;
	padding-bottom: 0;
	border-bottom: 1px solid #B7A078;
}

#blog #content .single {
	margin-bottom: 0;
}

/* Archive */
#content.archive ul {
	margin: 0 0 1em 0;
}

#content.archive ul li {
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #B7A078;
	background: none;
}

/* Galerie */
.ngg-album {
	margin: 0 0 1.5em 0 !important;
	padding: 0 0 .6em 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #B7A078 !important;
	clear: left;
}

.ngg-albumtitle {
	margin-bottom: .5em;
	font-size: 1.6em;
}

.ngg-thumbnail img,
.ngg-gallery-thumbnail img {
	margin: 5px !important;
	padding: 0 !important;
	border: 3px solid #B7A078 !important;
	float: left;
}

.ngg-description p {
	margin-bottom: .5em;
}

.ngg-description p:first-child {
	font-weight: normal;
}

/* Form */

fieldset {
	border: none;
}

legend {
	font-size: 1em;
}

label {
	font-size: 1.4em;
	display: block;
}

label strong {
	font-weight: bold;
}

input, textarea {
	margin: 0;
	padding: 4px 6px;
	width: 290px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 2px solid #B7A078;
}

form p {
	margin-bottom: .8em;
}

textarea {
	width: 100%;
}

input:focus, textarea:focus {
	border-color: #973315;
}

.btn input, .button {
	padding: 5px;
	width: auto;
	background-color: #973315;
	color: #cdc09e;
	border: none;
	text-align: left;
}

#content .btn img.ajax-loader {
	border: none !important;
}

.wpcf7-response-output {
	font-size: 1.3em;
	border: none;
}

.wpmlwidget p,
.wpmlwidget input {
	font-size: 1.4em !important;
}

/* Sidebar
-------------------------------------------------- */
#sidebar  ul.widget {
	margin-bottom: 1.5em;
	font-size: 1.4em;
}

#sidebar ul.widget li {
	margin-bottom: 1em;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #B7A078;
}

#sidebar ul.widget li.last {
	border-bottom: none;
	text-align: right;
}

#sidebar ul.widget li strong {
	color: #433b31;
	font-weight: normal;
}

#sidebar ul.widget a {
	padding: 3px 0;
	border: none;
}

/* Footer
-------------------------------------------------- */
#footer {
	font-size: 1.25em;
	text-align: center;
}

#footer a em {
	font-style: normal;
}

/* Navi
-------------------------------------------------- */
#navi {
	margin: 0;
	padding: 0 30px;
	background: transparent url(img/bg_navi.png) no-repeat 0 100%;
}

#subnavi {
	margin: 0;
	padding: 0 30px;
	background: transparent url(img/bg_subnavi.png) no-repeat 0 0;
}

#navi li,
#subnavi li {
	padding: 0;
	float: left;
}

#navi li a,
#subnavi li a {
	padding: 17px 9px; 
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	display: block;
}

/* Current Page */
#navi .current_page_item a,
#subnavi .current_page_item a,
body#home .page_item_home a {
	color: #161414;
}

#navi .current_page_parent a {
	color: #161414;
}

/* Extras
-------------------------------------------------- */
div#lang {
	margin: 5px 30px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

div#lang a.en,
div#lang a.de {
	margin: 0 0 0 5px;
	width: 16px;
	height: 11px;
	text-indent: -999em;
	background: transparent url(img/de.gif) no-repeat 0 0;
	display: block;
	float: left;
}

div#lang a.en {
	background-image: url(img/gb.gif);
}

.alignleft {float: left;}
.alignright {float: right;}
img.alignleft, img.png-left {margin: 0 15px 15px 0; float: left;}
img.alignright, img.png-right {margin: 0 0 15px 15px; float: right;}
#content img.png-left, #content img.png-right {border: none !important;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}

#footer a.me {color: #3b382f;}
#footer a.me:hover {color: #161414;}

/* clear floats */
#body:after,
#navi:after,
#subnavi:after,
#commentlist:after,
.ngg-album:after {
	height: 0;
	content: "."; 
	display: block;  
 	clear: both; 
	visibility: hidden;
}

/* clear floats for stoopid IE 7 */
*:first-child+html #body,
*:first-child+html #navi,
*:first-child+html #subnavi,
*:first-child+html #commentlist,
*:first-child+html .ngg-album {
	min-height: 1px;
}

/* clear floats for stoopider IE 6 */
* html #body,
* html #navi,
* html #subnavi,
* html #commentlist,
* html .ngg-album {
	height: 1%;
}