/*
=============================
== Wired Up Beads Template ==
=============================
*/
html, body{
	background:url('http://www.wiredupbeads.com/img/BG_Extend.jpg') repeat-x 0 0 #4b89c4;
	margin:0px;
	padding:0px;
	width:100%;
}
#BGwrapper{
	width:1131px;
	background:url('http://www.wiredupbeads.com/img/BG_Center.jpg') no-repeat top center;
	margin:0 auto;
}
#wrapper{
	position:relative;
	width:807px;	
	margin:0 auto;
	
}
#Wub_header{
	background:url('http://www.wiredupbeads.com/img/header_.jpg') no-repeat top right;
	height:115px;
	width:807px;
	text-align:left;
}
#Wub_Nav{
	height:50px;
	margin:0px;
	padding:0px;
}
#Wub_Nav ul{
	margin:0;
	padding:0;
}
#Wub_Nav li{
	display:block;
	list-style:none;
	float:left;
}
#Wub_body_container{
	width:807px;
	background-color:#FFF;
}
#Wub_Main{
	float:right;
	width:600px;
	padding-bottom:20px;
	margin:0 33px 0 0;
	color:#000;
	font-weight:normal;
}
#Wub_Sidebar{
	width:166px;
	float:left;
	padding-bottom:20px;
}
.tut_step {
background-color:#E6F2FC;
border:2px dotted #2B92EC;
color:#150035;
padding:10px;
}
#Wub_Sidebar .highlighttext div{
	margin-left:10px;
	margin-right:40px;
	border-bottom:1px solid #a7eaf0;
	margin-top:5px;
	padding-bottom:2.5px;
}
#Wub_footer{
	background-color:#2958a8;
	text-align:center;
	color:#FFF;
	padding:10px;
}
#Wub_footer a{
	color:#FFF;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#Wub_footer a:hover{
	text-decoration:underline;	
}
.searchBar input{
	float:left;
	margin:20px 10px 0 0;
	/*padding-right:30px;*/
}

/* NAVIGATION */

.btnhome a{
	display:block;
	height:50px;
	width:80px;
	background:url('http://www.wiredupbeads.com/img/btn_home.jpg') no-repeat 0 0;
}
.btnblog a{
	display:block;
	height:50px;
	width:69px;
	background:url('http://www.wiredupbeads.com/img/btn_blog.jpg') no-repeat 0 0;
}
.btnabout a{
	display:block;
	height:50px;
	width:97px;
	background:url('http://www.wiredupbeads.com/img/btn_about.jpg') no-repeat 0 0;
}
.btnevent a{
	display:block;
	height:50px;
	width:97px;
	background:url('http://www.wiredupbeads.com/img/btn_calendar.jpg') no-repeat 0 0;
}
.btntut a{
	display:block;
	height:50px;
	width:102px;
	background:url('http://www.wiredupbeads.com/img/btn_tutorials.jpg') no-repeat 0 0;
}
.btnfaqs a{
	display:block;
	height:50px;
	width:72px;
	background:url('http://www.wiredupbeads.com/img/btn_faqs.jpg') no-repeat 0 0;
}
.btncontact a{
	display:block;
	height:50px;
	width:111px;
	background:url('http://www.wiredupbeads.com/img/btn_contact.jpg') no-repeat 0 0;
}
#Wub_Nav a:hover{
	background-position:0 -50px;	
}