/*  
Theme Name: kubus media | Visual Artists
Theme URI: http://liquorice.monomo.co.uk
Description: The perfect antidote to drop shadows. Original style by Felix Benedikt.
Version: 1.0
Author: Joscha van der Linden
Author URI: http://www.kubusmedia.com

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

*/


/* === General Definitions - valid throughout the page === */

* {
	margin:0;
	padding:0;
} 

html {
	height:100%; 
	font-size:100.01%;
} 

body {
	text-align: center;
	min-height: 101%;
	font-size: .8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #585858;
	margin: 0 auto;
	background: #ffffff;
} 

body * {
	text-align: left;
}


hr {
	display: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #750600;
	border-bottom: 1px solid #750600;
	line-height: 1.2em;
	font-weight:normal;
	margin: 0 0 0.4em 0;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #750600;
	border-bottom: 1px solid #750600;
}

a:hover,
a:active,
a:focus  {
	text-decoration: none;
	color: #585858;
	border-bottom: 1px solid #585858;
}

h1 a:link,
h1 a:visited {
	border: none;
}

h1 a:hover,
h1 a:active,
h1 a:focus  {
	border: none;
}


br {
	clear: both;
}

input,
textarea {
	font-size: 100%;
	color: #585858;
	line-height: 1.4em;
}

/* === The Main Structure of the page === */

.centerStage {
	width: 860px;
	margin: 0 auto;
	position: relative;
	padding-top: 4em;
}

#brand {
	float: left;
	padding-top: .3em;
	margin-right: 1em;
}

#skipNavigation {
	width: 100%;
	position: absolute;
	top: 2em;
	left: 0;
	display: none;
}

.content {
	width: 65%;
	margin: 0;
	float: left;
}

.content p {
	padding: 0.5em 0;
}

.footer {
	width: 100%;
	margin: 2em 0 0 0;
	clear: both;
}

/* === The Page Navigation - or - The Top Navigation === */


#topNavigation ul {
	width: 32.5%;
	margin: 0;
	line-height: 1.4em;
	float: right;
}

#topNavigation ul li {
	display: inline;
	list-style-type: none;
}



/* === The Header & Motto === */

#header {
	padding-bottom: 4em;
}

.header h1 {
	font-size: 200%;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}


.header a,
.header a:link,
.header a:visited {
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
}

.header a:hover,
.header a:active,
.header a:focus  {
	text-decoration: none;
}


/* === The Content Navigation === */

.content br {
	clear: both;
}

.entry {
	margin-bottom: 4em;
}

div.entry-content {
	clear: both;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.postmetadata {
	clear: both;
	padding: 0;	
	margin: 0.5em 0 0 0;
	color: #750600;
}

div.postmetadata a {
	color: #750600;
	margin: 0 0.5em;
	border-bottom: 1px solid #750600;
}

div.postmetadata a:hover {
	color: #585858;
	margin: 0 0.5em;
	border-bottom: 1px solid #585858;
}

/* === The Footer === */

.footer {
	color: #750600;
	border-top: 1px solid #750600;
	line-height: 1.4em;
	padding: 1em 0;
	margin: 1em 0;	
}

.footer ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}


/* === The Side Menu === */

.sidebar {
	width: 32.5%;
	margin: 0;
	line-height: 1.4em;
	float: right;
}

.sidebar h1 {
	color: #750600;
	border-bottom: 1px solid #750600;
	margin-top: 2em;
}
.sidebar h1.search {
	margin-top: 0;
}

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


/* --- The Search Field --- */

fieldset.searchSite {
	border:none;
}

.searchSite legend {
	display:none;
}

.searchSite label {
	display:none;
}

#s {
	line-height: 1.6em;
	width: 200px;
	border: solid 1px #585858;
}

#s:hover,
#s:active,
#s:focus {
	border: 1px solid #750600;
}

#searchsubmit {
	text-align: center;
	color: #ffffff;
	background-color: #750600;
	border: 0;
	padding: 3px !important;
}
#searchsubmit:hover {
	text-align: center;
	color: #000000;
	background-color: #750600;
	border: 0;
	padding: 3px !important;
}

/* The Comment Block */

.commentBlock {
	color: #585858;
	margin: 2.0em 0 2.0em 0;
}

.commentBlock a {
	color: #585858;
	border-bottom: 1px solid #585858;
}

.commentBlock a:hover {
	color: #750600;
	border-bottom: 1px solid #750600;
}

.commentBlock ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentBlock ol li {
	background-color:#EEEEEE;
	padding: 0.5em;
	margin: 0.5em 0;
	color:#585858;
}

.commentBlock ol li.alt {
	background-color:#ffff;
	padding: 0.5em;
	margin: 0.5em 0;
	color:#585858;
}

.postmetadata_comment {
	margin-bottom: 0.5em;
	color: #750600;
}

.commentBlock .postmetadata_comment a {
	color: #750600;
	border-bottom: 1px solid #750600;
}

.commentBlock .postmetadata_comment a:hover {
	color: #585858;
	border-bottom: 1px solid #585858;
}

#respond {
	margin: 1em 0;
}


.commentMessage {
	clear: both;
	color: #750600;
}

/* 
	Use that css as a starting point to develop your specific design/layout
	Have fun
*/

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform legend {
	display:none;
}


.commentFormRow {
	clear:both;
	margin: 1em 0;
	padding: 0;
	color:#750600;	
}


.commentFormRow label {
}

.commentFormRow span {
}

/* contains the actual form elements */
.commentFormElement {
  	margin-left: 0;
	line-height: 140%;
	text-align: left;
	width: 100%;
}

/* depending on styling the line break can be used to clear floats */
.commentFormRow br {
	display:none;
}



.commentInput {
	width: 100%;
	border: solid 1px #585858;
}


.commentInput:hover,
.commentInput:active,
.commentInput:focus {
	border: solid 1px #750600;
}


#comment {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;		
	height: 10em;
}



/* The Submit Button */
.commentSubmit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
	border: 0;
	color: #ffffff;
	background: #750600;
}

.commentSubmit:hover,
.commentSubmit:focus,
.commentSubmit:active {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
	border: 0;
	color: #000;
	background: #750600;
}


#recent_entry ul li {
	list-style-type: none;
	margin-bottom: 0.5em;
}


#sidebar ul.ec3_events {
	margin-left: 12px;
}