/*
Theme Name: Ringo MUG
Theme URI: http://ringo.net
Description: Done almost from Scratch by Kilian<br />Many thanks for the blank template to Will Healey.
Author: Kilian Muster
Author URI: http://www.kilianmuster.com


/*-----------Block Level Elements--------------*/

body {
	font: 1em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #444;
	color: #555;
	-webkit-font-smoothing: antialiased !important;
}

strong { color: #333; }

a {
	color: #aa0f00;
	}

#page {
	width: 860px;
	margin: 0px auto;
	padding: 0;
	background: #fff;
}

hr {
	display: none;
}

/*------------ header ---------------*/
#headerimg h1, #headerimg .description {
	visibility: hidden;
	}
	
#headerimg {
	background: #fff url('images/header.jpg') no-repeat top left;
	width: 860px;
	height: 145px;
	}
/*--------------------------------------*/

#wrapper {
	width: 100%;
}

#content {
	width: 720px; 
	padding: 40px 40px 20px 60px;
	float: left;
	border-left: 20px solid #333;
	border-right: 20px solid #333;
}

#sidebar {
	width: 230px;
	margin-left: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 780px;
	background: #eaeaea;
	padding: 2px 20px 0 20px;
	border-left: 20px solid #333;
	border-right: 20px solid #333;
	border-bottom: 20px solid #333;
	font-size: 0.8em;
}

/*--------------Search Form-------------*/
#searchform {
	float: right;
	padding-right: 40px;
	padding-top: 50px;
}

#searchform input {
}

#searchform #s {
}

/*------------ main navi --------------*/
ul#nav {
	margin: 45px 0 0 0;
	padding: 5px 20px;
	list-style-type: none;
	background: #777;
	border-left: 20px solid #333;
	border-right: 20px solid #333;
	}
	
	#nav a {
		color: #fff;
		text-decoration: none;
		}
		
	#nav a:hover {
		color: #ddd;
		}

	li.page_item {
		display: inline;
		padding-right: 20px;
		}

/*-------------Headings-------------*/

h1, h2, h3, h4 { padding: 0; margin: 0 0 0.2em 0; letter-spacing: -0.04em; color: #333; }

h1 { font-size: 1.8em; letter-spacing: -1px !important; }

h2 { font-size: 1.6em; margin-bottom: 1em; line-height: 1.2em; letter-spacing: -1px !important; }

h3 { font-size: 1.4em; margin-top: 1em; line-height: 1.2em; letter-spacing: -1px !important; }

h4 { font-size: 1.2em; line-height: 1.2em; letter-spacing: -1px !important; }

h5 { font-size: 1.0em; line-height: 1.2em; }
/*-------------- Events ------------*/
.events {
	width: 230px;
	float: right;
	margin: 0 0 20px 25px;
	border: 1px #aaa solid;
	padding: 10px;
	}
	
	.events a {font-weight: bold;}
	
	.events-cal {
		}
	
	.events-list ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		.events-list li {
			margin: 0;
			padding: 0;
			}
			
			.events-list li ul li {
				margin: 0;
				padding: 0;
			}
	
	.ec3_list_month, .ec3_list {
		color: #333 !important;
	}

table.ec3_schedule { 
	border: 0 !important;
	font-weight: bold;
	color: #fff !important; 
	background-color: #258AC7;
	font-family: "Gill Sans", Impact;
	overflow: hidden;
	}

table.ec3_schedule td {
	padding: 0.8em 0.8em !important;
	font-size: 2em !important;
	line-height: 0.01em !important;
	}

.ec3_schedule td, td.ec3_start, td.ec3_to, td.ec3_end { color: #fff !important; }

/*-------------The Post-------------*/


h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

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

.post a {

}

.post ul {

}

.post li {

}

.post hr {
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	}

.entry {
	width: 550px;
}

.entrytext {
	max-width: 550px;
	}

.entrytext p { clear: left; }
.entrytext h2 { clear: left; }

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
border: 0;

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*-------------Images------------------*/
.left {
	float: left;
	padding: 0 10px 5px 0;
	}

.right {
	float: right;
	padding: 0 0 5px 10px;
	}
	
.oreillybanner1 { margin: 20px -10px -10px -10px; }