#header {background:#EEE;}
#breadcrumbs {background:#FFF;}
/* ====
 MENU
==== */

#menuv2 li a {
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
#menuv2 ul {z-index:20000; margin-bottom:10px;}
#menuv2 li ul li a {color:#FFF;}

#menuv2{
	list-style:none;
	width:auto;
	margin:0;
	height:45px;
	background:#DADADA;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #B4B4B4;}
		#menuv2 li {
		float:left;
		display:block;
		text-align:center;
		position:relative;
		border-left:1px solid #C0BfBF;
		/*border-right:1px solid #FDFDFD;*/ }   #menuv2 li:last-child {border-right:1px solid #CCC;}
			#menuv2 li:hover {
			background:#fe732d;
			margin-top:0;
			}

#menuv2 li a {
	outline:0;
	text-decoration:none;
	color:#5F5F5F;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:12px 12px 11px 8px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 1px 1px 1px #F0F0F0;
	border-left: 1px solid #FFF;
	border-top:1px solid #F1F1F1;
	border-bottom:none;
	border-right:none;}
		#menuv2 li:hover a {
			color:#fff;
			text-shadow: none;
			background:#fe732d;
			}

.two_columns {width:420px;}
.three_columns {width:630px;}

.dropdown {
	transition:visibility 0.2s linear 0.15s;
	-webkit-transition:visibility 0.2s linear 0.15s;
	margin:8px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	visibility:hidden; /*for delay above*/
	text-align:left;
	padding:10px 5px 10px 5px;
	-webkit-box-shadow: 0px 5px 5px 0px #333;
	-moz-box-shadow: 0px 5px 5px 0px #333;
	box-shadow: 0px 5px 5px 0px #333;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:5px solid #ef5411;
	border-top: 1px solid #EC6F30;
	background:#fe732d;
	margin-left:1px;
	
	z-index:100;}
				#menuv2 li:hover .dropdown {
					visibility:visible;
					left:-1px;
					top:35px;
					 } /* use this to line up the hover div, it can mees up on roll off! */

				#menuv2 li:hover .alignright {
					right:-1px;
					left:auto;
				}

.col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width:200px;
	}

#menuv2 .dropdown .col_1 ul li {
	font-size:10px;
	position:relative;
	float:none;
	text-align:left;
	width:auto;
	border:none;}
		#menuv2 .dropdown .col_1 ul li a {
			font-size:12px;
			font-weight:normal;
			text-transform:none;
			border:none;
			padding:8px 10px;
			border-bottom:1px solid #ff915a;}
				#menuv2 .dropdown .col_1 ul li a:hover {
					-webkit-box-shadow: inset 0px 0px 4px 0px #b64207;
					-moz-box-shadow: inset 0px 0px 4px 0px #b64207;
					box-shadow: inset 0px 0px 4px 0px #b64207; 
					background:#ef5411;
					text-decoration:underline;
					border-bottom:1px solid #c6490f;
					}

#menuv2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:16px;
	text-align:left;
	border:1px solid #ef5411;
	color:#FFF;
	padding:9px 10px;
	background: #ef5411;
	background: -moz-linear-gradient(top,  #ff742e 0%, #ef5411 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff742e), color-stop(100%,#ef5411));
	background: -webkit-linear-gradient(top,  #ff742e 0%,#ef5411 100%);
	background: -o-linear-gradient(top,  #ff742e 0%,#ef5411 100%);
	background: -ms-linear-gradient(top,  #ff742e 0%,#ef5411 100%);
	background: linear-gradient(to bottom,  #ff742e 0%,#ef5411 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff742e', endColorstr='#ef5411',GradientType=0 );
}

/*search form */
/*span.searchicon {background: url(http://www.rochdaleonline.co.uk/media/icons/icon_search_small_white.png) no-repeat center center; width:24px; height:24px; float:right;}*/
#menuv2 .search {margin:5px 0; position:relative;}
#menuv2 .searchinput {
	border: 1px solid #CCC; padding:8px;
	width:163px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);        
    -moz-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
#menuv2 input[type=search]:focus { background-color: #FFF;
}
#menuv2 .nav-submit {width: 39px; position:absolute; right:0;top:0;
	background: rgb(68,76,85);
	background: -moz-linear-gradient(top,  rgb(68,76,85) 0%, rgb(49,58,68) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,76,85)), color-stop(100%,rgb(49,58,68)));
	background: -webkit-linear-gradient(top,  rgb(68,76,85) 0%,rgb(49,58,68) 100%);
	background: -o-linear-gradient(top,  rgb(68,76,85) 0%,rgb(49,58,68) 100%);
	background: -ms-linear-gradient(top,  rgb(68,76,85) 0%,rgb(49,58,68) 100%);
	background: linear-gradient(to bottom,  rgb(68,76,85) 0%,rgb(49,58,68) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444c55', endColorstr='#313a44',GradientType=0 );
	height: 34px;
	padding: 0; margin:0;border: none;
	cursor: pointer;
	font-weight: bold;
	color: white;
	line-height: 12px;
	font-size: 13px;
	font-family: arial, sans-serif;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}
/* Reorganise columns for mega enabled sites/pages */

.homefeature h1 {font-size: 2.4em;font-weight:bold;line-height:0.95em;}
.homefeature h3, #content .homefeature h2 {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:2em; line-height:1em; margin-bottom:0.5em;}
#content .homefeature h2 a:hover, #content .homefeature h3 a:hover {color:#2D55AA !important;}
p.dateonline {margin:0.5em auto;}

.mega .home #content, 
.mega .news #content {padding-left:5px;}

.mega .home #right-panel,
.mega .news #right-panel {width:325px; padding-left:5px;}

.mega .home .advert-skyscraper, 
.mega .news .advert-skyscraper {width:325px;}

.mega .home .advert-skyscraper h4,
.mega .news .advert-skyscraper h4 {text-align:center; margin-bottom:5px;}
.advert-mpu h4 {margin-bottom:4px;}
.mega .button-ads {width:160px;float:right;padding-left:4px; margin-top:-8px;}
.mega .skyscraper-ad {float:left;}