html {font-size: 100%;} 

body {
	text-align: center;
	background: #FFFFFF url('http://coffeecrone.com/images/tree.jpg') no-repeat fixed 3px 300px;
	margin: 0px;
	font-family: "Lucida Grande","Trebuchet MS", Arial, Verdana,  sans-serif;	}

		

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	padding: 0px;
	font-size:.80em;
	text-align: left;
	line-height:1.4em;
	background: #FFFFFF;
}

#extra {
	display:none;
}

	a  { color:black; background: transparent; text-decoration: underline;} 
	a:link  { color: black; background: transparent;font-weight: normal;} 
	a:visited { color: black; background: transparent;font-weight: normal;} 
	a:active  { color: #CC3300; background: transparent;font-weight: normal;text-decoration: underline;}  
	a:hover { color: #CC3300; background: transparent; text-decoration: underline; font-weight: normal;}			
	

#contentheader {
	width: 780px;
    padding-bottom:10px;
   
}

#contentmain {
	width: 570px;
	background: #FFFFFF;
	float: left;
	margin: 0px;
	
	
}
#contentright {
	width: 210px;
	float: left;
	background: #FFFFFF;
	margin: 0px;
}

#footer {
	width: 780px;
	float:left;
	font-size:.9em;
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: black;
	border-top: 1px solid #000000;
}

#menu{
	background:inherit
}


blockquote {
	border:2px silver dotted;
	padding:5px;
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	font-size:1em;
	
}


		
	/*ADDITIONS*/
.indent30 {
    display:block;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1em;
	
}

	
.dropcapnarrow
{
	float: left;
	width: .4em;
	font-size: 3.1em;
	line-height:90%;
	font-family:"Times New Roman", Times, serif

}

.dropcapwide
{
	float: left;
	width: .9em;
	font-size: 3.1em;
	line-height:90%;
	font-family:"Times New Roman", Times, serif

}

.dropcap
{
	float: left;
	width: .6em;
	font-size: 3.1em;
	line-height:90%;
	font-family:"Times New Roman", Times, serif

}


	
clearboth {
	clear: both;
	}
	
	.img_center {display: block; margin: 0 auto;}
	
.floatright {
	float:right;
	margin:0px 0px 10px 10px;
	padding: 2px;}

	
.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}
	
.box {
        margin-top: 5px;
        padding: 10px;
        font-weight: normal;
        text-align: left;
        border:2px dotted black; 
        background: transparent;
  }


.caption
 {
	 text-align: center;
	 font-size: .85em;
	 font-weight: normal;
	 padding-left: .9em;
}
.citation
 {
	 text-align: left;
	 font-size: .9em;
	 font-weight: normal;
	 padding-left: 1em
}
.strong
{
 font-weight: 600;
 
 }

.left {
	text-align: left;
}


.noborder {
	border-width: 0;
}


.center
{ text-align:center;
	
}

/*NAVIGATION*?

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 170px;
	overflow: hidden;
	margin-left:20px;
	margin-bottom:10px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	font-size:1.2em;
	list-style-type: none;
}

.wireframemenu a{
	font-variant:small-caps;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	overflow: hidden;
	color: #595959;
	text-decoration:none;
	border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
    color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	background-color: #E0E0E0;
	color: black;
}



 /*CONTENTHEADER STYLES*/   
  
 #contentheader h1 {
	display:none;
}
 
 
/* CONTENTLEFT CONTENTRIGHT STYLES*/

	
	#contentright p { font-size:.9em;  padding:0px 10px 0px 10px;  background:transparent}
		
	

	

	
		
   
 /*CONTENTMAIN STYLES*/    

  #contentmain p { color: #000000; 
  font-size:1em; padding:0px 10px 10px 10px ; background:transparent; margin:0px;}
                  
  #contentmain h3 {font-size: 1.4em; text-align:center; font-weight:600; 
	
}

    
  #contentmain ul {
	list-style-image: url('http://coffeecrone.com/images/arrow.gif');
        margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1em;
	padding-left: 1em;}

 #contentmain li {
	background: transparent;
	padding-bottom:7px;
	font-size: 1em;
	color: #000000;}
	

#footer p{
	font-size: 1em;
   	
}   
   
   .blog-buttons {
	text-align: left;
	margin-left:25px;
	}
	
