/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #143068 url(images/bg_main.png) repeat-x; 
	color: #333;
	padding: 0 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}
	
ul{
	list-style-type:none;
}

li{
	list-style:none;
}

a:link, a:visited {
	color: #005BC6; /* Darkest color (for text) */
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: .85em;
	background:#EFF3F6; /* Lightest Highlight Color */
	margin: 2px 0;
	padding:2px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#topshadow {
  height:20px;
  width:100%;
  background: #F2F2F2 url(images/top_shadow.jpg) no-repeat; 
  background-position: center;
  margin:0 auto;
}

#headershadow {
  height:100px;
  width:100%;
  background: #F2F2F2 url(images/t2.jpg) repeat-y; 
/*  background: #F29860 url(images/t2-orange.jpg) repeat-y; */
  background-position: center;
  width: 100%;
  margin:0 auto;
}

#headerstuff {
  width:1000px;
  margin:0 auto;
  background:#FFF;
  padding: 10px 25px 10px 25px;
}

ul.toplinks{
/*    width: 15em; */
    padding: 0 0 2px 0;
    list-style-type: none;
/*	font-weight: bold; */
}
ul.toplinks li {
	padding: 0 5px 0 5px;
    display: inline;
	border-right: 1px solid #143068;
}

ul.toplinks li.firstlink{
	padding: 0 5px 0 0;
}

ul.toplinks li.lastlink{
	padding: 0 0 0 5px;
	border-right: none;
}

ul.toplinks li a {
	color: #143068;
    padding: 0;
}
ul.toplinks li a:hover {
    color: #ff850d;
}


#page {
	width:1001px;
	margin:0 auto;
	font-size:.8em;
	background:#FFF;
	padding: 0 25px 15px 25px;
	}

#roundedbottom {
  width:1050px;
  height:12px;
  background-image:url(images/rounded_bottom.png);
  margin:0 auto;
}

#branding {
	width:580px;
	padding-bottom:10px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	margin-right: 20px;
	}

#sidebar {
	width: 250px;
	float:left;
	}

#leftcol{
	margin-top:10px;
	float:left;
	width:100%;
/*	width:75%; */
/*  border-right:1px dotted #b6b6b6; */
	padding-right:5px;
	}	
	
#rightcol {
  margin-top:10px;
  float:right;
	width:20%;
	padding-left:5px;
	}


/*Subnav */

.subnav {
	height: auto;
	background: #ffffff url(images/sidebar_bg.jpg) no-repeat;
/*	color: #143068; */
	padding: 8px 0 0 0;
}

.subnav li {
	list-style:none;
/*	color: #143068; */
/*	border-bottom:1px solid #143068;  */
	}
.subnav li a{
	color:#143068;
}
	
.subnav li a:link, .subnav li a:visited {
/*	background:#fb9e63; /* Lightest Highlight Color */*/
	color: #143068; 
	display:block;
	padding:4px 4px 4px 8px;
/*	border-left:4px solid #143068; /* Medium Highlight Color */*/
	}
		
.subnav li a:hover, .subnav li a:active {
/*	background:#619BC1; /* Hover (Slightly darker than medium) Highlight Color */*/
	text-decoration:none;
	color: #eeeeee; 
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
		
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
	
	
/*	Headers */

h1 {
	font:2.8em Lucida Sans Unicode, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Lucida Sans Unicode, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB; 
	padding:6px 0 6px 2px;
	margin:10px 0 15px 0;
	font-size:0.9em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:725px;
	float:right;
	}

	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#545454;
	margin-top:3px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}
	
#lead table{
  width: 100%;
}

#lead table td{
  padding: 5px 0 5px 0;
  border-bottom: 1px dotted #b6b6b6;
  border-top:1px dotted #b6b6b6;
}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Lucida Sans Unicode, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none;
	}

#rightcol img {
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	
	
#sidelist {
	list-style-type:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	color: #143068;
	/*background:#143068; */ /* Medium Highlight Color */
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
/*	border-bottom:1px solid #143068; */ /* Medium Highlight Color */
	color: #143068;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
/*	background:#143068; */ /* Medium Highlight Color */
	color: #143068;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#eeeeee;
	}
	

	
.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#B2CDFF; /* Lightest Highlight Color */
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #0A2C74;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #4D7CC4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:582px;
	}	

.entry {
	padding-top: 8px;
	padding-bottom:14px;
	float: right;
	border-bottom: dotted 1px #000;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.feature-image{
	padding-top: 10px;
}
	
.info-header{
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	color: #999;
	font-size: 90%;
	padding-top: 8px;
}

.info-footer{
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	color: #999;
	font-size: 90%;
	padding-top: 14px;
}
	
.post-title{
	background: #FFF;
	padding: 2px 0 5px 0;
}	

.post-title a{
	color: #143068;
}

.post h4{
	margin-bottom: 0;
}
	
.post{
	text-align: justify;
	margin-top: 12px;
	padding-top: 12px;
/*	border-top: dotted 1px #000; */
}
  
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
.post img{
	display:block;
	margin:15px auto 15px auto;
	}
	
.post p{
	text-align:justify;
	}
	
.post h1{
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:10px 0 4px 0;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	}

.post strong{
/* This already makes the text bold; add any other font stylings here. */
	}

#posttable {
  width: 100%;
  height: 88px;
  text-align: left;
}

#posttable td{
  width: 50%;
}

.download {
  position: relative;
  height: 24px;
  width: 100%;
  background-color: #f2f2f2;
  margin-right: -5px;
  text-align: left;
  }

.download td {
  vertical-align: middle;
  }

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

.navigation{
	}

.alignleft{
	float:left;
	}

.alignright{
	float:right;
	}

.navigation-bottom{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	}
	
#sugglinks li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Lucida Sans Unicode, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 1000px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}
	
.widgettitle{
list-style-type:none;
}

#p1 {
	margin: 0 0 0 45px;
}

/* RapidWorks Training styles: */

#rwcontainer {
	background: #FFF url('images/rw_training_header.jpg') no-repeat; 
	color:#002d5d;
	padding: 200px 0 0 0;
}

#rwcontainer  h2{
	border-bottom: none;
	text-decoration: underline;
}

#rwcontent {
/*	background-color:#EEEEEE; */
	float: left;
	color:BLACK;
}

#rwcontent a {
	padding: 15px 0 15px 0;
}

#rwcontent ol {
	font: 1em Georgia, Times, serif;
	margin: 0px;
	padding: 10px 15px 15px 0;
	color: #000;
	list-style: decimal;
}

#rwcontent ol li  {
	margin: 15px 0 0 45px;
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #002d5d;
	border-bottom: 1px solid #002d5d;
}

#rwcontent ol li.module {

}

#rwcontent ol li.menu {
/*	border-left: 1px solid #002d5d;
	border-right: 1px solid #002d5d; */
	border: medium solid #ccc;
	background: #eee;
}

#rwcontent ol p {
}

#rwcontent ul.nav {
	margin: 15px 10px 0 45px;
	padding: 0 10px 0 0;
	list-style-type: none;
	border: 2px solid #ddd;
	background: #eee;
}

#rwcontent ul.nav li {
	display: inline;
}

#rwvideo {
	height:360px;
	width:640px;
}

.imgstyle{
	margin: 5px;
	float: left;
}