/*
Theme Name: drinkingliberallyslc.org
Theme URI: http://drinkingliberallyslc.org
Description: Theme based on Mike Little's 'Journalized' with whitespace style ideas from dcdl.org
Author: Jeremiah Roth


Credit for the original concept and core of the layout comes
courtesy of Rob Chandanais via: http://bluerobot.com/web/layouts/layout3.html
*/

body {
    color: #005;
    /* background: #FFFFFF url(bg_dot.gif) repeat-x scroll 0% 0%; */
    margin: 20px;
    margin-top: 0px;
    padding: 0px;
    font: 14px/16px 'Century Gothic', tahoma,'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}
h1 {
    font-weight: bold;
    font-size: 150%;
    color: #000000;
    text-align: center;
}

img {
    border-style: none;
}

.images {
    padding: 2px;
    background: transparent;
    border: none;
}
h2 {
    margin: -12px 210px 20px 190px;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    color: #D62700;
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    background: #ffffff;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    border: 0px solid #000000;
}

h2 a:link    { color: #D62700; text-decoration: none; }
h2 a:visited { color: #D62700; text-decoration: none; }
h2 a:hover   { color: #D62700; text-decoration: underline; }
h2 a:active  { color: #D62700; text-decoration: underline; }

h3, h3 a {
    font: bold 22px/24px tahoma, 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 2px;
}

h3 a:link    { color: #0000aa; text-decoration: none; }
h3 a:visited { color: #0000aa; text-decoration: none; }
h3 a:hover   { color: #0000aa; text-decoration: underline; }
h3 a:active  { color: #0000aa; text-decoration: underline; }

h4 {
    font-size: 100%;
    border-top: 2px solid #0000aa;
    color: #0044D6;
    background: #;
    padding: 2px;
}

abbr {
    cursor: help;
}

.storytitle {
    font: bold 20px/22px tahoma, 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 8px;
}
.storyCategory {
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyAuthor {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
p {
    font: 14px/16px tahoma, 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 16px 0px;
    padding: 0px;
    color: #005
}

#headerMessage {
    font: 9px tahoma, verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

pre {
    font: 10px/11px fixed;
}
a {
    color: #D62700;
    
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    background : transparent;
}

a:link    { color: #D62700; }
a:visited { color: #D62700; }
a:hover   { color: #D62700; text-decoration: underline; }

#headerblock {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 20px 190px;
    border: 0px solid #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 18px;
    font-weight: 600;
}

#header a:link, #header a:visited {
    font-size: 120%;
    font-weight: 600;
    color: #000000;
}

.commentHeader {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    margin: 10px 10px 10px 10px;
    border: 1px solid #000000;
    background: #cccccc;
    color: #000000;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 16px;
    font-weight: 600;
}

/* All the content boxes belong to the content class. */
.centreblock, .navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    text-align: justify;
    min-width: 120px;
    margin: 0px 210px 20px 190px;
    border: 0px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.centreblock>p {margin: 0px;}
.centreblock>p+p {text-indent: 30px;}
.centreblock p {margin-bottom: .5em; }

.navigation {
      display: block;
      text-align: center;
      margin: 0px 210px 20px 190px;
      height: 1.5em;
}

.alignright { float: right; }

.alignleft { float: left }

.meta ul {
  display: inline;
}

.meta li  {
    display: inline;
    list-style-type: none;
}

.centreblock ul, .leftsideSection ul, .rightsideSection ul {
    list-style-type: none;
    margin: 20px;
    padding-left: 3px;
}

.centreblock ul li {
    list-style-type: circle;
}

.leftsideSection ul li {
    margin: 0;
    padding-left: 0;
}

/* this fixes an IE bug with aligned or floated images */
.storyContent img {
    position:relative;
}

.storyContent {
    color: #000000;
    background: #ffffff;
}

.storyCommentContent {

    color: #000000;
    background: #ffffff;
    width: auto;
    margin: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding: 10px;
}

blockquote {
    margin: 0.5em;
    color: #000000;
    padding: 2px;
    background: #ffffff;
}

q {
    color: #000000;
    background: #ffffff;
}

#leftside {
    position: absolute;
    width: 150px;
    width: 150px;
    top: 100px;
    left: 20px;
    border: px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 150px;
}
body>#leftside {width: 150px;}

#rightside {
    position: absolute;
    width: 190px;
    top: 100px;
    right: 20px;
    border: px solid #000000;
    color: #000000;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 168px;
}
body>#rightside {width: 190px;}

#chaff {
    text-align: right;
}
#chaff a {
   color: #000000;
   font-size: 2px;
}
#chaff a:link { color: #000000; }
#chaff a:visited { color: #000000; }
#chaff a:hover { background: #fff; }

.storyLinks {
    text-align: right;
}

.centerP {
    text-align: center;
}

#searchform input#s {
    width: 95%;
}

#contentcomments input, #centreblock input, #menu input {
    margin: 1px;
    padding: 1px 1px 4px 1px;
    border: 1px solid #000000;
    font: 11px/14px tahoma, verdana, arial, helvetica, sans-serif;
    background: #ffffff;
}
#contentcomments textarea, #centreblock textarea, #menu textarea {
    margin: 1px;
    padding: 1px;
    border: 1px solid #000000;
    background: #ffffff;
    font: 11px/14px tahoma, verdana, arial, helvetica, sans-serif;
}
.commentfield {
    margin-bottom: 4px;
}

table#wp-calendar { 
    background: #cccccc; 
    border: 1px solid #000; 
    font: 11px verdana, arial, helvetica, sans-serif; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

table#wp-calendar td { 
    padding: 0px 3px; 
    color: #000000;
    text-align:center;    
}

table#wp-calendar a:link { color: #039; text-decoration: none;}
table#wp-calendar a:visited { color: #039; text-decoration: none;}
table#wp-calendar a:hover { color: #0000dd; text-decoration: underline;}
table#wp-calendar caption { }
td#prev, td#next { background: #ff; }
td#today{ color: #ff0000; border: 1px solid #dd0000; }
table#wp-calendar thead tr { color: #000000; background: #999999; }
table#wp-calendar thead th {  }


.blogrollmain {
    margin-bottom: 4px;
}


.buttonarea {
    background: #cccccc;
}

span.searchword {
    background-color: yellow;
}

/* This set of rules makes the nested lists from wp_get_links() 
   look like the h4 + div.rightsidesection combination */

div#rightside ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	margin-bottom: 15px;
}

div#rightside > ul li { }

div#rightside ul li h2 { 
    font-size: 100%;
    border: 1px solid #000000;
    color: #eeeeee;
    background: #999999;
    padding: 2px;
    margin: 10px 0;
}

div#rightside ul li ul { }
div#rightside ul li ul li { }


#wp_quotes
{
	margin-left: -5px;
}
	
#wp_quotes div.wp_quotes_quote
{
}
	
#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
        color: #005;
}
	
div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}
	
div.wp_quotepage_quote
{
}
	
div.wp_quotepage_author
{
	margin-left: 40px;
	font-style: italic;
}
	
hr.wp_quotepage_hr
{
	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
	
div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}

.noteBox {
  background-color: #f0f0f0;
  border-color: #909090;
  border-style: solid;
  border-width: 1px;
  padding: .8em;
  max-width: 90%;
}

div#rightside h2 {
  border: none !important;
  border-top:2px solid #0000AA !important;
  margin-top: 3px;
  color:#0044D6 !important;
  font-size:100% !important;
  padding:2px !important;
  background: none !important;
  color: none !important;
}

div#insidelinks li {
  padding: 3px 0;
}

