/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f3ebe0 url(bglogin.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #CCCCCC;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;
}
span {
	color: #FF6633;
}
/* headers */
h1, h2, h3 {
	font: bold 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	font-weight: Bold; 	
	padding: 10px;		
	font-size: 2.4em;		
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
/* start - table */
table {
	border-collapse: collapse;
    margin-left:auto; 
    margin-right:auto;
	width: 310px;
	position: relative;
	top: 38px;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
  	border-style: none;
}
tr {
	height: 34px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	font: bold 16px/30px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
td.info {
	padding-left: 11px;
	padding-right: 11px;
	font: bold 10px/15px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	color: #000000;
	text-align: center;
}
/* end - table */

input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	border-radius: 10px;
	font: normal 11px Verdana, sans-serif;
	width: 180px;
}

input.button { 
	font: bold 14px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #8DB836;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
	width: 80px;
}


/********************************************
   LAYOUT
********************************************/ 
#wraplogin {
	position: relative;
	width: 590px;
	background: #edf8c7 url(wrapmin.gif) repeat-y center top;
	margin: 218px auto;
	text-align: left;	
}
#header {
	position: relative;
	width: 590px;
	height: 157px;
	background: url(headerloginmin.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #d8416a;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 55px;	
}
/* footer */
#footer-wrap {
	clear: both;
	width: 590px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(footer-bottommin.gif) no-repeat left bottom;		
}
#footer-content {
	width: 590px;
	background: url(footer-top-sepmin.gif) no-repeat;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


