/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 2.3
Description: A simple theme with two corresponding random pictures in the header and a suckertree navigation thereunder. Optionally one or two columns. Two color schemes available. Widget ready. Please read the readme.txt file.
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, two-columns, fixed-width, white, black, light
*/

/* STANDARDS */

body {
}
table tr td {
}

h2 {
	margin: 0;
	font-size: 1.2em;
}
h3 {
}
a {
	color: #c11415;
	text-decoration: none;
}
a:hover {
	color: #a1a1a1;
}
img {
	border: none;
}
img.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.alignright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
blockquote {
	padding-left: 30px;
	background: url("images/blockquote.jpg") no-repeat top left;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
input, textarea {
	border: 1px solid #999999;
	padding: 5px;
}
textarea {
	width: 90%;
}
/* MAIN CONTAINERS */

#contentwrap {
	width: 860px;
	min-height: 480px;
	margin-top: 30px;
	margin-left: 20px;
}
#left{
	float: left;
	width: 480px;
	margin-right: 40px;
}
#right{
	float: right;
	width: 340px;
}

/* HEADER */

#navigation {
	height: 17px;
	border-top: 5px solid #000000;
}
/* LEFT (HEADLINE) */
#headline {
	margin-bottom: 20px;
}
#headlinetitle {
	padding: 15px 4px 1px;
	background-color: #000000;
	color: #ffffff;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing:-1px;
	font-weight: 900;
	text-decoration: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#topnews {
	border-bottom: 1px solid #000000;
}
h2#topnews_title {
	font-size: 16px;
}
#topnews .newsheadline_summary{
	margin-top: 5px;
	margin-bottom: 5px;
}
.newsheadline_date{
	font-size: .8em;
	color:#666;
}
li.newsheadline {
	margin-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	background: url("../../../../images/arrow.gif") no-repeat 0 6px;
}
li.newsheadline .newsheadline_title {
	font-size: 1.1em;
	font-weight: bold;
}
li.newsheadline .newsheadline_summary {
	font-size: .8em;
}

/* LEFT (POST & ENTRIES) */

.posts{
	margin-right: 0;
}
.posts div.post{
	margin-bottom: 20px;
}
.postdate {
	padding: 1px 5px 4px;
	background-color: #666666;
	color: #ffffff;
	font-size: .8em;
	margin-bottom: 10px;
}
.postdate a:link {
	color: #ffffff;
	text-decoration: none;
}
.postdate a:visited {
	color: #ffffff;
	text-decoration: none;
}
.pagetitle {
	padding: 20px 4px 1px;
	background-color: #000000;
	color: #ffffff;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing:-1px;
	font-weight: 900;
}
.posttitle {
	padding: 20px 4px 1px;
	background-color: #000000;
	color: #ffffff;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-size: 1.2em;
	font-weight: bold;
}
.posttitle a:link {
	color: #ffffff;
	text-decoration: none;
}
.posttitle a:visited {
	color: #ffffff;
	text-decoration: none;
}
.posttitle a:hover {
	color: #000000;
	background-color: #ffffff;
}
.category a {
	text-decoration: none;
	text-transform: lowercase;
}
.postmetadatabottom {
	width: 100px;
	margin: 0 0 0 10px;
	padding: 0;
	background: #DDDDDD;
	text-transform: uppercase;
}
.postmetadatabottom a {
	color: #000000;
	text-decoration: none;
}
.postmetadatabottom a:hover {
	color: #ffffff;
}
.entry {
	padding-bottom: 10px;
	line-height: 1.8em;
}
.entry ul, ol{
	padding-left: 0;
}
.entry table tr td{
}

/* RIGHT (SEARCH & WIDGETS) */

.search {
	display: none;
	margin-top: 20px;
}
#searchsubmit {
	display: none;
}
#s{
	width: 180px;
	margin-bottom: 20px;
	padding: 1px 2px 1px 17px;
	background: #000000 url("images/magnifier-black.png") no-repeat top left;
	color: #ffffff;
	border: none;
}
.widgets{
	margin-bottom: 18px;
}
.widgets ul{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.widgets ul li ul li{
	padding: 1px 4px;
}
.widgets ul li{
	background-color: #666666;
	color: #ffffff;
	margin-bottom: 1px;
}
.widgets ul li a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.widgets ul li a:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}
h2.widgettitle{
	padding: 15px 4px 1px;
	background-color: #000000;
	color: #ffffff;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing:-1px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}
h2.widgettitle:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}
.widgetbody{
	padding:10px;
}
/* GIGS widget */
.widget div.gig .date{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing:-1px;
	font-weight: 900;
}
.widget div.gig .eventName{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing:-2px;
	font-weight: 900;
}
.widgetbody li.gig {
	padding: 5px 0;
	border-bottom: 1px solid #999;

}
.widgetbody li.gig .date{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing:-1px;
	font-weight: 900;
}
/* GIGS Lists */
.entry .gigs-calendar {
	border-top: 1px solid #999;
	margin-top: 10px;
	padding-top: 20px;
}
.entry .gigs-calendar .caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing:-2px;
	font-weight: 900;
	color: #000000;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.entry .gigs-calendar li {
	clear: both;
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.entry .gigs-calendar li .date {
	clear: both;
	float: left;
	width: 100px;
}
.entry .gigs-calendar li .eventName {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing:-1px;
	font-weight: 900;
}
.entry .gigs-calendar li .eventName a{
	text-decoration: none;
}
.entry .gigs-calendar li .eventName a:link{
	text-decoration: none;
}
.entry .gigs-calendar li .eventName a:visited{
	text-decoration: none;
}
.entry .gigs-calendar li .venue {
	float: left;
	display: inline;
	padding-right: 5px;
	margin-left: 100px;
}
.entry .gigs-calendar li .city {
	float: left;
	display: inline;
	padding-right: 5px;
}
.entry .gigs-calendar li .country {
	float: left;
	display: inline;
	padding-right: 5px;
}
.entry .gigs-calendar li .icon {
	float: left;
	display: inline;
	padding-right: 5px;
}
/* GIGS Post */
.entry .gig-post table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.entry .gig-post table td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
.entry .gig-post table div.eventName {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing:-1px;
	font-weight: 900;
	color: #000000;
}
/* FOOTER */

#navlink {
	clear: both;
	margin: 25px 0 25px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	margin-top: 20px;
}
#footer a {
}	
#footerleft {
	float: left;
	text-transform: uppercase;
}
#footerright {
	float: right;
	color: #c11415;
	font-weight: bold;
	text-transform: uppercase;
}

/* COMMENTS */

#comments {
	clear: both;
	padding-top: 20px;
}
#comments h3{
	background: #DDDDDD;
}
.comment-info-split {
	clear: both;
}
.commentmetadata {
	text-transform: uppercase;
}
.commentlist div.alt {
	padding: 10px;
	background: #DDDDDD;
	color: #000000;
	margin-bottom: 1px;
}
.commentlist div {
	padding: 10px;
	background: #BBBBBB;
	color: #000000;
	margin-bottom: 1px;
}
.comment-div {
	display: block;
}
.comment-left {
	width: 30%;
}
.comment-right {
	width: 70%;
}
h3#respond {
	margin-top: 10px;
}