/* 
Theme Name: BS2 - MrMortgage mod
Theme URI: http://justintadlock.com/
Description: A simple, imageless, widget-ready, 3-column design.  It's beauty lies in its simplicity and soothing colors.
Version: 1.0
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #000000; 
	background: #9ab6b6;
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 98%;
	margin: 0 auto;
	}

/* HEADER */
#header h1 { margin: 5px 0; }
#header h1 a { color: #ffffff; }
#header h1 a:hover { color: #5e5f5e; }

/* CONTAINS CONTENT & SIDEBAR */
#container { 
position:relative;
background:#fff;
padding-top:0px;
margin-top:10px;
height:100%;
clear:both;
/* width: 100%; */}

#container #rightside {
  background: #f2f2f2;
  width: 350px;
  float: right;
  border: 2px solid #4b4b4b;
  margin-left: 15px;
  margin-bottom: 15px;
  }

/* CONTENT */
#content {
	/* float: left; 
	padding: 0px 10px; */ 
	background: #ffffff;
	
	/* border: 1px solid #cccccc; */
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #000000; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { margin: 5px 0; }
.post h2.post-title { margin: 2px 0; color: #0033ff; }
.post h2.post-title a { color: black;}
.post h2.post-title a:hover { color: #0033ff;}
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { /* width: 100%; /* float: left; */ margin-top: 10px; }

/* blockquotes 
blockquote { background: #f5f5f5; border-left: 4px dashed #c2c2c2; padding: 5px 10px 5px 10px; width: 50%; font-size: 90%; }
blockquote blockquote { color: #fff; }
turned off on 3/6/08 */

/* links */
a { 
	color: #0033ff;
	text-decoration: none;
	}
a:hover { color: #5e5f5e; }

/* images */
.post a img, .post img { border: 5px solid #d4e0d3; }

/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #cccccc;
	}
p.postmetadata span.comments {
	height: 16px;
	background: url(images/comments.gif) no-repeat 0 .1em;
	float: left;
	}
p.postmetadata span.comments a { padding-left: 20px; }

/* tables */
.post table { border: none; background: #ffffff; }
.post tr, .post td { border: 1px solid #809595; background: #e5e5e5; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: /* width: 45%; */}
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; /* width: 45%; */ }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { /* width: 99%; */ }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 0px solid #cccccc; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 0px solid #cccccc; }
#comments-template ol li.alt { background: #f2f2f2; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea { width: 50%; border: 1px solid #0033ff; background: #f2f2f2; }
#comments-template input { width: 40%; border: 1px solid #0033ff; background: #f2f2f2; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }

/* SIDEBAR */

#sidebar, #sidebar2 {
	font-size: .9em;
	float: right;
	width: 155px;
	margin: 0 0 0 1%;
	padding: 15px 10px 15px 0px;
	overflow: hidden;
	/*  background: #ffffff;
	border: 1px solid #cccccc;*/
	}
#sidebar h2.menu-header, #sidebar2 h2.menu-header { margin: 10px 0 5px 0; }
#sidebar ul, #sidebar2 ul { 
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border-top: 1px solid #4b4b4b;
	}
#sidebar ul li, #sidebar2 ul li {
	color: #5e5f5e;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #4b4b4b;
	}
#sidebar ul li a, #sidebar2 ul li a {
	padding: 0 1px;
	text-indent: 10px;
	width: 100%;
	display: block;
	text-decoration: none;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	text-indent: 15px;
	background: #e5e5e5;
	text-decoration: none;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a { text-indent: 20px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover { text-indent: 25px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li {
	background: transparent url(http://implode-explode.com/forum/header/feed-icon16x16.png) no-repeat left top;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	text-indent: 25px;
	}

/* search */
#sidebar input#s { width: 95%; border: 1px solid #cccccc; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 3px; border: 5px solid #d4e0d3; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	/* border-top: 1px solid #cccccc; */
	}	
#footer p { margin: 2px 0; }
#footer a:hover { text-decoration: underline; }

/* 
"Life is really simple, but we insist on making it complicated."  ~Confucius
*/
/* here starts all the style from the main page */

body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 84%;
	}
a:link, a:visited, a:active{
         color:#0033ff;
         text-decoration:none;
         word-wrap: break-word;
	}
a:hover{ color: black; 
         text-decoration:underline;
	}
blockquote{
	background: #ffffff; border-left: 4px dashed #c2c2c2; padding: 0px 20px 0px 10px; font-size: 90%; color: #003300; margin-left: 10px;
	}
blockquote ul {
  margin-left: 50px;
  }
h1{
	font-family: Verdana, Helvetica, Sans-serif;
	margin: 2px 2px 2px 0px;
      color: #000;
	font-size: 140%;
	}
h2{
	font-family: Verdana, Helvetica, Sans-serif;
	margin: 2px 2px 2px 0px;
      color: #000;
	font-size: 140%;
	}
span {
	color: #000;
	font-size: 90%;
  text-align: left;
}
h4 {
	color: #000;
	font-size: 120%;
        margin: 2px 2px 2px 0px;
        text-align: left;
}
h5 {
	font-family: Verdana, Helvetica, Sans-serif;
	margin: 2px 2px 2px 0px;
  color: #000;
	font-size: 160%;
}
.lists h5 a {color: #efffef; }
#rightc h5{	
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	color: #000;
	border: 2px solid #008000;
  background-color: #efffef;
	text-align: center;
	padding-top: 3px;
	padding-bottom: .1em;
	font-size: 160%;
  clear: both;}
h6 {
	color: #000;
	font-size: 150%;
        text-align: left;
        margin: 5px 0 0 0;
}
div#wrapper {
	background: #fff;
	width: 97%;
	margin: .4em auto;
	padding: 0;
        /* border: 2px solid #f4f4f4; */
        /* border-right: 5px solid #000; */
        /* border-bottom: 0px solid #000; */
}
div.preheader {
      width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff;
}

div.pageHeader {
  padding: 0;
	margin: 0;
	text-align: center;
	background: #fff;
}
div.lists {
	text-align: left;
	float: left;
  background: #ffffff;
  width: 50%;
  margin: 0;
	padding: 0;
}
div.info {
  text-align: left;
	float: left;
  background: #e5e5e5;
  border: 1px dashed #b6b6b6;
  width: 22%;
  margin-right: 1%;
  margin-bottom: .5em;
	padding: .5em;
  }
.info h5 {color: #008000; font-size: 110%;}
.lists h5 {
	color: #000000;
	border: 0px /*solid #C54100*/;
	/* text-align: center; */
	background: /*#FFD646*/#fff;
	padding: 3px;
	font-size: 140%;
	width: 90%;
}
div#pageFooter {
	clear: both;
        background: #f4f4f4;
	border: 1px solid #e5e5e5;
	width: 85%;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.bPosts {
	width: 49%;
	float: left;
	/* width: 74%; */
  /*  border-top: 5px solid #ffffff; */
  text-align: left;
	/* overflow: hidden; */
	background: #fff;
}
.bPosts h5 {
	font-family: Verdana, Helvetica, Sans-serif;
	color: #ffffff;
	border: 2px solid #008000;
	background: #004F00;
	padding: 3px;
	font-size: 140%;
}
.bPosts ul {
	font-size: 100%;
	margin-left: 0px;
	padding-left: 4px;
	margin-top: 4px; 
	margin-bottom: 4px; 
  list-style: none;
}
.main li {
	padding-left: 23px;
	margin-bottom: 4px;
	background-image: url(img/implode.gif);
	background-repeat: no-repeat;
	background-position: -.1em .0em;
	list-style-type: none;
}
.main li a {
  font-size: 110%;
  font-weight: bold;
  }
.main li a:hover {
  font-weight: bold;
  color: black;
  }
.forum li {
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(img/post.gif);
	background-repeat: no-repeat;
	background-position: -.0em .0em;
	text-align: left;
	list-style-type: none;
	}
.forum li a {
  font-size: 110%;
  font-weight: bold;
  }
.forum li a:hover {
  font-weight: bold;
  color: black;
  }
.bPosts a {
	font-weight: bold;
}
div.main {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: .4em; /* do not make bigger or will screw up floats */
}
div#exclusives {
  width: 100%;
  background: #fff;
	margin: 0;
	padding: .4em;
  }
#exclusives h5 { border: 2px solid #e5e5e5; background: #0033ff; color: #efffef; }
#exclusives h5 a {color: white;}
#exclusives li {list-style-type: disc; margin-left: 1.5em; font-size: 110%;}
div#adblock {
	text-align: center;
	float: left;
	/* height: 300px; */
  background: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 40%;
}
div#imploded {
	color: #000;
	background: #ffffff;
	margin-left: 0px;
	padding: 0px;
	}
#imploded h5 {
	font-family: Verdana, Helvetica, Sans-serif;
	border: 0px;
	background: #ffffff;
	padding: 3px;
      color: #000;
	font-size: 140%;
	}
#imploded a {
	color: #0033ff;
	}
div#ads {
	align: center;
}
hr {
	height: 0;
	border: 0;
      color: #fff;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type:disc;
}
/* Styles for main area (left) */
h2 {
	margin: 1ex;
}
/* Styles for sidebar (right) */
div#rightc {
	text-align: left;
  font-size: 90%;
  margin: 0 auto;
	width: 49%;
	float: right;
	background: #ffffff; 
}
div#item {
  border: 2px solid #0033ff;
  display: block;
  padding: 0 5px 5px 5px;
  background: #EFFFEF;
	margin: 0px 0px 10px 0px;
}
#item ul {
	list-style: none;
	padding: 0 0 0 6px;
}
#item li a {
  /* font-weight: bold;*/
  color: #000;
}
#item li a:hover {
  font-weight: bold;
  color: #cc0000;
}
a img {
  border: 0px;}
ul#navilist {
  font-size: 90%;
  text-align: left; 
	padding: 0;
	list-style-type: none;
	}
ul#navilist li { 
	display: inline;
  }
ul#navilist li a {
	float: left;
	text-align: left; 
	color: #0033ff;
	font-weight: bold;
	padding: .2em;
	border-right: 1px dotted #000;
	text-decoration: none;
	margin-bottom: .4em;
}
ul#navilist li a:hover	{
	text-decoration: underline;
	color: #000;
}
#mainnewssecondary li {list-style-type: disc; font-size: 80%; padding: 0px; background-image: none; margin-left: 20px; margin-top: 2px; margin-bottom: 2px; text-align: left;}
