/*
Theme Name: Electro '09
Theme URI: http://www.electrofringe.net/
Description: Electrofringe 2009 Theme
Version: 1.0
Author: Toby Vervaart
Author URI: http://www.tobyvervaart.com/

*/

/*=================================================

		GLOBALS
		
=================================================*/

/* CSS Reset
-------------------------------------------------*/

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,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;
}

/* Set 1em == 10px
-------------------------------------------------*/

html {
	font-size: 50%;
}

body {
	font-size: 125%;
}

/*=================================================

		COLOUR & TYPOGRAPHY
		
=================================================*/

body {
	background: #FFF url("images/bg.gif") repeat top left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

/* Headings
-------------------------------------------------*/

h1 {
	font-weight: bold;
}

h1 a {
	display: block;
	width: 397px;
	height: 95px;
	background: transparent url("images/logo.gif") no-repeat top left;
	text-indent: -9999px;
	float: right;
	margin: 65px 0 0 0;
}

h2, h2 a {
	font-size: 20px;
        font-weight: bold;
	color: #000 !important;
	text-decoration: none;
	margin: 0 0 7px 0;
}

h3 {	
        font-size: 18px;
        font-weight: bold;
	margin: 0 0 5px 0;
}

h4 {
        font-size: 16px;
        font-weight: bold;
	margin: 0 0 5px 0;
	
}

h5 {
	
}

h6 {
	
}

/* Paragraphs & Text
-------------------------------------------------*/

p {
	margin: 0 0 10px 0;
	line-height: 20px;
}

small {
	font-size: 10px;
}

/* Lists
-------------------------------------------------*/

ul {
	margin: 0 0 10px 0;
}

li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 2px 10px;
}

ol {
	
}

dl {
	
}

dt {
	
}

dd {
	
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
	color: #337967;
}

a:hover {
	color: #1e4d37;
}

/* Rules
-------------------------------------------------*/

hr {
	display: none;
}

/* Forms
-------------------------------------------------*/

fieldset {
	
}

legend {
	
}

form {
	
}

label {
	
}

input, textarea, select {
	padding: 2px;
}

input {
	
}

input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"] {
	width: auto;
}

textarea {
	
}

select {
	
}

optgroup {
	
}

option {
	
}

/* Tables
-------------------------------------------------*/

table {
	
}

tr {
	
}

thead {
	
}

th, td {
	padding: 5px;
}

th {
	
}

tbody {
	
}

td {
	
}

tfoot {
	
}

/*=================================================

		STRUCTURE
		
=================================================*/

div#wrapper {
	width: 900px;
	overflow: auto;
	position: relative;
	background: transparent url("images/bg-collage.gif") no-repeat top left;
}

/* Header
-------------------------------------------------*/

div#header {
	height: 195px;
	overflow: auto;
}

h2.description {
	color: #888 !important;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background: #FFF;
	font-size: 12px;
}

/* Navigation
-------------------------------------------------*/

ul#nav {
	padding: 12px 0;
	background: transparent url("images/bg-nav.gif") repeat-x top left;
	margin: 0 0 20px 0;
}

ul#nav li {
	display: inline;
	padding: 0 12px;
	border-right: 1px solid #000;
}

ul#nav li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

ul#nav li a:hover {
	text-decoration: underline;
}

.page-item-3 {
	padding: 0 12px 0 0 !important;
}

.page-item-14 {
	border: 0 !important;
}

/* Body
-------------------------------------------------*/

div#content {
	padding: 15px 20px;
	background: #FFF url("images/bg-content.gif") no-repeat top left;
	margin: 0 0 50px 70px;
	overflow: hidden;
}

div#inner-content {
	width: 550px;
	float: left;
}

/* Pagination
-------------------------------------------------*/

div#pagination {
	overflow: auto;
	padding: 10px 0 30px 0;
}

/* Sidebar
-------------------------------------------------*/

div#sidebar {
	width: 200px;
	float: right;
	margin: 0 0 20px 0;
}

div#sidebar ul {
	padding: 0 0 20px 0;
	background: transparent url("images/bg-rule.gif") repeat-x bottom left;
}

div#sidebar li {
	padding: 2px 0;
	list-style-type: none;
	margin: 0;
}

/* Posts
-------------------------------------------------*/

div.post {
	background: transparent url("images/bg-rule.gif") repeat-x bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

div.post img {
	max-width: 540px;
	_width: 540px;
	padding: 5px;
	border: 1px dotted #dedfdf;
}

.postmetadata {
	padding: 10px;
	background: #dedfdf;
}

.alt {
	background: #dedfdf;
}

/* Event Calendar - Within page
-------------------------------------------------*/

div.post .dbem-calendar-table {
	height: 400px;
}

/* Gmap - Within page
-------------------------------------------------*/

#dbem-location-map {
	width: 100%;
	height: 400px;
}

/* Footer
-------------------------------------------------*/

div#footer {
	clear: both;
	background: transparent url("images/bg-rule.gif") repeat-x top left;
	padding: 20px 0 20px 0;
}

div#footer ul {
	margin: 0 0 20px 0;
}

div#footer ul li {
	display: inline;
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}

