@charset "UTF-8";

/*
Theme Name: Make It Worn
Theme URI: http://osbnorcia.org
Description: <a href="http://wordpress.org">WordPress</a> theme implementation of the three-part Make It Worn design tutorial by <a href="http://subdued.net">Bart-Jan Verhoef</a>.
Version: 2.0
Tags: worn, fixed width, three columns

Worn design and typeset provided under a Creative Commons 3.0 BY-NC License by 
osbnorcia.org

CSS and XHTML is provided under a Creative Commons 3.0 BY-NC-SA License by
osbnorcia.org

*/

/* BACKGROUNDS */

body { background: #f6efe0; }

div#container {
/*        padding-right: 75px;   */
        width: 707px;
        margin: 0 auto; 
}

div#posts-bg { background: url('img/posts-bg.jpg') left top no-repeat; }




/* TYPESETTING */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
	color:#1a1a1a;
        border-width: 0px;
        padding: 0px;
        margin: 0px;

}

h1, h2, h3, h4, h5, h6, label {
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#b71d21;
	margin:0;
}

h1{

	font-size:38px;
	line-height:36px;
        text-align: left;
        padding-top: 7px;
}

h2 {
	
	font-size:19px;
        line-height: 22px;
}

h3 {
	margin:10px 0 5px 0;
	font-size:18px;
}

h4 {
	margin:10px 0 5px 0;
	font-size:14px;
}

h5 {
	margin:10px 0 0 0;
	font-size:11px;
	line-height:normal;
}

h6 {
	margin:4px 0;
	font-size:10px;
	line-height:16px;
}


p {
	margin:0.1em 0;
}

a {
	color:#b71d21;
	text-decoration:none;
	
	background-image:url('img/page-nav-br.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
}


a:hover, a.active {
	color:#1a1a1a;
	background-image:url('img/hover.gif');
}

a#rss {
        text-align: center;
        background-image:url('img/rss.jpg');
	background-position:left center;
	background-repeat:no-repeat;
        padding-left: 20px;
}

div.hr {
        height: 15px;
        background: url(img/page-nav-br.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

div#header ul li a {

	padding:4px 0px;
	margin:0 8px;

}

div#header ul li.current_page_item a {
	color:#1a1a1a;
	/* background-image:url('img/hover.gif'); */
}





div#header ul li, label {
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leftcol {
 text-align: right;
 margin-left: -145px;
 float: left; 
 }

blockquote {
	color:#774c37;
	font-style:italic;
}

.main p.intro {
	font-size:15px;
	line-height:30px;
}

.main p {
	font-size:15px;
	line-height:24px;
        text-align: justify;
}
.entry {
        padding: 10px;

        min-height: 110px;
       }

.entry p { 
        padding: 0px;
       /* width: 680px; */
         }

.entry p#author {
          text-align: right;
          margin-top: -10px;
          font-size: 11px;
         }
.entry h5#author {
          text-align: right;
         }
#indexauthor {
        color: BurlyWood;
        text-align: right;
        margin-right: 10px;
        margin-top: -5px;
             }
#indextime {
        font-size: 11px;
        text-align: right;
        margin-right: 10px;
        text-transform: uppercase;

             }
div#leftcol h3 {
           font-size: 11px;
           margin: 0;

               }
div#leftcol p {
           font-size: 11px;
           margin: -10px 0;

               }


.main ul {
	list-style:circle;
	list-style-image:url('img/list-marker.gif');
	color:#774c37;
	font-size:14px;
}

.main h1 {
        margin: 10px 0 10px 0;
        text-align: center;
}

.main ul li {
	font-size:16px;
	line-height:27px;
}

div#footer p {
	font-size:11px;
	line-height:1.5em;
        text-align: center;

}

ul.gdpn-pages-list {
font-size:12px;
}

#sidebar {
padding-right:10px;
}


.main select {
	background-color:#fffef4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

ul.innerfade {
list-style: none;
}


#topmenu { 
margin: 0 auto;
width: 550px;
}

body, div, ul, li {
	margin:0;
	padding:0;
}

img { border: none; }

img.alignright {
border: solid 1px gray;
float:right;
margin-left:15px;
/* margin-right:15px; */
margin-bottom: 15px;
}
img.alignleft {
border: solid 1px gray;
float:left;
margin-left:15px;
margin-right:15px;
margin-bottom: 15px;
}
ol li {
margin-left: 20px;
}
div#floatright {
float: right;
text-align: center;
}

.main p.border {
border-style:dotted solid double dashed; 
}
.main div.bordert {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/bordert.png) 0 0 repeat-x}
.main div.borderb {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/borderb.png) 0 100% repeat-x}
.main div.borderl {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/vl.png) 0 0 repeat-y}
.main div.borderr {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/borderr.png) 100% 0 repeat-y}
.main div.borderbl {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/borderbl.png) 0 100% no-repeat}
.main div.borderbr {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/borderbr.png) 100% 100% no-repeat}
.main div.bordertl {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/bordertl.png) 0 0 no-repeat}
.main div.bordertr {background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/bordertr.png) 100% 0 no-repeat; padding:15px} 

ul {
	list-style:none;
}



div#header {
	height:124px;
/*        margin-left:auto;
        margin-right:auto;  */
        width:693px;
        margin-top:20px;
}


div#header img {
	border:none;
        float: right;
}

div#header ul {
        margin: 10px auto 0;
        float: right;
}
.qtrans_language_chooser { list-style-type:none;
                           padding-top: 6px; }
.qtrans_flag { display:table-caption }


div#header ul.qtrans_language_chooser a:hover, a.active {
        background-image:url('http://osbnorcia.org/wp-content/uploads/2010/03/torno.png');
}


div#header ul li {
	display:block;
        float: left;
        position: relative;
}
div#blog-content {
 background: url("http://osbnorcia.org/wp-content/uploads/2010/11/posts-bg2.jpg") repeat scroll 0 0 transparent;
 border: 1.5px solid #e2debe;
                 }

.blog-entry {
       
       margin: .5px;
       overflow: hidden;
       min-height: 300
}

div.right .blog-entry { width: 100%; }

div#posts-bg {
	position: absolute;
	width: 959px;
	height:502px;
	margin: 0;
	left: 0px;
	top: 144px;
	z-index: 92;
}

div.donatebuttons {
text-align: center 
}

.main {

        
}

div#footer {
        
        margin-left: auto;
        z-index: 90;
	clear: both;
}

/*       BROADCAST ELEMENTS     */
.newsheader{
   position: relative;
   float: left;
   left: 6.50%;
   width: 87.00%;
}
.wrapper{
   position: relative;
   width: 683px;
   overflow: hidden;
   margin-left: auto;
   
}
.left1{
   position: relative;
   float: left;
   left: 0.55%;
   width: 29.00%;
   padding-bottom: 32767px;
   margin-bottom: -32767px;

}
.left2{
   position: relative;
   float: left;
   width: 50.00%;
   padding-bottom: 32767px;
   margin-bottom: -32767px;
   border-right: 2px solid activeborder;
}

.leftborder {
   background: url(http://osbnorcia.org/wp-content/themes/make-it-worn/img/dot2.gif) 0 0 repeat-y;
}


.right{
   position: relative;
   float: right;
   width: 49%;
   padding-bottom: 32767px;
   margin-bottom: -32767px;
   


}
.newsfooter{
   position: relative;
   float: left;
   left: 6.50%;
   width: 87.00%;
}


#buttontable {
	width: 400px;
	margin: 0px auto;
	border-collapse: collapse;
}
#buttontable .rowa {

	height: 100px;
}
#buttontable .rowb {

	height: 100px;
}
#buttontable .cell {
	padding: 5px;
	border: 2px solid #b71d21;
}

#centerbutton { text-align: center }



div.hr hr {
  display: none;
}
div.wpcf7 { width: 300px }
/*
form#donate {
text-align: left;
}
*/


/* DETAILS ON ARCHIVE RESULTS */
.details div {
     float: left;
     margin-right:-170px;
     margin-top: 25px;
         }
div#leftcola {
border: 5.5px solid lightyellow;
float: left;
margin: 10px;
min-height: 150px;
text-align: center;
width: 170px;
}

div#related ul li {
font-size: 11px;
height: 15px;
            }
div#grouppics img {
margin: 0;
}

div#toc ul li {
	font-size: 13px;
              }
div#toc {
 width:330px; 
 }
div#toc h2 { 
	text-align: center;
        color: #1A1A1A;
           }
div#toc ul { padding:0 }

#biotable {
	width: 400px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px solid #000000;
 }
#biotable .rowa {
	background: #F6EFE0;
	height: 180px;
	text-align: right;
}
#biotable .rowb {
	background: #F0D69E;
	height: 180px;
	text-align: left;
}
#biotable .cell {
	padding: .5px;
	border: 0px solid #000000;
	
}

p span.cap {

     
      background: #b71d21;
      color: #FFFFFF;
font-family: Georgia, Times New Roman, Serif;
/* font-weight:bold; */
float:left;
line-height:60px;
font-size:500%;
padding: 6px 6px 6px 6px;
margin: 0px 10px 0px 0px;
}

#frontpagebuttons {

height: 40px;
margin-left:0;
margin-right:0; }

#frontpagebuttons img { 
padding: 2px;
}

table.aligncenter a {

	background-image:none;
}
div.right h1 { color:#4A4A4A }
div.left2 h1 { color:#4A4A4A }
