/* Layout */
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, sans-serif;
  font-size:75%;
  /* */
  
  /*font-size: 14px; 
  font-family: "trebuchet ms", helvetica, sans-serif;
  line-height: 20px; */
}

#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	height: 100%;
}

#page #header {
	margin: 0px;
	width: 1000px;
}
#page #header #logo {
width:250px;
float:left;
} 
#page #header #footerwidget2 {
float:right;
} 

/* main content area and sidebar */
#page #container {
	float: left;
  width: 100%;
  overflow: hidden; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  padding-bottom: 15px;
}

#page #container #content{
display: block;
	padding-left: 15px; 
	padding-right: 5px;
	float: left;
	/* width:620px; */ 
	 width: 97%;
   text-align: justify;   
}

#page #container #contentnews{
display: block;
	padding-left: 15px; 
	padding-right: 5px;
	float: left;
	 width:620px;  
	/* width: 98%; */  
}

#page #container #contentartist {
	display: block;
	padding: 0px;
	float: left;
	height:100%;
}



/*************************************
 +Sidebar
 *************************************/
 #sidebar {
	float: right;
	width: 300px;
	margin: 25px 25px 25px 0px;
	padding: 5px;
	border: 1px dotted;
}
 
#sidebar ul
{
  list-style-type:none;
  clear:both;
  margin:0 0 1em;
  padding:0;
}

#sidebar ul li,#sidebar ul li a
{
  padding-top:.2em;
  padding-bottom:.2em;
  padding-right:.2em;
}

#sidebar ul li:hover,#sidebar ul li a:hover
{
  background:#F0F0E0;
}

#sidebar ul.children
{
	margin:0 0 0 10px;
}

#sidebar h2
{
  color:#6F6F6F;
  font-size:1.5em;
  margin-top:1em;
}

#sidebar h4
{
  color:#151515;
  font-size:1.5em;  
}

#sidebar-left #cat
{
  width:195px;
  border:1px solid #CCC;
}

#sidebar-right #cat
{
  width:150px;
  border:1px solid #CCC;
}

#sidebar img
{
  max-width:140px;
  border:0;
}

/*************************************
 +front page widgets
 *************************************/
#page #frontpagewidgets {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px;
  background-color: #000000;
  padding:0px 10px 0px 0;
}

/* frontpage left widget bar */
#page #frontpagewidget1 {
  float: left; 
  width: 400px; 
  background-color: #000000; 
	margin: 0 50px 50px 0px;
	height: auto;
} 

#gigx-news-widget h2
{
  position:relative;
  background:url(images/news.jpg);
  width:400px;
  height:54px;
  top:0px;
  left:0px;
  overflow: hidden;
  text-indent: -9999px;
}

#tweeter-widget h2
{
  position:relative;
  background:url(images/tweets.jpg);
  width:400px;
  height:54px;
  top:0px;
  left:0px;
  overflow: hidden;
  text-indent: -9999px;
}

/* frontpage right widget bar */
#page #frontpagewidget2 {
  float: right; 
  width: 400px; 
  background-color: #000000; 
	margin: 0 100px 50px 0px;
	height: auto;
}

#gigx-tv-widget h2, #tv-widget h2
{
  position:relative;
  background:url(images/tv.jpg);
  width:400px;
  height:54px;
  top:0px;
  left:0px;
  overflow: hidden;
  text-indent: -9999px;
}

#sfc-fanbox-13 h2
{
  position:relative;
  background:url(images/facebook.jpg);
  width:400px;
  height:54px;
  top:0px;
  left:0px;
  overflow: hidden;
  text-indent: -9999px;
}

/*************************************
 +footer widgets
 *************************************/
#page #footerwidget {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px;
  background-color: #000000;
  padding:10px 0 20px 0;
}

#page #footerwidget #footerwidget1 {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	height: 130px;
}                       

/* footer widget content settings */
#page #footerwidget #footerwidget1 ul{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

#page #footerwidget #footerwidget2 ul{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

#page #footerwidget #footerwidget3 ul{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

#page #footerwidget h2.widgettitle {
	margin: 0 0 10px 0;
	padding-left: 10px;
	font-size: 1.5em;
	text-decoration: underline;
}

#page #footerwidget a{
	margin-bottom: 10px;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

#page #footerwidget a:hover{
	margin: 0px;
	text-decoration: underline;
	font-weight: bold;
}

/* artists footer widget */
#page #footerwidget #footerwidget1 ul {
	list-style: none;
	margin: 0;
		position: absolute;

}
#page #footerwidget #footerwidget1 li {
	position: relative;
	float: left;
}

/* artists footer widget image hover effect */
#page #footerwidget #footerwidget1 img{
opacity:0.6;
filter:alpha(opacity=60);
border: 1px dotted #000;
  display:inline;
  margin:5px 7px 5px 0;
  padding:4px;
}

#page #footerwidget #footerwidget1 a:hover img{
opacity:1;
filter:alpha(opacity=100);  
border: 1px dotted #444;
}

/* social networking footer widget */
#page #footerwidget #footerwidget2 {
	display: block;
	float: left;
	width: 340px;
	margin: 0px;
}
#page #footerwidget #footerwidget3 {
	float: left;
	width: 330px;
	margin: 0px;
}


/*************************************
 +footer
 *************************************/
#page #footer {
	display: block;
	float:left;
	clear: both;
	width: 100%;
	margin: 0 10px 0 10px;
}


/*************************************
 +site wide styles
 *************************************/
.pleft {
	float: left;
}

.pright {
	float: right;
}

/* horizontal ruler */
.hr {
	float:left;
	clear: both;
	width: 100%;
}

h5{
font-size:1.1em;
padding:0;
margin:6px 0 0 0;
}

/* link stylee */
#page a{
	text-decoration: none!important;
}
#page a:hover{
  border-bottom:1px dotted;
}

/* images */
img{
border:0;
}

/* underneath is from style.css */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
 
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Text Formatting */
.smallcaps {
	font-variant: small-caps;
}

/* Artists page */
#artistfade{
position:relative;
z-index:0;
}

/* still to sort */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-right: 10px;
	/*margin: 10px; */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* hoverfade jquery effect */
ul.hoverfade {
	list-style: none;
	margin: 0 auto; padding: 0;  
}
ul.hoverfade li {
	float: left;
	margin: 0; padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.hoverfade li a.thumb {
	width: 200px;
	height: 400px;
	margin: 0; padding: 0;
	cursor: pointer;
}
ul.hoverfade li span { /*--Used to crop image--*/
	width: 200px;
	height: 400px;
	overflow: hidden;
	display: block;
	margin: 0; padding: 0;
}
ul.hoverfade li a.thumb:hover {
	margin: 0; padding: 0;
}
ul.hoverfade li a {text-decoration: none; color: #000; display: block;}
ul.hoverfade img {border: none; } 
/* end hoverfade jquery effect */