/**
 * Theme Name: Taji
 * Theme URI: http://go-taiji.de
 * Description:  
 * Version: 0.1
 * Author: Maik Opermann
 * Author URI: 
 * Tags: 
 * Template: hybrid
 * Status: publish
 */
@import url('../hybrid/library/css/21px.css');
@import url('../hybrid/library/css/2c-r-fixed.css');
@import url('../hybrid/library/css/screen.css');

/* body, header */

body { 	background: #E9E3ED; margin-top:0; }
#body-container {   margin-top:0; padding-top:0; }

#header-container {
	background-image: url('top.jpg');
	width:990px; height:215px; margin-top:10 ! important;
}
#header { display:none; }

a { color: #551a8b; }

/* content */

#container { width: 990px; margin-bottom:0px; }

.content {
	background-image: url('content.jpg'); background-repeat:no-repeat;
	width: 693px; padding-top:100px}

div.hentry {
  padding-left: 30px; padding-right: 30px;
}

/* sidebar */

#primary_outer { 
	background-image: url('left_repeat.jpg'); _background-repeat:repeat-y;
	float: left; width: 297px; min-height:427px;
}
#primary { 
	background-image: url('left.jpg'); background-repeat:no-repeat;
	width: 297px;
}
#primary div.widget:last-child {
	background: url('left_bottom.jpg') no-repeat right bottom;
	margin-bottom:0;
}
#primary .widget { padding-left: 47px; }

#footer { 
  margin-top:30px;
}

/* pages widget */

ul.pages { margin-left: 0; width:249px;}

li.page_item { padding: 4px 0 0 0; height:30px; width:247px;
	background: url('navBG.jpg') no-repeat;
	list-style:none;
}
.widget a {
	color: #7158b8;
	font-family: "Arial", "Tahoma", "Verdana", sans-serif; 
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 27px;
}

/* unused */
#navigation, #site-title, .breadcrumb-trail { display:none; margin: 0px; height: 0px;}
