/* CSS Document */
@charset "UTF-8";/* CSS Document */		
/*--Reset General HTML Elements by default*/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*end the Reset*/
p, li, a {
    color: #006;
    font-size:1.2em;
	font-weight: normal;
}

#container {
    position: relative;			
    width: 980px;
	height: 800px;	
    margin:	0 auto;
	border: 3px solid #FC0;	
	background: url(ContainerNewBG2.jpg) 0 0 no-repeat;
}
#container2 {
    position: relative;			
    width: 980px;
	height: 820px;	
    margin:	0 auto;
	border: 3px solid #FC0;	
	background: url(ContainerBG2.jpg) 0 0 no-repeat #FC0;
}

#container3 {
    position: relative;			
    width: 980px;
	height: 820px;	
    margin:	0 auto;
	border: 3px solid #FC0;	
	background: url(DiscBG.jpg) 0 0 no-repeat #FC0;
}
#containerBio {
    position: relative;			
    width: 980px;
	height: 800px;	
    margin:	0 auto;
	border: 3px solid #FC0;	
	background: url(containerBio.jpg) 0 0 no-repeat #FC0;
}
#containerPics {
    position: relative;			
    width: 980px;
	height: 1100px;	
    margin:	0 auto;
	border: 3px solid #000000;	
	margin-top: 3px;
}
h4{
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
	color: #000000;
	text-align: center;
}

#headerMain{
    position: relative;		
    float: left;	
    margin: 0px;			
    width: 980px;			
    height:	276px;
    background: url(SammyHeader.png) 0 0 no-repeat;
}
#headerMain2{
    position: relative;		
    float: left;	
    margin: 0px;			
    width: 980px;			
    height:	276px;			
    background: url(SammyHeader2.png) 0 0 no-repeat;
}
#Logo{
	position:relative;
	clear:both;
	width: 180px;
	height: 80px;
	top: -10px;
	margin-left: 4px;
	border: none;
}

#Logo a{
	display: block;
	width: 180px;
	text-indent: -10000px;
	background: url(Logo1.png) no-repeat;
    border: none;
	outline: none;
	height: 80px;
}

#Logo a:hover{
    position: relative;
	background-position: 0px -81px;
	outline: none;
	width: 180px;
	height: 80px;
}

#SamsWorld{
	position: relative;
	float: left;
	width: 100px;
	height: 25px;
	margin-top: 0px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none; 
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFF;
	padding: 0;
	background: none;
	border: none;
}

#login{
    float: right;
	padding: 0;
    width: 350px;
	height: 25px;
	background: none;
	border: none;
}
#MainLogin{
	position:relative;
	float:left;
	padding-left: 40px;
	width: 235px;
	margin-top: 2px;
}

#MainLogin li{
  list-style-type: none;
  padding-left: 2px;
  display: inline;
}

#NewMember{
	position:relative;
	float: left;
	padding-left: 3px;
	top: 5px;
	width: 60px;
	height: 20x;
}
.submit{
	text-align: center;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 3px;
	background: none;
	border: none;
}

.register{
    position: relative;
    float: left;
    left: 2px;
    top: 2px;
    text-indent: -10000px;
    color: #000;
    text-decoration: none;
}

.btnLabel{
    position: relative;
    float: left;
	padding-left: 4px;
    text-decoration: none;
	font-size: 1.3em;
    font-family: Helvetica, sans-serif;
    color: #FFF;
    font-weight: normal;
}

#navigation{
	position: relative;
	float: left;
	margin-top: 23px;
	margin-left: 215px;
	width: 750px;
	height: 25px;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none; 
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFF;
	padding: 0;
	background: none;
	border: none;
}

#nav {
	position:relative;
	float: left;
	width: 380px;
	padding: 0; 
    list-style-type:none;
}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
#nav li {
	list-style-type: none;
	float: left; 
	display: block; 
	width: auto; 
	background: none; 
	position: relative;
	z-index: 99;
	margin: 0 6px;
	padding: 3px;			
}
		
		/* this is the parent menu */
#nav li a {
	display: block; 
	padding: 0px; 
	font-weight: normal; 
	font-size: 1.3em; 
	text-decoration:none; 
	color:#FFF; 
	text-align: center; 
	background: none;
	z-index: 98;
}

#nav li a:hover {
			color: #FC0;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color: #FC0;
		}
	#nav a.selected ul li a:hover{
	    position: absolute;
		color:#FFF;
		display: block;
		margin: 0 0 0 -1px;
		padding: 0; 
		list-style-type:none;
	
	}
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left: 0; 
			display: none; 
			margin: 0 0 0 -1px; 
			padding: 0; 
			list-style:none;
		}
		
		#nav ul li {
			width:100px; 
			float:left; 
			border-top: none;
			z-index:101;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 3px; 
			background: #FFF;
			font-size: 1.3em;
			z-index: 100;
		}
		
		#nav ul a:hover {
			text-decoration:none;
			background: #4B6349;
			color:#CCCC99;
			z-index: 97;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

#HeaderLinks{
    position: relative;
	float: left;
	width:600px;
	list-style-type: none;
	margin-top: 120px;
	margin-left: 43px;
	border: none;
	height: 80px;
}

#HeaderLinks a{
	width: 50px;
	display: inline-block;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #006;
	text-align: center;
	text-decoration: none;
	padding-left: 12px;
	margin-left:10px;
	outline: none;
}

#HeaderLinks a:hover {
    color: #FFF;
}

#feeds{
	position: relative;
	float: right;
	margin-right: 35px;
	margin-top: -45px;
	width: 160px;
	height: 80px;
	outline: none;
	border: none;
}
#feeds li{
	display: inline-block;
	list-style-type: none;
}
#feeds a{
	display:block;
	width: 60px;
	padding-left: 5px;
	outline:none;
}
#feeds a.bird{
	margin: 0;
	padding: 0;
	display: block;
	background: url(TwitterBirdRoll.png) no-repeat;
	outline: none;
	top: -25px;
	left: 20px;
	width: 60px;
	height: 58px;
}
#feeds a.bird:hover{
	background-position: 0 -60px;
}
#feeds a.RSS{
	display:block;
	background:url(rss.png) 0 0 no-repeat;
	width: 26px;
	height: 24px;
}
#feeds a.RSS:hover{
	border: 1px solid F90;
}

a img {
	border:none;
}
.jcarousel-container {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px;
}

#FeaturedAlbums {
	position: relative;
	float: right;
	margin-top: -60px;
	margin-right: 37px;
	height: 200px;
	width: 200px;
	display: block;
	background-color: #FFF;
	padding: auto 0;
	border: 4px solid #FC0;
	border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
	 border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
}

ul#feature_gallery_pager {
	display:none;
	margin:auto;
	overflow:hidden;
	height:65px;
}

#feature_gallery ul.menu li a:hover {
}

ul#feature_gallery_pager li a {
	overflow:hidden;
	width:80px;
	height:60px;
	padding:2px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:0 2px;
	padding:0 0 10px 0;
}
#FeaturedAlbums ul.menu a.activeSlide {
	background:url(arrow.png) no-repeat;
}
#FeaturedAlbums .bigimgs {
	overflow: hidden;
	background-color: #FFF;
	height: 175px;
	width: 175px;
	position:relative;
	margin: auto;	 
}
#FeaturedAlbums img.change {
	width:175px;/*was 500*/
	position:relative;
	
}
#FeaturedAlbums img.thumb {
	width: 80px;
	height: 51px;
}
#TextSupport{
width:180px;
margin:1em auto;
/*margin-top:20px;was not here*/
display:block;
text-align: left;
font-size: 8pt;
font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
color: #009;
clear:both;
}


#BodyContent{
	position: relative;
	float: left;
	width: 980px;
	height: 526px;
	border: none;
}

#movie{
	position: relative;
	float: left;
	margin-top: 35px;
	margin-left: 54px;
	width: 410px;
	padding: 5px;
	background: #FFF;
	border: 2px solid #FC0;
}
h4 {
	color:#003;
	text-align: left;
}
#mic{
	position: relative;
	float: left;
	top: 23px;
	left: 245px;
	height: 80px;
	width: 274px;
}
#Widget{
	position: relative;
	float: right;
	margin-top: 88px;
	margin-right: 80px;
	padding: 5px;
	width: 350px;
	height: 365px;
}

#TextContent{
	position: relative;
	float: right;
	margin-top: 88px;
	margin-right: 80px;
	padding: 5px;
	width: 340px;
	height: 360px;
}

#TextContent p{
	padding: 5px;
	color: 006;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
}



#ContentText{
	position: relative;
	float: left;
	margin-top: -30px;
	margin-left: 3px;
	width: 970px;
	height: 470px;
	overflow: scroll;
	border: 2px solid #FC3;
	color: #006;
	background: #FFF;
}
#ContentText p, #One p li, #Two p li, Three p li, #Four p li, #Five p li, #Six p li{
    color: #006;
}

#footer {
position:relative;
float: left;
margin-top: 51px;
width: 980px;
height: 15px;			
background: #FC0;
}		

#metanav {			
position: relative;
float: left;
width: 300px;
margin-left: 380px;
}		

#metanav li {
list-style-type: none;	
text-align: left;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
display:inline;			
margin: 0;	
}		

#metanav li a {	
text-align: center;
font-size: 1em;
color: #006;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
text-decoration:none;
}		

#metanav li a:hover {		
text-decoration:underline;		
}
#extras{
	position: relative;
	float: right;
	margin-left: 30px;
}
#extras li{
	list-style-type: none;
	display: inline-block;
	padding-left: 3px;
	color: #006;
}




