/*
Theme Name: Fenzl Experience
Theme URI: http://wordpress.org/
Description: Fenzl Experience Theme.
Version: 0.1
Author: Jan Wessely
Author URI: http://jawe.net/
Tags: black, fixed width, two columns, widgets

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

*/

body {
	color:White;
	background-color:Black;
	font-family:Arial,Verdana,Sans-Serif;
	padding:0;
	border:0;
	margin:0;
	text-align:left;
}

#page {
	width:1024px;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

#fenzl-o {
	width:1024px;
	height:24px;
	background: url('images/fenzl-o.png') top left no-repeat;
}

#fenzl-logo-o {
	width:545px;
	height:125px;
	background: url('images/fenzl-logo-o.png') top left no-repeat;
}

#fenzl-peek {
	height:125px;
	background: url('images/fenzl-peek.png') top right repeat-x;
	overflow:hidden;
}


#fenzl-gif {
	width:350px;
	height:125px;
	background: url('images/fenzl-peek.gif') top left no-repeat;
}

#fenzl-ro {
	width:101px;
	height:125px;
}

#fenzl-content {
	width:923px;
	background: url('images/fenzl-content-lr.png') top left repeat-y;
}

#fenzl-content2 {
	width:923px;
	min-height:200px;
	background: url('images/fenzl-content.png') top left no-repeat;
}

#sidebar {
	float:left;
	padding:200px 0 0 101px;
	width:190px;
}

#content {
	padding:20px 40px 40px 317px;
	font-size:0.9em;
}

#content.frontpage {
	padding:0 40px 40px 297px;
	text-align:right;
}

#content.frontpage #upcoming-gigs {
	padding: 0.5em 1em 0.8em;
	text-align:left;
}

#content.frontpage #upcoming-gigs h2 {
	font-size:1em;
}

/*#content.frontpage #upcoming-gigs h2, #content.frontpage #upcoming-gigs ul, #content.frontpage #upcoming-gigs li {
	display:inline;
}*/

#content.frontpage #upcoming-gigs ul, #content.frontpage #upcoming-gigs li {
    list-style-type: none;
    list-style-image: none;
}

#content.frontpage div.wp-caption {
	width: 580px !important;
}

#content.frontpage p.wp-caption-text {
	margin:0.2em 0 0.32em;
	font-size:smaller;
	text-align:right;
}

#content .attachment img {
	max-width:550px;
}

#fenzl-r {
	width:101px;
	/*background: url('images/chrizzle.gif') top left no-repeat;*/
}

#fenzl-u {
	width:1024px;
	padding:20px 101px 0;
	background: url('images/fenzl-u.png') top left no-repeat;
	text-align:center;
	clear:both;
	font-size:x-small;
}

#fenzl-u .ad1 {
}

#fenzl-u .ad2 {
	float:right;
}

#homelink {
	position:absolute;
	top:0;
	left:0;
}

#homelink img {
	width:277px;
	height:270px;
}

#homelink, #homelink:visited, #homelink:hover {
	border:0;
}

#feeds, #feeds ul, #feeds ol, #feeds li {
    margin:0;
    display:inline;
}
#feeds a {
    background: url('images/rss.png') no-repeat left bottom;
    padding: 0.2em 0 0 18px;
}

#content-nav {
	float:right;
	font-size:x-small;
}

.postmetadata {
    text-align: right;
    font-size:smaller;

    margin: 1em 0 0;
}

.smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.attachment {
    text-align: center;
    margin: 5px 0px;
}

.clear {
	clear:both;
}

.post {
    /*text-align: justify;*/
    /*border-bottom: 1px solid #406935;*/

    padding:0 0 1.6em;
    margin: 0;
}

.post-body p {
    padding:0;
    margin:0 0 0.8em;
}

.post-header {
    font-size:small;
    padding: 0 0 0.5em;
}
.post-tags {
    text-align:right;
    font-size:x-small;
}

span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

.more-link {
	/*display:block;*/
	font-size:x-small;
}

/* Begin Sidebar */
#sidebar {
	text-align:center;
	font-size:small;
}

#sidebar a {
}

#sidebar h2 {
    font-size: 1.2em;
    text-decoration: none;

    margin: 5px 0 0;
    padding: 0;
}

#sidebar h2 a, #sidebar h2 a:hover, #sidebar h3 a:hover, #sidebar h4 a:hover {
}

#sidebar h3, #sidebar h4 {
    margin:0;
    padding:0;
}

#sidebar li {
    margin-left:0;
}

#sidebar form {
    margin: 0;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul {
    padding-bottom:1em;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

#sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar .li {
  display:inline !important;
}

#sidebar #searchform #s {
    width: 115px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}
/* End Sidebar */

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

a:hover {
    color:#ff0;
    text-decoration: underline;
}

a:visited {
}

a:active {
	outline: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a {
    color: White;
}

/* End Links */


/*  Begin Headers */
h1 {
	font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}
/* End Headers */


/*  Begin Headers */
.post h2 {
    margin-top:0;
}
h3.comments {
    padding: 0.5em 0 0.8em;
    margin: 0;
}

h3#respond {
}

.post h3 {
   padding: 0;
}

/* End Headers */



/* Begin Images */
a img {
    border:0;
}

.post p img {
    padding: 4px;
    max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
    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
}
.frontpage .frontpage img {
	border:2px solid #777;
	padding:0 !important;
}
.frontpage img.noborder {
	border:0 !important;
}

.aligncenter {
	text-align:center;
}

/* End Images */



/* Begin Lists */
.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

.current-cat {
    font-style: italic;
}
/* End Lists */



/* Begin Form Elements */

.text-body form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

select {
    width: 130px;
}

#commentform {
    text-align:left;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 66.7%;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
    text-decoration: none;
    empty-cells: show;
    margin: 10px 0 0 0;
    width: 99%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    /*background-color: #fff;*/
}

.widget_calendar h2 {
    display: none;
}
/* End Calendar */



/* Begin Various Tags & Classes */
hr {
    height:1px;
    background-color:#777;
}

.bookmarks table {
	width:100%;
}
.bookmarks td {
	width:50%;
	text-align:center;
	vertical-align:middle;
}
.bookmarks th h2 {
	border-bottom: 1px solid #777;
}
.bookmarks img {
	padding-bottom: 1em;
}
.bookmarks #linkcat-7 {
	font-size:small;
}
.bookmarks #linkcat-7 td {
	text-align:left;
	vertical-align:top;
}

.navigation {
    display: block;
    text-align: center;
    margin:0 0 2em;
    padding:1em 0 0;
    font-size:smaller;
}
.text-body em.highlight {
   font-style:normal;
   color:White;
   background-color: #999; 
}
.text-body .action-links {
	text-align:right;
	font-size:smaller;
}

.jLanguageSelector {
	text-align:center;
	margin-top:20px;
}
.jLanguageSelector ul {
	margin:0;
}
.jLanguageSelector li {
	list-style-type:none;
	display:inline;
	margin:0;
}

.ngg-widget-slideshow {
	border:2px solid #777;
	padding:0;
	margin:0;
}

.tagcloud {
	text-align:center;
}

#content #searchform {
	padding-bottom:1em;
}

/* End Various Tags & Classes*/


