/*
Theme Name: cdl2col
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: A theme for the California Digital Library blog.  Based on http://wangenweb.com/wordpress/themes/basic2col/
Version: 0.0.1
Author: Scott Fisher
Author URI: http://scottfisher.info/
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

/*general layout*/
body {
background:#fff;
color : #111; 
font-family :'Lucida Sans Unicode','Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-style : normal;
padding:2px 2em;
margin:0px;
line-height:1.5em;
font-size:70%;
/*text-align:center;*/
}
hr {
border: 1px solid #ccc;
} 
blockquote, code, pre {
color:#333;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
/*
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 
h2 {
font-size : 1.4em; 
}
h3 {
font-size:1.2em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
font-family :Georgia,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
color : #333; 
margin: 10px 0px;
padding:2px 0px;
clear: both;
} */

/*linkcolor*/
/*
a:link, a:visited {
font-weight:normal;
color : #600;
text-decoration : none; 

}
a:hover, a:active {
color : #666; 
text-decoration : none;
border:none;
} 

#content h2 a:link, #content h2 a:visited, #blog_header h1 a:link, #blog_header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color:#333;
font-weight:normal;
text-decoration:none;
border:none;
}
#content h2 a:hover, #content h2 a:active, #blog_header h1 a:hover, #blog_header h1 a:active, #content h3 a:hover, #content h3 a:active {
color:#999;
}
*/

/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 2px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
border:1pt solid #eee;
}

.border {
border: 1px solid #ccc;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : transparent;
/* max-width:65em;
margin:5px auto;
padding:0px; */
text-align:left;
/*border: 1px solid #ff0000;*/
}

/*header*/
#blog_header {
background : transparent;
border-bottom:1px solid #ccc;
margin:4px 4px 0px;
padding:15px 10px;
}
#blog_header h1{
padding:0px;
font-size:2em;
display:inline;
}
#blog_header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}

/*content and post settings*/

#content{
background : transparent;
padding: 5px 1em;
margin: 2px 0.1em 5px;
width: 67%;
float: left;
/* font-size:1.1em; */
}

.post h2, .archives h3, .search h3 {
border-bottom: 1pt solid #eee;
}
.post {
margin: 10px 0px;
}
.postmeta {
font-size:0.9em;
clear:both
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
}
.postmeta {
margin: 10px 0px 5px;
}

.postcontent {
line-height:1.6em;
}


/*postnav*/
#postnav {
clear:both;
margin:0px;
}
#postnav li {
display:inline;
margin: 2px 0px;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
font-family :Georgia,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
color : #333; 
margin: 10px 0px 5px;
padding:2px 0px;
font-size:120%;
}
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
border-top: 1pt solid #fff;
}
.avatar {
float:right;
border: 1pt solid #eee;
margin-left:10px;
padding:2px;
}

/*sidebar*/
#sidebar {
  border-left: 1px solid #eeeeee;
  padding: 0px 0px 0px 35px;
  margin: 20px 0px;

  /* background : transparent; */
  /*padding: 5px 0px;
  margin: 5px 0px;*/
  width: 25%;
  float:right;
}
#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
}
#sidebar li{
margin:0px;
padding: 2px 0px;
}
#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: 5px 0px 0px;
padding: 4px 0px;
border-bottom: 1px solid #D9D9D9;
font-size:100%;
}
#sidebar li a {
border:none;
}
#sidebar li li {
border-bottom: 1pt solid #eee;
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/
#footer {
background : transparent;
border-top:1px solid #ccc;
margin:5px;
clear: both;
padding:5px 10px;
text-align:center;
}
#footer ul{
margin: 2px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}



/*forms*/
input , textarea, select, option {
font-family :Arial, Helvetica, sans-serif; 
font-size:95%;
padding: 2px;
background : #fff;
color : #111; 
border: 1px solid #ccc;
margin: 2px;
}
fieldset, legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color : #111; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align:left;
}


/* The following customize content that is based on CDL Site design
   by overriding the styles with something more specific or creating
   new styles to mock up similarities to CDL site */

#blog-foot #footer-nav {
    margin-left: 0px;
    margin-right: 232px;
}

#blog-foot #footer-content {
    text-align: left;
}


/* got rid of this style after talking to Eric, since he wants footer to match others
even if it looks slightly strange with the blog layout being different */

/*
#footer>#footer-content>#copyright-notice{
    margin:7px 0 0 0px;
}

#footer>#footer-content>#footer-links{
    float:left;
    margin-left: 10px;
}
*/

.blog-breadcrumbs {
    padding-top:10px;
}

.blog-title {
color:#005695;
font-size:200%;
font-weight:normal;
letter-spacing:0.01em;
line-height:1em;
margin:10px 0 20px;
}

.upper-meta {
    font-size:95%;
}

/*
.upper-meta .date {
    clear: left;
    float: left;
    width: 170px;
    padding-right:5px;
}

.upper-meta .category {
    float: left;
    width: 270px;
    padding-right:5px;
}

.upper-meta .author {
    float: left;
    clear: right;
    width: 170px;
    padding-right:5px;
}
*/

.lower-meta {
  font-size: 85%;
  margin-top: 0px;
}
.posttitle {
    clear:both;
    padding-top: 10px;
    font-size: 110%;
    color: #973620;
    font-weight:bold;
}
.posttitle a:link, .posttitle a:visited{
  color: #973620;
  font-weight:bold;
}

.excerpt {
    margin-bottom:20px;
}

.excerpt .postcontent p{
    margin-top:5px;
    margin-bottom:5px;
}

.excerpt .postmeta{
    margin-top:0px;
    margin-bottom:0px;

}

h2.posttitle {
  margin-bottom:6px;
}

li>select{
  margin-top: 8px;
}
li>select>option {
  border-width:0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#search-button {
  border-width:0px;
}

.floater {
  float: left;
}

.addthis-float {
  float: left;
  clear: right;
  margin-top: 13px;
}

h2#pagetitle {
  margin-bottom: 0.5em;
  /* color: #818285; */
  color: #973620;
}


/*
/* these are for the categories, must be more specific (thus #wrap>#sidebar) to override CDL styles */

.widget_categories ul ul{
}

/* list items in categories */
#wrap>#sidebar .widget_categories li {
  display:block;
  clear:both;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  padding:0;
  margin-left:0;
}  /* changes all li in categories */

#wrap>#sidebar .widget_categories ul {
  padding:0;
  margin-left:0;
}

/* generic list-items a */
/*
#wrap>#sidebar .widget_categories li>a {
  display:block;
  float:left;
}*/



/* first level & general settings categories */

#wrap>#sidebar .widget_categories ul>li>a.accordion-icon {
  display:block;
  width: 16px;
  height: 20px;
  position:relative;
  float: left;
  clear: left;
}

#wrap>#sidebar .widget_categories ul>li>a.accordion-icon>img {
  position:absolute;
  top:1px;
}

#wrap>#sidebar .widget_categories ul>li>a.accordion-link-text {
  display:block;
  width:210px;
  height: 20px;
  position:relative;
  float:left;
  clear:right;
  font-size: 12px;
}


/* second level categories, ie child categories */
#wrap>#sidebar .widget_categories ul.children li {
  display:block;
  clear:both;
  margin-left:10px;
  white-space: nowrap;
}/* changes all child categories */

#wrap>#sidebar .widget_categories ul.children>li>a.accordion-icon {
  width: 16px;
  height: 20px;
}

#wrap>#sidebar .widget_categories ul.children>li>a.accordion-link-text {
  height: 20px;
  width: 198px;
}
/*
#wrap>#sidebar .widget_categories ul.children li a{
  display:block;
  float:left;
  width: 190px;
}*/

/* children categories accordion part */
/*
#wrap>#sidebar .widget_categories ul.children a.accordion-icon{
  width: 12px;
  display:block;
  clear:left;
  float:left;
  padding-right: 3px;
}*/

/* top level categories */
/*
#wrap>#sidebar .widget_categories a {
  display:block;
  float:left;
  width: 200px;
}*/ /* category links */

/* main categories accordion icons */
/*
.accordion-icon, #wrap .accordion-icon, #wrap>#sidebar .widget_categories a.accordion-icon {
  width: 12px !important;
  display:block;
  clear:left;
  float:left;
  padding-right: 3px;
} */

/* currently selected categories */
#wrap>#sidebar li.current-cat>a {
  font-weight: bold;
}

.dd_authors {
  clear:both;
}

/* to fix the messed up plugin search button and box, all plugins seem to be
buggy and inappropriate */
#blog-search {
  clear:left;
  float:left;
  margin-top: 6px;
}

#search-button {
  margin-top: 6px;
}

H2#pagetitle, H2#pagetitle>a:link,
H2#pagetitle>a:visited{
  /* color: #818285; */
  color: #973620;
  font-weight: bold;
}

ul#commentlist>li {
  list-style-type:none;
}

#wpstats {
  display:none;
}

#sidebar a:link, #sidebar a:hover, #sidebar a:visited, #sidebar a:active {
font-size:95%;
font-weight:normal;
}

/* make all drop-down select lists in sidebar the same width */
#sb1 select{
  width: 165px;
}

#feed-statistics .subscriber_count {
	display:none;
}
