@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size:14px;
	}
img{
	border:0;
}

	
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
color:#FF9900;
}
	
#headerwrap{
	width:100%;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/header.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height: 200px;
	}
#header{
	width:800px;
	position:relative;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#logo{
	width:200px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:15px;
	}
#topnav{
	width:650px;
	height:35px;
	position:absolute;
	left:75px;
	top:145px;
	}
#tinylinks{
	float:right;
	margin-top:5px;
	}
	
#blog{
	position:absolute;
	left:635px;
	top:80px;
	width:150px;
	height:55px;
	}
	
.blog:link, .blog:visited, .blog:active {
	text-indent:-999em;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/blog.jpg);
	width:150px;
	height:55px;
	float:left;
	}
	
.blog:hover{
	background-image:url(http://www.stickershopunlimited.com/images/SSU/blog2.jpg);
	}


#midbg{
	background-image:url(http://www.stickershopunlimited.com/images/SSU/contentbg.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}
.wrap{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;

	}

#content{
	width:780px;
	float:right;
	height:auto;
	min-height:500px;

	}
	
#sidebar{
	width:160px;
float:left;
	height:auto;
	}

#footer{
	background-image:url(http://www.stickershopunlimited.com/images/SSU/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:49px;
	margin-bottom:85px;
	}
	
.footerwrap{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	}
.credits{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:65px;
	text-align:center;
	}

	
.sidebarlinks{
	margin-bottom:20px;
	}
	

	
#post{
	width:780px;
	height:auto;
	padding-bottom:30px;

	}
	
	
.posttitle{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#FF9900;
	}
.share{
	padding-left:75px;
	background-image:url(http://www.stickershopunlimited.com/images/SSU/sharethis.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
.share .sociable img{
	border:0px;
	}
	
.sociable ul{
list-style:none;
padding-left:0px;
padding:0px;
margin:0px;
}

.sociable li{
display:inline;
background-image:none;
padding-right:5px;
padding-left:0px;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
	
.footerlinks{
	margin-bottom:30px;
	}
	
.footerlinks a, #comments a{
	color:#FF0066;
	text-decoration:none;
	}
.footerlinks a:hover, #comments a:hover{
	text-decoration:underline;
	color:#000000;
	}
	
.date, .share{
	margin-bottom:10px;
	}
	
#widgets{
	text-align:left;
}
#widgets .title{
	display:block;
	padding:5px;
	color:#000;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

#widgets ul{
	list-style:none;
	padding:0px;
	text-align:left;
	margin:0px;
}

#widgets li{
	margin: 0 0 0 20px;
		list-style-type:disc;
		padding:0px;
		
}

#widgets a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
}

#widgets a:hover{
	color:#FF0066;
}
	