/*
Theme Name: m20-3 Theme
Theme URI: http://www.marchtwenty.com/
Description: The sixth version of Marchtwenty.com
Version: 6.2
Author: Ted Balmer
Author URI: http://www.marchtwenty.com/
Tags: original, painting
*/

body {
	background: #eff5f9 url(images/bg.png) repeat-x 0 0;
	color: #000;
	font-size: 65%;
	font-family: Kalimati, Verdana, Geneva, Arial, Sans-Serif;
	margin: -6px 0 0 0;
}

.Top {
	background: #eff5f9 url(images/image2.jpg) no-repeat 50% 0;
	width: 995px;
	margin: 0 auto;
}

.Top .Overlay {
	background: transparent url(images/top.png) no-repeat 0 0;
	height: 173px;
}

.Top .Social {
	text-align: right;
	margin: 10px 28px 0 0;
}

.Tagline {
	padding: 25px 30px 0 0;
	color: #fff;
	text-align: right;
	font-size: 1.35em;
	text-shadow: #ccc 0 0 3px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	behavior: url(PIE.php);
}

.Title img {
	margin: 2px 0 0 35px;
}

.BasePage {
	background: transparent url(images/body.png) repeat-y 0 0;
	width: 995px;
	margin: 0 auto;
	overflow: auto;
}

.Bottom {
	background: transparent url(images/bottom.png) no-repeat 0 0;
	height: 44px;
	width: 995px;
	margin: 0 auto;
}

.Content {
	float: left;
	width: 750px;
	min-height: 700px;
}

.BreadCrumb {
	color: #aaa;
	margin: 6px 0 12px 20px;
}

.BreadCrumb a {
	color: #aaa;
	border: 1px solid #aaa;
	padding: 3px 3px;
	text-decoration: none;
}

.BreadCrumb a:hover {
	color: #f8e4cc;
	border-color: #9a5e14;
	background: #e4993b url(images/link_bg.png) repeat-x 0 0;
}

.PostNav {
	margin: 5px 20px;
	text-align: center;
	color: #aaa;
	font-size: 1.1em;
}

.PostNav a {
	color: #aaa;
	border: 1px solid #aaa;
	padding: 1px 3px;
	text-decoration: none;
	margin: 0 2px;
}

.PostNav a:hover {
	color: #f8e4cc;
	border-color: #9a5e14;
	background: #e4993b url(images/link_bg.png) repeat-x 0 0;
}

.post, .page {
	margin: 10px 20px 10px 30px;
	padding: 3px;
}

.post h2, .Post h2 {
	font-size: 2.1em;
	letter-spacing: 0.05em;
	margin: 0;
}

.post h2 a, h3 a {
	color: #000;
	text-decoration: none;
}

.post h2 a:hover, h3 a:hover {
	color: #de6f00;
	text-shadow: #DDA368 0 0 2px;
	text-decoration: underline;
}

.post h2 span {
	color: #8C4600;
	font-size: 0.75em;
}

.post p {
	margin-top: 3px;
}

.post ul {
	margin-top: 2px;
}

.DateBox {
	color: #444;
	background: transparent url(images/datebox.png) no-repeat 50% 0;
	font-size: 1.0em;
	float: left;
	width: 46px;
	height: 45px;
	text-align: center;
	line-height: 1.1em;
	padding: 3px 0 0 0;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-shadow: #999 0 0 2px;
	cursor: help;
}

.DateBox span {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
}

.Postedin {
	color: #555;
	margin: 3px 0 8px 0;
	font-size: 1.1em;
	height: 18px;
}

.Postedin a, .widget_categories a {
	text-decoration: none;
	color: #999 !important;
	border: 1px solid #999;
	padding: 1px 4px;
	margin-top: 3px;
}

.widget_categories a {
	color: #444 !important;
	border-color: #888;
}

.Postedin a:hover, .widget_categories a:hover {
	color: #f8e4cc !important;
	border-color: #9a5e14;
	background: #e4993b url(images/link_bg.png) repeat-x 0 0 !important;
	text-shadow: none !important;
	behavior: url(PIE.php);
}

.Postedin a:active, .widget_categories a:active {
	background-image: none;
}

.Postedin span {
	color: #aaa;
}

.Entry, .Search {
	font-family: Kalimati, Verdana, Geneva, Arial, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.45em;
	min-height: 150px;
}

.Entry a {
	color: #713d08;
}

.Entry a:hover {
	color: #d9740f;
	text-shadow: #DDA368 0 0 2px;
	behavior: url(PIE.php);
}

.CommentForm a, .seeAlso a {
	color: #333;
}

.CommentForm a:hover, .seeAlso a:hover {
	color: #d9740f;
}

.CommentForm {
	font-size: 1.25em;
	margin: 10px 40px;
}

.Entry textarea {
	width: 75%;
}

.CommentList {
	margin: 0 40px;
	font-size: 1.25em;
}

.CommentList ol, .CommentList li {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 10px;
	padding: 0;
}

.CommentList a {
	color: #9a5e14;
}

.CommentList a:hover {
	color: #000;
}

.comment-author a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.comment-author a:hover {
	text-shadow: #aaa 0 0 2px;
	behavior: url(PIE.php);
}

.comment-meta a {
	color: #666;
	text-decoration: none;
}

.comment-meta a:hover {
	color: #9a5e14;
	text-decoration: underline;
}

li.comment {
	margin-bottom: 6px;
	background: #eee;
	padding: 8px;
}

.comment p {
	margin: 0 15px;
	padding: 0;
}

a.comment-edit-link {
	color: #b00;
}

a.comment-edit-link:hover {
	color: #f00;
}

.Sidebar {
	width: 205px;
	margin: -3px 0 0 760px;
	padding: 0 10px 5px 10px;
}

.Sidebar ul, .Sidebar ol, .Sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 1px;
	padding: 0;
}

.Sidebar h2 {
	background: transparent url(images/side_head.png) no-repeat 0 0;
	margin: 5px 0 0 0;
	padding: 0 0 0 9px;
	font-size: 1.5em;
	height: 24px;
	color: #fff;
	text-shadow: #076BB3 1px 1px 1px;
	behavior: url(PIE.php);
}

.Sidebar a {
	color: #000;
	text-decoration: none;
}

.Sidebar a:hover {
	color: #666;
	background: transparent url(images/nav_bg.png) repeat-y 0 0;
	text-shadow: #ccc 1px 1px 1px;
	behavior: url(PIE.php);
}

.Sidebar a:active {
	color: #aaa;
}

.Sidebar span {
	font-size: 1.3em;
}

.Sidebar .C {
	font-size: 1.35em !important;
}

.blogroll a, #text-413125521 a, #text-413125523 a {
	display: block;
	padding: 2px 5px;
	font-size: 1.1em;
}

.blogroll img, #text-413125521 img, #text-413125523 img {
	vertical-align: middle;
}

.blogroll a, #text-413125523 a {
	font-size: 1.35em;
}

.textwidget {
	line-height: 140%;
}

.widget_categories li {
	display: inline;
	line-height: 1.9em;
	font-size: 1.05em;
}

#archives-2 h2, #text-413125523 h2 {
	display: none;
}

#text-413125523 div {
	margin-top: 20px;
}

.Footer {
	color: #5881a7;
	text-align: center;
	font-size: 1.25em;
}

.Footer a {
	color: #5881a7;
}


/* General Items */
div, table, img {
	border: 0;
	padding: 0;
}

h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

h2 {
	text-shadow: #aaa 1px 1px 1px;
	behavior: url(PIE.php);
}

h3 {
	font-size: 1.5em;
	margin: 0;
	text-shadow: #aaa 1px 1px 1px;
	behavior: url(PIE.php);
}

form {
	margin: 0;
	padding: 0;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #555;
}

blockquote {
	border-left: 5px solid #aaa;
	margin-left: 15px;
	padding-left: 5px;
}

.Center, .center {
	text-align: center;
}

.Right, .right, .alignright {
	text-align: right;
}

.alignright {
	float: right;
	margin-top: 4px;
}

.Left, .left, .alignleft  {
	text-align: Left;
}

.alignleft {
	float: left;
}

.wp-smiley {
	margin: 0 3px;
	vertical-align: middle;
}

.wp-caption, .InfoBox {
	text-align: center;
	font-size: 0.74em;
	border: 1px solid #aaa;
	background: #eee;
	padding: 5px 2px;
	margin: 0 0 8px 8px;
	line-height: 1.5em;
}

.wp-caption img {
	border: 1px solid #ccc;
}

.InfoBox {
	width: 165px;
}

.pdf {
	background: transparent url(/wp-content/images/pdf.png) no-repeat 100% 40%;
	padding-right: 17px; 
}

#sButton {
	display: none;
}

#s {
	width: 85%;
}

.post #s {
	width: 50%;
	margin-top: 10px;
}

.post .screen-reader-text {
	display: none;
}


/* Plugin Styles */
.picasa_widget div {
	margin: 0;
	text-align: center;
}

.picasa_widget a {
	margin: 1px;
}

.picasa_widget a:hover {
	background: none;
}

.picasa_widget img {
	padding: 2px;
	background: #ccc;
	border: 1px solid #999;
	width: 64px;
	height: 64px;
}

.picasa_widget img:hover {
	background-color: #fff;
}

.wpcf7 {
	background: transparent url(images/email_bg.png) no-repeat 70% 0;
}

.SocialLinks {
	margin: 10px 20px;
	border-top: 1px solid #eef;
	border-bottom: 1px solid #eef;
	color: #999;
}

.SocialLinks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin-left: 16px;
}

.SocialLinks li {
	display: inline;
	padding-right: 4px;
}

.SocialLinks img {
	vertical-align: middle;
}


/* Special Styles */
.Radius, .InfoBox, .BreadCrumb a, .blogroll a, .widget_text a, .Postedin a, .widget_categories a, .Search .post, .PostNav a, .sociable a, .comment {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.php);
}

.BoxShadow, .wp-caption, .InfoBox {
	-moz-box-shadow: 1px 3px 5px #666;
	-webkit-box-shadow: 1px 3px 5px #666;
	-khtml-box-shadow: 1px 3px 5px #666;
	box-shadow: 1px 3px 5px #666;
	behavior: url(PIE.php);
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=125); */
}

.SocialLinks a:hover, .Social a:hover img, .Sidebar a:hover img {
	opacity: 0.65;
	behavior: url(PIE.php);
	/* filter:alpha(opacity=65); */
}


/* IE6 Hacks */
* html div, span, img {
	behavior: url('/wp-content/themes/m20-3/iepngfix.htc');
}

* html .blogroll a {
	width: 180px;
}