body{
	margin:0;
	color:#a9a8a8;
	font:12px Arial, Helvetica, Verdana, sans-serif;
	background:#000 url(../images/bg-body.jpg) no-repeat 50% 0;
}
img{
border-style:none;
padding:2px;
}
a{text-decoration:underline; color:#a9a8a8;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.shadow{
	width:1000px;
	margin:0 auto;
	background:url(../images/bg-shadow.png) repeat-y;
	min-height:100%;
}
#main{
	width:902px;
	margin:0 auto;
	overflow:hidden;
	background:#151515;
	position:relative;
}
#header{
	overflow:hidden;
	/*background:url(../images/bg-header.jpg) no-repeat;*/
	width:100%;
	padding:13px 0 0;
	margin:0 0 8px;
}
.back{
	float:left;
	width:154px;
	height:96px;
}
.back a{
	display:block;
	height:96px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/back-btn.png) no-repeat;
}
.leaderboard{
	float:right;
	width:730px;
	height:92px;
	margin:0;
}
.leaderboard a{
	display:block;
	height:92px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.visual{
	width:100%;
}
.visual img{
	display:block;
}
.navigation{
	width:100%;
	background:url(../images/bg-navigation.jpg) repeat-x;
	margin:0 0 12px;
}
.navigation ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.navigation ul li{
	float:left;
	margin:0 18px 0 0;
	display:inline;
}
.navigation ul a{
	height:43px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
a.paris{
	background:url(../images/paris.png) no-repeat;
	width:157px;
}
a.ny{
	background:url(../images/ny.png) no-repeat;
	width:122px;
}
a.london{
	background:url(../images/london.png) no-repeat;
	width:88px;
}
a.milan{
	background:url(../images/milan.png) no-repeat;
	width:81px;
}

a.paris2{
	background:url(../images/paris2.png) no-repeat;
	width:72px;
}
a.la{
	background:url(../images/la.png) no-repeat;
	width:138px;

}
a.montreal{
	background:url(../images/montreal.png) no-repeat;
	width:111px;
	
}
	
a.toronto{
	background:url(../images/toronto.png) no-repeat;
	width:94px;
}

.navigation ul .active a,
.navigation ul a:hover{
	background-position:0 -43px;
}
#content{
	width:900px;
	overflow:hidden;
	background:#0d0d0d;
	border:solid #222020;
	border-width:1px 1px 0;
}
.column{
	width:570px;
	float:left;
	overflow:hidden;
}
.column .separator{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-separator.png) no-repeat;
	margin:-1px 0 1px;
	padding:1px 0 23px;
}
.column .article{
	width:520px;
	padding:23px 30px 0 20px;
	background:url(../images/bg-article.jpg) no-repeat;
	text-align:justify;
	min-height:294px;
}
* html .column .article{
	height:294px;
	overflow:visible;
}
.column .article h2{
	margin:0 0 14px;
}
.column .article h2 img{
	display:block;
}
.column .article p{
	line-height:18px;
	margin:0 0 19px;
}
.sidebar{
	float:right;
	width:300px;
	margin:0 10px 0 0;
	display:inline;
	padding:20px 0 0;
}
.calendar{
	height:1%;
	border:1px solid #333;
	margin:0 0 20px;
}
.calendar h3{
	background:#010101 url(../images/bg-calendar-h.png) repeat-x;
	border-bottom:1px solid #333;
	margin:0;
}
.calendar h3 img{
	display:block;
}
.calendar .inside{
	padding:5px 9px;
}
.calendar .inside ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:20px;
}
.calendar .inside a{
	color:#a9a8a8;
	text-decoration:none;
}
.calendar .inside a:hover{
	text-decoration:underline;
}
.calendar .inside a span{
	color:#fff;
	padding:0 13px 0 0;
}
.sidebar .banner{
	margin:0 0 15px;
	padding-bottom:5px;
	margin-bottom:20px;
}
.sidebar .banner img{
	display:block;
	border:1px solid #333;
}
a.prev-seasons{
	width:146px;
	height:42px;
	background:url(../images/prev-seasons-btn.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-top:10px;
}
#footer{
	border:1px solid #333;
	width:860px;
	overflow:hidden;
	padding:39px 20px 29px;
	color:#fff;
}
#footer p{
	margin:0 0 6px;
	vertical-align:top;
	font-size:12px;
	line-height:18px;
}
#footer p img{
	vertical-align:top;
}
#footer p span{
	padding:0 12px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:11px;
}
#footer ul li{
	float:left;
	padding:0 6px 0 7px;
	background:url(../images/footer-split.gif) no-repeat left;
	margin:0 6px 0 -6px;
	display:inline;
}
#footer ul a{
	color:#fff;
	text-decoration:none;
}
#footer ul a:hover{
	text-decoration:underline;
}
.bottom-shadow{
	width:1000px;
	margin:0 auto;
	height:124px;
	background:url(../images/bg-shadow-btm.png) no-repeat;
}

/*inner page*/


.page-title{
font: Arial;
font-size: 24pt;
color: #c6315d;
padding-top: 10px;
padding-bottom: 10px;
}


.gallery-content{
background-color:#c6315d;
}

.sponsor-image{
padding-left: 15px;
padding-top:10px;
border-color:#151515;
border-top-width:1px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-style:solid;
float:left;
}

.quickquips
{
background-color: #151515;
border:1px solid #333;
margin-bottom:5px;

}



.sidebar{
background-color:#0d0d0d;
}

.sponsor{
border:1px solid #333;
background-color: #000;

}

.sponsor-image1
{
	padding-left:10px;
}

.sponsor-image2
{
	border-bottom:1px solid #333;
	margin-bottom:5px;
}

.subsection{
background-color: #151515;
padding-top: 10px;
padding-bottom: 10px;
padding-left:10px;
float: left;
border:1px solid #333;
margin-bottom:5px;
padding-right: 10px;
width:95%;

}

.gallery-thumb{
float: left;
padding-right:10px;
}

.gallery-widget{
padding-bottom:25px;
}

.blog-date{
font: Arial;
font-size:12px;
color: #d15c74;
}

.blog-title{
font: Arial;
font-size:24px;
color:#c6315d;
}

.blog-body{
font: Arial;
font-size:12pt;
color:#fff;
}

.blog-body a{
	text-decoration:underline;
	color:#fff;
}

.blog-body a:visited{
	text-decoration:underline;
	color:#fff;
}

.gallery-title{
font-size:12px;
color:#d15c74;
font-weight:bold;
}

.gallery-text{
font-size:11px;
color:#a9a8a8;
}

.view-more{
font-size:11px;
color:#fff;
}

.subtitle{
font: Arial;
font-size:24pt;
color:#c6315d;
}

.quick-quips
{
	border:1px solid #333;
	height:325px;
}

.twitter-image{

float:left;
padding-right: 8px;

}


.twitter{

border-width: 2px;
border-style: solid;
border-color:  #151515;
background-color: #151515;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
}

.TwitterEntryBottom
{
	margin-top:-15px;
	padding-bottom:10px;
}

.twitter-title{
font: Arial;
font-size: 12pt;
color:#c6315d;
}

.TwitterPhoto{
float:left;
padding-right:10px;

}

.TwitterQuote
{
	font-size:10px;
	margin-top:2px;
	padding-bottom: 10px
}

.TwitterDate{
color:#fe7fba;
}

.TwitterName{
color:#fe7fba;
}



.city-column{
	float:left;
	overflow:hidden;
	width:520px;
	padding:25px 30px 0 15px;
	background:url(../images/bg-article.jpg) no-repeat;
	min-height:294px;
}
.sub-nav{
	margin:0 0 27px;
	padding:0;
	list-style:none;
	height:24px;
	overflow:hidden;
}
.sub-nav li{
	float:left;
	margin:0 26px 0 0;
	display:inline;
}
.sub-nav a{
	float:left;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
}
a.home{
	background:url(../images/home.gif) no-repeat;
	width:45px;
}
a.blog{
	background:url(../images/blog.gif) no-repeat;
	width:29px;
}
a.video{
	background:url(../images/video.gif) no-repeat;
	width:35px;
}
a.gallery{
	background:url(../images/gallery.gif) no-repeat;
	width:62px;
}
a.schedule{
	background:url(../images/schedule.gif) no-repeat;
	width:61px;
}
a.streetstyle{
	background:url(../images/street-style.gif) no-repeat;
	width:90px;
}


a.wxw{
	background:url(../images/wxw.gif) no-repeat;
	width:51px;
}
.sub-nav .active a,
.sub-nav a:hover{
	background-position:0 -24px;
}
.city-column .line, .city-column .TwitterEntry{

	width:100%;
	overflow:hidden;
	margin:0 0 30px;

}

.city-column .archives{
	width:100%;
	overflow:hidden;
	margin:0 0 30px;
}
.city-column .icon, .city-column .TwitterEntry a.TwitterPhoto{
	
	float:left;
	margin:0 13px 0 0;
	
}
.city-column .icon img, .city-column .TwitterEntry a.TwitterPhoto img{

	display:block;
	border:1px solid #333;
	background:#000;
	
}

.city-column .thumb{
	float:left;
	margin:0 13px 0 0;
}
.city-column .thumb img{
	display:block;
	border:1px solid #333;
	width:101px;
	background:#000;
	margin-top:5px;
}
.city-column .post, .city-column .TwitterEntry blockquote {
	border:1px solid #333;
	background:#000;
	overflow:hidden;
	padding:7px 8px 7px 13px;
	text-align:justify;
	line-height:18px;
	min-height:70px;
	margin:0;
	height:auto !important;
	height:93px;

}

.city-column .TwitterEntry a.TwitterName 
{
	text-decoration:none;
	margin-right:10px;
	
}
.city-column .TwitterEntry span.TwitterDate, .city-column .TwitterEntry a.TwitterName
{
	position:relative;
	top:-22px;
}
.city-column .TwitterEntry span.TwitterDate, .city-column .TwitterEntry a.TwitterName
{
	left:15px;
}
.city-column .TwitterEntry.First span.TwitterDate, .city-column .TwitterEntry.First a.TwitterName
{
	left:80px;
}

* html .city-column .post{
	height:93px;
	overflow:hidden;
}
.city-column .post p{
	margin:0 0 4px;
}
.city-column .post .posted, .city-column .TwitterEntry span.TwitterDate , .city-column .TwitterEntry a.TwitterName  {
	color:#fe7fba;
}
.city-column .post .posted p{
	margin:0;
}
.player{
	margin:0 0 20px;
	width:100%;
	overflow:hidden;
}
.player img{
	display:block;
}
.pink{color:#fe7fba;
}

.blue{color:#6ccff6 ;
}

.white a{color:#ffffff;
font-size:11px;
}



.white a:hover {color:#999999;
font-size:11px;
}

#slideshow{margin-bottom:30px;
margin-right:100px;
}
.city-column .schedule_text{
	overflow:hidden;
	padding:7px 20px 7px 0;
	text-align:justify;
	line-height:18px;
	min-height:93px;
}
/* html .city-column .schedule_text{
	height:93px;
	overflow:hidden; 
}*/
.city-column .schedule_text p{
	margin:0 0 4px;
}
