/*
Theme Name: Happy Qi
Theme URI: http://www.happy-qi.at/
Description: Theme for Gerfried Lueckl's Happy Qi
Version: 0.1
Author: Andreas Untersteggaber
Author URI: http://andy.untersteggaber.com/
Tags: yellow, orange, fixed width, no sidebar, gallery

	Happy Qi
	http://www.happy-qi.at/

	This theme was created by Andy Untersteggaber whose blog
	you can find at andy.untersteggaber.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* reset.css, part of YUI's CSS Foundation */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end reset.css */
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* end base.css */

/* Begin Typography & Colors */
body{
	background: #e6c61d url(images/mainbg.png) repeat-y;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 83%;
	color:#5F1E00;
}
#header {
	background: #FFF;
}
#header h1{
	margin: 0em;
}
#page{
	
}
#content textarea, input{
	border:1px solid #d95b27;
}
#sidebar h2{
	color: #d95b27;
}
p{
	line-height:12pt;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #d95b27;
	text-decoration: none;
}
#sidebar .homelink a{
	color: #d95b27;
	font-weight: bolder;
}
#sidebar a:hover{
	color: #d95b27;
}
#sidebar .homelink a:active, .current_page_item{
	font-weight: bolder;
	color: #d95b27;
}
#sidebar .current_page_item a{
	font-weight: bolder;
	color: #d95b27;
	font-size: 12pt;
}
.homelink{
	font-size: 12pt;
}
/* End Typography & Colors */
/* Begin Structure */
body{
	margin: 0px;
	padding: 0px;
}
#header{
	height: 200px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom:5px solid #FFFFFF;
}
#headerlogo{
	width: 200px;
	height: 200px;
	float:left;
}
#headerimg{
	margin-left: 205px;
	height: 200px;
	width: 609px;
}
#page{
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.narrowcolumn{
	padding: 20px 0 0 20px;
	width: 550px;
}
.home{
	padding: 40px 0 0 20px;
}
#sidebar{
	padding: 20px 0 0 40px; 
	width: 160px;
	float: left;
}
#sidebar ul{
	margin: 0px;
}
#sidebar ul li{
	list-style-type: none;
	margin:15px 0pt;
	font-weight: bold;
}

#content{
	margin-left: 210px;
}
#footer{
	margin: 80px 0 0 220px;
}
/* End Structure */
/*	Begin Headers */

/* End Headers */
/* Begin Images */

/* End Images */
/* Begin Lists */

/* End Entry Lists */
/* Begin Form Elements */

/* End Form Elements */
/* Begin Comments*/

/* End Comments */
/* Begin Sidebar */

/* End Sidebar */
/* Begin Calendar */

/* End Calendar */
/* Begin Various Tags & Classes */

/* End Various Tags & Classes*/
/* Captions */

/* End captions */
