/*
Theme Name: CHQPR
Theme URI: 
Description: Center for Healthcare Quality and Payment Reform.
Version: 1.0
Author: Harold Miller
Tags: widget ready, valid html, valid css, 2 columns, fixed width, white, simple, clean, left sidebar, widgets
*/
body{
	background: white;
	color: black;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
	margin: 0;
	padding: 0;
}

.clear{ clear: both; }

.icon {
	padding-left: 5px;
}
#pagewrap {
	 margin: 0 auto;
	 width: 800px;
	 text-align: left;
	}
	
/* Header Styles*/

#masthead {
	 height: 200px;
}
#background {
    background-image:url('http://www.chqpr.org/headerbackground.gif');
    height:199px;
    width:800px;
    border-bottom: 1px solid #000;
    z-index:1;
    }
#topborder {
    background-image:url('http://www.chqpr.org/topborder.gif');
    height:3px;
    width:800px;
    z-index:3;
    }
#logo {
    z-index:2;
    margin:0;
    }

/* Menu Styles*/
/* Menu3 is highest level*/
#menu3{
    position:absolute;
    left:167px;
    top:125px;
    width:100%;
    z-index:3;
    }
/* Menu2 is middle level*/
#menu2{
    position:absolute;
    left:167px;
    top:144px;
    width:100%;
    z-index:3;
    }
/* Menu1 is lowest level*/
#menu1{
    position:absolute;
    left:167px;
    top:163px;
    width:100%;
    z-index:3;
    }
/* Menu Styles*/
/* Menu3 is highest level*/
#menu3{
    position:absolute;
    left:167px;
    top:125px;
    width:100%;
    z-index:3;
    }
/* Menu2 is middle level*/
#menu2{
    position:absolute;
    left:167px;
    top:144px;
    width:100%;
    z-index:3;
    }
/* Menu1 is lowest level*/
#menu1{
    position:relative;
    left:182px;
    top:-12px;
    width:100%;
    z-index:2;
    }
/* navbar1 is for the Main Menu */
.navbar1 ul {
    margin:0;
	 padding:10px 10px 0;
	 list-style:none;
    }
.navbar1 li {
	float: left;
   background:url('http://www.chqpr.org/tab_left.gif') no-repeat left top;
  	margin:0;
	padding:0 0 0 9px;
   border-bottom: 1px solid #000;
   }
.navbar1 a {
   float: left;
	display: block;
	font-size: 120%;
   background:url('http://www.chqpr.org/tab_right.gif') no-repeat right top;
   padding:6px 6px 3px 2px;
	text-decoration: none;
   text-align:center;
   font-weight: bold;
   color:white;
    }
.navbar1 a:hover {
    font-weight: bold;
    color:black;
    }
.navbar1 #current {
    background-image:url('http://www.chqpr.org/tab_left_on.gif');
	 border-bottom-style:none;
    }
.navbar1 #current a {
    display: block;
    background:url('http://www.chqpr.org/tab_right_on.gif') no-repeat right top;
    padding-bottom:4px;
    text-align:center;
    color:black;
    text-decoration:none;
    font-weight: bold;
    }

/* Styles for the Left Column*/
#leftcolumn {
    float:left;
	 z-index:1;
	 width:186px;
    background:url('http://www.chqpr.org/leftcolumnbackgroundblue.gif');
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
.leftcolumnbox {
    width:156px;
    float:left;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 0px 5px;
    margin: 4px 4px 4px 4px;
    }
.leftcolumnbox h1 {
	 padding-bottom: 0px;
	 margin-bottom: 0px;
	 font-size: 14px;
    color: white;
    }
.leftcolumnbox p {
    font-size: 18px;
    }
.leftcolumnbox ul {
    margin-left: 1em;
    padding-bottom: 0px;
	 padding-top: 2px;
	 margin-top: 0px;
	 margin-bottom: 0px;
    }
.leftcolumnbox li {
    font-size: 12px;
	 padding-top: 0px;
	 margin-top: 0px;
    padding-bottom: 4px;
    }
.leftcolumnbox a {
    text-decoration: none;
    color: white;
    }
.leftcolumnbox a:hover {
    text-decoration: none;
    color: black;
    }
.leftcolumnbox h4{
	color: white;
	font-size: 9px;
	padding-top: 40px;
}
.leftcolumnbox h5{
	 font-size: 1px;
	 padding-bottom: 5px;	
	 border-bottom: 1px dotted black;

}
.leftcolumnbox form{
	padding-top: 0px;
	margin-top: 0px;
}
.leftcolumnbox img{ 
   background: url('http://www.chqpr.org/leftcolumnbackground.gif');
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	padding-left: 5px; 
	}

#content{
	margin: 0 auto;
	width: 800px;
	background: white;
}
.left{
	float: left;
	width: 186px;
   z-index:1;
   background:url('http://www.chqpr.org/leftcolumnbackgroundblue.gif');
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 10px;
   padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left .padding{ padding: 0 15px; }

.left .title{
	padding: 10px 15px;
}
.left .title2{
	padding: 11px 15px 3px 35px;
	border-bottom: 1px dotted black;
	background: url(images/fav_bullet.gif) no-repeat;
}
.left h1{
	margin: 0;
	padding: 0;
	color: #1C3469;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.left ul{
	padding: 0;
	margin: 5px 15px 5px 20px;
}
.left ul li{
	list-style: none;
	background: url(images/lul_bullet.gif) no-repeat left center;
	padding: 0 10px;
	margin: 0;
}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: black;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}
#maincontent {
	 float: left;
	 width: 800px;
}
.right{
	float: right;
   width:590px;
   padding: 10px 2px 2px 15px;
	border-left: 1px solid #000;
   z-index:1;
}
.right .padding{ padding: 0 15px 0px 10px;}
.right .title{padding-bottom: 0px;}
.right h1{
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}
.right h1 a:link, .right h1 a:visited, .right h1 a:active, .right h1 a:hover{
	color: #1C3469;
	text-decoration: none;
}
.right h1 a:hover{ text-decoration: underline;}

.right h2{
	font-size: 16px;
	font-style: italic;
	padding-top: 20px;
}

.right h3{
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.right h4{
	padding-top:25px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	color: black;
	margin: 0;
}
.right h5{
	padding-top: 10px;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	color: #1C3469;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted black;
}
.right p{ 
	margin: 5px 10px;
	font-size: 14px;
	}

.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #1C3469;
	text-decoration: underline;
}
.right a:hover{text-decoration: none;}


#comments{
	
}

.commentlist ol{
	font-size: 14px;
}

.commentlist li{
	font-size: 14px;
	padding-bottom: 2px;
}
.commentlist #source{
	font-size: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;
}

#extra{
	padding-left: 20px;
	font-size: 10px;
	padding-bottom: 5px;
}

.tags{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	padding: 2px 5px 2px 25px;
	background: url(images/01_15.gif) no-repeat left center;
}
.tags a:link, .tags a:visited, .tags a:active, .tags a:hover{
	color: black;
	text-decoration: underline;
}
.tags a:hover{text-decoration: none;}


.permalink{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	padding-top: 1px;
	padding-bottom: 20px;
	border-bottom: 1px dotted black;
}
.permalink .left{ float: left; width: 450px; background: url(images/01_29.gif) no-repeat left center; padding: 2px 5px 2px 24px; font-size: 11px;}
.permalink .right{ float: right; width: 90px; text-align: right; background: url(images/comment_bullet.gif) no-repeat left center; padding: 6px 5px 2px 5px; font-size: 11px;}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: black;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}

#footer{
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
	border-top: 1px dotted black;
}

h2 {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #1C3469;
}

h3 {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #1C3469;
}

/* classes used by the_meta() */


.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}


#wp-calendar {
	border: 1px solid #1C3469;
	empty-cells: show;
	font-size: 14px;
	margin: 0 auto;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #C5C9FD;
	color: #333;
}

#wp-calendar caption {
	color: #1C3469;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

#wp-calendar td {
	color: #1C3469;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #C5C9FD;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #C5C9FD;
	color: #1C3469;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

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;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
