/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Enlighten
   TEMPLATE CODE: 	S-0011
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0; 	padding: 0;
	font: normal 1em/1.5em Calibri, 'Trebuchet MS', sans-serif;
	color: #444;
	background: #7cb5eb;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #d80000; text-decoration: underline; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em Calibri, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #000;	
}
ul span, ol span {
	color: #000;
}

hr {
   margin: 20px 0 20px 0;
}

table {
   width: 100%;
   border: 1px solid #000;
   margin: 20px 0 14px 0;
   border-collapse: collapse;
}

td {
   font-size: 14px;
   border: 1px solid #000;
   padding: 0;
   text-align:center;
}

tr {
   border: 1px solid #000;   
   padding: 0;
}

th {
   font-size: 14px;
   font: bold; 
   border: 1px solid #000;
   padding: 3px;
}

thead {
   text-align:center;
}

/* 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;
}

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 #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em Calibri, 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:0;
    padding: 0;
	border: 1px solid #eee; 
	background-color: #inherit; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Calibri, 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea {
	width:600px;
	padding:2px;
	font: normal 1em Calibri, 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:400px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#wrap {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
}
#header-content, #content {
	width: 950px;	
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 665px;
	height: 156px;
	background: #FFF url(../newwebsite/images/cafca-logo-banner.jpg) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #1d3752;
    letter-spacing: 2px;
}
#logo-box #logo {
	font: bold 50px Calibri, 'Trebuchet MS', Sans-serif;
	letter-spacing: 2px; 
	color: #FFF;
	margin: 0; padding: 24px 0 0 20px;
	
	/* change the values of left and top to adjust the position of the logo */

}
#logo-box #slogan {
	font: bold 14px Calibri, 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0 0 0 20px;
	
	/* change the values of left and top to adjust the position of the slogan */

}


/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 100%;		
	float: left;
}
#menu ul {
	font: bold 14px Calibri, 'Trebuchet MS', sans-serif;
	color: #FFF;
	background-color: #1d3752;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
    width: 950px;	
}
#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: #83D1E5;
	color: #000;
}
#menu li a#current  {
	background: #FF0000;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
    background: #FFF;
}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: left;
	width: 32%;
	margin: 0 0 10px 0; padding: 0;	
    background: #bbcce7;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #385d97;	
}


#sidebar a img {
	padding: 0 0 0 15px;
    border:none;
    background:none;	
}

.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 5px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #fff;
	height: 1.5em;	
	padding:.3em 0 .3em 5px;
	line-height: 1.2em;
	text-decoration:none;
    font-size:large;
    background-color:#7d9bc9;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
    background-color: #fff;
	color: #385d97;
    text-decoration:none;		
}

#sidebar p {
    font-size:14px;
   	padding: 0 0 0 0;
    color: #000000;
    line-height: 1.3em;
    margin: 0.6em;
}

#sidebar ul li a.morehere {
    color:#990000;
    text-decoration:underline;
    display:inline;
    font-size:inherit;
    background-color:inherit;
    padding: 0;
}

#sidebar ul li a.morehere:hover {
    color:#000;
    text-decoration:underline;
    display:inline;
    font-size:inherit;
    background-color:inherit;
    padding: 0;
}

.rednew {
    color:#ff0000;
}

.yellnew {
    color:#ffff00;
}

.whitenew {
    color:#fff;
}

.bluenew {
    color:#0000ff;
}

.right {
    float: right;
    display: block;
}

/* main */
#main {
	float: right;
	width: 64%;	
	margin: 0 0 10px 0;
    padding: 14px;	
    background-color: #eeeeee;
}

#main h1 {
    font-size: 160%;
	margin: 0;
	border-bottom: 1px solid #999; 	
}

#main h2 {
	padding: 0;
    margin: 14px 0 0 0;
    font-size: 120%; 	
}

#main h3 {
	padding: 0;
    margin: 10px 0 0 0; 	
    font-size: 100%;
}

#main h4 {
	padding: 0;
    margin: 8px 0 0 0; 	
    font-size: 90%;
    color: #000000;
}

#main p {
    line-height: 20px;
    font-size: 95%;
    padding: 6px 0 6px 0;
    margin:  0;
    color: #000;
}

#main p.cafcafoot {
    border-top:solid 1px;
}

#main p.indented {
    padding: 10px 0 10px 30px;
}

#main h3.indented {
    padding: 0 0 0 30px;
}

#main p.source {
    font-size:80%;
    padding: 0 0 10px 0;
    color:#900000;
    line-height: 16px;
}

#main p.breadcrumb {
    font-size:90%;
    padding: 0 0 10px 0;
    color:#900000;
    line-height: 16px;
}

#main ul li {
    color: #000;
    line-height: 20px;
 }

#main a.backtop {
    text-align:right;
    display:block;
}
 
.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 {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* support letter */

#letter-box {
	width: 94%;	
	margin: 10px 0;
    padding: 15px;	
    background-color: #fff;
    border:solid 1px black;
}

#letter-box .date {
    text-align: right;
    font-weight: bold;
}

#letter-box .lettertitle {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 12px 0;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em Calibri, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#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 */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



