/*
-----------------------------------------------
Designer: Daniel Lager
----------------------------------------------- */


/* Primary layout */
body	{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #333;
  background: #88adad url(../img/layout/body_bg.gif) repeat-x left top;
  font-family: verdana, sans-serif;
  }

a img {
	border: 0;
}  

hr {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

html>body hr {
	margin: 10px 0;
	padding: 0;
}

/* Wrapper */
#wrapper  {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 700px;
  text-align: left;
  background: #fff;
  font-size:90%;
  }
  

/* Header */
#header  {
	position: relative;
  color: #5A8E6D;
  margin: 0 auto;
  padding: 0;
  border: 0;
  }

#header h1  {
	width: 700px;
	height: 124px;
	padding: 0;
	margin: 0;
	background: url(../img/layout/header_logo.gif) no-repeat left top;
	text-indent: -9999px;
  	text-align: left;
  }
  
 .googleTranslate {
	position: absolute;
	bottom: 10px;
	right: 10px;

 }
  
  
/* Inner layout */
#content  {
	float: left;
	width: 700px; /* specify again for Opera */
	margin: 0;
	padding: 0;
	background-image: url(../img/layout/content_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
  
#main  {
	width: 460px;
	float: left;
	margin-left: 10px;
  }

html>body #main  {
	width: 460px;
	margin-left: 20px;
  }

#sidebar  {
	display: inline; /* fixes a strange ie margin bug */
  	width: 170px;
  	float: right;
  	margin-right: 20px;
  }

html>body #sidebar {
  width: 170px;
  }
  
#sidebarad {
	margin: 20px 0 0 0;
	padding: 0px;
}


/* Post layout */
.post-top h2 {
	padding-top: 0px;
	color: #ff6600;
}  

.post h2, .post h3 {
	clear: right;
	padding-top: 15px;
	background-image: url(../img/layout/post_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff6600;
}  

.post-body, .post-body-links {
	padding: 10px;
}  

.imageright, .imageright a {
 	float: right;
 	padding: 10px 0 10px 10px;
 	border: 0;
} 

/* Bottom layout */
#footer  {
  clear: both;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 20px;
  border: 0;
  text-align: center;
  border: 1px solid #f2f2f2;
  background-color: #fdfdfd;
  }

html>body #footer {
	top: 30px;
}
  
#footer p  {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-size: x-small;
  background-color: transparent;
  color: #999;
  }

/* Default links   */
a:link { color:#09c; text-decoration: underline; font-weight: bold; }
a:visited { color:#09c; font-weight: bold; }
a:hover { text-decoration: none; }
  
/* Typography */
#main p, #sidebar p, form {
  	margin-top: 5px;
  	margin-bottom: 1em;
	font-size: 13px;
	line-height: 18px;
	color: #222;
}
  
#main .post-body-links li {
	margin-bottom: 10px;
}

h2, h3, h4, h5  {
  	margin: 25px 0 10px 0;
  	padding: 0;
	font-family: helvetica, arial, sans-serif;
  }

h2  {
  font-size: 24px;
}

p.linkintro  {
	padding: 10px;
	border: 2px solid #ccc;
	font-weight: bold;
}

p span {
	color: #000;
	background-color: #ffc;
	font-weight: normal;
}

 /* LISTS */
#main ul  {
  margin: 0 20px 20px 20px;
  padding: 0;
  }
#main li  {
  	line-height: 160%;
	font-size: 13px;
  }

.sidebar-title  {
	color: #666;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#sidebar ul   {
  margin: 0 0 20px -10px;
  padding-left: 10px;
  padding-top: 3px;
}

#sidebar ul li {
  	list-style: none;
  	vertical-align: top;
  	padding: 2px 0;
  	margin: 0;
  	font-size: 10px;
  	line-height: 160%;
}
  
#sidebar ul li a {
	display: block;
	font-weight: normal;
}

#sidebar ul li a:hover {
	background-color: #f2f2f2;
}

#sidebar ul li.Here {
	background-color: #f2f2f2;
}

 /* Top navBar */
#navBar {
	position: absolute;
	top: 100px;
	margin: 0 0 0 14px;
	padding: 0;
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 12px;
}

#navBar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    white-space: nowrap;
	border: 0;	
	border-left: 1px solid #fff;
}

#navBar ul li {
    display: inline;
  	line-height: 160%;
}

#navBar ul li a {
    float: left;
    width: auto;
    color: #fff;
    background-color: #333;
    text-decoration: none;
    padding: 3px 10px;
	border: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#navBar li.Here {
    float: left;
    width: auto;
    color: #333;
    background-color: #ededed;
    text-decoration: none;
    padding: 3px 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#navBar li.Here, #navBar ul li a {

}

#navBar ul li a:hover, #navBar ul li a:active {
    background-color: #ededed;
    color: #333;
}

