/*
Theme Name: WBP Landing Page
Theme URI: http://www.workbookproject.com
Description: WBP Landing Page (Home)
Version: 1.0
Author: Christina Milburn
Author URI: http://www.TheEasyButton.com
*/

* {
	padding: 0px;
	margin: 0px;
	}
html {
	height: 100%;
}
body {
background: #FFF;
background-image: url(images/gridbg.png);
color:#000;
font: 12px helvetica, arial, sans-serif;
margin:0px;
padding: 0px;
line-height: 20px;
height: 100%;
}
li {
list-style-type:none;
}
p {
	margin-bottom: 15px;
	}
blockquote {
	margin: 10px;
	padding: 40px 10px 10px 30px;
	background: url(images/quotes.gif) #CCCCCE;
	background-repeat: no-repeat;
	color: #000;
	font-size: 1.3em;
	}
blockquote a {
	color: #000;
	}
h2 {
font-weight: bold;
font-size: 1.6em;
}
h3 {
font-weight: bold;
font-size: 1.5em;
}
h4 {
font-weight: bold;
font-size: 1.3em;
}
#middle br {
	margin-bottom: 15px;
	}
#clear {
	clear: both;
	}
.clear {
clear:both;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
	}
.alignleft { float:left; margin: 0px; }
.small {
font-size: 10px;
margin-bottom: 10px;
}
.thumbnail {
	float: left;
	margin: 0px 5px 5px 0px;
}
.thumbnail img {
max-height: 150px;
max-width: 125px;
}
#wrap {
	margin: 0px auto;
	width: 960px;
	border-left: 2px solid #7E7E7E;
	border-right: 2px solid #7E7E7E;
}
#innerwrap {
	width: 946px;
	margin: 0px 7px;
	}
#header {
	margin: 0px;
	}
	.title {
	color: #000;
	padding: 20px 0px 10px 0px;
	font-size: 48px;
	font-weight: bold;
	}
	.title a {
	color: #000;
	text-decoration: none;
	}
	.tagline {
	color: #999;
	font-size: 22px;
	font-weight: bold;
	padding-left: 7px;
	}
#subnavline {
	border-bottom: 10px solid #000;
	height: 105px;
	}
#navigation {
	height: 83px;
	float: left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
#navigation ul { 
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 83px;
	float:left;
	}
#navigation li {
	float:left;
	height: 83px;
	margin: 0px 5px;
	}
a#nav_ch {
    display: block;
    width: 82px;
    height: 83px;
    background-image: url(images/nav/color_ch.png);
    background-position: 0 0;
    margin: 0 auto;
	float:left;
}
a#nav_diy {
    display: block;
    width: 82px;
    height: 83px;
    background-image: url(images/nav/color_diy.png);
    background-position: 0 0;
    margin: 0 auto;
	float:left;
}
a#nav_labs {
    display: block;
    width: 82px;
    height: 83px;
    background-image: url(images/nav/color_lab.png);
    background-position: 0 0;
    margin: 0 auto;
	float:left;
}
a#nav_nb {
    display: block;
    width: 82px;
    height: 83px;
    background-image: url(images/nav/color_nb.png);
    background-position: 0 0;
    margin: 0 auto;
	float:left;
}
a#nav_radar {
    display: block;
    width: 82px;
    height: 83px;
    background-image: url(images/nav/color_radar.png);
    background-position: 0 0;
    margin: 0 auto;
	float:left;
}
a#nav_award {
    display: block;
	width: 82px;
    height: 83px;
    background-image: url(images/nav/color_award.png);
    background-position: 0 0;
    margin: 0 auto;
	float:left;
}
a .alt { display: none; }
#about {
	height: 83px;
	float: left;
	margin: 0px;
	padding: 10px 0px 10px 13px;
	width: 350px;
	color: #909090;
	font-size: .9em;
	line-height: 16px;
	}
	#about h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: strong;
	}
/* subnav */
.subnav .current_page_item {
	background: #000;
	}
.subnav .current_page_item a {
	color: #FFF;
	}

.subnav{
	border:none;
	border:0px;
	margin:0px 10px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}
	.subnav .current_page_item li {
	background: #000;
	}
	
.subnav ul{
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.subnav li{
		float:left;
		padding:0px;
		}
	.subnav li a{
		color:#000;
		display:block;
		font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.subnav li a:hover, .subnav ul li:hover a{
			background: #000;
			color:#FFFFFF;
			text-decoration:none;
			}
	.subnav li ul{
		background:#000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:125px;
		z-index:200;
		left: -999em;
		top: -999em;

		/*top:1em; */
		/*left:0;*/
		}
	.subnav li:hover ul{
		display:block;
		left: auto;
		top: auto;
z-index: 500;		
		}
	.subnav li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.subnav li:hover li a{
		background:none;
		
		}
	.subnav li ul a{
		display:block;
		height:35px;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.subnav li ul a:hover, .subnav li ul li:hover a{
			border:0px;
			color:#FFF;
			text-decoration:underline;
			}
	.subnav p{
		clear:left;
		}		
#subsidebar .titlebar {
text-decoration: none;
}
.titlebar {
	color: #FFF;
	font-size: 18px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
}
.highlight {
	color: #FFF;
	font-size: 18px;
	background: #000;
	padding: 4px;
	margin: 5px 0 10px 0;
}
/* start blog page css */
/* start blog page css */
/* start blog page css */
/* start blog page css */
/* start blog page css */
.diystitlebar {
	color: #000;
	font-size: 18px;
	background: #E8F932;
	padding: 8px;
	margin-top: 5px;
}
.diystitlebar a {
color: #000;
text-decoration: none;
}
.diystbtitle {
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
}
.diystbtitle a {
	color: #000;
	text-transform:uppercase;
	text-decoration: none;
	}
.diystbcomment {
	float: right;
	color: #000;
	font-size: 12px;
	}
	.diystbcomment a {
	color: #000;
	text-transform:lowercase;
	text-decoration: none;
	}
	
	.chtitlebar {
	color: #FFF;
	font-size: 18px;
	background: #E02020;
	padding: 8px;
	margin-top: 5px;
}
.chtitlebar a {
color: #FFF;
text-decoration: none;
}
.chtbtitle {
	float: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
}
.chtbtitle a {
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	}
.chtbcomment {
	float: right;
	color: #FFF;
	font-size: 12px;
	}
	.chtbcomment a {
	color: #FFF;
	text-transform:lowercase;
	text-decoration: none;
	}
	
	.radartitlebar {
	color: #FFF;
	font-size: 18px;
	background: #3BE0E1;
	padding: 8px;
	margin-top: 5px;
}
.radartitlebar a {
color: #FFF;
text-decoration: none;
}
.radartbtitle {
	float: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
}
.radartbtitle a {
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	}
.radartbcomment {
	float: right;
	color: #FFF;
	font-size: 12px;
	}
	.radartbcomment a {
	color: #FFF;
	text-transform:lowercase;
	text-decoration: none;
	}
	
	.nbtitlebar {
	color: #FFF;
	font-size: 18px;
	background: #87A232;
	padding: 8px;
	margin-top: 5px;
}
.nbtitlebar a {
color: #FFF;
text-decoration: none;
}
.nbtbtitle {
	float: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
}
.nbtbtitle a {
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	}
.nbtbcomment {
	float: right;
	color: #FFF;
	font-size: 12px;
	}
	.nbtbcomment a {
	color: #FFF;
	text-transform:lowercase;
	text-decoration: none;
	}
	
	.labstitlebar {
	color: #FFF;
	font-size: 18px;
	background: #465B6E;
	padding: 8px;
	margin-top: 5px;
}
.labstitlebar a {
color: #FFF;
text-decoration: none;
}
.labstbtitle {
	float: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
}
.labstbtitle a {
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	}
.labstbcomment {
	float: right;
	color: #FFF;
	font-size: 12px;
	}
	.labstbcomment a {
	color: #FFF;
	text-transform:lowercase;
	text-decoration: none;
	}
	
	
.awardtitlebar {
	color: #FFF;
	font-size: 18px;
	background: #E59B40;
	padding: 8px;
	margin-top: 5px;
}
.awardtitlebar a {
color: #000;
text-decoration: none;
}
.awardtbtitle {
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 430px;
}
.awardtbtitle a {
	color: #000;
	text-transform:uppercase;
	text-decoration: none;
	}
.awardtbcomment {
	float: right;
	color: #000;
	font-size: 12px;
	}
	.awardtbcomment a {
	color: #000;
	text-transform:lowercase;
	text-decoration: none;
	}
	/* stop */
	/* stop */
	/* stop */
#featuredarticles .titlebar {
	color: #FFF;
	font-size: 18px;
	background: #000;
	padding: 8px 4px;
	margin-top: 5px;
}
#content .titlebar {
	color: #FFF;
	font-size: 18px;
	background: #000;
	padding: 8px 4px;
	margin-top: 5px;
}
	.titlebar a {
	color: #FFF;
	text-decoration: none;
	}
	#sidebar #sidebarwrap .titlebar a:link {
	color: #FFF;
	text-decoration: none;
	}
.tbtitle {
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	width: 330px;
}
#content .tbtitle {
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	width: 520px;
	}
.tbtitle a {
	color: #FFF;
	}
.tbcomment {
	float: right;
	color: #FFF;
	font-size: 12px;
	}
	.tbcomment a {
	color: #FFF;
	text-transform:lowercase;
	}
.tbrelated {
	color: #FFF;
	font-size: 14px;
	background: #000;
	font-weight: bold;
	padding-left: 5px;
	}
/* LEFT */
#featured {
	float: left;
	margin: 0px;
	width: 445px;
	background: #FFF;
	}
#content {
	float: left;
	margin: 5px 20px 0px 0px;
	width: 637px;	
	background: #FFF;
	}
#content #contentwrap {
border: 2px solid #7E7E7E;
padding: 7px;
background: #FFF;
}
#featuredarticles {
	border: 2px solid #7E7E7E;
	padding: 5px;
	background: #FFF;
	}
	.authordate {
	font-size: 10px;
	}
	#featuredarticles .leadimage {
	width: 300px;
	height: 150px;
	float: left;
	margin-bottom: 7px;
	}
	#featuredarticles .leadimage img {
	width: 300px;
	height: 125px;
	}
	#content #contentwrap .leadimage {
	width: 470px;
	height: 195px;
	float: left;
	margin-bottom: 25px;
	}
	#content #contentwrap .leadimage img {
	width: 470px;
	height: 195px;
	}
	#featuredarticles .shareright {
	width: 90px;
	margin-left: 35px;
	height: 150px;
	float: right;
	margin-bottom: 7px;
		}
	#content #contentwrap .shareright {
	width: 96px;
	margin-left: 52px;
	height: 195px;
	float: right;
	margin-bottom: 25px;
	}
	#featuredarticles .shareright .fbshare {
	margin-top:25px;
	}
	#content #contentwrap .shareright .fbshare {
	margin-top:15px;
	}
	.tweetleft {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	padding: 0px;
	}
	.fbright {
	float: left;
	width: 100px;
	vertical-align: bottom;
	margin-bottom: 10px;
	padding: 0px;
	}
.entry {
margin-bottom: 30px;
}
.entry img.alignleft {
	float: left;
	margin: 0px 12px 10px 0px;
}
.entry img {
max-width: 600px;
}
#featured .authorbox {
	background: #CCC;
	width: 431px;
	margin-bottom: 15px;
	min-height: 110px;
	}
	.authoravatar {
	height: 87px;
	margin: 5px 10px 10px 5px;
	float: left;
	border: 2px 0px;
	text-align: left;
	}
	.authoravatar img {
	border: 2px solid #000;
	margin: 2px 5px 5px 0px;
	float: left;	
	}
	#featured .authorinfo {
	margin: 5px;
	}
	.authorlinks {
	height: 20px;
	float: right;
	}
	.authorlinks a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	}

	#content .authorbox {
	background: #CCC;
	margin-bottom: 15px;
	min-height: 110px;
	}

	#content .authoravatar {
	height: 87px;
	margin: 5px 10px 10px 5px;
	float: left;
	border: 2px 0px;
	text-align: left;
	}
	#content .authoravatar img {
	border: 2px solid #000;
	margin: 2px 5px 5px 0px;
	float: left;	
	}
#content .authorinfo {
	margin: 5px;
	}

	#content .authorlinks {
	height: 20px;
	float: right;
	}
	#content .authorlinks a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	}
	
#featuredarticles .shortrelated {
	float: left;
	width: 305px;
	}
#featuredarticles .shortrelated img{
	width: 70px;
	height: 70px;
}
	.relatedcontainer {
	min-height: 90px;
	margin-top: 10px;
	}

	.relatedthumb {
	width: 70px;
	margin-right: 5px;
	float: left;
	}
	a.relatedtitle {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	}
	#featuredarticles .shortrelated .relatedcontent {
	width: 230px;
	float:right;
	font-size: 12px;
	line-height: 1em;
	}
#featuredarticles .shortrelatedad {
	float: right;
	width: 120px;
	height: 240px;
	margin-top: 20px;
	}
#featuredarticles .longrelated {
	width: 400px;
	}
#featuredarticles .longrelated img{
	width: 70px;
	height: 70px;
}
	.relatedcontainer {
	min-height: 90px;
	margin-top: 10px;
	}
	#featuredarticles .longrelated .relatedcontent {
	width: 305px;
	float:right;
	font-size: 12px;
	line-height: 1em;
	}
	#content .longrelated .relatedcontent {
	width: 505px;
	float:right;
	font-size: 12px;
	line-height: 1em;
	}
	#content .shortrelated {
	float: left;
	width: 345px;
	}
#content .shortrelated .relatedcontent {
	width: 270px;
	float:right;
	font-size: 12px;
	line-height: 1em;
	}
#content .shortrelated img{
	width: 70px;
	height: 70px;
}
#content .shortrelatedad {
	float: right;
	width: 250px;
	height: 250px;
	margin-top: 20px;
	}
#content .longrelated {
	width: 600px;
	}
#content .longrelated img{
	width: 70px;
	height: 70px;
}

	
/* MIDDLE */
#subsidebar br {
margin-bottom: 13px;
}
#subsidebar {
	width: 224px;
	float: left;
	margin: 0px 5px;
	}
#subsidebar img {
	margin: 0px 10px 0px 0px;
	}
#videoplayer {
	margin: 10px 0px 10px 0px;
	border: 2px solid #7E7E7E;
	background: #FFF;
	}
#audioplayer {
	margin: 0px 0px 20px 0px;
	border: 0px solid #7E7E7E;
	background: #FFF;
	}
	#audioplayer a {
	text-decoration: none;
	color: #000;
	}
.postlist {
	font-size: 12px;
	padding-left: 12px;
	font-weight: normal;
	}
#radartitle {
	background: #3BE0E1;
	margin: 0px;
	padding: 4px;
	}
	#radartitle a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	}
	#radarcontent {
	margin: 5px 0px 11px 10px;
	padding: -4px 2px 0px 3px;
	line-height: 1.1em;
	background: #FFF;
	}
	#subsidebar .postlistradar h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	}
	#subsidebar .postlistradar h2 a:hover {
	text-decoration: underline;
	}

#chtitle {
	background: #E02020;
	margin: 0px;
	padding: 4px;
	}
	#chtitle a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	}
	#chcontent {
	margin: 5px 0px 11px 10px;
	padding: -4px 2px 0px 3px;
	line-height: 1.1em;
	background: #FFF;
	}
	#subsidebar .postlistch h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	}
	#subsidebar .postlistch h2 a:hover {
	text-decoration: underline;
	}
	
#nbtitle {
	background: #87A232;
	margin: 0px;
	padding: 4px;
	}
	#nbtitle a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	}
	#nbcontent {
	margin: 5px 0px 11px 10px;
	padding: -4px 2px 0px 3px;
	line-height: 1.1em;
	background: #FFF;
	}
	#subsidebar .postlistnb h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	}
	#subsidebar .postlistnb h2 a:hover {
	text-decoration: underline;
	}
#diytitle {
	background: #E8F932;
	margin: 0px;
	padding: 4px;
	}
	#diytitle a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	}
	#diycontent {
	margin: 5px 0px 11px 10px;
	padding: -4px 2px 0px 3px;
	line-height: 1.1em;
	background: #FFF;
	}
	#subsidebar .postlistdiy h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	}
	#subsidebar .postlistdiy h2 a:hover {
	text-decoration: underline;
	}
#labstitle {
	background: #465B6E;
	margin: 0px;
	padding: 4px;
	}
	#labstitle a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	}
	#labscontent {
	margin: 5px 0px 11px 10px;
	padding: -4px 2px 0px 3px;
	line-height: 1.1em;
	background: #FFF;
	}
	#subsidebar .postlistlabs h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	}
	#subsidebar .postlistlabs h2 a:hover {
	text-decoration: underline;
	}
#awardtitle {
	background: #E59B40;
	margin: 0px;
	padding: 4px;
	}
	#awardtitle a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	}
	#awardcontent {
	margin: 5px 0px 11px 10px;
	padding: -4px 2px 0px 3px;
	line-height: 1.1em;
	background: #FFF;
	}
	#subsidebar .postlistaward h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	}
	#subsidebar .postlistaward h2 a:hover {
	text-decoration: underline;
	}
/* RIGHT */
#sidebar {
	border: 2px solid #7E7E7E;
	width: 260px;
	float: left;
	margin-top: 5px;
	}
	#sidebar a {
	text-decoration: none;
	color: #000;
	}
	#sidebarwrap {
	margin: 5px 3px;
	}
#sidebar .titlebar {
	color: #FFF;
	font-size: 14px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
	}
	#sidebar .titlebar a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
	#sidebartwo .titlebar {
	color: #FFF;
	font-size: 14px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
	}
	#sidebartwo .titlebar a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#sidebartwo {
	border: 2px solid #7E7E7E;
	width: 280px;
	float: left;
	margin-top: 5px;
	}
	#sidebartwo a {
	text-decoration: none;
	color: #000;
	}
	#sidebartwowrap {
	margin: 5px 13px;
	}



#socialblock {
	height: 30px;
	}
	ul.socialblock {
	min-width: 205px;
	list-style: none;
	text-align: center;
	}
	ul.socialblock li {
		display: inline;
		margin: 0px 8px;
	}
#search {
	height: 30px;
	padding: 10px 0px;
	border: 0px solid #7E7E7E;
	float: right;
	width: 225px;
	margin-right: 20px;
	}
#search .button {
   border: 1px #000 solid;
   background: #CCC;
}
	
#dropdown {
	border: 0px solid #7E7E7E;
	float: right;
	width: 225px;
	margin-right: 25px;
	}
#dropdown .button {
   border: 1px #000 solid;
   background: #CCC;
}
#sidebarad {
	width: 250px;
	margin: 5px 0px;
	}

#subscribe {
	border: 2px solid #7E7E7E;
	background: #FFF;
	padding: 5px;
	line-height: 16px;
	}	
	#subscribelinks {
	font-size: 12px;
	margin-top: 3px;
	}
	#subscribelinks a {
	text-decoration: none;
	color: #000;
	}
#sidebar #sidebarwrap .facebooktitlebar a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
#sidebar #sidebarwrap .facebooktitlebar {
	color: #FFF;
	font-size: 14px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
	}
#sidebartwo #sidebartwowrap .facebooktitlebar a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
#sidebartwo #sidebartwowrap .facebooktitlebar {
	color: #FFF;
	font-size: 14px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
	}
#facebook {
	background: #FFF;
	margin: 5px 0px;
	}
#flickr {
	background: #FFF;
	margin: 5px 0px;
	}	
	.flickrpic {
	border: 1px solid #FFF;
	}
#recommendt {
	background: #FFF;
	margin: 0px 0px 5px 0px;
	}
#recommendb {
	background: #FFF;
	margin: 0px;
	}

#vodspot {
	background: #FFF;
	margin: 5px 0px;
	}
	
	#sidebar .smtitlebar {
	color: #FFF;
	font-size: 12px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
}

	#sidebar .smtitlebar a {
	color: #FFF;
	font-size: 16px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
}
	#sidebartwo .smtitlebar {
	color: #FFF;
	font-size: 12px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
}

	#sidebartwo .smtitlebar a {
	color: #FFF;
	font-size: 16px;
	background: #000;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
}

/* FOOTER */
#footer {
	background: #7E7E7E;
	margin: 20px 0px 0px 0px;
	width: 960px;
	color: #000;
	height: 55px;
	}
	#copyright {
	margin-left: 5px;
	float: left;
	padding-top: 20px;
	}
	#creativecommons {
	padding: 5px 2px;
	float: left;
	}
	#copyrightlinks {
	padding-top: 20px;
	float: right;
	}
	#copyrightlinks li{
	display: inline;
	float: right;
	padding: 0px 15px 0px 0px;
	}
	#copyrightlinks li a {
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px;
	}