/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #282828; 
	background-color: #E3E3E7;
}
body.pagebg {	background: #E3E3E7 url(/_img/bg.gif) repeat-x; text-align: center;
}

/* links */
a { 
	color: #D40000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #D40000;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #D40000;	
}

h1 { font-size: 1.5em; color: #D40000; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #081A64;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
}

/* form elements */
form { padding: 2em;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #000066;
	font: normal 1em Verdana, sans-serif;
	color:#000066;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #000066;
	height:100px;
	display:block;
	color:#000066;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #fff;
	background: #000066; 
	padding: 2px 3px; 
	color: #fff;	
}
.submit
{	border: 1px solid #fff;
	background: #000066; 
	padding: 2px 3px; 
	color: #fff;	font-weight: bold;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
	position:relative;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
}

/* header */
#header {
	position: relative;
	height: 169px;	
}
#header span#logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 0; left: 5px;	
}
#header span#nazi {
	position: absolute;
	margin: 0; padding: 0;
	top: 3px; left: 550px;	
}
div.toppic
{
	position: relative;
	top:122px;
	left:235px;
}
div.langbar {
	position: absolute;
	right:0; bottom:28px;
	margin: 0; padding: 0;
	background: url(/_img/langbar.gif) left bottom no-repeat;
	width:200px; height:150px; text-align:center;
}
ul.langbar {
	position:relative;
	top:50px; left:40px;
	color: #4284B0;}
li.langbar {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	color: #4284B0;}
/* main */
#main {
position: relative;
}
/*
#content {
	position: absolute;
	top:125px;
	
	left:222px;
	margin: 0;	padding: 0; 
	display:block;
}*/
#content {
	position:relative;
	width: 550px; top: 130px; left: 220px;
	margin: 0;	padding: 0; 
	margin-bottom: 7em;	padding-bottom: 7em; 

}


/* sidebar */
/*#sidebar h1, #sidebarleft h1 { font-size: 1.5em; color: #000066; } */
#sidebar {
	position:absolute;
	top:125px;
	width: 220px; height:56px;
	margin: 0;	padding: 0; 
	background: url(/_img/menubg.gif) no-repeat;	
	display:block;
}
div.sidebarright {
	position: absolute;
	right:7px; top:6px;
	margin: 0; padding: 0; width: 185px;

}
div.sidebarright div.bottom {
	background: #fff url(/_img/rightbottom.gif) left top no-repeat;	
}
div.sidebarright a {color: #081A64;}
div.sidebarright span {font-size: 1.5em; color: #D40000; font-weight:bold; margin: 1em 0 0 0;}
div.sidebarright a.right-h1 {color: #D40000;}
#sidebarleft {
	position: absolute;
	top:0px;
	width: 220px; 
	margin: 0;	padding: 0; 
	background: url(/_img/menubgbottom.gif) left bottom no-repeat;	
	display:block;
}
ul.sidemenu  {
	list-style:none;
	margin:10px 15px 10px 15px;
	padding:0;		
}
ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}

ul.sidemenu a {
	display:block;
	font-weight:bold;
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	min-height:18px;
}

ul.sidemenu li.blue-white a {
	color: #081A64;	
	background: #fff;
	border-left:4px solid #081A64;	
}
ul.sidemenu li.blue-yellow a {
	color: #081A64;	
	background: #ffffcc;
	border-left:4px solid #081A64;	
}
ul.sidemenu li.red-white a {
	color: #D40000;	
	background: #fff;
	border-left:4px solid #D40000;	
}
ul.sidemenu li.red-yellow a {
	color: #D40000;	
	background: #ffffcc;
	border-left:4px solid #D40000;	
}

* html body #sidebar ul.sidemenu a, #sidebarleft ul.sidemenu a, #rightbottom ul.sidemenu a { height: 18px; }

ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #fff;
	color: #D40000;
	border-left:4px solid #D40000;
}

/* rightbar */


#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer {
	clear: both;
	position: static;
	color: #fff;
	font-size: 1.2em;
	background: #194A8B;
	margin: 0;
	padding: 0.2em;
	text-align:center;
}

a.bottomnav{color:#fff}
a.bottomnav:hover {color:#fff}



/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/_img/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(_img/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* 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; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

