/*
Theme Name:	CuppaJoe
Theme URI:	http://cuppajoekennedy.com
Description:	A simple and clean look
Version:	2007
Author:		Andrew Kantor
*/

/* SITE-WIDE SETTINGS */
body
	{
	font-family: Georgia, "Times New Roman", Times, serif;
}

p 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px 0;
}
  
li, ul
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 0;
	list-style-type: circle;
}

ul
{
	margin-top: 0;
}

blockquote
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin: 10px 10% 6px 10%;
	padding-left: 6px;
	border-left: 1pt solid Silver;
}

small
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	padding-left: 6px;
	margin: 0 0 2px 0;
	text-align: left;
	border: none;
}

.entry /* defines a box around individual entries */
	{
	border: 1px dotted #d1d6d2;
	background-color: #E6E6E6;
	padding: 2px 4px 4px 4px;
	margin-bottom: 6px;
}

.homeentry /* defines a box around individual entries ON THE HOME PAGE*/
	{
	border: 1px dotted #d1d6d2;
	background-color: #EEE;
	padding: 2px 4px 4px 4px;
	margin-bottom: 6px;
}
h2 /* entry title */
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: black;
	background-color: transparent;
	text-align: left;
	margin-top: 0;
	margin-bottom: 6px;
	padding: 0;z
}

.ad
{
	text-align: center;
	margin-bottom: 6px;
	padding: 2px;
}

.date 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 12px;
}

.commentlink
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: bold;
	text-align: right;
	margin-top: 8px;
}

.nav
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 17px;
	color: black;
        font-weight: bold;
	background-color: #fff;
	margin: 2px 0 2px 0;
	padding: 2px 0 4px 0;
	text-align: center;
	border-top:2px solid black; 
	border-bottom:1px solid black;
}

.copyright
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}

a:link, a:active  
	{
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

a:visited  
	{
	color: navy;
	background-color: transparent;
	text-decoration: none;
}

a:hover	  
	{
	color: red;
	text-decoration: underline;
	background-color: transparent;
}

  
/* ----------------------------------------------- */
/* BOXES ON HOME PAGE                            */
/* ----------------------------------------------- */

.box
	{
	border: 1px solid black;
	background-color: #d1d6d2;
	padding: 0 4px 8px 4px;
	margin: 0 0 6px 0;
}

.box h2
{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: black;
	background-color: transparent;
	text-align: left;
	margin: 2px 0 10px 0;
	padding: 0;
}

.box p 
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 6px 0;
}


/* ----------------------------------------------- */
/* COMMENTS SECTIONS                               */
/* ----------------------------------------------- */

#comments p
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 6px;
}

#comments h2 /* how many comments */
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid gray;
	margin: 12px 0 16px 0;
}

.onecomment
{
	border-bottom: 1px solid #d1d6d2;
}

#comments .author
{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-weight: bold;
   margin: 8px 0 8px 0;	
}  

#comments span.date
{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color: gray;
   margin-bottom:8px;	
	font-style: normal; 
}  
