/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/***********************
	  LAYOUT
************************/
#wrap {
	width: 1000px;
	margin: 0 auto;
	background:#FFFFFF;
}

/* header */
#header {
	position: relative;
	height: 100px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 580px;
	height: 80px;
	background: #FFF url(header.gif) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 380px;
	height: 80px;	
	background: #008000;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 34px 'Trebuchet MS', Sans-serif;
	color: #FFF;
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 90px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 20px 'Trebuchet Ms', Sans-serif;
	color: #FFFFCC;	
	margin: 10px 60px; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 40px; left: 20px;
}

/* header menu */
#menu {	

	margin: 0; 
	padding: 0 0 0 0;		
	width: 1000px;		
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 970px;
	color: #FFF;
	background-color: #FF40FF;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #FF4040;
	color: #FFF;
}

/* content */
#content-wrap {
	float: left;
	width: 100%;
}
#content {
	width: 970px;	
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}


/* main */
#main {
	float: left;
	width: 100%;	
	margin: 0 0 0 0; padding: 0;	
	background:#F9EFFB;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #666666;
	text-align: center;
	width:970px;
}
#footer a {
	text-decoration: none;
	color: #777;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */

.gray  { color: #BFBFBF; }