/*  
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/license#sides/gpl-license.php



/* HTML Elements */

* {
margin: 0;
padding: 0;
}

body,html {
	min-height:101%;
	}
	
body {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 13px 0 25px 0; 
	background-image: url(http://www.newmanpr.com/images/bg-npr.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
	}

p {	
	margin: 15px 0;
	}
	
hr {
	display: block;
	height:1px;
	background:#D4DBE5 /* lilac */;
	border:0;
	}

small {
	font-size: 0.95em;
	/* background:#eef5e1; */
	padding:3px 6px;
	}

/* Universal Elements */

.left {
	float:left;
	}

.right {
	float:right;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:block
	}

.underline li {
	font-weight: none;
	padding: 3px 0px 3px;
	margin-bottom: 2px; 
	border-bottom: 1px dotted #D5E3EE /* lite blue accent*/;
	}

.underline  ul {
	list-style-type: none;
	}

.children {
	padding-left:5px; 
	background:transparent;
	}
	
.children li {
	}
	
.children li a, .children li a:visited {
	border:0;
	background:transparent;
	}

.children li a:hover, .children li a:active	{				
	color:#78553F /*logo gold*/
	}

/*  Universal: Mouseover */
	
a:link {
    	font-weight: normal;
    	text-decoration: none;
    	font-weight: bold;
    	color: #392D79 /*logoblue*/;
    	background: transparent; 
    	}	

a:visited {
	font-weight: normal; 
	text-decoration: none;
    	font-weight: bold;
	color: #392D79 /*logoblue*/;
	background: transparent; 
	}
	
a:hover {
	font-weight: normal; 
	text-decoration: none;
    	font-weight: bold;
	color: #78553F /*logo gold*/;
	background: transparent; 
	}

a:active {
	font-weight: normal; 
	text-decoration: underline;
    	font-weight: bold;
	color: #392D79 /*logoblue*/;
	background: transparent;  
	}


/* Universal - <h> */

h1 {
	font:2.95em;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 0.7em;
	}


h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}

/* Universal - <img> */

img, a:link img, a:visited img {
	border:0
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


/* Layout - General */

#page {
	width:830px;
	margin:0 auto;
	padding: 10px;
	background: #fff;
	}

/* Layout - Header */

#header {
	height: 106px;
	background-image: url(http://www.newmanpr.com/images/bg-nprhdr.jpg);
	background-repeat: no-repeat;
	background-color: #392E7A /*logoblue*/;	
	}

#branding {
	height: 80px;
	padding-bottom: 2px;
	}

.logo {
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	border: 0px;
	background-color: transparent;
	}

.logo img {
	}

#searchform {
	float: right;
	font-size: 80%;
	padding-top:50px; 
	padding-right:5px; 
	padding-bottom:15px; 
	}

/* NOTE: For #nav see nav.css */

/* Layout - Cover */

.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;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

.blurb  {
	padding: 3px 0px 3px;
	margin-bottom: 12px; 
	}

.blurb  ul {
	list-style-type: none;
	}

.blurbhead {
	font-size: 1.2em; 
	margin-bottom: -12px;
	}

.blurbtext {
	
	}

.blurbmore {
	float: right;
	font-size: .8em; 
	margin-top: -12px;
	}

/*Cover Page Elements*/

#cover {
	float: left;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 0px;
	background-color: transparent;
	}

#dept {
	font-size: 80%;
	}

#dept h2 {
	color: #78553F /*logo gold*/;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-top: 1px dotted #78553F /*logo gold*/;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#dept img {
	float: right;
	}

.listrow {
	list-style-type:none;
	display:inline-block;
	padding-left: 0;
	padding-bottom: 3px;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	}

.listrow li {
	display:inline;
	float: left;
	}

#box1a {
	width: 440px;
	font-family: tahoma, arial;
	font-size: 1.45em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #D4DBE5 /* lilac */; 
	}

#box1b {
	width: 10px;
	}


#box1b p {
	/* margin-bottom: 2px; */
	}

.blue {
	color: #392E7A /*logo blue*/;
	}

.gold {
	color: #78553F /*logo gold*/;
	}

#box1c {
	width: 350px;
	margin-left: 10px;
	}

#box1c img {
	border: 1px solid #D4DBE5 /* lilac */; 
	padding: 1px;
	}

#box1c h2 {
	color: #78553F /*logo gold*/;
	font-size: 0.8em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#box2a {
	width: 229px;
	line-height: 1.5em;
	margin-right: 10px;
	background-color: #ECEFF8 /* lav tint */;
	}

#box2b {
	width: 229px;
	line-height: 1.5em;
	margin-right: 10px;
	background: transparent;
	background-color: #ECEFF8 /* lav tint */;
	}

#box2c {
	width: 190px;
	margin-right: 10px;
	background: transparent;
	}

#box2d {
	width: 150px;
	line-height: 120%;
	}

#box2d ul li {
	width: 150px;
	margin-bottom: 10px;
	}

#box2d ul {
	margin-left: -25px;
	}

html>body #box2d ul {
	margin-left: 5px;
	}

#box2d ul li ul li  {
	margin-bottom: 1px;
	}

#box3a {
	width: 200px;
	margin-right: 10px;
	background-color: #ECEFF8 /* lav tint */;
	}

#newmanwire {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D4DBE5 /* lilac */;
	}

#newmanwire a {
	font-weight: normal;
	}

#box3b {
	width: 425px;
	margin-right: 10px;
	}

#box3c {
	width: 180px;
	}

#box3c ul {
	margin-left: -20px;
	}

html>/**/body #box3c ul {
	margin-left: 0px;
	}


/* Layout - Content */

#content {
	width: 550px;
	float: left;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 0px;
	background-color: transparent;
	}

#content h3 {
	color: #78553F /*logo gold*/;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #78553F /*logo gold*/;
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}

.post h1 { /* byline */
	font-size: 80%;
	font-weight: bold;
	margin: 6px 0px 6px 0px;
	background: transparent;
	}

.post h2 { /* headline */
	color: #392E7A /*logo blue*/;
	font-size: 160%;
	font-weight: normal;
	padding-top: 10px;
	margin: 0px;
	background-color: transparent;
	}

.postmetadata {
	margin: 10px 0;
	}

#navigation {
	font-size: .9em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding-top: 2px;
	padding-bottom:2px;
	margin-bottom:10px;
	}


/* Archives Formatting */

#archive {
	padding-bottom: 5px;
	margin-bottom: 15px;
	}

#archive a {
	font-weight: bold;
	}

.archivehead {
	font-size: 1.2em;
	padding-bottom:2px;
	}

/* Captions */

.wp-caption p.wp-caption-text {
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	padding: 5px 4px 5px;
	margin: 0;
	color:#
	}

.caption {
	color: #000;
	margin-top: 1px;
	font-size: 78%;
	font-weight: normal;
	}

.cap550 {
	text-align:left;
	color: #000;
	font-size: 96%;
	line-height: 100%;
	width: 550px;
	font-weight: bold;
	background: transparent;
	}

.cap150 {
	float: right;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	line-height: 96%;
	width: 150px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	background: transparent;
	}

/* Layout - Content - 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;
	}	

.post blockquote {
	background:transparent;
	font-size: 90%;
	line-height:150%;
	padding-left:20px;
	padding-right: 10px;
	margin-left:0px;
	border-left: 1px dotted #D4DBE5 /* lilac */;
	}

.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;
	}


.entry {
	padding-bottom:10px;
	}

#pq {
	float: right;
	text-align:left;
	color: #000777;
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	font-style: oblique;
	width: 140px;
	padding: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	background-color: #D5DBE5 /*sky*/;
	}
	
#tags {
	font-size: .9em;
	padding:3px;
	border-bottom:1px solid #D5DBE5 /*sky*/;
	border-top:1px solid #D5DBE5 /*sky*/;
	}	
		
.writer {
	background:transparent;
	font-size: .9em;
	margin-top:10px;
	padding:12px;
	}

.writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

.writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #D5DBE5 /*sky*/;
	margin-top:12px;
	}

.writer p {
	margin:0;
	width:482px;
	}	

.postmeta {
	font-family: Arial, Helvetica, "san serif";
	font-weight: normal;
	color: #333;
	font-size: .8em; 
	letter-spacing: .09em;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px dotted #D5DBE5 /*sky*/;
}

.postmeta p  {
	border-bottom: 1px dotted #D5DBE5 /*sky*/;
}

.postmeta a  {
	font-weight: bold;
	color: #333;
	border: 0;
	text-decoration: none;
}


/* Layout - Sidebar */

#sidebar {
	width: 270px;
	float:right;
	font-size: .8em;
	padding-bottom: 20px;
	margin-top: -10px;
	background: #ECEFF8 /* lav tint */;
	}
html>body #sidebar {
	margin-top: 10px;
	}

#sidebar a {
	color: #665D98 /* plum */;
	}

#sidebar a:hover {
	color: #78553F /*logo gold*/;
	}

/* Layout - Sidebar - Sidelist */

#sidelist h3 {
	color: #78553F /*logo gold*/;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-top: 1px dotted #D5DBE5 /*sky*/;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	}

#sidelist {
	margin-top: 0px;
	}

html>body #sidelist {
	margin-top: -5px;
	}

#sidelist ul {
	margin-top: 0px;
	list-style:none;
	}

html>body #sidelist ul {
	margin-left: 0;
	}

#sidelist li {
	list-style:none;
	}

/* siderow */

#siderow {
	list-style-type:none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 3px;
	background-color: transparent;
	}

#siderow li {
	display:inline;
	float: left;
	}

/* Layout - Sidel & Sider */

#sidel {
	width: 110px;
	margin-right: 5px;
	margin-bottom: 15px;
	}

#sider {
	width: 150px;
	margin-bottom: 15px;
	}

#sidel li, #sider li {
	margin-bottom: 10px;
	}

#sidel li ul li, #sider li ul li {
	margin-bottom: 1px;
	}

/* Layout - Sidel & Sider - <h> */

#sidel h3, #sider h3 {
	color: #78553F /*logo gold*/;
	text-transform:uppercase;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	border-top: 1px dotted #D4DBE5 /* lilac */;
	}

/* Layout - Sidel  Style */

#sidel ul li ul li {
	width: 120px;
	margin-left: 5px;
	}

#sider ul li ul li {
	width: 140px;
	margin-left: -25px;
	background: transparent;
	}

html>body #sider ul li ul li {
	margin-left: 5px;
	}

/* Layout - Footer */

#footer {
	color: #D5DBE5 /*sky*/;
	font-size: 0.8em;
	text-align: center;
	width: 830px;
	padding-top:8px;
	padding-bottom:8px;
	margin: 0 auto;
	background-color: #392D79 /*logoblue*/; 
	}

#footer a {
	color:#fff;
	}

.copyright {
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	color: #665D98 /* plum */;
	padding-top: 5px;
	}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#archiveform {
	font-size: .8em;
	margin-top: 2px; 
	margin-bottom: 2px"
	}

/* Comment Formatting */

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	

#commentformmeta {
	padding-top: 15px;
	margin-left: 10px;
	border-top:1px solid #D5DBE5 /*sky*/;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	}
	

/*  unsorted */
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}
	

