/* GLOBAL RESET */

html, body, div, object, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, code, strong, label, small, form, fieldset, table, th, td { 

	margin: 0; 
	padding: 0;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	font-family: arial, sans-serif;
}

ol, ul {
	list-style: none;
}

/* BODY STYLING */

body {
	background: #f6f6f6;
}

a {
	text-decoration: none;
}

p {
	color: #333333;
	font-size: 12px;
}

#mainwrapper {
	width: 940px;
	margin: auto;
}

/* HEADER STYLING */

#header {
	margin-top: 28px;
}

#header h1 {
	background: url(img/logo.png) no-repeat;
	width: 354px;
	height: 91px;	
	text-indent: -9999px;
	float: left;
	margin-bottom: 10px;
}

#header h1 a {
	width: 354px;
	height: 91px;
	display: block;
}

#header img {
	float: right;
	height: 100px;
}

/* NAVIGATION STYLING */

.navigation {
	clear: both;
	background: url(img/navigationbg.png) repeat-x;
	height: 38px;
	position: relative;
	z-index: 2;
}


.navigation #search {
	float: right;
	line-height: 30px;
}

.navigation submit {
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	16px;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-right: 40px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			31px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

.sf-menu > li > a > .sf-sub-indicator { 
        background:none; 
} 

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-top: 1px;
}
.sf-menu a {
/*	border-left:	1px solid #fff;*/

	padding: 		8px 4px;
	font-family: Courier New, Courier, serif;
	font-size: 16px; 
	color: #000;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.sf-menu li li a {
	border-top:		1px solid #ddd;
}

.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #5a3f98; /* purple */
	color: #fff;
}


/* MAIN STYLING */

#blogmain {
	background: #fff;
	border: 1px solid #dcd9d9;
	position: relative;
	padding-bottom: 40px;
}

/* MAIN BANNER STYLING */

#mainbanner {
	background: #fff;
	border: 1px solid #dcd9d9;
	border-top: none;
	padding: 15px;
	text-align: center;
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	
}

#mainbanner a:hover {
	background: none;
}

#mainbanner img {
	/*border: 9px solid #000;*/
}

/* RIGHTBOX STYLING */

#rightbox {
	width: 660px;
	float: right;
}

/* PRIMARY STYLING */

#primary {
	width: 555px;
	float: left;
	padding: 30px 50px 40px 30px;
	border-right: 1px dotted #333;
}

#primary h2 {
	text-transform: uppercase;
	font-size: 30px;
}

#primary .artistlist a {
	line-height: 22px;
	font-size: 14px;
	color: #5a3f98;
}


#primary .artistlist a:hover {
	color: #000;
}

/* PRIMARY ARTIST PAGE */

#primary_artistpage {
	width: 620px;
	float: left;
	padding: 30px 50px 40px 30px;
	border-right: 1px dotted #333;
}

#sidebar_artistpage {
	width: 200px;
	float: right;
	background: #fff;
	margin-right: 20px;
}

/* POST-ITEM STYLING */

.post-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
	padding-bottom: 30px;
	position: relative;
}


.post-item h5 {
	font-size: 22px;
	color: #000;
}

.post-item a {
	color: #000;
}

.post-item a:hover {
	color: #5a3f98;
}

.post-item .postmetadata {
	margin-bottom: 20px;
	color: #9f9c9c;
}

/* SINGLE PAGE STYLING */

.single {

}


/* BEGIN COMMENTS */

/* Comments Template */

#comments_template {
 margin-top: 2em;
 background: #ededed;
 border: 1px solid white;
 border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
 clear: both;  
margin-bottom: 28px;
 overflow: hidden;
padding-bottom: 30px;
padding-right: 30px;
padding-left: 20px;
padding-top: 30px;
position: relative;
}

#comments_template small {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#comments_template input {
 background: white;
margin-right: 10px;
}

#comments_template li {
clear: left;
border-bottom: 1px solid #d3d3d3;
border-top: 1px solid white;
padding: 2em 0;
overflow: hidden; 
}

#comments_template li:first-child {
border-top: none;
}

#comments_template li:last-child {
 border-bottom: none;
}

#comments_template .avatar {
 float: left;
 margin-right: 25px;
 background: #afafaf;
 border: 1px solid white;
border-right: none;
border-bottom: none;
 padding: 4px;
}

.main_comment {
 background: white;
 margin-left: 133px;
 padding: 15px;
position: relative;
font-size: 12px;
}

.main_comment span.arrow {
 width: 0;
 height: 0;
 line-height: 0;
 border-bottom: 25px solid #ededed;
 border-right: 20px solid white;
 position: absolute;
 top: 10px;
 left: -20px;
}

.main_comment h4 {
	font-size: 16px;
	text-transform: uppercase;
}
	
/* END COMMENTS */

/* COMMENT BUBBLE */

.sidebarcolumn .numComments_pages {
	background: url(img/commentbubble.png) no-repeat;
	width: 27px;
	height: 21px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	line-height: 12px;
	right: 0px;
	text-align: center;
}

.sidebarcolumn .numComments_pages a {
	color: #fff;
	font-size: 10px;
}

.numComments_home {
	background: url(img/commentbubble.png) no-repeat;
	width: 27px;
	height: 21px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	line-height: 12px;
	right: 0px;
	text-align: center;
}

.numComments_home a {
	color: #fff;
	font-size: 10px;
}

.numComments_home a:hover {
	color: #5a3f98;
}

.post-item .numComments {
	background: url(img/bigcommentbubble.png) no-repeat;
	width: 53px;
	height: 40px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 500px;
	top: 0px;
	color: #fff;
}

.numComments a {
	color: #fff;
}


/* SECONDARY STYLING */

#sidebar {
	width: 260px;
	float: right;
	background: #fff;
	margin-right: 20px;
}

/* SECONDARY BOX STYLING */

.sidebarcolumn {
	margin-bottom: 40px;
	line-height: 1em;
}

.sidebarcolumn h2 {
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	border-top: 6px solid #000;
	margin-bottom: 15px;
}

.sidebarcolumn h2 a {
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
}


.sidebarcolumn#featuredtoys img {
	width: 100%;
	margin-bottom: 8px;
}

.sidebarcolumn#featuredtoys p {
	line-height: 1.3em;
	margin-top: 10px;
}

.sidebarcolumn a { 
	color: #5a3f98;
	font-size: 14px;
}

.sidebarcolumn a:hover {
	color: #000;
}

.sidebarcolumn#popularposts {
	
}

/* LATEST BLOG STYLING */

.latestblog {
	width: 192px;
	background: #fff;
	border: 1px solid #dcd9d9;
	padding: 24px 32px 32px 25px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.blogentry {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	position: relative;
}

.blogtitlewidth {
	width: 100px;
}

.blogtitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 3px;
	color: #000;
}

.blogtitle:hover {
	color: #5a3f98;
}


.blogtitle p {
	font-size: 14px;
	font-family: Arial;
}

.blogdate {
	font-size: 11px;
	color: #9f9c9c;
	text-transform: uppercase;
}

.blogauthor {
	font-size: 11px;
	color: #9f9c9c;
}

.bloglink {
	float: right;
	margin-top: 20px;
	background: url(img/bloglink.png) no-repeat;
	text-indent: -9999px;
	width: 147px;
	height: 21px;
}

.bloglink a {
	display: block;
	width: 147px;
	height: 21px;
}

.bloglink a:hover {
	background: none;
}

#popularposts a {
	font-size: 11px;
}

/* MODULE HOME STYLING */

.module_label_home h2 {
	background-color:#000;
	display:inline;
	left:-40px;
	padding: 0 10px 2px 25px;
	top: 0px;
	color: #fff;
	font-size: 22px;
	position: relative;
}

.shade_home {
	border-color:#3a3939 #3a3939 transparent transparent;
	border-style:solid;
	border-width:7px;
	top: -2px;
	height:0;
	left:-40px;
	width:0;
	position: relative;
}

.module_home {
	background: #fff;
	border: 1px solid #dcd9d9;
	margin-bottom: 20px;
	padding: 25px 25px 25px 25px;
	position: relative;
}

.module_home #gotostore {
	background: url(img/gotothestore.png) no-repeat;
	text-indent: -9999px;
	width: 159px; 
	height: 21px;
	display: block;
	float: right;
	margin-top: 20px;
}

.module_home img {
	margin-right: 2px;
}

.moduleimg_home {
	float: left;
	margin-top: 10px;
}

.module_home a {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #5a3f98;
}

.module_home a:hover {
	background: none;
	color: #000;
}

.module-post_home {
	margin-left: 280px;
	padding: 0;
}

.module-post_home h5 {
	font-size: 18px;
}

.module-post_home .blockmetadata {
	margin-bottom: 10px;
}

.module-post_home p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}


/* MODULE STYLING */

.module_label h2 {
	background-color:#000;
	display:inline;
	left: -15px;
	padding: 0 10px 2px 25px;
	top: 20px;
	z-index:1000;
	color: #fff;
	font-size: 22px;
	position: relative;
}

.module_label a#artistpage {
	color: #fff;
}

.shade {
	border-color:#3a3939 #3a3939 transparent transparent;
	border-style:solid;
	border-width:7px;
	top: 18px;
	height:0;
	left:-15px;
	width:0;
	position: relative;
}

.module {
	background: #fff;
	border: 1px solid #dcd9d9;
	margin-bottom: 20px;
	padding: 25px 25px 25px 25px;
	position: relative;
}

.module .moduleimg {
	float: left;
	margin-top: 10px;
}

.module a {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #5a3f98;
}

.module a:hover {
	background: none;
	color: #000;
}

.module-post {
	margin-left: 280px;
}

.module-post h3 {
	font-size: 16px;
}

.module-post .blockmetadata {
	margin-bottom: 10px;
}

.module-post p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}


/* FOOTER STYLING */

#footer {
	background-color: #1a1a1a;
	padding: 33px 0 0px 24px;
	min-height: 275px;
}

.footercolumn {
	width: 155px;
	float: left;
	margin-right: 74px;
}

.footercolumn h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.footercolumn .textwidget {
	color: #989696;
	font-size: 12px;
}

.footercolumn .textwidget a {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

.footercolumn .textwidget a:hover {
	background: none;
	text-decoration: underline;
}

/* FOOTER NAVIGATION STYLING */

#footernav {
	padding: 5px 5px 10px 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#footernav ul {
	float: left;
}

#footernav ul li {
	float: left;
	margin-right: 30px;
}

#footernav a {
	color: #000;
	font-size: 13px;
	font-family: Courier new, courier, serif;
	padding-bottom: 3px;
	text-decoration: none;
}

#footernav a:hover {
	background: none;
	color: #000;
	font-size: 13px;
	border-bottom: 3px solid #000;
}

/* COPYRIGHT STYLING */

#copyright {
	float: right;
}

#copyright span{
	font-size: 11px;
	color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
} 

#copyright a:hover {
	border-top: 3px solid #000;
	border-bottom: none;
}

/* TWITTER STYLING *//

a.twitter_title_link a{
	font-size: 30px;
}



.twitter-item {
	font-size: 12px;
}

h2.widgettitle {
	font-size: 30px;
}

li.twitter-item {
	margin-bottom: 20px;
}

p.twitter-message {
	font-size: 10px;
	font-family: Arial, sans-serif;
}

.twitter-timestamp {
	
}

.twitter-link {
	font-size: 12px;
}

   /* * ul.twitter: the main ul (if list is activated)
    * li.twitter-item: the ul items (if list is activated)
    * p.twitter-message: each one of the paragraphs (if msgs > 1)
    * .twitter-timestamp: the timestamp span class
    * a.twitter-link: the tweet link class
    * a.twitter-user: the @username reply link class
    
    
/* ARTISTS LINK */


.sidebarcolumn .artistlist a{
	line-height: 22px;
}

.sidebarcolumn #tagstore {
	display: block;
	margin: 0 auto;
}

/*  Homepage Slider
------------------------------------------------------*/
#slideshow{
background-color: #000;
width:900px;
height: 305px;
margin:0px 0px 0px 0px;
float:left;
overflow: hidden;
}
#slideshow-threed{
width:900px;
height:283px; 
margin:15px 0px 0px 0px;
float:left;

}
#box-nav-slider{
background-image:url(img/strip-line.gif);
background-position:bottom;
background-repeat:repeat-x;
width:900px;
height:17px;
float:left;
overflow: hidden;
}
#slideshow-navigation a{
background: url(img/slide.png) no-repeat scroll 50% 50%;
display:block;
float:left;
font-size:0px;
width:9px;
height:9px;
margin:2px;
outline-style:none;
outline-width:medium;
padding:2px;
}

.slide-text {
	text-align: left;
	padding: 10px;
}

#slideshow-navigation{float:right; padding-right:10px}
#slideshow-navigation .activeSlide {background: url(img/slide.png) no-repeat scroll 0% 50%;}
.slidehalf { margin-top:0px; margin-right:40px; float:left;} /* Editable Slider Image Position */
.slidehalf2 { margin-top:0px; margin-right:0px; float:left;} /* Editable Slider Image Position */
.slide-text h1{color:#FFF; padding:40px 20px 20px 0px}
.slide-text p{font-size:12px; color:white; line-height:22px; padding-right:20px;}
.slide-text a.read_more{color:#5a3f98; font-size:12px;}
.flash-img {text-align:left; display:block; margin:100px auto 0 auto;}

/* Container
------------------------------------------------------*/
#page-container{width:988px; margin:0 auto;}
.page-container-inner{width:988px; background-image:url(/img/bg-container.png); float:left;}
.frame{width:920px; margin:0 auto;}

*:focus{
outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}


.clr{clear:both}
form{margin:0; padding:0;}
hr{
border:0;
color:#dedede;
background-color: blue;
height: 1px;
margin:10px 0px 6px 0px;
padding:0px;
}

/* code */
code{
font-family:Tahoma, Arial, Verdana;
letter-spacing:1px;
margin:25px 0 25px 0px;
display:block;
font-size:0.9em;
border-left:4px solid #dddddd;
padding:15px 10px;
}

.desc {
	height: 100%;
	clear: both;
	line-height: 22px;
}

#TB_caption, #TB_window {
	height: 100%;
	margin-bottom: 100px;
	display: block;
}

#mce-EMAIL:focus {
	value: hello;
}
