/*
Theme Name: Marilyn Sherman
Theme URI: http://howdymedia.com/
Description: Theme for Marilyn Sherman based on the default WordPress theme which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Steve Baldwin
Author URI: http://howdymedia.com/
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	}

#content {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 9px;
	}

h1 {
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	margin: 0;
	padding: 0;
	}

h2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	margin: 0;
	padding: 0;
	}

h2.pagetitle {
	}

#sidebar h2 {
 color: #1c3550;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

a, a:hover, a:visited, #sidebar a, #sidebar a:hover, #sidebar a:visited  {
	color: #1c3550;
	text-decoration:underline;
	}

h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited. h3 a:hover {
	color: #1c3550;
	text-decoration:underline;
	}

.entry p a:visited {
	color: #1c3550;
	}

#commentform input, #commentform textarea {
	font-size: 14px;
	}

.commentlist li {
	font-weight: bold;
	font-size: 12px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 12px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #1c3550;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0 auto;
	padding: 0;
	width: 624px;
	}

.narrowcolumn {
	float: left;
	padding: 0 10px;
	margin: 0;
	width: 400px;
	}

.widecolumn {
	float: left;
	padding: 0 15px;
	margin: 0;
	width: 400px;
	}

#sidebar
{
	padding: 10px 0 10px 0;
	margin-left: 420px;
	width: 190px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 400px;
	}

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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 5px;
	list-style: none;
	padding-left: 5px;
	text-indent: -5px;
	}

html>body .entry li {
	margin: 2px 0 2px 5px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: url('http://marilynsherman.com/beta/graphics/blue_arrow.gif');
	}

.entry ol {
	padding: 0 0 0 5px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 1px 0 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 1px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 15px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/

.footer {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(http://marilynsherman.com/beta/graphics/footer-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.footerRight {
	background-image: url(http://marilynsherman.com/beta/graphics/footer-right.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.contentBold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	color: #000000;
}
a.blueLink:link {
	font-family: Arial;
	font-size: 14px;
	color: #1c3550;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
a.blueLink:visited {
	font-family: "Arial";
	font-size: 14px;
	color: #1c3550;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
.blueGreen {
	font-family: Arial;
	font-size: 13px;
	color: #2E6380;
	line-height: 14px;
}
a.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.medium {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
.orange {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #d2631e;
}
a.orangeLink:link {
	font-family: Arial;
	font-size: 14px;
	color: #d2631e;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
a.orangeLink:visited {
	font-family: "Arial";
	font-size: 14px;
	color: #d2631e;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
a.link:link {
	color: #1c3550;
	text-decoration:underline;

}
a.link:visited {
	color: #1c3550;
	text-decoration:underline;

}
.red {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
}