/*
 * prussing.css
 *  for laurelprussing.com
 *  by grosser
 */

ul {
  margin:0;
  padding:0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #4D5157;      
	background: url("img/stripebg2.gif") repeat;
}

#container {
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 700px;
	text-align: left;
	border-width: 0 1px 0px 1px;
	border-style: solid;
	border-color: #6D6C6B;
	background: #eee url("img/newbg.gif") repeat-y 50% 0;
}

#containerblank {
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 700px;
	text-align: left;
	border-width: 0 1px 0px 1px;
	border-style: solid;
	border-color: #6D6C6B;
	background:#eee;
	}

#content {
    float: left;
    width: 64%;
    margin: 0;
    padding: 20px;
    padding-top: 10px;
    line-height: 130%;
    font-family: Palatino, Georgia, Times, sans-serif;
    border: 0px solid #000;
}

#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 70%;
}

#content dl dt {
	font-size: 85%;
	font-weight: bold;
}

#content dl dt span {
	font-weight: normal;
}

a:link {
  	color:#0C3B6B;
}

a:visited {
	color:#4D5E5D;
}

a:hover {
	color:#7D181E;
}


/*
.more a, a.more {
  content:"\2192";
  color:#000;
  white-space:nowrap;
  padding-left:2px;
  }
  */

#photocredit {
    position: relative;
    padding: 5px;
    padding-top:9px;
    padding-bottom:7px;
    float: right;
    color: #666;
    vertical-align: middle;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family:inherit;
}

#sidebox {
    width: 130px;
    margin-left: 20px;
    padding-top: 6px;
    margin-right: 25px;
    padding-left: 10px;
    clear: both;
    }

#topspacer {
    border-top: 5px solid #4B5577;
}

.greyspacer {
    border-top: 5px solid #ddd;
}

#zerospacer {
    border-top: 0px solid #ddd;
    clear: both;
}

#header {
    background-color: #FFF;
}

#header img 
{
    border: 0;
}

#footer {
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    color: #666;
    background: #eee;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 1.4em;
    font-family: small Verdana, Trebuchet MS, sans-serif;
    font-size: xx-small;
    voice-family: "\"}\""; 
    voice-family:inherit;
    font-size: x-small; 
    padding-top: 5px;
    }

#nav {
  background-color: #eee;
  /*
  border-top: 1px solid #ddd;
  border-top: 1px solid #fff;
  */
  border-bottom: 1px solid #aaa;
  float: left;
  width:100%;
  font-family: small Verdana, Arial, Helvetica, sans-serif;
  font-size: 11.0pt;
  background: #fff url(/img/navbg.gif) repeat-x bottom left;
  }

#nav ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  font-size: 85%;
}
  
#nav li {
  float: left;
}
  
#nav a, #nav strong {
  display:block;
  padding:4px 10px;
  border:solid #d2d2d2;
  border-width:0 1px 0 0;
  color:#000;
  text-decoration:none;
  white-space:nowrap;
  float:left;
  padding-top:7px;
  padding-bottom:7px;
  }
  
/* http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
  
/* reverse text color for hover box */
#nav a:hover, #nav #current strong {
  color:#EBEBEB;
  }

#nav #current strong {
  color:#333;
  background-color:#FFF;
  }
  
#nav a:hover, #nav #current a:hover strong {
  background-repeat:no-repeat;
  color: #000;
  background-color:#fff;
  }
  
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
  
#nav #h {
  border-left-width:1px;
  }

p {
    font-size: smaller;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em;
}

p.indent {
   margin-left:15px;
   margin-right:15px;
}

.indent {
   margin-left:25px;
   margin-right:15px;
}

.nobreak { 
   margin-bottom:5px;
}

#sidebar p {
    font-size: 11px;
    font-family: Verdana, sans-serif;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em;
    height: 100%;
}

div.clearing {clear: both; height: 1px}

h1, h2, h3, h4, h5, h6  {
    font-family: "Trebuchet MS", "Arial", serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:9px;
    color: #283353;
    }
h2{
    font-size: 1.2em;
    color:#444;
    margin-top: 20px;
    margin-bottom:6px;
    }
h3{
    font-size: 1.1em;
    color:#555;
    margin-top: 20px;
    margin-bottom:6px;
    }

h4, h5 {
    font-size: 1.0em;
    letter-spacing: 0;
    margin-top: 12px;
    color:#555;
    margin-bottom:3px;
}

h5 {
    font-size: .9em;
    color:#666;
    margin-bottom:2px;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	color:#555;
	text-decoration:none;
	border-bottom: 1px dotted;
}

h3 a:hover {
        color:#7D181E;
	text-decoration:none;
	border-color:#b55;
	border-bottom-style:solid;
}
 
#sidebar h4, #sidebar h5, #sidebar h1 {
    font-family: "Verdana", "Arial", sans-serif;
    color: #70241D;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 5px;
}

.linepad li {
  padding-bottom:9px;
  padding-top:9px;
  }

#sidebar ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}
	
#sidebar ul li	{
	list-style: disc url(img/bullet_rounded_dark.gif);
	margin-left: 18px;
	padding: 0;
	line-height: 1.2em;
        font-size:    x-small;      
        voice-family: "\"}\"";   
        voice-family: inherit;   
        font-size:    small;      
	}	

#sidebar {
	width:168px;
	width: 24%;
	float: right;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, sans-serif;
	margin: 0;
	padding: 20px;
	padding-top: 10px;
	padding-right:24px;
	color: #000;
	}


#sidebar ul, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0 0 .5em 0;
	margin-left: 14px;
	line-height: 1.9em;
	list-style: disc url("img/bullet_rounded.gif") ;
	}


#content dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 30px;
	}


#content ul {
margin-top:0;
margin-bottom:20px;
padding:0;
font-size: .8em;
}


#content li {
	margin-left: 34px;
	line-height: 1.5em;
	list-style: disc url("img/bullet_rounded_dark.gif") ;
	font-family: Trebuchet MS, Arial, sans-serif;
	}

#content li.bottommargin {
        margin-bottom: 8px;
        }


.donatebox {
	font-size: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #bbb;
font-family: Trebuchet MS, Verdana, sans-serif;
width:155px;
line-height: 1em;
margin-bottom:0px;
}




/* ---( forms )------------------------------------ */
/* thanks to simplebits */

#donateform {
	font-size: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #bbb;
font-family: Trebuchet MS, Verdana, sans-serif;
width:205px;
}

#donateform #amount {
width:40px;
}

#contactform {
	font-size: 120%;
	padding: 15px;
	background: #fff;
	border: 1px solid #bbb;
font-family: Trebuchet MS, Verdana, sans-serif;
}

#contactform dl {
margin: 0;
padding: 0;
}
#contactform dt {
color: #333;
}
#contactform dt em {
color: #999;
font-weight: normal;
font-style: normal;
}
#contactform #realname, #contactform #email, #contactform #url, #contactform #subject {
width: 200px;
border: 1px solid #bbb;
padding: 2px;
color: #444;
}
#contactform textarea {
width: 400px;
height: 180px;
font-family: inherit;
font-size: 120%;
border: 1px solid #bbb;
}



#helpform {
font-size: 120%;
font-family: Trebuchet MS, Verdana, sans-serif;
padding: 10px;
background: #fff;
border: 1px solid #bbb;
}

#helpform checkbox {
border: 1px solid #bbb;
}

#helpform dl {
margin: 0;
padding: 0;
}

#helpform dt {
color: #333;
}

#helpform dt em {
color: #999;
font-weight: normal;
font-style: normal;
}

#helpform #realname, #helpform #email, #helpform #url, #helpform #subject, #helpform #address , #helpform #comments, #helpform textarea, #helpform #input, #helpform #city, #helpform #state, #helpform #zip, #helpform #phone, #helpform #email{
width: 140px;
border: 1px solid #bbb;
padding: 2px;
color: #000;
font-family: inherit;
}
#helpform #city , #helpform #email, #helpform #phone{
width:125px;
}
#helpform #phone {
width: 100px;
}
#helpform #state{
width:35px;
}
#helpform #zip{
width:45px;
}

#table #cbx {
font-size: 85%;
}
#helpform textarea {
font-size: 100%;
font-family: inherit;
border: 1px solid #bbb;
}

/*\*//*/
  @import "ie5mac.css";
  /**/
  /* IE5/Mac freaks out with border changes on 
     hover within floats, so we remove them and 
        add back in the normal underline for hover
	----------------------------------------------- */
	a, a:visited {
	  border-bottom-width:0;
	    }
	    a:hover {
	      text-decoration:underline;
	        }


		/* IE5/Mac doesn't seem to support resizing images
		   and adding padding to them, so we turn this effect
		      off and let it be normal
		      ----------------------------------------------- */
		      a.commentlink:hover img {
		        background:none;
			  width:auto;
			    padding-left:0;
			      }


			      /* In order to avoid specifying widths for the 
			         floated li's, IE5/Mac needs any element
				    inside set to display:block to be floated too
				    ----------------------------------------------- */
				    #nav a, #nav strong {
				      float:left;
				        }

 
.blockquote {
                font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
                color:#222;
                font-size:80%;
                line-height: 140%;
                font-weight:normal;
                border:1px #003366 dotted;
                background:#F0F0F0;
                padding-top:10px;
                padding-bottom:10px;
                padding-left:20px;
                padding-right:20px;
                margin:25px;
		margin-top:10px;
		margin-bottom:10px;

}

.blockquote p {
	font-size:100%;
	}

.photoframeindent {
  padding:6px;
  margin:5px;
  float:left;
  margin-right:5px;
  margin-left:25px;
  margin-bottom:25px;
  border:1px solid #888;
}

.photoframe {
  float:right;
  padding:6px;
  margin:5px;
  margin-right:0px;
  margin-left:8px;
  border:1px solid #888;
}

#photocredit a
{
    color:#666;
    padding:0;
    border:0;
}

#photocredit a:hover
{
    background-color:transparent;
    text-decoration:none;
    color: #70241D;
}

