/*   
Theme Name: NetBlender
Theme URI: http://www.netblender.com
Description: A WordPress port of the netblender.com layout
Author: ~Jb
Author URI: http://www.straylogic.com
Template: default
Version: 1.0
.
Gonna get funky css style.
.
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color:rgb(193, 202, 207);
}

a, a img {
	border:0px;
	outline:none;
}

a:link, a:active, a:visited {
	color:#00f;
	text-decoration:none;
}

a:hover {
	color:#00f;
	text-decoration:underline;
}

.breadcrumb {
	margin:5px 0px 0px 0px;
}

h1, h2, h3, h4, h5 {
	color: #036;
	margin:0px;
	margin-top:5px;
}
.entry p {
	margin-top:5px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:10px;
}
h5 {
	font-size:18px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
}

#header {
	font-size:10pt;
	margin: 0 0 5px 0;
	background: url(images/headerbar.png) no-repeat top left;
	height:52px;
}

#bannerbg {
	position:absolute;
	z-index: -10;
	background:url(images/banner_bg_swirls.jpg) no-repeat top left;
	margin: -30px 18px;
	padding:0px;
	height:200px;
	width:940px;
}

#banner {
	margin-top:-11px;
	margin-bottom:-11px;
	min-height:160px;
}

#bannerbg #headline {
	color:#fff;
	font-size:24px;
	float:right;
	margin:50px;
	width:350px;
}

#contentarea-top {
	clear: both;
	width:980px;
	height:20px;
	background: url(images/contentarea_top.png) no-repeat top left;
}

#contentarea-wrapper {
	float: left;
	width:980px;
	/*background: url(images/contentarea_mid.png) repeat-y top left;*/
	background: url(images/swoops2.jpg) no-repeat bottom center;
	padding-bottom:50px;
}

#side-a {
	/* border:1px dashed #ccc; */
	float: left;
	width: 220px;
	padding:0px 0px 0px 10px;
}

.post .post-edit-link {
	color:#f60;
	margin-top:0px;
	float:right;
	font-size:x-small;
	font-weight:normal;
}

.hentry .post-edit-link {
	color:#f60;
	margin-top:0px;
	float:right;
	font-size:x-small;
	font-weight:normal;
}

h4 .edit_entry .post-edit-link {
	color:#f60;
	margin-top:0px;
	float:right;
	font-size:x-small;
	font-weight:normal;
}

/* 
	SIDEBAR BLOCK LISTS 
*/
ul.sidebar_block {
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	list-style: none;
	background: url(images/sidebar_block_header.png) no-repeat top left;
}

#social.sidebar_block {
	background: url(images/sidebar_block_ning_header.png) no-repeat top left;
}

#about_button.sidebar_block {
	cursor:hand;
	margin-bottom:10px;
	display:block;
	padding:0px;
	height:40px;
	cursor:default;
	background: url(images/sidebar_block_about_header.png) no-repeat top left;
}

ul.sidebar_block li .sidebar_block_ning_header {
	display:block;
	margin:-5px 10px 0px 10px;
	padding:0px;
	height:40px;
	cursor:default;
}

ul.sidebar_block li .sidebar_block_header {
	display:block;
	color: #666;
	font-weight:bold;
	border-bottom:2px groove white;
	margin:0px 10px 10px 10px;
	padding:0px 10px 5px 10px;
	cursor:default;
}

ul.sidebar_block li .sidebar_block_header a {
	color:#666;
}

ul.sidebar_block li ul {
	margin:0px;
	padding:0px;
	list-style: none;
	background: url(images/sidebar_block_list.png) repeat-y top left;
}

#ningcontent {
	margin:-5px 0px 0px 0px;
	padding-top:5px;
}

#ningcontent ul {
	padding:0px;
	padding-top:10px;
	list-style: none;
	background: url(images/sidebar_block_list_ning.png) no-repeat bottom left;
}

#resellersList h4:hover {
	color:#f60;
}

#resellersList blockquote {
	padding:5px;
	background-color:#f9f9f9;
	border:1px solid #ddd;
}

ul.sidebar_block li ul li {
	margin:0px 0px 5px 0px;
	padding:0px 25px 2px 25px;
}

/* hover eye candy for w3c compliant browsers unlike early IE */
ul.sidebar_block li ul li:hover {
	back\ground: url(images/sidebar_block_current.jpg) no-repeat top left;
}

ul.sidebar_block li.rightnav  ul li:hover {
	back\ground: url(images/sidebar_block_current_r.jpg) no-repeat top left;
}
/* end hover eye candy */

ul.sidebar_block li ul li ul {
	margin:5px 0px 0px 0px;
}

ul.sidebar_block li ul li ul li {
	margin:0px 0px 5px 0px;
	padding:0px 20px 2px 25px;
}

ul.sidebar_block li ul li.current_page_item {
	background: url(images/sidebar_block_current.jpg) no-repeat top left;
}

ul.sidebar_block li ul li.current_page_item a {
	color:#f60;
}

ul.sidebar_block li.sidebar_block_footer {
	margin:-5px 0px 0px 0px;
	padding:0px;
	list-style: none;
	background: url(images/sidebar_block_footer.png) no-repeat bottom left;
}

#newsletterSignup li.sidebar_block_footer {
	background: url(images/sidebar_block_footer.png) no-repeat bottom left;
}

#side-b {
	float: right;
	width: 220px;
	text-align:right;
	padding:0px 15px 0px 0px;
}


#newsletterSignup span {
	border:none;
	cursor:pointer;
	padding-top:15px;
}

#newsletterSignup span:hover {
	color:#f60;
}

#side-b input {
	width:100px;
}

#content { 
	float: left;
	width: 52%;
	padding-bottom:120px;
}

#content.norightbar {
	width:70%;
}

#contentarea-bottom {
	clear: both;
	width:980px;
	height:20px;
	background: url(images/contentarea_bot.png) no-repeat top left;
}

#footer {
	clear: both;
	text-align:center;
	margin:10px 0px;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  top:0px;
  left:0px;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#modals .window {
  position:absolute;
  top:0px;
  left:0px;
  color:white;
  width:440px;
  display:none;
  z-index:9999;
  padding:20px;
  overflow:visible;
  background-color:black;
  border:2px solid #d26231;
  border-radius:10px;
}

#modals .window h3, #modals .window a {
	color:#db8040;
}
