@import url(reset.css);


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}
body{
	text-align: center;
	background: #fff url(img/bkg-body.png) repeat-x;
	color: #333;
	font: normal normal normal 12px/14px Arial, Helvetica, sans-serif;
}
a:link {text-decoration: none; color: #008AFF}
a:visited {text-decoration: none; color: #008AFF}
a:active {text-decoration: none; color: #008AFF}
a:hover {text-decoration: none; color: #666;}

h1{ color: #476999; font-size: 24px; margin-bottom: 15px; line-height: 26px; }
h1 a:visited,
h1 a:link,
h1 a{ color: #476999;}
h1:hover a{ color: #7b9bc8;}
h1:hover a{ color: #7b9bc8;}
p{ margin-bottom: 10px; }
h3{ font-weight: bold; margin-bottom: 10px}
strong{
	font-weight: bold;
}
hr{
	height: 1px;
	background: #838383;
	border: none;
}
ul{ list-style: disc; margin-left: 18px; }
ol{ list-style: decimal; margin-left: 18px; }
input[type="submit"]{
	border: 1px solid #808181;
	background: #c6c6c6;
	border-radius: 3px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 2px 4px;
	text-align: center;
}
input[type="submit"]:hover{	background: #fff; cursor: pointer;}
#main {padding:10px 0 120px;}  /* must be same height as the footer */

#Foot{ position: relative; text-align: center; margin-top: -100px; /* negative value of footer height */ height: 100px; clear: both; background: #F0F0F0 url(img/bkg-footer.png) repeat-x; }
#footer {
	color: #808181;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	position: relative;
	height: 100px
} 
#footer p{ position: absolute; left: 10px; top: 10px}
#footer .alignright{ position: absolute; right: 10px; top: 10px; left:auto}
#footer .signet{
	position: absolute; left: 10px; bottom: 10px; top: auto;
}




#wrap { width: 900px; margin: 0 auto; text-align: left }
#header{
	position: relative; height: 180px;
	overflow: hidden;
}
#branding{
	width: 279px;
	height: 96px;
	background: url(img/logo-nostressphone.png) no-repeat;
	position: absolute;
	left: 0;
	top: 34px;
	overflow: hidden;
	
}
#branding h1{ width: 100%; height: 100%; display: block;}
#branding a{ width: 100%; height: 100%; display: block; text-indent: -9999px}
#branding .description{ display: none; }

#nav-search{
	position: absolute; top: 5px; right: 0;
}

#menu{
	position: absolute;
	left: 0;
	bottom: 24px;
	height: 24px;
	border-top: 1px solid #C6C6C6;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#menu li{
	height: 24px;
	float: left;
	display: inline;
	line-height: 24px;
	border-left: 1px solid #C6C6C6;
	padding: 0 10px
}
#menu li a{ color: #3F3F3F;}
.current_page_item{
		background: #F0F0F0;
}
#menu li.page-item-home{
	border-left: none;
}
#submenu-bg{
	position: absolute;
	bottom: 0;
	left: 0px;

	height: 24px;
	
		width: 100%
}
#submenu-bg ul{
	list-style: square;
	margin: 0;
	background: #F0F0F0;
	width: 100%;
		height: 24px;
		float: left;
		padding-left: 8px
}
#submenu-bg ul li{
	line-height: 24px;
	padding:0 8px 0 10px;
	display: inline;
	float: left;
	list-style: square;
		background: #F0F0F0 url(img/mini-pipe.png) no-repeat center left;
}
#submenu-bg ul li a{ color: #3F3F3F}
#submenu-bg ul li a:hover{ color: #a9a9a9;
}
#accessibility{
	display: none;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#nav-search #s{
	border: none;
	width: 123px;
	background: transparent url(img/bkg-search.png) no-repeat;
	height: 16px;
	padding: 1px 2px;
	font: normal normal normal 12px/14px Arial, Helvetica, sans-serif;
}
#nav-search label{ display: none;}
#searchsubmit{
	border: none;
	background: transparent;
	color: #838383;
	text-align: center;
}
#container{ width: 580px; float: left; overflow: hidden }
#sidebar{ width: 300px; float: right; overflow: hidden }
#sidebar ul{ list-style: none;}
#sidebar ul{ margin-bottom: 10px}
#sidebar ul ul{ margin: 3px 0 6px 8px}
.widget_recent_entries .widgettitle{
	color: #476999; font-size: 24px; margin-bottom: 6px; line-height: 26px; 
}

#content{
	padding: 10px 0 0 10px
}
#post-1 h1{ }
.post .meta{
	margin-bottom: 6px;
	display: block;
}
.postmetadata{
	margin: 6px 0 8px 0
}
.entry{
	padding-bottom: 10px;
	border-bottom: 1px solid  #c6c6c6
}
.entry img[align="left"]{ margin: 0 8px 6px 0; }
.entry img[align="right"]{ margin: 0 0 6px 8px; }

.comment{
	border-top: 1px dashed #c6c6c6;
	padding: 6px 0 10px
}
.comment-body{ position: relative; padding-top: 18px}
.comment-body p{ margin:0 0 10px 38px}
.comment-body .commentmetadata{ position: absolute; right: 0; top: 0;  font-style: italic; }
.comment-body .comment-author{ margin-bottom: 6px}
.comment-body .avatar{ float: left; margin-right: 6px}
#respond{
		border-top: 1px solid #c6c6c6;
		margin-bottom: 10px;
		padding-top: 6px
}

.comments-header-meta a{
	background: url(img/plus-icon.png) no-repeat 0 0;
	padding-left: 22px;
	line-height: 24px
}

input[type="text"]{
		border: none;
	width: 123px;
	background: transparent url(img/bkg-search.png) no-repeat;
	height: 16px;
	padding: 1px 2px;
	font: normal normal normal 12px/14px Arial, Helvetica, sans-serif;
}
textarea{ border: 1px solid #333537; width: 548px; margin-bottom: 10px }
.widget{
	margin-bottom: 10px
}

.sb-title {
  color: #434343;
  font-size: 14px;
  padding-bottom: 1px;
  margin-bottom:15px;
  text-transform: uppercase;
  font-weight: bold;
}

.aktt_tweets a{ display:block; clear:both} 


