/* top elements */
* { padding: 0; margin: 0; }
body { margin: 10px 0 0; padding: 0; font: 80%/1.5em "Trebuchet MS", Tahoma, Sans-serif; color: #3a2f2f; background-image: url(../images/bg_aaa.jpg); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: center; }
/* links */
a { color: #3a2f2f; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: underline; }
a:hover { color: #3a2f2f; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; border-width: 0; }
/* headers */
h1, h2, h3 { color: #639; font: bold 1em "Trebuchet MS", Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #fafafa; }
h2 { color: #639; font-size: 1.1em; font-style: italic; }
h3 { color: #4a6cb0; font-size: 1em; }
h5 { color: #639; font-size: 2.2em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: 400; line-height: 2.3em; text-align: center; margin: 12px 0; }
h6 { color: #fff; font-size: 1.8em; font-family: verdana; font-weight: bold; }
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol { font-size: 1em; margin: 10px 5px 10px 18px; padding: 0 5px; }
/*IMAGES  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
img.logo { background: #e3dfd6; padding: 5px; border: solid 1px #98b04b; }
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.float-centre { text-align: center; margin: 5px; }
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;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote { margin: 15px; padding: 0 0 0 20px; background-color: #98b04b; background-position: 8px 10px; font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, Sans-serif; color: #e7e7e7; border-color: #e7e7e7; border-style: solid; border-width: 1px 1px 1px 3px; }
.thumbs { background-color: #e7e7e7; width: 30px; height: 30px; border: solid 2px #4a6cb0; }
.image { background-color: #fff; padding: 15px; border: solid 2px #f0f0f0; }
/*START TABLE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!111*/
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #f0f0f0;
}
th { color: #f0f0f0; background: #98b04b; height: 29px; padding-left: 0; padding-right: 0; text-align: left; border-left: 1px solid #98b04b; border-bottom: 2px solid #4a6cb0; }
tr {
	height: 30px;
}
td {
	padding-left: 0;
	padding-right: 0;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 0 solid #fff;
	border-bottom: 0 solid #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a { background: #79a8e2; }
tr.row-b { background: #adcfee; }
/* end - table */
/*FORM ELEMENTS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
form {
	margin:10px 15px; padding: 0;
	border: solid 1px #f2f2f2; 
	background-color: #e7e7e7; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:solid 1px #639;
	font: 1em "Trebuchet MS", Tahoma, Sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: 1em "Trebuchet MS", Tahoma, Sans-serif;
	border:solid 1px #639;
	height:100px;
	display:block;
	color:#777;
}
input.button { margin: 0; font: bold 1em Arial, Sans-serif; padding: 2px 3px; color: #333; background-color: #fff; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border: solid 1px #639; }
/***********************
	  LAYOUT
************************/
#header-content, #content, #footer-content { width: 900px; height: auto; }
/*HEADER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11*/
#header { height: 160px; text-align: left; padding-bottom: 0; }
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo { position: absolute; font: bold 0 "Trebuchet MS", Sans-serif; letter-spacing: -2px; color: #fff; margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0; }
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}
/*HEADER MENU !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#header-content ul {
	position: absolute;
	right: -50px; top: 20px;
	font: bolder 1em "Trebuchet MS", Sans-serif;
	color: #fff;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a { float: left; display: block; padding: 3px 12px; color: #4a6cb0; font-size: 1em; background-color: #e7e7e7; text-decoration: none; border-right: 1px solid #272727; }
#header-content li a:hover { background: #fff; color: #639; font-size: 1em; }
#header-content li a#current  { background: #639; color: #fff; font-size: 1em; }
/*HEADER PHOTO !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.headerphoto { background-image: url(../images/photo_header.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center; margin: 0 auto 10px; width: 890px; height: 200px; padding: 0; border: solid 1px white; }
/*CONTENT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#content-wrap { background-color: #f0f0f0; clear: both; float: left; width: 100%; padding-top: 0; }
#content {
	text-align: left;	
	padding: 0 5px 0 0;
	margin: 0 auto;	
}
/*SIDEBAR !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#sidebar {
	float: right;
	width: 33%;
	margin: 0 0 10px; padding: 0;	
}
#sidebar h1 {
	padding: 10px 0 5px 10px;
	margin: 0;	
	font: bold 1.2em "Trebuchet MS", Tahoma, sans-serif;
}
#sidebar ol { list-style-type: decimal; margin: 1em 0 1em 40px; }
#sidebar ul { list-style-type: square; margin: 1em 0 1em 40px; }
.sidebox { color: #fafafa; background-color: #7d8287; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 10px; border: solid 1px #639; margin-bottom: 10px; margin-left: 10px; }
/* SIDE BAR MENU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#sidebar ul.sidemenu { color: #fafafa; background-color: #7d8287; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; list-style:none; margin: 10px 0 15px; padding: 0; }
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #fafafa;
	height: 1.5em;	
	padding:0.3em 0 0.3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #639;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{  }
#sidebar ul.sidemenu a:hover {
	padding: 0.3em 0 0.3em 10px;
	border-left: 5px solid #639;
	color: #fafafa;		
}
/*MAIN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#main {
	float: left;
	width: 65%;	
	margin: 10px 0; padding: 0;	
}
#main h1 { color: #639; padding: 10px 0 0 5px; margin: 0 0 0 10px; border-bottom: 1px solid #4a6cb0; font: 1.5em "Trebuchet MS", Tahoma, Sans-serif; }
#main h3 { color: #364f79; font: italic 1.2em "Trebuchet MS", Tahoma, Sans-serif; margin: 0 0 0 10px; padding: 10px 0 0 5px; border-bottom-width: 0; }
#main h2 { color: #646262; font: 1.1em "Trebuchet MS", Tahoma, Sans-serif; margin: 0 0 0 10px; padding: 10px 0 0 5px; border-bottom-width: 0; }
#main ul li { color: #3a2f2f; text-align: left; text-indent: 10px; word-spacing: 0; vertical-align: 0; margin-left: 0; padding-left: 0; list-style-type: disc; }
.post { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 0; border: solid 1px #efeded; }
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 center; padding-left: 20px; margin: 0 10px 0 5px; }
.post .post-footer .comments { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 center; padding-left: 20px; margin: 0 10px 0 5px; }
.post .post-footer .readmore { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 center; padding-left: 20px; margin: 0 10px 0 5px; }
/*FOOTER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#footer { color: #4a6cb0; clear: both; margin: 0; padding: 0; font: 1em/1.3em "trebuchet ms", Tahoma, Arial, sans-serif; background-color: #fff; background-repeat: repeat; text-align: left; border-top: 2px solid #639; }
#footer h1, #footer p {	margin-left: 0; }
#footer-content { margin: 0 auto; padding-left: 15px; }
#footer-content a {
	text-decoration: none;
	color: #707070;	
}
#footer-content a:hover { text-decoration: underline; color: #4a6cb0; font-weight: 700; }
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 40%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 { text-align: right; width: 30%; padding: 0 0 30px; }
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-centre { text-align: center; }
/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

