/* ================================================================ 
                         main.css
			defaults for the web site at www.streetsurfing.com
=================================================================== */
* {
  margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	font-family: Arial, sans-serif;
	font-size: .7em;
	color: #fff;  
}
body {
	background-color: #000;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color:#FFCC00;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#flash_banner {
	width:900px;
	height: 105px;
}
#img_container {
  background: #808080 url(../res/home_images/01.jpg) no-repeat;
	width: 900px;
	height: 500px;
}
#img_containerRipple {
  background: #808080 url(../res/home_images/ripple_pages-start.jpg) no-repeat;
	width: 900px;
	height: 500px;
}
#bgPattern {
  /*background: url(../res/long_pages/repeating_pattern_01.jpg);*/
  background-color:#000000;
  background-repeat:repeat;
	width: 900px;
}
#img_containerLong {
	/*background-color: #808080;*/	
	background-repeat: no-repeat;	
	width: 860px;
	padding: 30px 20px 30px 20px;
}
#img_bg_top{
	position:absolute;
	right: 0px;
	top: 0px;
}
#msg{
  position: absolute;
	top: 100px;
	left: 100px;
}
#contentRegular, #contentLong {
	position: relative;
	background: #000;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, 
				 src='http://www.twinersllc.com/dev01/streetsurfing/res/ui/content_tile-2x4.png');*/  /* dev url */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, 
				 src='http://streetsurfing/res/ui/menu_tile_std2.png');*/  /* local url */
	width: 500px;
	left: 25px;
	padding: 15px;
	font-size: 1.15em;
}
#contentRegular[id], #contentLong[id]{
	background: url(../res/ui/content_tile-30x30.png);
}
#contentRegular{
	height: 430px;
	top: 20px;
	left: 30px;
	z-index: 1;
}
#contentRegular h3, #contentLong h3{
	color: #FFFFFF;
	font-size: 1.75em;
}
#contentRegular p, #contentLong p{
	color: #FFFFFF;
}
#contentLong #bioContent p{
  margin-bottom: 8px;
}
#contentLong #bioContent img{
  float:left; 
	padding: 0px 15px 60px 0px;
}
.bioContentTitle{
  float: none; 
  left: 300px;
}
#contentRegular ul, #contentLong ul{
	margin-left: 30px;
}
#contentRegular ul li, , #contentLong ul li{
	margin-bottom: 5px;
}
#videoThumbLeft{
	float:left; 
	margin-right: 10px;
}
#videoThumbRight{
	float:right; 
	margin-left: 10px;
}
#footer {
	width: 900px;
	height:25px;
	background-color:#333333;
}
#footText {
	position: relative;
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	font-size:11px;
	font-weight: 100;
}
#footer.menuWrapper #footerMenu{
	position: relative;
	top: 0px;
	width: 900px;
	float: right;
}
/* for gallery pages */
#img_containerLong #contentLong #gallery img, 
#img_container #contentRegular #gallery img{
  border: 1px solid white;
	margin: -1px;
}
.err{
 font-size: 9px;
 color: red;
}
/* for wavecast.php link to player */
p.ePhonic_container{
	cursor: pointer;
	cursor: hand;
}
	
#leftcontainer {
	font-size: 100%;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	color: #fff;  
	float: left; 
	width: 700px;
	}
	
#rightcontainer {
	float: right;
	width: 198px;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}

h1 {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image:url('../images/layout/sslogo_sml.gif');
	background-repeat: no-repeat;
	text-indent: 30px;
	}

ol {
	padding-left: 25px;
	}

.tricks td {
	padding-bottom: 20px;
	
	}
	
.cufon-active h1 { /* for Cufon.replace('h1') */
	font-size: 2.8em;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
	}



