/*
Theme Name: Journalized Sand
Theme URI: http://zed1.com/journalized/themes/journalized-sand/
Description: Sand theme from Mike Little's Journalized
Version: 1.0.2 Released 7 Jun 2005
Author: Mike Little
Author URI: http://zed1.com/journalized/

Credit for the original concept and core of the layout comes
courtesy of Rob Chandanais via: http://bluerobot.com/web/layouts/layout3.html
*/

ul#twitter_update_list li, ul#feedbutton li {
margin: 2px 5px;
list-style: none;
}

div.photogal {
border: solid #bbbbbb 1px;
margin:5px;
padding:5px;

width:160px;
font-size:10px;
color:#666666;
font-style: italic;
text-align:center;
height:165px;
}

html>body div.photogal {
float:left;
}

html>body div.photogal:hover {
background-color:#cccccc;
}


body {
    color: #000000;
    background: #80bfda;
    margin: 20px;
    padding: 0px;
    font: 11px verdana, arial, helvetica, sans-serif;
}

a.voterguide:link, a.voterguide:active, a.voterguide:visited {
width: 125px;
height: 56px;
display: block;
background: url('http://leftinlowell.com/2007/voterguidebutton.gif') no-repeat;
}

a.voterguide:hover {
background: url('http://leftinlowell.com/2007/voterguidebutton-o.gif') no-repeat;
}

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 10px 190px;
    padding: 1px 4px 1px 4px;
    font-size: 12px;
    color: #ffffff;
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    background: #bdca13;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    border: 1px solid #000;
}

h2 a:link    { color: #e9f2fc; text-decoration: none; }
h2 a:visited { color: #e9f2fc; text-decoration: none; }
h2 a:hover   { color: #e9f2fc; text-decoration: underline; }
h2 a:active  { color: #e9f2fc; text-decoration: underline; }

h3 {
    font: bold 15px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h4 {
    font-size: 12px;
    border: 1px solid #000;
    border-bottom: none;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    background: #bdca13;
    padding: 2px 4px 2px 4px;
}

li h2 {
    font-size: 12px;
    width:188px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    background: #bdca13;
    padding: 2px 4px 2px 4px;
}

div.hr {
border-bottom: #0B6C9C dotted 2px;
color: #ffffff;
background-color: #ffffff;
width:80%;
text-align:center;
margin: 3px 0px;
}

.event_list li {
font-weight:bold;
font-size:11px;
color:#bdca13;
margin:1px;
line-height:1;
}

.event_list_day li {
background-color:#ffffff;
font-size:11px;
}

#eventSection ul {
font-size:13px;
}

#eventsection {
padding:1px;
}

#blogwire h2 {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    background: #bdca13;
    padding: 2px 4px 2px 4px;
    width:166;
    border: none;
}

#blogwire {
    border: 1px solid #000;
    color: #222;
    background: #ffffff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-size:10px;
}

#blogwire ul {
	list-style-type: none;
	margin: 0;
	padding-left: 7px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-weight:normal;
	color:#696969;
}


abbr {
    cursor: help;
}

.storyTitle {
    font: bold 14px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 5px 0px;
    color: #0b6c9c;
    padding: 0px;
}

h3 a:link, a:active, a:visited, a:hover {
    font-size:14px;
}

.storyTitle a, a:visited, a:hover, a:active {
    color: #0b6c9c;
    font-size: 14px;
}

.storyCategory {
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyAuthor {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
p {
    font-family: arial, verdana, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

#headerMessage {
    font: 9px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px;
}

pre {
    font: 10px/11px fixed;
}
a {
    color: #0000dd;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

a:link    { color: #0b6c9c; text-decoration: none; font-weight: normal;}
a:visited { color: #0b6c9c; text-decoration: none; font-weight: normal;}     
a:hover   { color: #0b6c9c; text-decoration: underline; font-weight: normal;}

#headerblock {
    text-align: center;
    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: 1px solid #000;
    color: #ffffff;
    background: #0b6c9c;
    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;
}

#header a:link, #header a:visited {
	font-size: 120%;
	font-weight: 600;
    color: #ffffff;
}

.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;
    min-width: 120px;
    margin: 0px 210px 20px 190px;
    border: 1px solid #000;
    color: #222;
    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: 10px 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, .page_item ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	color:#696969;
}

.leftsideSection li, .rightsideSection li {
    font-weight:normal;
}




.centreblock ul li {
}

/* this fixes an IE bug with aligned or floated images */
.storyContent img {
    position:relative;
}

.storyContent ul li {
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	color:#000000;
	margin-bottom:15px;
}

.centreblock h4 {
    border: 1px solid #000;
    margin: 14px 0px 2px 0px;
}

.navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 10px 190px;
    border: 1px solid #000;
    color: #222;
    background: #ded6c6;
    padding: 2px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.storyContent {
    color: #000000;
    background: #ffffff;
    font-size: 12px;
}

.storyContent a, a:active, a:visited, a:hover {
    font-size: 12px;
}

.centreblock a, a:visited, a:active, a:hover { font-weight:bold; }

.storyCommentContent {
    border: 1px solid #000;
    color: #222;
    background: #eee;
    width: auto;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

.storyLinks {
    text-align: right;
    margin: 8px;
}

.storyLinks a:link {    font-size: 10px; color: #000; text-decoration: underline;}
.storyLinks a:visited { font-size: 10px; color: #000; text-decoration: underline;}
.storyLinks a:hover {   font-size: 10px; color: #00d; text-decoration: underline;}


blockquote {
    margin: 10px;
    color: #333333;
    padding: 6px;
    /*border: 1px solid #000000;*/
    background: #f8ffde;
    background-image: url(http://leftinlowell.com/images/quotes.gif);
    background-repeat:no-repeat;
}

.blockquote {
    margin: 10px;
    color: #333333;
    font-size: 12px;
background: #e0e872;
    font-family: arial, verdana, helvetica, sans-serif;
}

q {
    color: #333333;
    background: #ded6c6;
}

#leftside {
    position: absolute;
    border: solid 1px #000000;
    width: 168px;
    top: 20px;
    left: 20px;
    padding: 5px;
    background: #f8ffde;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
}
body>#leftside {width: 168px;}

#leftside a:link { color: #0b6c9c; text-decoration: none; font-size:10px;font-weight: normal;}
#leftside a:visited { color: #0b6c9c; text-decoration: none; font-size:10px;font-weight: normal;}
#leftside a:hover { color: #bdca13; text-decoration: underline; font-size:10px;font-weight: normal;}

.leftsideSection {
    border: 1px solid #000;
    color: #222;
    background: #ffffff;
    padding: 4px;
    margin: 0px 0px 15px 0px;
    font-size:10px;
    font-weight:normal;
}

#rightside {
    position: absolute;
    border: solid 1px #000000;
    width: 190px;
    top: 20px;
    right: 20px;
    padding: 5px;
    background: #f8ffde;
    z-index: 1;
    voice-family: "\"}\"";
    voice-family: inherit;
}
body>#rightside {width: 188px;}

#rightside a:link { color: #0b6c9c; text-decoration: none; font-size:10px;font-weight: normal;}
#rightside a:visited { color: #0b6c9c; text-decoration: none; font-size:10px;font-weight: normal;}
#rightside a:hover { color: #bdca13; text-decoration: underline; font-size:10px;font-weight: normal;}


.rightsideSection {
    border: 1px solid #000;
    color: #222;
    background: #ffffff;
    padding: 4px;
    margin: 0px 0px 15px 0px;
    font-size:10px;
}

#chaff {
    text-align: right;
}
#chaff a {
   color: #000000;
   font-size: 8px;
}
#chaff a:link { color: #000000; }
#chaff a:visited { color: #000000; }
#chaff a:hover { background: #fff; }

.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 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 verdana, arial, helvetica, sans-serif;
}
.commentfield {
    margin-bottom: 4px;
}

#comment { width:98%; * width:600px; }

table#wp-calendar { 
    background: #ded6c6; 
    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; 
    text-align:center;    
}

table#wp-calendar a:link { color: #000; text-decoration: underline;}
table#wp-calendar a:visited { color: #000; text-decoration: underline;}
table#wp-calendar a:hover { color: #0000dd; text-decoration: underline;}
table#wp-calendar caption { }
td#prev, td#next { background: #b5a58c; }
td#today{ border: 1px solid #dd0000; }
table#wp-calendar thead tr { color: #e9f2fc; background: #b5a58c; }
table#wp-calendar thead th {  }

.blogrollmain {
    margin-bottom: 4px;
}

div.NOCSS {display: none;}

.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: 0;
}

div#rightside > ul  li { 
    border: 1px solid #000;
    color: #222;
    background: #eee;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

div#rightside ul li h2 { 
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 0;
    color: #e9f2fc;
    background: #b5a58c;
    padding: 2px 4px 2px 4px;
}

div#rightside ul li ul { 
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}
div#rightside ul li ul li { 
    border: 0;
    margin:0;
 }


