/*
Theme Name: IML
Theme URI: http://www.imlaudienceresponse.com/
Description: A blog theme designed to match the IML website.
Version: 1
Author: Thomas McMahon & IML
Author URI: http://bloggerdesign.com/

*/

.narrowcolumn {
	width: 780px;
	float: left;
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 182px;
}



#content h1 {
	padding: 5px 3px 10px 0;
	margin: 0 !important;
	background-image: none;
	font: normal 22px Verdana;
	color: #000;
	height: 55px;
}

.entry ul, .entry ol {
	padding: 5px 5px 5px 30px;
}
.entry ul li {
	list-style-type: disc;
}
.entry ol li {
	list-style-type: decimal;
}

#content h1 a {
	font: normal 22px Verdana;
	color: #000;
	text-decoration: none;
	background: url(images/h1-arrow.gif) no-repeat right center;
	padding-right: 15px;
}
#content h1 a:hover {
	text-decoration: underline;
	color: #9A0075;
}
#content h1 .h1title {
	float: left;
	width: 650px;
	margin: 0;
	padding: 0;
}
#content h1 .h1comments {
	float: right;
	margin-top: 5px;
}
#content h1 .h1comments a {
	background: none;
	font: 12px Verdana;
	font-weight: bold;
	padding-right: 5px;
}
#blogmenu {
	background: transparent url(images/blogmenu-back.png) no-repeat 0 0;
	width: 996px;
	height: 42px;
	margin: 4px 0 0 3px;
	padding: 0;
}
#blogmenu ul li {
		float: left;
}

#blogmenu a {
	color: #fff;
	font: 13px Verdana;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	display: block;
}
#blogmenu a:hover {
	text-decoration: underline;
}
#blogmenu ul li form {
	padding-top: 10px;
	color: #fff;
	font: 13px Verdana;
	font-weight: bold;
}
#sidebar {
	background: transparent url(images/sidebar-back.png) repeat-y;
	color: #fff;
	font: 12px Verdana;
}
#sidebar ul {
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar ul li h3 {
	font: 12px Verdana;
	border-bottom: 1px solid #954981;
	font-weight: bold;
	margin: 10px 0 5px;
}
#sidebar ul {
	margin-bottom: 10px;
}
#sidebar ul li {
	padding-bottom: 2px;
}
#sidebar ul li li {
list-style-type: disc;
	margin-left: 3px;
	}
#sidebar a {
	font-weight: normal;
	color: #fff;
}
#sidebar a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

div.section {
	margin: 0 1px;
}

small {
	font: 12px Verdana;
	color: #88296C;
	padding-right: 1px;
	padding-left: 1px;
}
h3#comments, #respond h3 {
	font: 16px Verdana;
	color: #88296C;
	font-weight: normal;
	border-bottom: 1px solid #822666;
	margin-bottom: 5px;
}
.commentlist {
	font: 12px Verdana;
}
.commentlist li {
	border-bottom: 1px solid #ccc;
}
img.avatar {
	float: right;
}
.fn, .fn a {
	color: #000;
	text-decoration: none;
	font: 12px Verdana;
	font-weight: bold;
}
.commentmetadata, .commentmetadata a {
	color: #000;
	text-decoration: none;	
	font: 10px Verdana;
}
.fn a:hover, .commentmetadata a:hover {
	text-decoration: underline;
}
textarea#comment {
	width: 90%;
	font: 11px Verdana;
}
#commentform label small {
	color: #000;
}
.entry {
	font: 12px/20px Verdana;
	margin: 0;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
.postmetadata {
	color: #999;
	font: 12px Verdana;
}
.postmetadata a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
.postmetadata a:hover {
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.post-teaser-block {
	font: 12px verdana;
	color: #313131;
	margin-bottom: 10px;
	background: #F3F3F3 url(images/teaser-arrow.gif) no-repeat;
	padding: 3px 3px 3px 15px;
	clear: both;
	margin-top: 20px;
}
.post-teaser-block a {
	font: 12px verdana;
	color: #313131;
	font-weight: normal;
	text-decoration: underline;
}
.post-teaser-block a:hover {
	color: #88296C;
}
.pagetitle {
	padding: 10px 0 0;
	margin: 0;
	color: purple;
	display: block;
}
.blog-header {
	margin: 0;
	padding: 0;
}
div.cta-txt {
	width: 159px;
	height: 80px;
	background-color: #fff;
	float: left;
	font: 14px/20px "trebuchet MS", arial;
	color: #313131;
	margin: 0 0 0 8px;
	padding: 10px 8px 10px 10px;
}
div.cta-txt:hover {
	background-color: #e0b2dc;
	text-decoration: underline;
}
div.cta-txt strong {
	color: #88296C;
}