/* font declarations */
@import url(http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900,400italic,900italic,800italic,700italic,600italic,500italic,300italic,200italic,100italic);


@font-face {
    font-family: 'SMReg';
    src: url('segoeui-webfont.eot');
    src: url('segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('segoeui-webfont.woff') format('woff'),
         url('segoeui-webfont.ttf') format('truetype'),
         url('segoeui-webfont.svg#SegoeUINormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SMLight';
    src: url('segoeuil-webfont.eot');
    src: url('segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
         url('segoeuil-webfont.woff') format('woff'),
         url('segoeuil-webfont.ttf') format('truetype'),
         url('segoeuil-webfont.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
 font-family: "SMSerif";
    src: url('electra-webfont.eot');
    src: url('electra-webfont.eot?#iefix') format('embedded-opentype'),
         url('electra-webfont.woff') format('woff'),
         url('electra-webfont.ttf') format('truetype'),
         url('electra-webfont.svg#ElectraLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
  
}

@font-face {
    font-family: 'SMSerifDisplay';
    src: url('electradisplay-webfont.eot');
    src: url('electradisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('electradisplay-webfont.woff') format('woff'),
         url('electradisplay-webfont.ttf') format('truetype'),
         url('electradisplay-webfont.svg#ElectraLTStdDisplay') format('svg');
    font-weight: normal;
    font-style: normal;

}




* {
	margin:0
}

html {
	height:100%;
}



body {
	margin:0;
	padding:0;
background: #A89F94 url(http://cdn1.smmirror.com/images/shadow.png) center repeat-y;
font-family: SMReg, "Trebuchet MS", Trebuchet, "lucida grande",tahoma, arial, sans-serif;
font-size:11px;
height:100%;
}

/*
li {
 font-size:15px;
line-height:23px;
font-weight:normal;	
}

ul {
font-size: 15px;
font-weight:bold;	
	
}
*/

#header {
	background: #000000;
	padding:8px 8px 8px 8px;
	border-bottom:10px solid #58a708;
}
#header h1 {
	margin:0;
	float:left;
	font-family:'Exo', "Trebuchet MS", Trebuchet, "lucida grande",tahoma, arial, sans-serif;
	font-weight:200;
	font-size:40px;
	
}

a img {
	border:none;
}

#header h1 a {
	width:inherit;
	height:inherit;
	text-decoration:none;
	color:#FFF;
}


#header h1 span{
	
}
#searchForm {
	float: right;
	
}
#searchInput {
	float:left;
	height:24px;
	width:170px;
background:none;
border:none 0px;
font-size:14px;
font-weight:bold;

}

#searchButton {
	float:right;
 border:none 0px;
 background:url(http://cdn1.smmirror.com/images/search.png);
 width:24px;
 height:24px;
}

#search {
	margin-top:5px;
	width:200px;
height:24px;
padding:3px 4px 3px 5px;
float:right;
	background:#FFF
}

#footer {
	text-align:center;
	background:#4D4D4D;
	color:#ADADAD;
	margin:0 auto;
	height:270px;
	padding:10px 0;
	max-width: 1082px;
	width:100%;
	border-top:10px solid #333;

}

#footer p {
	margin:10px 0;
}

.footerpush {
	height: 280px;
	
}

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -280px  ;
	max-width: 1082px;
	width:100%;
	background:#FFF;
}

.innerMargin {
	width: 980px;
	margin: 0 auto auto;
}

#content {

}

#leftCol {
	float: left;
	width: 170px;
	margin-right:10px;
}

#centerCol {
	float: left;
	width: 560px;
}

#rightCol {
	float: left;
	width: 240px;
}

#rightCol img {
	margin-bottom:10px;
	
}



.tagList {
	
	
}


/* Boxes and such! */

.box {
	padding: 0px 0px 5px 0px;
	background:#5C5C5C;
	color: #CFCFCF;

}
.box h1 {
		color: #F0F0F0;
	background: #000000;
	padding-left:10px;
	margin:0;
	cursor:default;
		font-family:'Exo', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
font-size:13.5px;
	vertical-align:top;
		line-height:35px;
			}



.box ul.disabled {
		background:#A89F94;
	color: #FFF;
	cursor:pointer;
}

.box .link {
		cursor:pointer !important;
}

.box h2 {
	font-family:SMReg, "Arial Black", Arial, Helvetica, sans-serif;
	float:left;
	color:#A3B9C9;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
}

.box>div {
	padding:10px 10px 0;
}

a {
	text-decoration:none;
	color:#A3B9C9;

}

a:hover {
	border-bottom:dashed 1px #FFF;
}

p.links {
	font-size:12px;
	margin:10px;
}

.iPhoneCheckContainer{
	float:right; 
	position:relative; 
	width:55px; 
	height:16px; 
	cursor:pointer; 
	overflow:hidden;  
	border:#999 solid 1px;
}
.iPhoneCheckContainer input{ 
	position:absolute; 
	top:5px; 
	left:30px;  
	}
.iPhoneCheckHandle{ 
	display:block; 
	height:16px; 
	width:39px; 
	cursor:pointer; 
	position:absolute; 
	top:0; 
	left:0;  
}
.iPhoneCheckHandle .iPhoneCheckHandleBG{ 
	position:absolute; 
	width:5px; 
	height:100%; 
	top:0; 
	left:0; 
	z-index:1;  
}
.iPhoneCheckHandle .iPhoneCheckHandleSlider{
	position:absolute; 
	top:0; 
	left:0; 
	height:16px; 
	width:20px; 
	background:#FFF; 
	z-index:2;  
}
label.iPhoneCheckLabelOn,label.iPhoneCheckLabelOff{
	font-size:12px; 
	line-height:16px; 
	font-weight:bold; 
	font-family:Helvetica Neue,Arial,Helvetica,sans-serif; 
	text-transform:uppercase; 
	cursor:pointer; 
	display:block; 
	height:16px; 
	position:absolute; 
	width:52px; 
	top:0;  
}

label.iPhoneCheckLabelOn{
	color:#fff;
	background:#F90;
	text-shadow:0px 0px 2px rgba(0,0,0,0.6);
	left:0;
	padding:0 0 0 8px;  
}

label.iPhoneCheckLabelOff{ 
	color:#8B8B8B; 
	background:#CCC; 
	text-shadow:0px 0px 2px rgba(255,255,255,0.6); 
	text-align:right; 
	right:0; 
	padding:0 8px 0 0;  
}




/* fun buttons and things */

.box div.weather {
	
text-align:center;
font-size:12px;
margin-top:5px;
}
.bigButton {
	background:#D8BC36;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	margin:10px 0 10px 0;
	padding:0px;
	text-transform:uppercase;
}

.bigButton div {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	text-align:left;
	margin-bottom:-5px;
	text-transform:none;
}

.bigButton.deactive {
	color:#CFCFCF;
	background:#A89F94;	
}

#topAdContainer {
text-align:center; padding:10px;	
}


.calendar {
	text-align:center;
	text-transform:uppercase;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-3px;
	font-size:30px;
	color: #9B9B9B;
	border-top: 5px solid #CB3434;
	border-bottom: 2px solid #AFAFAF;
	float:left;
	margin-left:16px;
	width: 50px;
	margin-top:5px;
	
}
.calendar div {
	letter-spacing:normal;
	font-weight:bold;	
	color: #000;
	font-size:12px;
	margin-bottom: -5px;
}
	
	
/* utility */ 
.push {
	clear:both;
}

.no-select {
   cursor:pointer;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.showmore {
background: #EEECEA;
cursor: pointer;
font-weight: bold;
padding: 10px;
text-align: center;
width: 530px;	
}

.storyplate {
	border-bottom: #D9D9D9 solid 4px;
	border-top: #D0D0D0 solid 1px;
	background: #FBFBFB;
	margin-bottom:10px;
	width:550px;

}

.storyplate h2 {
	font-family:"Trebuchet MS", Trebuchet;
	margin:5px 0 0 10px;
	padding: 0px;
	color: #636366;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
				cursor:pointer;
}

.storyplate h1 {
	margin:5px 0 0 10px;
	padding: 0px;
	font-family:SMSerif, Georgia, "Times New Roman", Times, serif;
	
	font-weight:normal;
	font-size:23px;
	cursor:pointer;
}

.storyplate h1  a {
	color:#000 !important;
	}


.storyplate p {
	margin: 5px 10px 5px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;

}


.storyplate img {
	float:left;
	margin-right:5px;
	margin-left:0px;
}

.storySingle > h2 {
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}

.storyplate a:hover {
	color:#F90;
	text-decoration:none;
	cursor:pointer;
}

.storyplate a {
	color:#A33;
	border-bottom:none;
	text-decoration:none;
}

.storySingle > h1 {
	font-size:42px;
	font-family:'Exo', "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
	line-height:42px;
	font-weight:200;
	margin:0 0 10px 0;

} 

.storySingle h3 {

	font-size:18px;
	font-weight:normal;
	color:#666;
	margin:0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.storySingle h4 {

	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
	margin:0;
}

.breaking {
	font-family:'Exo', "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
	font-weight:700;
	font-size:20px;
	color:#D00;
	margin:0;
}

.storySingle p, ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:24px;
	margin:0 0 10px;
}
	
.storySingle {
	width:550px;
}

.storySingle a {
	color: #0000AA;
	font-weight:bold;
}

.cutline {
	font-size:11px;
	margin-bottom:10px;
	background:#EEE;
	padding:5px;
}

.cutline div {
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}




.bigbox {
 width:270px;
 background:#000;
 padding: 0 0 10px;
 margin: 0 10px 10px 0;
 float: left;
 height:260px;
}
.bigbox h2 {
	font-size:10px;
	margin: 0 10px;
	text-transform:uppercase;
}

.bigbox h2 a {
	color:#F90 !important;
	font-weight:bold  !important;
}

.bigbox h1  {
	color:#FFF;
	font-size:12px;
	line-height:17px;
	cursor:pointer;
	margin:0 10px 0 10px;
}

.bigbox > h1 > a  {
	color:#FFFFFF !important;
}


.bigbox p
{
color: #FFF;
margin: 0 10px 0 10px;	
}




.show > h1 {
font-family: 'Exo', sans-serif;
font-weight:800;	
font-size:42px;
}

.show > h2 {
font-family: 'Exo', sans-serif;
font-weight:500;
font-size:22px;
text-transform:uppercase;
}

.show > p {
font-family: 'Exo', sans-serif;
font-weight:500;
font-size:18px;
color:#067;
	
}

.show .cutline h3 {
font-family:'Exo', sans-serif;
font-weight:800;	
font-size: 30px;
	
}

.show .cutline {
font-family:SMReg, sans-serif;
font-size: 14px;
	
}

 



#viewer {
	height: 410px;
	width: 550px;
}

.imageHolder {
	float: right;
	margin: 5px 0 0 10px;
	width: 220px;
	background:#EEE;
	padding:5px;
}

.imageHolder .cutline {
	font-size:11px;
}

.imageHolder .cutline div {
	font-size:10px;
}

.commentBox {
	background:#F5F5F5;
	padding:10px;
}

.commentBox h1 {
	font-family:SMLight, "Segoe UI", "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
	color:#CCC;
	font-size:42px;
	font-weight:normal;
}

.commentBox p {
	font-family:SMReg, "Segoe UI", "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
}
.commentBox p.submit {
	margin-left:80px;
}

.commentBox input {
	border:1px solid #999;
	padding:3px;
	background:#FFF;
	font-size:11px;
	width:170px;
}

.commentBox textarea {
		border:1px solid #999;
			padding:3px;
	font-family:SMReg, "Segoe UI", "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
	font-size:11px;
	width:170px;
}
.commentBox > div {
	
	padding:5px;
	background:#FFF;
	margin-bottom:10px;
}

.commentBox div h1 {
	font-family:SMReg, "Segoe UI", "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
	color:#999;
	font-size:12px;
	font-weight:normal;
}

.commentBox div h2 {
	color:#666;
	font-size:18px;
	font-weight:normal;
}



.commentBox label {
width: 75px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.commentBox .submit input {
	cursor:pointer;
	width:180px;
}

#slidesContainer {
	height:360px;
	margin-bottom:10px;
	width:550px;
	overflow:hidden;
	position: relative;
}

.slideshowItem {
  position: absolute; /* required for most transitions */ 
  top: 0;             /* ditto */ 
  left: 0;            /* ditto */ 
  width: 100%;        /* usually required */ 
  height: 100%;       /* same */
}

#slideshowWindow {
	  width: 550px;
  height: 360px;
  overflow: hidden;
  position: relative; /* not required, slideshow will set this for you */ 
}
.slideshowItem div, .slideshowItem h1
{
	position:absolute;
	width:530px;	
}

.slideshowItem div {
	padding:10px;
	height:70px;
	margin-top:250px;
	background:#000;
	opacity:0.7;
}
.slideshowItem h1
{

	margin-top:260px;	
	margin-left:10px;
	margin-right:10px;
}
.slideshowItem h1 > a {
		cursor:pointer;
	color:#FFF !important;
	font-family:SMLight, "Trebuchet MS", Trebuchet,  "lucida grande",tahoma, arial, sans-serif;
	font-size:26px;	

	font-weight:lighter;
	opacity:1;
}

#nextSlide, #prevSlide {
	height: 250px;
	width:275px;
	position:absolute;
	cursor:pointer;
	z-index:9999;
}

#nextSlide {
	margin-left:275px;
	background:url("http://cdn1.smmirror.com/images/right.png") no-repeat scroll right center transparent;
	opacity:0.01;
}

#prevSlide {
	background:url("http://cdn1.smmirror.com/images/left.png") no-repeat scroll left center transparent;
	opacity:0.01;
}

.searchprompt {
	background:#666;
	color:#F5F5F5;
	padding:10px;
	margin-bottom:10px;
	cursor:pointer;
	width:530px;
	font-size:12px;
	font-weight:bold;
}

.progress {
	background: #FFF url("http://cdn1.smmirror.com/images/progress-bar/progress.gif") no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
	
}

.progress-text
{
	float:right;
	font-size:				10px;
	font-weight:			bold;
}

.login p {
	margin:0 0 10px 0;
} 

span.noshow {
	display:none;
}


/* calendar */
div.calendarHolder {height:177px;position: absolute;top: -21px !important;top: -27px;left: -3px;width: 100%;}
div.calendarHolder table.cal {margin-right: 15px !important;margin-right: 8px;width: 205px;}
div.calendarHolder td {text-align:center;}
div.calendarHolder tr.dayRow td {padding: 2px;width: 22px;cursor: pointer;}
div.calendarHolder table.datePicker * {font-size:11px;line-height:16px;}
div.calendarHolder table.datePicker {margin: 0;padding:0 5px;float: left;}
div.calendarHolder table.datePicker table.cal td {cursor:pointer;}
div.calendarHolder tr.dateNav {font-weight: bold;height:22px;margin-top:8px;}
div.calendarHolder tr.dayNames {height: 23px;}
div.calendarHolder tr.dayNames td {color:#666;font-weight:700;border-bottom:1px solid #ddd;}
div.calendarHolder table.datePicker tr.dayRow td:hover {background:#ccc;}
div.calendarHolder table.datePicker tr.dayRow td {margin: 1px;}
div.calendarHolder td.today {color:#bb0904;}
div.calendarHolder td.otherMonthDate {border:1px solid #fff;color:#ccc;background:#f3f3f3 !important;margin: 0px !important;}
div.calendarHolder td.selectedDate {border: 1px solid #20397b;background:#dcddef;margin: 0px !important;}
div.calendarHolder a.leftScroll, div.calendarHolder a.rightScroll {cursor: pointer; color: #000}
div.datePickerSW div.body {height: 160px !important;height: 149px;}
div.datePickerSW .clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
div.datePickerSW .clearfix {display: inline-table;}
* html div.datePickerSW .clearfix {height: 1%;}
div.datePickerSW .clearfix {display: block;}

a.invisible {
	color:inherit !important;
	text-decoration:none; 
	font-weight:inherit !important;
}

.hidden, #header span
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

a.green {
	color:#090 !important;
}
a.blue {
	color:#039  !important;
}

#black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.imagePopup {
	top:100px;
	left:0;
	position: fixed;
	z-index:1002;
	overflow: auto;
}

.newWestside {
	display: none;
	position: absolute;
	top: 574px;
	left: 369px;
	height: 309px;
	width: 540px;
}
.newWestside img {
	height: 309px;
	width: 540px;
}
.tvContainer
{
	position: relative;
        padding:10px 0 10px 10px;
	background: #000;
	color: #FFF;
	font-family: 'Exo', sans-serif;
	margin-right:10px;	
	margin-bottom:10px;
	height: 309px;
	width: 540px;
}
.tvContainer .new-westside {
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	background: url('http://westsidetoday.com/wp-content/themes/wst-bc/images/placeholder-smm.png') no-repeat;
	height: 320px;
	width: 550px;
	z-index: 999999999;
}*/
.tvContainer .tvItem {
float:left;
margin-right:10px;
width: 250px;

}
.tvContainer .tvItem h2 {
display: none;	
font-weight:400;
font-size:15px;
}

.tvContainer .bigbox a, .tvContainer .tvItem a {
color:#fff;	
}

#smtv {
position: fixed;
bottom:0;
background: #000;
color: #FFF;
width:100%;
height:45px;
font-family: 'Exo', sans-serif;
font-weight:800;
padding:5px;
opacity:0.7;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;	
	
}

#smtv:hover {
height:80px;
opacity:1;	
}

#smtv .innerMargin 
{

}
#smtv h1 {
	color:#FFF;
	font-size:22px;
float:left;	
line-height:45px;
}

#smtv h1 span {
	color:#09F;
}

#smtv .tvItem {
	float:left;
background:#000;	
width:195px;
margin-left:10px;
border-radius:10px;
border:1px solid #000;
}

#smtv .tvItem:hover {
border:1px solid #09F;	
}

#smtv .tvItem img {
float:left;
margin-right:5px;	
border-radius: 10px 0 0 10px;
}

#smtv h2 {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 5px;
}


.logo {
margin:0 auto; background:url('http://cdn1.smmirror.com/images/footer.png'); width:232px; height:103px;	
}

#videoPlayerDiv {
margin-left:-10px;	
	
}
