/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	text-align: center;
	margin: 0 0 15px 0;	
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(gfx/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background: #fff url(gfx/content-wrap.jpg) repeat-x; 
}
#header {
	position: relative;
	background: #fff url(gfx/header-bg.jpg) repeat-y center top;
	height: 35px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}


/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 114px;
	width: 850px;
	padding: 15px 0 5px 0;
	background: #fff url(gfx/header-photo.jpg) no-repeat center center;
}
#header-photo h1 {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(gfx/nav.jpg) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li#current a {	
	background: #DBDBDB url(gfx/nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	float: right;
	width: 625px;
	padding: 10px 15px 10px 0;
}



/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
#sidebar ul {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}

#sidebar ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
  font-weight:bold;
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
	display: block;
}
#sidebar ul li a:hover {	
	color: #383d44;
	border: none;
}

#sidebar ul ul{
	text-align: left;
	margin: 0px 0px 8px 10px; 
  padding: 0;			
	border-top: 0px solid #E5E5E5;
	text-decoration: none;	
}

#sidebar ul li li {
	list-style: none;
	padding: 2px 0 0 0px;
	margin: 0 2px;		
	border-bottom: 0px solid #E5E5E5;
}

#sidebar ul li li a {
	text-decoration: none;	
	color: rgb(96,96,96); 
	font-style: italic;
	font-weight:normal;
  border: none;	
  display: block;
	
}
#sidebar ul li li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding-top: 35px;
	text-align: left;	
	background:#0BABE5;
	background: url(gfx/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer-wrap a:hover {
	color: #000;	
	text-decoration: none;
}
#footer-wrap p {
	padding: 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 0px auto; 
	width: 850px;
	padding: 0;
	text-align: center;	
}

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.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;	
}

.newstab {
  width:100%;
  padding:5px;
  border: 1px solid rgb(218,218,218);
  margin: 5px 0 10px 0;
  background: #fff;
}

.lang {
  float:right;
  margin: 3px 12px 0 0;
  font: 10px 'trebuchet ms', 'Tahoma', 'arial', sans-serif;
	color: rgb(230,255,191); 
}

.lang a, .lang a:visited {	
	color: rgb(230,255,191); 
	text-decoration: none;		
}
.lang a:hover {
	color: rgb(230,255,191); 
	text-decoration: underline;
}

