* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
  width: 100%;
  background: #EDF1F7 url(i/top-bg.gif) repeat-x;
}
a {
  color: #065476;
  outline: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 8px 0;
}

#wrapper {
  width: 966px;
  margin: 0 auto;
  position: relative;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 153px;
	padding: 0 0 0 173px;
}
#slogan {
	font-size: 10px;
	color: #D4EBF6;
	padding: 19px 0 1px;
}
#logo {
	z-index: 10;
	width: 215px;
	line-height: 26px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
	text-decoration: none;
}
#logo b {
	display: block;
	position: absolute;
	top: 38px;
	left: 174px;
	width: 215px;
	height: 26px;
	background: url(i/logo.gif) no-repeat;
}
#search {
	margin: 35px 0 0 35px;
}
.search {
	font: 11px Tahoma, Arial;
	color: #454545;
	border: 0;
	padding: 1px 8px 2px;
	margin: 0 0 2px -180px;
	width: 320px;
}
* html .search {margin: 0 0 0 -180px;}
*+html .search {margin: 0 0 0 -180px;}
html:first-child .search {margin: 0 0 1px -180px;}
.go {
	width: 16px;
	height: 16px;
	background: url(i/go.gif) no-repeat;
	border: none;
	cursor: pointer;
}

#menu {
	position: absolute;
	top: 38px;
	left: 400px;
	line-height: 33px;
	list-style: none;
	width: 566px;
}
#menu li {
	float: left;
	background: #93C7DE;
	margin-right: 2px;
}
#menu a {
	display: block;
	color: #454545;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 108px;
}
#menu li.current_page_item,
#menu a:hover {
	background: #FFF;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
  border-left: 200px solid #DBE3F0;
}
#content {
  border-left: 200px solid #E4EAF3;
  position: relative;
  height: 1%;
	background: #FFF;
}
#text {
  position: relative;
  float: left;
	top: -82px;
	background: #FFF;
	width: 520px;
	margin-bottom: -82px;
	padding: 25px 23px 20px;
}

/* post */
.post {
	padding: 0 0 45px;
}
h1 {
	font: 24px Georgia;
	color: #2A90BC;
	padding: 0 0 5px;
}
h1 a {color: #2A90BC;}
#content h3 {
	font-size: 14px;
	margin: 0 0 10px;
}
h3.pagetitle {
	text-align: center;
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 17px;
}
.postmetadata {
	text-align: right;
	font-size: 10px;
	color: #7F7F7F;
	border-bottom: 1px solid #ECECEC;
	padding: 0 0 4px;
}
.postmetadata a {
	color: #7F7F7F;
}
.entry {
	text-align: justify;
}
.comments {
	text-align: right;
	font-weight: bold;
}
.comments a {
	color: #2A90BC;
	background: url(i/comments.gif) 0 2px no-repeat;
	display: inline-block;
	padding: 0 0 4px 22px;
	line-height: 16px;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

/* comments */
.commentlist {margin: 20px 0 40px 20px;}
.commentlist li {padding: 8px 8px 2px;}
.alt {background: #F2F5F8;}
* html .alt {position: relative;}

#author, #email, #url, #comment, #submit {
	font: 12px Tahoma, Arial;
	padding: 2px;
	width: 150px;
	border: 1px solid #98ADBF;
}
#comment {
	width: 500px;
	height: 170px;
}
#submit {
	width: 100px;
	height: 22px;
	background: #DBE3F0;
}



/* Left
-----------------------------------------------------------------------------*/
#left {
  float: left;
  width: 200px;
  margin-left: -966px;
  position: relative;
}
#left h3,
#right h3 {
	font: 18px Georgia;
	margin: 5px 13px;
	padding: 0 0 3px;
	border-bottom: 1px solid #90949A;
}
#left ul,
#right ul {
	list-style: none;
	font-size: 11px;
	margin: 10px 23px 25px 23px;
	line-height: 14px;
}

#right p {
	font-size: 11px;
	margin: 10px 23px 25px 23px;
}
#left a,
#right a {
	color: #454545;
	text-decoration: none;
}
#left a:hover,
#right a:hover {
	text-decoration: underline;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
  float: left;
  width: 200px;
  margin-left: -766px;
  position: relative;
}
.recent {margin-bottom: 15px !important;}
.recent li {
	padding: 0 0 10px;
	line-height: 12px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	font-size: 10px;
	color: #76787B;
	line-height: 28px;
}
#lb {
	float: left;
	width: 200px;
	height: 28px;
	background: #E4EAF3;
	border-left: 200px solid #DBE3F0;
	margin: 0 15px 0 0;
}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.navigation {height: 25px;}
.alignleft {float: left;}
.alignright {float: right;}
