/*************************************************/
/*                 BASIC TAGS                    */
/*************************************************/
body 
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background-color: #ffffff;
	color: #000000;			
	font-family: Arial, Verdana, Helvetica, sans-serif;		
	font-size: 12px;
}
		
a:link, a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

table
{
    padding: 0;
    border: none;
}

textarea
{
	font-family: arial, helvetica;
}

img
{
        border: none;
		position:relative;
}

/*************************************************/


/*************************************************/
/*        LAYOUT OF WEBSITE (COLUMNS)            */
/*************************************************/
#leftCol 
{	
	display: none;
}

#rightCol 
{
	display: none;
}
#footer 
{
	clear: both;
	text-align:center;
}
#footer a 
{
	display: none;
}

#title
{
	width: 200px;
	height: 0;
	margin-bottom:50px;
	background: transparent none;	
}

#title span	/*Adds title to the screen*/
{
    display:inline;
}		
/*************************************************/
.box
{
      background-color: #ffffff;
      border: none;
}

h3.boxheading
{
      border-bottom: none;
}
img.catImg
{
	float:left;
	margin: 5px;
	border: thin solid #666666;
}


.boxdetail
{
	margin:0;
	padding:0;  
	clear:both; 
}
.boxDetailTime,  .boxDetailComment
{
	font-weight: bold;
}

.box h3.commentheading
{
	text-align:center;
	padding: 20px 0 10px 0;
	margin: 10px 0 10px 0;
}

.box p.nocomment
{
	text-align:center;
}

.singleRuler
{
	position:relative;
	border-top: 2px solid #666666; 
}

.doubleRuler
{
	position:relative;
	border-top: 2px solid #666666; 
	border-bottom: 2px solid #666666; 
	border-left:none;
	border-right:none;
	margin: 10px 0;
	padding: 2px 0 2px 0;
	height: 10px;
}

#guestForm
{
	position: relative;
	float: right;
	clear: right;
	
	padding:5px;
	margin-left: 1.2em;	
	width: 35%;
}

#guestForm .com_form_cell input
{
	width: 60%;
}

#guestForm .com_form_cell textarea
{
	width: 97%;
}

.com_form_wrapper
{
	width: 350px;
	margin: 0 auto;
	padding:0;
}
.com_form_cell
{
	width: 100%;
}
.com_form_cell input 
{
	width: 263px;
}

.com_form_cell textarea 
{
	width: 100%;
}
.com_form_buttons
{
	text-align:center;
}
.com_form_cell label
{
	width:80px;
	float:left;
	clear:left;
}

.calDate
{
	position:relative; 
	float:left; 
	clear:left;
	margin-right: 10px;
}

/***********************************************************/


/*************************************************/
/*         BACKGROUND IMAGE TAGS                 */
/*************************************************/

#bgGuestbook .box
{
	width: 50%;
}
/*************************************************/

/*************************************************/
/*         GENERAL/MISC STYLES                   */
/*************************************************/

a.turnOffAnchor
{
	color: #000000;
	text-decoration: none;
	cursor: default;
}

.hideMe
{
	display: none;
}

.links_list
{
	list-style:none;
	padding: 0;
	margin: 0 0 0 10px;
	}

#pageheading
{
	font-variant:small-caps;
	margin-top:0;
}

.clearer 
{
	clear:both;
}

#frmEmail
{
	text-align:center;
}

.flash_ani
{
	border: 2px solid #000;
 margin: 0 0 10px 0;
	z-index: 3;
}

.searchHighlight
{
	background-color: #FFFF00;
	color: #000000;
}

.subSitemapList
{
	display:block;
}

/*************************************************/
.errorMsg { color:#FF0000; background-color:#CCCCCC; font-weight:bold; }

