
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff582b1d url(images/bg_body.gif) repeat-x;
}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 28px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #000fff;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
	width: expression(this.width > 540 ? 540: true);
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 960px;
	text-align: left;
}

/* End Container */



/* Start Page - Yellow top, white bottom background */

#page{
	float: left;
	width: 100%;
	background: #fff url(images/bg_page.gif) repeat-x;
}

/* End Page */



/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 1px 1px 0;
        height: 111px; 
        border: 2px solid red;
	text-align: center;
	padding: 5px 10px;
	background: #ffffff url(http://mcbothra99.com/tricolor960.jpg) repeat-x left bottom;
	color: #b76d56;
}

#header a{
	color: red;
}

#header h1{
	display: inline;
}

#header h1, #header h1 a{
	color: red;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}

.skip{
	float: right;
	line-height: 18px;
}

.skip a{
	padding: 0 26px 1px 0px;
        margin-right: 20px;
	background: url(images/icon_skip_to.gif) no-repeat right top;
}

/* End Header */

/* Start Horizontal Navigation Menu */

.feed{
	float: left;
	width: 18.75%;
	margin: 1px 0 0 1px;
	display: inline;
	padding: 2px 0;
	background: #f8fdd3 url(images/bg_feed.gif) no-repeat;

}

.feed a{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
}
/* End Horizontal Navigation Menu */

/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 10px 0 0;
}

/* End content */

/* Start Sidebars */

.sidebar{
  float: left;
  width: 180px;
  margin: 0 0 0 10px;
  border: 1px solid;
  display: inline;
}

.a{/* the first sidebar */
  float: left;
  margin: 0 0 0 10px;
}

.b{ /* the second sidebar */
  float: right;
  margin: 0 10px 0 0;
}

.sidebar ul li h2{
  padding: 9px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: #f7f7f7 url(images/bg_h2_a.gif) repeat-x left bottom;
  color: red;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  line-height: 150%;
  list-style: none;
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar li ul {
  padding: 5px;
}

.sidebar li li {
  margin: 0;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 180px;
  border: 1px solid;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  line-height: 150%;
  list-style: none;
}

#sidebar li {
  margin-bottom: 10px;
}

#sidebar li ul {
  padding: 5px;
}

#sidebar li li {
  margin: 0;
}

#sidebar p {
  padding: 0 0px;
}

#sidebar h2 {
  height: 25px;
  margin: 0;
  padding: 9px 0 0 0px;
  background: #ebf4a4;
  border: 0px  dotted #4D7C2B;
  text-transform: normal;
  text-align:center;
  font-size: 13px;
  font-weight: bold;
  color: red;
}
/* End Sidebars */

/* Start Main - Where your main content sits */

#main{
	margin: 0 200px 0 190px;
}

/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 10px;
}

.post h2{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 13px;
        color: #000000;  
        text-align: justify;
	line-height: 24px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;

}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* End Entries */

/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

p.entrymetadata a{
	color: #888;
}

.comments_number a{
	padding: 0 0 0 26px;
	background: url(images/icon_comment.gif) no-repeat;
}

/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template h3{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */

/* Start Footer */

#footer{
	display: block;
	padding: 18px 0px;
	line-height: 18px;
	background: #ffffff url(images/bg_dotted_e.gif) repeat-x;
	color: #0000FF;
}

#footer a{
	color: blue;
}

#footer .skip a{
	background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */


/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */
