html {
	background:url(null) fixed no-repeat;
}

img, dl, dt, div.cotnainer-bottom {
	behavior: url(./includes/iepngfix.php);
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-style: normal;
}

body {
	font-size: 76%;
	font-family: Arial, sans-serif;
	color: #4f4f4f;
}

.clearer {
	clear: both;
}

#container-outer-wrapper {
  margin:0 auto;
  width:990px;
}

.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0.5em 0;
  line-height: 1.2em;
}

p, a, ul.paging li {
	line-height: 1.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height: 1.3em;
}

a {
	color:#3399FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.permalink, a.comments, a.share , button {
	background:url(../images/permalink-button.gif) top left no-repeat;
	width:109px;
	height:27px;
	line-height:27px;
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#1f9899;
}

a.comments {
	background:url(../images/comments-button.gif) top left no-repeat;
	width:132px;
}

a.share, button {
	background:url(../images/share-button.gif) top left no-repeat;
	width:77px;
}

#logo {
	position:absolute;
	top:0;
	right:0;
}

#main-nav {
  height:70px;
  position:relative;
}

#main-nav h1 {
	float: left;
	color: #fff;
	font-size: 0.8em;
	padding: 0;
	width: 400px;
}

#main-nav ul {
	position:absolute;
	left:0;
}

#main-nav li {
	float: left;
	display:inline;
	font-size: 12px;
	list-style: none;
	width:auto;
	background:url(../images/top-nav-left.gif) top left no-repeat;
	padding:0 0 0 13px;
	margin:0 0.5em;
}

#main-nav li span {
	display:block;
	background:url(../images/top-nav-right.gif) top right no-repeat;
	padding:0 13px 0 0;
	float:left;
}

#main-nav a {
	color:#4f4f4f;
	text-decoration:none;
	font-size:12px;
	width:auto;
	display:block;
	background:url(../images/top-nav-mid.gif) top left repeat-x;
	line-height:26px;
	height:26px;
	float:left;
}

#main-nav a:hover, #main-nav a.active {
	text-decoration:underline;
}

#blog-header {
	display: block;
	position: relative;
	top: -7px;
	padding: 0;
	float:left;
}

#main-content {
	margin:0 239px 0 0;
	padding:0 2em 0 1em;
	clear:left;
}

div.blog, div.page-footer {
	margin-bottom:1em;
	background:#fff;
	position:relative;
	overflow:hidden;
	clear:left;
	padding:0 0 2em 0;
	background:url(../images/underline.gif) 50% 100% no-repeat;
}

div.page-footer {
	text-align: center;
	clear: left;
	margin-top: 1em;
}

#menus {
  float: right;
}

#menus dl.container {
	display:block;
	width:239px;
	background:url(../images/right-box-btm.gif) no-repeat bottom left;
	margin:0 0 1em 0;
	padding:0 0 21px 0;
}

#menus dl.container dt {
	background:url(../images/right-box-top.gif) no-repeat top left;
	display:block;
	color:#3399ff;
	font-size:14px;
	font-weight:bold;
	padding:21px 20px 0;
	position:relative;
	margin:0 0 -16px 0;
}

#menus dl.container dd {
	padding:2em 20px 0;
	background:url(../images/right-box-mid.gif) repeat-y top left;
}

#menus dl.container dd form label input {
	border:1px solid #3399FF;
	padding:0.2em;
	margin:0.3em 0 1em;
	width:80%;
	display:block;
}

#feeds a {
	color:#fff;
}

#menus #feeds, #menus dl.light-blue {
	background:url(../images/light-blue-btm.gif) no-repeat bottom left;
}

#menus #feeds dt, #menus dl.light-blue dt {
	color:#fff;
	background:url(../images/light-blue-top.gif) no-repeat top left;
}

#menus #feeds dd, #menus dl.light-blue dd {
	color:#fff;
	background:url(../images/light-blue-mid.gif) repeat-y top left;
}

#menus dl.dark-blue {
	background:url(../images/blue-btm.gif) no-repeat bottom left;
}

#menus dl.dark-blue dt {
	color:#fff;
	background:url(../images/blue-top.gif) no-repeat top left;
}

#menus dl.dark-blue dd {
	color:#fff;
	background:url(../images/blue-mid.gif) repeat-y top left;
}

#menus dl.dark-blue a {
	color:#fff;
}

#menus dl.orange {
	background:url(../images/orange-btm.gif) no-repeat bottom left;
}

#menus dl.orange dt {
	color:#fff;
	background:url(../images/orange-top.gif) no-repeat top left;
}

#menus dl.orange dd {
	color:#fff;
	background:url(../images/orange-mid.gif) repeat-y top left;
}

#menus li {
  list-style: none;
}

#feeds a {
	background:url(../images/rss-logo.gif) 0 50% no-repeat;
	padding:0 0 0 20px;
	height:20px;
	line-height:20px;
	display:block;
}

#newsletter {
	position: relative;
}

#newsletter fieldset label {
	display: block;
}

#send-friend {
  background: url(../images/send-to-a-friend.gif) no-repeat top left;
  width: 181px;
  height: 134px;
  position: relative;
  margin-bottom: 1em;
}

#send-friend input.submit, #newsletter input.submit {
  display: block;
  text-indent: -9999px;
  background: transparent;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 88px;
  left: 65px;
  cursor: pointer;
}

#send-friend fieldset input, #newsletter fieldset input {
  left: 17px;
  position: absolute;
  top: 63px;
  width: 145px;
  color: #175872;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 17px;
}

#newsletter fieldset input {
	background: url(../images/submit-field.gif) no-repeat top left;
	padding: 8px 12px;
	height: 15px;
	padding-top: 11px;
	width: 150px;
	position: relative;
	top: 0;
	left: -8px;
}

#newsletter input.submit {
	background: url(../images/submit-arrows.gif) no-repeat top left;
	position: relative;
	top: 0;
	left: 55px;
}

h1 a, h2 a {
	color: #175872;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

div.blog-footer li, div.comments-footer li {
	float: left;
	margin-right: 2em;
	list-style: none;
}

div.blog-footer ul, div.comments-footer ul {
	clear: both;
}

div.blog-footer, div.comments-footer {
	margin-top: 1em;
	float: left;
}

div.blog-footer div {
	clear: both;
	margin-bottom: 1em;
}

h1, h2 {
	font-size: 1.5em;
}

div.comment h2 {
	font-size: 1.2em;
}

div.comment p {
	padding: 0 1em;
}

ul.paging li {
	list-style: none;
	float: left;
	margin-right: 0.3em;
	margin-bottom: 1em;
}

div.comments-footer ul.paging li {
	margin: 0;
}

#rss-feeds a.more {
	position: absolute;
	bottom: 2.5em;
	left: 55px;
	font-size: 0.8em;
	color: #175872;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	display: inline;
}

div.topic-feeds, div.user-feeds {
	clear: left;
}

div.topic-feeds ul li, div.user-feeds ul li {
	display: block;
	width: 25%;
	float: left;
	margin-bottom: 1em;
}

div.container-bottom {
	background: url(../images/blog-content-btm.png) no-repeat left bottom;
	width: 182px;
	height: 18px;
	margin-bottom: 1em;
	position: static;
}

div.add-comment label {
	display: block;
	margin: 0.5em 0;
	padding: 0.5em 0;
}

div.add-comment label span {
	line-height: 1.7em;
	font-weight: bold;
	display:block;
	width:10em;
	float:left
}

div.add-comment label input, div.add-comment label textarea {
	width: 40em;
	border: 1px solid #26BAB5;
	padding: 2px;
}

div.add-comment label input:focus, div.add-comment label textarea:focus {
	border: 2px solid #26BAB5;
}

div.add-comment span em, #newsletter span em {
	font-size: 0.8em;
	color: #942501;
	font-weight: normal;
	font-style: italic;
}

h2 a {
	color: #434343;
}

#menus ul.out-links li {
	font-size: 1em;
	font-weight: bold;
}

#menus ul.out-links li li {
	margin-left: 0.5em;
}

#menus ul.out-links li a {
	font-size: 0.8em;
}

div.blog-body ul {
	padding: 0 2em;
}

#menus ul.out-links li ul {
	padding-bottom: 1em;
}

ol {
	list-style-position: inside;
	padding: 0.5em 0;
}

ol li {
	margin-left: 23px;
	text-indent: -21px;
}

ul.topic-links {
	font-size: 0.8em;
}

ul.footer-links {
	position: relative;
	left: 125px;
	height: 80px;
}

ul.footer-links li {
	list-style: none;
	float: left;
	margin: 0.5em;
}

div.tags {
	margin-bottom: 3em;
}

div.related-blogs li {
	margin-bottom: 0.5em;
	display: block;
	width: 420px;
}

#add {
	float: left;
	clear: left;
}

#footer {
	background:url(../images/footer-bench.gif) bottom right no-repeat;
}

#footer a {
	position:relative;
	left:1px;
	top:5px;
}

#footer a.shift {
	left:4px;
}

#footer a.shift2 {
	left:7px;
}

button {
	cursor:pointer;
}

div.tags p, div.related-blogs p, div.interact p {
	color:#3399FF;
	font-size:14px;
	font-weight:bold;
}

#share-friend button {
	background-image:url(../images/share-form-button.gif);
	height:24px; 
	line-height:24px; 
	color:#5FBCEC;
}

#contact-info a {
	color:#fff;
}

#menus #tag-cloud dd {
	font-size:7px;
	padding-top:20px;
}
#social {
	float:right;
}
#menus #links dd {
	font-size:7px;
	padding-top:20px;
}