/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FEFCCD;
	font: 90%/1.5em tahoma;
	color: #555; 
	text-align: justify;
	float:center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #8E546D;
	background: inherit;
}
a:hover {
	color: #8E546D;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 115%;
	/* text-transform: uppercase; */
	color: #A85F80;
}
h3 {
	font-size: 100%;
	color: #A85F80; 
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 20px 0px 5px 25px;  
}
img.float-left {
  margin: 20px 25px 5px 0px;
}

h1, h2, h3, p {
	padding-top: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 0px;
	padding: 0 0px;
}
ul li {
margin: 0px 20px;
	list-style-image: url(bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table
{
	margin: 0px;
	border-collapse: collapse;
}
th strong {
	color: #fff;
}
th
{
	padding-right: 0px;
	padding-left: 0px;
	background: #93bc0c;
	border-left: #b6d59a 1px;
	color: #fff;
	border-top-style: none;
	border-bottom: #fff 2px;
	border-right-style: none;
	height: 29px;
	text-align: left;
}
tr {
	height: 30px;
}
td {	
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input
{
	border-right: purple 1px solid;
	padding-right: 2px;
	border-top: purple 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 1em Tahoma;
	border-left: purple 1px solid;
	color: black;
	padding-top: 2px;
	width: 40%;
	border-bottom: purple 1px solid;
}
textarea
{
	border-right: purple 1px solid;
	padding-right: 2px;
	border-top: purple 1px solid;
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 1em Tahoma;
	border-left: purple 1px solid;
	width: 80%;
	color: #000000;
	padding-top: 2px;
	border-bottom: purple 1px solid;
	height: 100px;
}
input.button
{
	border-right: purple thin solid;
	padding-right: 3px;
	border-top: purple thin solid;
	padding-left: 3px;
	background-image: none;
	padding-bottom: 2px;
	margin: 0px;
	font: bold 12px Tahoma;
	border-left: purple thin solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: purple thin solid;
	height: 30px;
	width: 100px;
	background-color: #cc9999;
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	
	width: 900px;
	background: #FEFCCD url(content.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0px auto;
}
#header {
	width: 900px;
	position: relative;
	height: 238px;
	background: #FEFCCD url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #FEFCCD;
	/* font-size: 14px; */
}

/* Menu */
#menu
{
	background: url(menu1.jpg) repeat-x 0px 0px;
	margin: 0px 49px;
	font: bold 14px/37px Tahoma;
	width: 799px;
	height: 37px;
}
#menu ul {
	list-style: none;
	margin: 0; padding: 0 10px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 0 00px;
	color: #DAB6F0;	
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;	
}
#menu ul li#current a {	
	color: #FFF;
}

/* Main Column */
#main {
	float: left;
	width: 98%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
	text-align:justify;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A85F80; 
	padding: 5px 0 5px 0px; 	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* Footer */	
#footer {
	color: #000;
	background: #CCC url(footer.gif) no-repeat right top;
	clear: both;
	width: 900px;
	height: 102px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #000;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.smallred { color:#c00; font-weight:bold; font-size:8pt; }
input.rslt { width:20px; }
small { font-size:8pt; }