/*
Theme Name: Pichler Weblog 2010
Theme URI: http://romanpichler.com/blog/
Description: The official theme for
Version: 1.0

	Pichler Weblog 2010
	 http://romanpichler.com/blog/

	Please do not use this theme without permission from Roman Pichler, http://romanpichler.com

*/


* {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

/* @group general styles */

img {
	border: 0;
}

a {
	color: #369;
	font-weight: 700;
}

a:hover {
	color: #69c;
	text-decoration: none;
}

a:visited {
	color: #036;
}

a:visited:hover {
	color: #666;
}


h1, h1 a {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

h3 { 
	margin: 30px 0 0 0;
	font-size: 18px;
	color: #555;
}

p {
	margin-top: 15px;
	line-height: 21px;
}

ul {
	margin: 15px 0 15px 10px;
	list-style-type: none;
}

ul li {
	padding-left: 40px;
	line-height: 21px;
	margin-bottom: 15px;
	background-image: url('img/bullet.gif');
	background-repeat:  no-repeat;
	background-position: 0px 1px;
}

ol {
	margin: 15px 0 15px 30px;
}

ol li {
	padding-left: 20px;
	line-height: 21px;
	margin-bottom: 15px;
}

blockquote {
	margin: 15px 0 15px 45px;
}

/* @end */

/* @group top navigation */

#top {
	height: 86px;
	width: 900px;
	margin: auto;

}

.topNav {
	float: right;
	margin-top: 27px;
}
/* @end */

/* @group index page */

#banner {
	margin-bottom: 30px;
	height: 270px;
	background: url('img/bannerBg.gif') repeat-x;
	text-align: center;
}

#indexContent {
	width: 900px;
	margin: auto;
}

.showcase {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	width: 260px;
	padding: 20px;
	margin-right: 20px;
	border: 1px solid #ccc;
	background: #eee;
}

.showcase h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.showText, .showText a {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #339933;
	line-height: 24px;
}

.showcase img {
	margin-right: 10px;
}

.showcase p {
	color: #666;
}

.message {
	margin-bottom: 15px;
	width: 570px;
	float: right;
}

/* @group index footer */

#indexFooter {
	clear: both;
	margin-top: 10px;
	padding: 30px;
	background: #eee;
	border-top: 1px solid #ccc;
	min-height: 225px;
	height: auto !important;
	height: 225px;
}

.indexFooterContent {
	width: 900px;
	margin: auto;
}

.indexFooterContent h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #336699;
}

.boxFloat {
	width: 430px;
	text-align: left;
}

.boxFloat img {
	margin-right: 10px;
}
.boxFloatText p {
	font-size: 12px;
}

.boxFloatText h2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}

.boxFloatText a {
	font-size: 12px;
}

.boxFloatText h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #339933;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	background: none;
	margin: 10px 0;
	padding: 10px;
}

ol.commentlist li.bypostauthor {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:solid 1px #ccc;
	background-color:#eee;
}

li.pingback .fn, li.trackback .fn{
	padding-left: 52px;
}

li.pingback p, li.trackback p{
	padding-left: 52px;
}

li.comment p{
	padding-left: 52px;
}

.avatar {
	float: left;
}

li.comment a.url{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

cite.fn {
	padding-left: 20px;
	font-style: normal;
	margin: 0;
	font-weight:700;
}

li div.comment-meta {
	padding-left: 52px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

li div.comment-meta a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}


h3#comments {
	color: #f15a24;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#respondwrapper {
	background: #eee;
	border-top:solid 1px #ccc;
	text-align:center;
	padding:30px 0;
	margin-bottom:-30px;
}

#respond {
	text-align:left;
	width:900px;
	margin:auto;
}

#respond h1 {
	font-size:24px;
	color:#ff6633;
	text-transform:none;
}


/* @end */	


/* @end */

/* @group subpages */

#pageHdr {
	height: 60px;
	background: url('img/pageHdrBg.jpg') repeat-x;
}

.pageHdrText {
	height: 60px;
	width: 900px;
	margin: auto;
	background: url('img/pageHdrTitleBg.jpg') no-repeat;
}

.pageHdrText h1, .pageHdrText h1 a {
	font-size: 36px;
	padding-top: 12px;
	color: #fff;
	text-shadow: 1px 1px 0 #6f95c1;
	text-transform: none;
	font-weight: normal;
}

.pageContent {
	width: 900px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*
.pageContent ul {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #eee;
	padding: 30px 30px 10px 30px;
	border: 1px solid #ccc;
	margin-left: 30px;	
}
*/

.courses {
	margin-top: 20px;
	width: 600px;
	background: url('img/tableBg.gif') repeat-x;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;	
}

th {
	padding: 5px 10px;
	text-align: left;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	background: #ddd;
	
}

td {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#books {
	padding-top: 30px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: #ccc url('img/tableBg.gif') repeat-x;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
}

.booksContent {
	width: 900px;
	margin: auto;
	color: #000;
}

.blogContent {
	margin-right: 300px;
}

.blogContent p {
	margin-top: 5px;
	margin-bottom: 1.5em;
}

.blogDate {
	height: 50px;
	width: 59px;
	background: #6699cc;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	float: left;
	text-align: center;
	margin: 10px 10px 5px 0;
	padding-top: 2px;
}

.thedate {
	width: 57px;
	margin: 2px 0 0 0;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 30px;
}


/* @end */

/* @group footer */

#footer {
	margin: auto;
	background: #999 url('footerBg.gif') repeat-x;
	border: 1px solid #666;
}

.footerText {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	color: #fff;
	font-size: 12px;
}

 .footerText div {
	color: #fff;
	font-size: 12px;
}

.footerText a {
	padding-left: 5px;
	color: #fff;
	font-size: 12px;
}

/* @end */


/* @group blog styles */

#sidebar {
	width: 280px;
	float: right;
}

#sidebar h2 {
	background: url('img/categories.gif') no-repeat;
	height: 20px;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar ul {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	background: none;
	padding: 0;
	margin: 0;
}

#sidebar li a {
	color: #f15a24;
}

#RSS {
	text-align:center;
	margin:30px;
	vertical-align:middle;
}

#RSS a, #RSS img {
	text-decoration:none;
	vertical-align:middle;
}

.trinkets {
	text-align:right;
}

.trinkets img {
	vertical-align:middle;
	margin-bottom:2px;
}

.trinkets a {
	color:#000;
}

/* @end */


/* @group additional styles */

.quote {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #eee url('img/quotebeg.gif') no-repeat top left;
	padding: 20px 20px 0px 20px;
	line-height: 1.5em;
	border: 1px solid #ccc;
}

.quote2 {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #fff url('img/quotebeg2.gif') no-repeat top left;
	padding: 20px 20px 0px 20px;
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.quote p, .quote2 p{
	margin: 0;
	padding: 20px 30px 20px 40px;
	background: url('img/quotend.gif') no-repeat bottom right;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

.quote2 p {
	background: url('img/quotend2.gif') no-repeat bottom right;
}
.quotee {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #ccc;
	padding: 10px 20px 10px 60px;
	line-height: 1.5em;	
	margin-bottom: 30px;
	font-weight:  700;
	font-size: 16px;
	font-style: italic;
}

.quotee2 {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #eee;
	padding: 10px 20px 10px 60px;
	line-height: 1.5em;	
	margin-bottom: 30px;
	font-weight:  700;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.postmetadata {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
}

.search { 
	background: url('http://www.romanpichler.com/blog/wp-content/uploads/2010/01/searchBg.gif') no-repeat;
	width: 280px; 
	height: 40px;
	margin-top: 10px;
	padding: 0;
	float: right;
	text-align: right;
}

form {
	margin: 0;
	padding: 0;
}

#s {
	margin: 10px 5px 0 10px;
	padding: 0;
	float:left;
	width: 196px;
	height: 20px;
	border: 0;
}

.postmetadata a {
	font-size: 12px;
}

.pagetitle {
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
}

.floatright {
	float: right;
}

.rightpadding {
	padding-right: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.aligncenter {
	text-align: center;
	margin: auto;
}

.wp-caption-text {
	font-weight: 700;
	font-style: italic;
}

.widget_categories, li.cat-item { text-transform: capitalize;}

/* @end */

