
* { 
	padding: 0; 
	margin: 0; 
	font-family: tahoma,trebuchet ms, arial, verdana, sans-serif;
	line-height: 1.3em;
	}
	
html, body { 
	height: 100%;
	}

body { 
	background-image: url('../images/site_design/bg-robin-egg.png');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	padding-bottom: 30px!important;
	}

img { 
	border: 0;
	}

/*---------------------------------------------------
/* COLOR CLASSES ------------------------------------
/*-------------------------------------------------*/

.orange { 
	color: #f0783e!important;
	}

.pink { 
	color: #eb6cb4!important;
	}

.maroon { 
	color: #b51c6e!important;
	}

.royalblue { 
	color: royalblue; 
	}

.dodgerblue { 
	color: dodgerblue;
	}

/*---------------------------------------------------
/* HEADERS-------------------------------------------
/*-------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7, h8 { 
	font-weight: normal;
	}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: royalblue;
	font-size: 24px;
	font-weight: normal;
	}

h2, dt {	
	font-size: 16px;
	margin-top: 20px;
	color: #f0783e	;
	margin-bottom: 0px;
	}

h2 a { 
	font-size: 12px;
	}

/* IF A  PARAGRAPH COMES AFTER AN H2 WE NEED NO SPACE BETWEEN */
h2 + p {
	margin-top: 0px;
	}

/* IF A HEADER 2 COMES AFTER AN H1 WE NEED TO SPACE BETWEEN */
h1 + h2 {
	margin-top: 0px;
	}

h3 { 
	color: #eb6cb4; 
	font-size: 14px;
	margin-top: 10px;
	} 

h3+p, h3 > a+p {
	margin-top: 0px;
	}

h4 { 
	color: #b51c6e;
	font-size: 13px;
	}

#main_column h1 { 
	margin-top: 0px;
	margin-left: 0px;
	}

#main_column h2 { 
	font-size: 18px!important;
	}

#main_column h3 { 
	font-size: 16px!important;
	}

/*---------------------------------------------------
/* LINKS---------------------------------------------
/*-------------------------------------------------*/

a { 	
	color: dodgerblue; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color : #eb6cb4;
	}
/*---------------------------------------------------
/* STANDARD CONTENT TAGS-----------------------------
/*-------------------------------------------------*/

p {
	margin-top: 10px;
	color: #727272;
	line-height: 1.5em;
	font-size: 14px;
	}


ul, li { 
	padding: normal; 
	margin: normal;
	}
#full_column ul, #full_column ol { 
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #f0783e!important;
	}
#full_column ul li { 	
	list-style-type: circle;
	margin-bottom: 10px;
	}
dl { 	
	margin: 20px;
	}
dt  {
	margin-top: 10px;
	display: block;
	float: none; 
	list-style-type: disc;
	}
dt a { 
	color: #f0783e!important;
	}

dd { 
	margin-top: 1px;
	font-size: smaller;
	color: #727272;
	}

p strong { 
	color: #333333;
	}

blockquote { 
	font-style: italic; 
	color: royalblue; 
	font-size: 14px; 
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.5em;
	}

button  { 
	line-height: 16px;
	background-color: limegreen;
	color: white!important;
	padding: 5px;
	vertical-align: middle; 
	font-size: 13px;
	}

input[type="text"], input[type="password"] { 
	border: 1px solid #666; 
	padding: 3px;
	}

.small_para { 
	font-size: 12px; 
	line-height: 1.3em;
	}

.address { 
	margin-top: 5px;
	margin-bottom: 15px;
	}


/* REMOVED TO ACCOMMODATE THE FORUM
input, label, button, textarea {
	display: block;
	}
*/	

.block {
	display: block;
	}

input { 
	background-image: url('/images/site_design/form-fieldpng');
	}
	
/* RSS FEEDS */
.feeds { 
	float: left;
	width: 50%; 
	}
.feeds ul {
	list-style-image: url('/images/site_design/feed-icon-14x14.png');
	margin-left: 25px;
	margin-top: 10px;
}
.feeds ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.readers {
	list-style-type: none;
}
.readers li {
	padding-top: 3px;
	padding-bottom: 3px;
}	
ul.archives li {
	margin-bottom: .5em;
	width: 165px;
}