/*
All changes in snup.nu should be put in this file thats loaded as last CSS file.
*/


div.breadcrumbs {
font-size:16px;
}
#categories {
	display:none;
	margin-top:20px;
}
.headliners {
	font-size:100%;
	color:#BD2020;
	
}

.wrongheadliner {
	font-size:100%;
	color:black;
}

.search-two-part {
	  border:0px;
	  height:auto;
	  width:48%;
	  float:left; 
		color:black;
		margin-top:5%;
		margin-right:2px;
}

.search-big {
	  border:0px;
	  height:auto;
	  width:48%;
	  float:left; 
		color:black;
		margin-top:5%;
		margin-right:2px;
}

.last-six {
/*height:225px; */
	width:47%;
	 float:left; 
		color:black;
	  text-align:left;
	  margin-top:20px;
	  max-height:25%;
	  
}

input.headersearch {
background: url(../images/global/bg-submit-button.png) repeat scroll 0 0 transparent;
border: 1px solid #000000;
     -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
 width:120px;
}
input.headersearch_sub {
background: url(../images/skins/submenu-active-fire.png) repeat scroll 0 0 transparent;
background-position:140px top;
border: 1px solid #000000;
color:#ffffff;
     -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
 width:85px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 26.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.crs {
	cursor:pointer;
}


