/*
Theme Name: MDP Left Content
Theme URI: http://mydollarplan.com/
Description: Content on left side with 2 column, combo sidebar.
Version: 1.0
Author: Scott

*/


/* Basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/bg_mdp2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
min-width: 537px;
	}

/* img, div, a, span { behavior: url(/iepngfix.htc); } */

img { border: none; padding: 3px; margin: 0px 10px 0px 0px; }
img a { border:none; }


img.left{ float: left; border: none; padding: 8px; margin: 0;}
img.right{ float: right; border: none; padding: 8px; margin: 0;}

ul, ol {
   margin:5px 0px 5px 20px;
   padding: 0 12px;
}


blockquote{
        background: #F3F3F3;
	/* border-left: 1px solid #00006f; */
	margin: 12px 0 0px 12px;
	padding: 10px;
        font-style: italic;
}



code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}


/* Links and Headings */

a {
	color: #00006f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


h1 {font-size: 14pt; margin-top:10px;} /* font-size: 20pt; */
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:30px;}
h4 {font-size: 10pt;}


/*  Container  */

#container {
	width: 964px; 
	margin: 0px auto;
	background:#FFFFFF;
	color:#000000;
	border: 10px solid #fff;
        /* position: relative; */
	}

#search_box {
        margin: 0;
        padding: 0;
        height: 0px;
        position: absolute;
        top: 2px;
        left: 782px;
        width: 190px
}

#cse-search-box{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#q {
        /* background: transparent none; */
        color: #000000;
	width: 142px;
	font-size: 11px;
        padding: 2px 3px;
        margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	}

#sa{
	background: #FFFFFF;
	color: #00006f;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
        margin-right: 18px;
	border-left: 0px;
border-top: 1px solid #7E9DB9;
border-right: 1px solid #7E9DB9;
border-bottom: 1px solid #7E9DB9;
	padding: 0;
	width: 22px;
	height: 20px;
        text-decoration: none;
	}


/*  HEADER  */

#header {
	width:964px;
	height: 90px;
	background: #00006f;
position: relative;
	}

	
#header h2 {
	color: #f3f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 0 13px;
	padding: 20px 0 0 0;
	letter-spacing: 2px;
	}

#header h2 a {
	color: #f3f3f3;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #f3f3f3;
	text-decoration: underline;
	}

#header h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #f3f3f3;
	margin: 6px 0px 0 13px;
        padding-left: 10px;
	}
	


/* Tres Pictures  */

#logo {
        position: relative;
        top: 20px;
        left: 24px;
        width: 369px;
        height: 60px; 
	margin: 0;
        padding: 0;
	background-image: url(http://www.simplycontests.com/wp-includes/images/mdp_contests_title.png);
	border: 0;
        float: left;
        display: block;
}

* html #logo { 
        position: relative;
        top: 20px;
        left: 24px;
        width: 369px;
        height: 60px; 
	margin: 0;
        padding: 0;
        float: left;
        display: block;
        background: transparent;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.simplycontests.com/wp-includes/images/mdp_contests_title.png');
}



#pics {
	width: 964px;
	height: 36px;
	border-top: 1px solid #fff;
	}	

#left-pic {
	background-image: url(images/pen_on_paper.jpg);
	border-bottom: 1px solid #fff;
	float: left;
	width: 179px;
	height: 36px;
}	

#middle-pic {
	margin: 0px;
	background-image: url(images/money2.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 604px;
	height: 36px;
	float: left;
}



#right-pic {
	background-image: url(images/calculator.jpg);
	border-bottom: 1px solid #fff;
	width: 179px;
	height: 36px;
	float: right;
}

#top_ad {
        float: left;
	padding-left: 18px;
	margin-top: 1px;
	width:498px; 
	height:15px;
	border-bottom: 1px solid #fff;
}

/*  Menu  */

#menu {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
        font-weight: bold;
	background-color: #00006f;
	margin-top: 1px;
	width:964px; 
	height:23px;
	border-bottom: 1px solid #00006f;
}


#menu ul {
        margin: 0px;
	padding: 3px;
	list-style: none;
	text-align: center;
}


#menu li {
        display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #fff;
	color:#00006f;
}


/*  Main Content  */
#content { 
 width: 560px;
	padding: 8px 18px 0 20px;
        margin-top: 10px;
	float: left;   
	overflow: hidden;
        background: #FFFFFF;
	}


#content h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.6em;
        font-weight: bold;
	margin: 0px 0 6px 0;
	}

#content h1 a {
	color: #6F3700; /* #8B4513; */
	}

#content h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.6em;
        font-weight: bold;
	margin: 0px 0 6px 0;
	}

#content h2 a {
	color: #6F3700; /* #8B4513; */
	}
	
#content ul li {
	list-style-type: square;
padding-bottom: 5px;
	}

#content ol li {
	padding-bottom: 15px;
	}

#content ul li a {
	text-decoration: underline;
	}

#content ol li a {
	text-decoration: underline;
	}

#content .post .post-title {
 /* padding-right: 80px; */

  /* position: relative; */
width:430px;
float: left;
padding-bottom:5px;
}

#content .comment-summary {
float: right;
  /* position: relative; */

  color: #00006f;
  /*top: -25px;  
  right: 3px; */
  width: 62px;
  overflow: hidden;
  line-height: 1.0;
  display: block;
  text-align: center;
  background: #F3F3F3;
  padding: 0.2em 3px;
  font-size: 0.7em;
  text-decoration: none;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
font-weight:bold;
margin-bottom:8px;
}

#content .comment-summary .comment-count {
  display: block;
  font-size: 2.0em;
}

#content .comment-summary .comment-label {
  display: block;
}

#content .featuredback {
   position: relative; 
   background: #00006f;
   margin: 0px 0px 0px 0px;
   padding: 5px 5px 5px 5px;
   border:1px solid #000000;
}

#content .featuredpost {
   margin-top: 0px;
   padding-top: 0px;
   padding: 0px 10px 10px 10px;
   background: #F3F3F3;
   border:1px solid #000000;
}

#content .featuredpost h3 {
   padding-bottom: 12px;
}

#content .featuredpost h2 {
   font-size: 1.4em;
   padding-bottom: 12px;
}

#content .featuredpost p {
   padding-bottom: 12px;
}

#content .featuredpost a {
   padding-bottom: 6px;
}

#archives h2 {
    margin-top: 20px;
}

#archives h2 a {
	color: #00006f;
	}

#archives h2 a:hover {
	color: #FFFFFF;
	}

.entry {
	margin: 6px 0 8px 0 ;
	}
	
.entry p {
	margin: 12px 0 0 0;
	}

.entry blockquote p {
margin: 3px 0 0 0;
}
	
.entry a {
	color: #00006f;
	text-decoration: none;
	}
	
.entry a:hover {
        color: #FFFFFF;
        background-color: #00006f;
	}

.entry p a {
	text-decoration: underline;
	}

.social {
	float: left;
        margin-left: 26px;
}

.social-tools {
	float: left;
}

.social-tools p {
	float: left;
	height: 20px;
	width: 24px;




	text-align: center;
	margin: 0px;
	padding: 0px;
        margin-left:6px;
}

.social-tools p a {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 24px;
}

.social-tools p a:hover {
	text-decoration: none;
        background-color: transparent;
}

.reddit {
   background: url(images/social/reddit.jpg) no-repeat center;
}
.stumble {
   background: url(images/social/stumble.jpg) no-repeat center;
}
.delicious {
   background: url(images/social/delicious.jpg) no-repeat center;
}
.digg {
   background: url(images/social/digg.jpg) no-repeat center;
}
.technorati {
   background: url(images/social/technorati.jpg) no-repeat center;
}
.pfbuzz {
   background: url(images/social/pfbuzz.jpg) no-repeat center;
}
.postmetadata {
	clear: both;
        
	background:#F3F3F3;
	padding:6px;
	margin: 16px 0 16px 0px;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;

	}

p.postmetadata a {
    color: #00006f;
    font-weight: normal;
    text-decoration: none;
}

#get_recent_comments_wrap ul li {
    color: #000000;
}

#get_recent_comments_wrap ul li a {
    text-decoration: underline;
}

#content img.WP-PrintIcon {border: none; padding: 0; margin: 0; }


/* Sidebars */
#top {
      float:left;
      width: 330px;
	padding: 0;
	margin: 0;
margin-left: 30px;
margin-bottom: 20px;
margin-top:6px;
}

#left {
      float:left;
      width: 164px;          /* LC width */
      /* margin: 0; */
	padding: 0;
      margin-left:10px;
      font-size:9pt;
	}

#right {
      width: 164px;          /* RC width */
	float:right;
	font-size:9pt;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */
	}

#left h2, #right h2 {
	color: #000000;
	/* font-variant: small-caps; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4em;
        font-weight: bold;
	padding: 3px 6px;
	margin: 10px 0 3px 0;
	border-bottom: 4px double #ccc;
	}

#left .sidebar_header, #right .sidebar_header {
	color: #000000;
	/* font-variant: small-caps; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4em;
        font-weight: bold;
	padding: 3px 6px;
	margin: 10px 0 3px 0;
	border-bottom: 4px double #ccc;
	}

#left a, #right a {color: #00006f; text-decoration: none; padding: 0; line-height: 14pt;}
#left a:hover, #right a:hover {color: #000000; text-decoration: underline;}

#left p, #right p {margin:0 6px 0 12px; padding: 0;}

#left img, #right img {
        border: 0;
        margin: 0;
        padding: 0;
}

#left ul, #right ul {
	margin:0 0 12px 0;
	padding: 0;
	list-style:none;}

#left ul li, #right ul li {
	margin: 0;
	padding: 3px 12px;
	list-style-type: none;
	}

#left ul ul, #right ul ul {}

#left ul ul li, #right ul ul li {}

#left .tile_body ul li, #right .tile_body ul li, #left .popular ul li, #right .popular ul li {
        border-bottom: 1px solid #D8D8D8;
padding-bottom: 0px;
}

#left .tile_body ul li a, #right .tile_body ul li a, #left .popular ul li a, #right .popular ul li a {
        display: block;
        margin: 0;
        padding: 3px;
}

/* RSS Widget */

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #00006f;
	text-decoration: none;
	
}

#left .more-title {
  padding-right: 2px;
  position: relative;
}

#left .more-summary {
  position: absolute;
  top: 0px;
  right: 16px;
  overflow: hidden;
  line-height: 1.0;
  display: block;
  text-align: center;
  font-size: 0.6em;
  text-decoration: none;
  font-style:normal;
  padding-bottom: 4px;
}

#left .more-summary .more-count {
  display: block;
}

#left .more-summary .more-label {
  display: block;
}

#right h2 a.rsswidget{
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #00006f;
	text-decoration: none;
	
}

#right .more-title {
  padding-right: 2px;
  position: relative;
}

#right .more-summary {
  position: absolute;
  top: 0px;
  right: 16px;
  overflow: hidden;
  line-height: 1.0;
  display: block;
  text-align: center;
  font-size: 0.6em;
  text-decoration: none;
  font-style:normal;
  padding-bottom: 4px;
}

#right .more-summary .more-count {
  display: block;
}

#right .more-summary .more-label {
  display: block;
}


/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */

.textwidget {margin:0 0px 10px 0px; padding: 0;}


/* Comment Form */

#commentform{
	margin:10px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}

#author, #email, #url{margin:5px 5px 0 0;}

#submit{margin:5px 5px 0 0;}

/* Comments */

#comments{




	margin:10px;
	padding:10px;}
	
ol.commentlist {}

ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;

}

ol.commentlist li.alt {}

ol.commentlist li p {
   margin-top: 5px;
   margin-bottom: 10px;
}

ol.commentlist a {}

cite {}

small.commentmetadata {}

/* Search */

#searchform {margin:8px 0 8px 12px; padding: 0;}
	
#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 4px;
	}
	

/* Footer */

#footer {
	background: #00006f;
	clear: both;
	/* width: 100%; */
	margin-top:25px;
	border-top:solid 1px #fff;
	color: #FFF;
	}
	
#footer p{padding:5px; text-align: center;}

#footer a {
	color: #FFFFFF;
        text-decoration: none;
	}

#footer .featuredlinks {
   font-size: 0.7em;
   color: #00006f;
   background:#F3F3F3;
   text-decoration: none;
}

#footer .featuredlinks p {padding:0px 5px 0px 5px;}

#footer .featuredlinks a {
   color: #00006f;
   text-decoration: none;
}

#footer .links {
   padding: 5px 0px 5px 55px;
   float:left;
   width:909px;
   color:#000000;
   background: #F3F3F3;
   border-top:1px solid #D8D8D8;
   border-bottom:1px solid #D8D8D8;
   font-size: 8pt;
}

#footer .links ul {
   list-style: none;
}

#footer .links a {
   color: #00006f;
   text-decoration:underline;
}

.emptymonth {
        color: #d9d9d9;
}


/* BlogAds CSS */

div#adspot_223585445.adspot {
border-spacing:0;
overflow:hidden;
border-color:#ccc;
border-width:1px;
border-style:dotted;
width:152px !important;
font-size:10pt;
}
div#adspot_223585445 .adspot_head {
font-family:Arial;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#adspot_223585445 a.adspot_link , div#adspot_223585445 a.adspot_adurl {
font-family:Arial;
font-size:8pt;
font-style:italic;
color:#00006f;
font-weight:normal;
margin:0;
padding:4px;
display: inline;
text-decoration:none;
text-align:left;
background-image: none;
}
div#adspot_223585445 a.adspot_link:link, div#adspot_223585445 a.adspot_link:visited, div#adspot_223585445 a.adspot_adurl:link, div#adspot_223585445 a.adspot_adurl:visited {
color:#00006f;
text-decoration:none;
font-size:8pt;
font-style:italic;
}
div#adspot_223585445 a.adspot_link:active, div#adspot_223585445 a.adspot_link:hover, div#adspot_223585445 a.adspot_adurl:active, div#adspot_223585445 a.adspot_adurl:hover {
color:#00006f;
text-decoration:underline;
}
div#adspot_223585445 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div#adspot_223585445 * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#adspot_223585445 span.blogad_rss_ad li {
border: none;
}
div#adspot_223585445 .adspot_adhead {
text-align:left;
font-family:Arial;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#adspot_223585445 * img {
border-width:0;
border-spacing:0;
}
div#adspot_223585445 * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#adspot_223585445 .adspot_adtext {
font-family:Arial;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
display:inline;
clear:both;
width:150px;
text-align:left;
}
div#adspot_223585445 div.adspot_link {


width:152px !important;








text-align:left;
}




.editComment p {
   margin-top: 5px;
   margin-bottom: 10px;
}

#wesabe_groups {background-color:#ffffff; border:0px solid #ffffff; height:515px; width:160px; margin:0px 2px; font-family:Verdana,sans-serif;}
	#wesabe_groups #intro_header {height:80px; overflow:hidden; width:160px; font-weight:bold;}
	#wesabe_groups .group_container {height:58px; overflow:hidden; table-layout:fixed; width:160px;}

	#wesabe_groups .group_title {font-size:13px; font-weight:bold; line-height:16px;  }
  #wesabe_groups .group_paragraph {color:#000000; display:block; font-size:12px; line-height:16px; margin-bottom:0; padding-bottom:0;}
  #wesabe_groups .group_url {color:#000000; font-size:9px; font-weight:normal; line-height:12px; overflow:hidden; white-space:nowrap; text-decoration:none; cursor:pointer;}
#wesabe_groups a { text-decoration:underline; }
