/* ################################################## */

/* Typography & Colors */

/* ################################################## */

body {
	font-family: 'Lucida Grande', Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

h1, h2, h3, label {
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #000;
}

#headerimg h1 {
	margin-left: -9999px;
}

h2, h3 {
	font-size: 32px;
	margin: 10px 0 3px 0;
	line-height: 130%;
}

#sidebar h2 {
	font-size: 20px;
	color: #000;
}

label {
	display: block;
	font-family: 'Lucida Grande', Helvetica, Sans-Serif;
	font-size: 18px;
	color: #666;
}

h2.pagetitle {
	margin-bottom: 8px;
}

li h2 {
	
}

h3#comments {
	color: #333;
	margin: 8px 0 15px 0px;
	font-size: 18px;
}

small {
	font-size: 12px;
}

.postmetadata {
	
}

ol.commentlist li img {
	float: left;
	margin-right: 10px;
}











/* ################################################## */

/* Begin Links */

/* ################################################## */

a img {
	border: 5px solid #EEE;
	margin: 0 10px 0 0;
}

a:focus {
	outline: none;
}

a:hover img {
	border: 5px solid #52AAC3;	
}

#sociable a:hover img {
	border: none;	
}

a:link, a:visited {
	color: #52AAC3;
	text-decoration: none;
}

a:hover, a:active {
	color: #52AAC3;
	text-decoration: underline;
}

#logo a {
	display: block;
	width: 450px;
	height: 121px;
}

#tell-us a {
	display: block;
	margin-top: 42px;
	text-indent: -9999px;
	background: url('images/stories.png') no-repeat;
	width: 157px;
	height: 70px;
}

#tell-us a:hover {
	background-position: 0 -157px;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.navigation a {
	font-size: 16px;
	display: inline;
}

.navigation a:hover {
	color: #666;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #52AAC3;
	text-decoration: none;
}

#headerimg a:link, #headerimg a:visited {
	display: block;
	width: 900px;
	height: 191px;
	background: url('images/header.png') no-repeat;
}

#headerimg a:hover, #headerimg a:active {
	display: block;
	width: 900px;
	height: 191px;
	background: url('images/header-over.png') no-repeat;
	/*background-position: 0 -150px;*/
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	color: #52AAC3;
	font-size: 15px;
	padding: 15px;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
	color: #666;
	text-decoration: none;
	background: #EEE;
} 

a#home {
	
}

#main-nav-container ul li a {
	padding: 13px 15px 12px 15px;
	background: url('images/nav-item.jpg') repeat-x;
	color: #666;
}

#main-nav-container ul li a:hover {
	background-position: 0 -43px;
	color: #333;
	text-decoration: none;
}











/* ################################################## */

/* Begin Structure */

/* ################################################## */

body {
	margin: 0;
	padding: 0;
	background: #F3F3F3;
}

img {
	border: 5px solid #EEE;
}

#header {
	margin: 0px auto;
	background: url('images/madolive-header-bg.jpg') repeat-x;
	height: 168px;
}

#logo-holder {
	width: 900px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 450px;
	height: 121px;
	background: url('images/logo.png') no-repeat;
	text-indent: -9999px;
	margin-top: 20px;
}

#tell-us {
	margin-top: 10px;
	float: right;
}

#page {
	margin: 40px auto;
	width: 900px;
}

#main-nav-container {
	clear: both;
	width: 900px;
	margin: 0 0 40px 0;
	height: 60px;
	background: url('images/nav-back.jpg') no-repeat;
}

.narrowcolumn {
	width: 600px;
	float: left;
}

.widecolumn {
	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 230px;
}

#200-ad {
	display: block;
	width: 200px;
	margin: 10px 0 0 10px;
}

.post {
	padding: 20px 20px 45px 20px;
	background: #FFF url('images/cornerpiece.jpg') bottom right no-repeat;
	margin-bottom: 30px;
	width: 560px;
	float: left;
	margin-bottom: 30px;
}

#respond, #comments-container {
	width: 560px;
	margin-top: 1px;
	float: left;
	background: #FFF;
	padding: 20px;
}

#respond {
	background: #FFF url('images/cornerpiece.jpg') bottom right no-repeat;
	padding-bottom: 45px;
}

hr {
 display: none;
}

.navigation {
	width: 600px;
	float: left;
	margin: 0 auto;
	margin-bottom: 8px;
	clear: both;
}

.alignleft {
	float: left;
	font-size: 16px;
}

.alignright {
	float: right;
	font-size: 16px;
}

.postmetadata {
	margin: 40px 0 10px 0;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	padding:  8px 20px 8px 20px;
	color: #666;
	text-align: center;
	margin-bottom: 25px;
	font-size: 10px;
	line-height: 14px;
}










/* ################################################## */

/* Begin Lists */

/* ################################################## */

#sidebar ul, #sidebar ol {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin-bottom: 60px;
}

#sidebar ul li ul {
	border-left: 4px solid #EEE;
	border-bottom: 4px solid #EEE;
}

#sidebar ul li ul li {
	border-top: 4px solid #EEE;
	margin-bottom: 0;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	border: solid 4px #EEE;
	padding: 20px;
	margin-bottom: 20px;
}

#main-nav-container li {
	list-style-type: none;
	color: #2C2C2C;
	margin: 0;
	padding: 0;
}

#main-nav-container ul {
	list-style-type: none;
	float: right;
	margin: 31px 0 0 0;
	padding: 0;
}

#main-nav-container ul li {
	float: left;
	margin-right: 5px;
}











/* ################################################## */

/* Begin Form Elements */

/* ################################################## */

input[type=text] {
	margin: 0;
	padding: 6px 8px 8px 8px;
	font-size: 16px;
	width: 250px;
	border: solid 4px #EEE;
}

#sidebar input[type=submit] {
	background: none;
	border: 0;
	margin: 6px 0 0 0;
	padding: 0;
	color: #52AAC3;
	text-align: left;
}

#sidebar input[type=submit]:hover {
	color: #666;
}

textarea {
	width: 540px;
	padding: 6px 8px 8px 8px;
	font-size: 16px;
	font-family: "Lucida Grande", helvetica, arial, sans;
	border: solid 4px #EEE;
}

input[type=text]:focus, textarea:focus {
	border: solid 4px #CCC;
}



