/*********************
 GLOBAL RESET
 
 We recommend keeping the global resets, this helps ensures
 that different browsers behave the same way as well as 
 help remove any possible bugs...
 
********************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }

/* Clear Floats */
.clearfix {
	clear: both; 
}

.clear{
	clear:both;
	}

.clearfix:after,.main:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix,.main{
	display:block;
}


/*------------------------------------------------------------------------------
>>>> Sample site colours + layout + nudges + small embellishments 
     Beware: some of this stuff isn't IE-friendly.
     Commenting out this section will give you a vanilla canvas.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body { 
	color: #07181d; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;  
	line-height: 1.8em;
}

/* Link and link-like colours */
a, 
#shp p.toggle a.toggleOn,
.textNav a:hover, 
.textNav a:active,
.textNav li.active a,
.breadcrumbs a:hover,
#slideshow ol li#activeThumb { 
  color: #333; 
}

/*------------------------------------------------------------------------------
>>>> Basic Typography
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

em, i {
  font-style:italic;
}

b, strong {
  font-weight: bold;
}

p{
	margin: 10px 0;
	color: #333;
}

/*------------------------------------------------------------------------------
>>>> Generally helpful
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.error, .preview {
  border: 1px dashed red;
  padding: 1.0em 1.0em 0 1.0em;
}

.skip { /* For hidden skip-to-content link */
  display: none;
}
.back { /* Used for back-to-page links for blg, nws, evt */
  clear: both;
}
.go { /* Link to post or extended article */
  text-align: right;
}
.first { /* For the first item in series */
  margin-left: 0;
  padding-left: 0;
}
.last { /* For the last item in series */
  margin-right: 0;
  padding-right: 0;
}
.notFound { /* Where people / products don't have images */
  background: #ddd;
  text-align: center;
  padding: 3.5em 0;
  width: 100%;
}

/*  
  For convenience, the basic unit of all post-able blueprints is 'post'.
  Where there's a standard image associated with the post (products, people), the 
  post is further divided into .image and .body.
*/

#blg div.post,
#dir div.post,
#edn div.post,
#evt div.post,
#mapblg div.post,
#nws div.post,
#psl div.post, 
#shp div.post {
  margin-bottom:2.0em;
}
 

/*------------------------------------------------------------------------------
>>>> Blog and News (BLG, NWS) pagination + DBY years
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#blg div.pagination, 
#nws div.pagination,
#dby div.pagination,
#mapblg div.pagination {
  margin-top:4.0em;
  text-align:right;
  font-size: 90%;
}
#blg .pagination ul,
#nws .pagination ul,
#dby .pagination ul,
#mapblg .pagination ul {
  margin: 0;
  float: right;
  list-style: none;
}
#blg .pagination ul li, 
#nws .pagination ul li,
#dby .pagination ul li,
#mapblg .pagination ul li {
  border-right: 1px solid #444;
  padding: 0 0.4em;
  margin-top: 0.5em;
  float: left;
}
#blg .pagination ul li.currentPage,
#nws .pagination ul li.currentPage,
#dby .pagination ul li.currentPage,
#mapblg .pagination ul li.currentPage {
  font-weight: bold;
}
#blg .pagination ul li.nextPage,
#nws .pagination ul li.nextPage,
#dby .pagination ul li.all,
#mapblg .pagination ul li.all {
  border-right: 0;
  padding-right: 0;
}


/*  >> Comments <<   */

#blg p.commentInfo,
#tlk p.commentInfo,
#mapblg p.commentInfo { /* Shows if comments are on or off, and how many */
  margin-top: 2.0em;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}
#blg div.cmt,
#tlk div.cmt,
#mapblg div.cmt {
  margin-bottom: 2.4em;
  font-size: 90%;
}
div.preview h4.commenter {
  margin-top: 0;
}
#blg div.preview a.hide,
#tlk div.preview a.hide,
#mapblg div.preview a.hide {
  color: red;
}


/*------------------------------------------------------------------------------
>>>> Slideshow
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#slideshow div.placeholder {
  clear: both;
  width: 100%;
  overflow: hidden;
  background: url(/static/images/spinner.gif) center center no-repeat;
}
#slideshow #SS_caption {
  margin-top: 1.0em;
  font-size: 90%;
  height: 6.0em; /* You should set a height to stop the scrollbar flicker */
}
#slideshow ol li {
  display: block;
  padding: 0.1em 1.0em 0.1em 0;   
  float: left;
  cursor: pointer;
  font-size: 90%;
}
#slideshow ol li a {
  padding: 0.1em 1.0em 0.1em 0; 
}
#slideshow ol li#activeThumb { /* The active marker for the slideshow */ }




/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px

Adjust accordingly!

-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border: 0;
}
.captioned blockquote p {
  font-size: 0.85em;
  font-style: normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float: left;
  width: 100px;
  margin: 0 18px 10px 0;
}
img.med, .medCaptioned {
  float: left;
  width: 200px;
  margin: 0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float: right;
  width: 200px;
  position: relative;
  margin-right: -210px;  
}
img.large, .largeCaptioned {
  width: 440px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float: none;
  margin: 0;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}

/*
 * Main 
 * Set the main width of the 
 * container of the site.
 */

.main{
	width: 950px;
	margin: 0 auto;
}

/*
 * Headings
 */

h1{}

h2 {
  font-size: 1.4em;
  margin: 0 0 10px;
  text-transform: capitalize;
}

h3{
	font-family: FuturaBT, Centery Gothic, Helvetica, serif;
	font-size: 22px;
	color: #333;
	line-height 28px;
	margin: 0 0 10px;
	font-weight: normal;
}

	h3 span{
		display: none;
	}

h4 {
	font-size: 15px;
	font-weight: bolder;
	line-height: 28px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h5{
	color:#333333;
	font-size:17px;
	font-weight:bolder;
	/* height:20px; */
	margin-bottom:2px;
	overflow:hidden;
	padding:0 0 3px;
}

h6 {
  font-size:1em;
  font-weight:bold;
}

/*
 * Images
 */

img.thumbList{
	padding: 4px;
	background: #dfdfdf;
}

img.latestThumb{
	width: 262px;
}

img.listingThumb{
	width: 182px;
}

img.articleImage{
	width: 552px;
}

/*
 * Links
 */
a.readMore{
	color: #e43b89;
	font-weight: bold;
}

/*
 * Masthead
 */
.masthead{
	width: 100%;
	padding: 0 0 25px;
	background: transparent url(../images/menu-tilted.png) top left repeat-x;
	position:relative;
	z-index: 10;
}
	
/*
 * Banner
 */
#banner{
	margin: 30px auto;
	overflow: hidden;
	position:relative;
	z-index: 9;
}

	/* Logo */
	h1#logo{
		float: left;
		padding: 5px 10px 0;
	
	}
	
		h1#logo a{
			width: 260px;
			height: 140px;
			display: block;
			background: url(../images/murray-now-logo.png) top left no-repeat;
			z-index:9;
			position:relative;
		}
		
			h1#logo a span{
				display: none;
			}
	/* Contact Us */
	.contact-us{
		width: 300px;
		float: right;
		background: transparent url(../images/contactus-phone.png) 200px 45px  no-repeat;
		min-height: 150px; 
		padding: 10px 5px 0;
		margin: 0 5px;
	}
	
		.contact-us h3{
			margin: 0 0 10px;
		}
		
		.contact-us p{
			color: #333;
			font-size: 13px;
			line-height: 24px;
			margin: 0;
		}
		
		.contact-us p span{
			font-size: 17px;
			line-height: 30px;
			font-weight: bold;
		}
/*
 * Top Menu
 */


			
	/* Main Menu */
	
	ul#nav {
	  display: block;
	  padding: 17px 0 0;
	  margin: 0 0 0 10px;
	  list-style-type: none;
	  font-family: Helvetica;
	  font-size: 14px;
	  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
	  width: 590px;
	  float: left;
	}
	
		ul#nav li {
		  display: inline;
		  padding-right: 1.5em;
		  line-height: 100%;
		}
		
			ul#nav li a{
				color: #666;
				position: relative;

			}
			ul#nav li a span {
				z-index: 9;
			}
			ul#nav li a span.front{
				color: #fff;
				position: absolute;
				z-index: 10;
				top: -1px;
				left: -1px;
				display: none;
			}
			
				ul#nav li a:hover,
				ul#nav li a span.front:hover,
				ul#nav li.active a span.front,
				ul#nav li.active a {

					text-decoration: underline;
				}
				
				ul#nav #home, ul#nav .welcome{
					display: none;
				}

	/* Newsletter Subscription */
	/*
	.subscription{
		float: left;
		padding: 10px 0 0;
	}	
	

	.subscription input.searchInput#subscription-input {
		width: 100px;
	}
		.subscription input#subscription-input{
			background: transparent url(../images/newsletterInput-background.png) top left repeat-x;
			border: 1px solid;
			border-color: #707070 #cfcfcf #e3e3e3;
			margin: 0;
			display: block;
			float: left;
			font-weight: bold;
			font-family: Helvetica;
			font-weight: 15px;
			color: #bdcf1e;
			height:14px;
			padding:8px 7px 2px;
			width:57px;
			font-size:10px;
		}
		
		.subscription input.searchSubmit{
			border: 0;
			padding: 0;
			margin: 0;
			display: block;
			float: left;
			cursor: pointer;
			font-size: 13px;
			line-height: 13px;
			color: #fff;
			text-shadow: -1px -1px 0 #000;
			padding:0px 0px 4px;
			background: transparent url(../images/newsletterInput-button.png) top left no-repeat;
			width: 82px;
			height: 25px;
		}
		.subscription form#subForm, 
		form#downloadForm .ctrlHolder, 
		form#contactForm .ctrlHolder {
			position: relative;
		}
		.subscription label.error,
		.ctrlHolder label.error{
			font-size:12px;
			left:0;
			padding:0px 10px;
			position:absolute;
			top:35px;
			z-index:100;
		}
		
		.ctrlHolder label.error {
			left: 475px;	
			top: 0;	
			background:white;
		}
	*/

	/* Newsletter text link */

	.subscription{
		float: right;
		padding: 10px 0 0;
	}		

		.subscription a{
			color: #666;
		}

			.subscription a span{
				border: 0;
				padding: 0;
				margin: 0 5px 0 0;
				display: block;
				float: left;
				cursor: pointer;
				font-size: 13px;
				color: #fff;
				text-shadow: -1px -1px 0 #000;
				padding:0px 0px 4px;
				text-align: center;
				background: transparent url(../images/newsletterInput-button.png) top left no-repeat;
				width: 87px;
				height: 25px;
				line-height: 25px;
			}

			.subscription a:hover span{
				background-position: 0 -30px;
			}

/*
 * Side Bar
 */
.container-sidebar{
	padding: 15px 30px 20px;
}

	.container-sidebar .subnav{
		padding: 0 0 20px;
	}
	
		.container-sidebar .subnav ul{

		}
		
			.container-sidebar .subnav ul li{
				background: transparent url(../images/sub-bulletpoint.png) 0px 11px no-repeat;
				padding: 0 0 0 15px;
				line-height: 26px;
			}
			
			
/* SideBar Ad Banner */
.container-sidebar .ad {
	
}

.container-sidebar .ad img{
	margin-bottom: 20px;

}
			

/* 
 * Latest List
 */
			
.lastestList{
	margin-bottom: 10px;
	
}
	
	.lastestList ul{
		
	}
		
		.lastestList ul li{
			background: transparent url(../images/divider.png) top left repeat-x;
			padding: 5px 0;
			overflow: hidden;
			line-height: 24px;
		}
		
			.lastestList ul li a{
				display: block;
				font-weight: bold;
				color: #333;
			}
			
				.lastestList ul li a span{
					text-align: right;
					font-size: 11px;
					color: #6d6d6d;
					font-weight: normal;
					display: inline-block;
					float: right;
				}
				
		.lastestList ul li.featured{
			background: none;
			line-height: 20px;
			font-size: 11px;
			padding: 0 0 10px;
		}
		
			.lastestList ul li.featured span{
				color: #6d6d6d;
			}
			
			.lastestList ul li.featured a{
				display: inline;
			}
			
			.lastestList ul li.featured span.emptydate{
				display: block;
				height: 20px;
			}
			
			.lastestList.cate ul li, 
			.lastestList.cate ul li a{
				text-transform: capitalize;
			} 
			
			
/*
 * Articles
 */

.article{}

	.article span.date{
		color: #6D6D6D;
		margin: 0 0 10px;
		display: block;
	}

/*
 * Footer
 */

.footer {
	clear:both;
	margin: 0 40px;
}

	.footer ul {
	  display: block;
	  list-style-type: none;
	  font-family: futura, Helvetica, sans-serif;
	  font-size: 12px;
	  width: 500px;
	  float: left;
	}
	
		.footer ul li {
		  display: inline;
		  padding-right: 1.5em;
		  line-height: 100%;
		}
		
			.footer ul li a{
				color: #333;
			}
			
				.footer ul li a:hover{
					color: #6d6d6d;
				}

	.byline {
		font-size: 12px;
		text-align: right;
		font-family: futura, Helvetica, sans-serif;
	}
	
		.byline a{
			color: #6d6d6d;
		}
/*
 * Home Page
 */

.three-columns{
	float: left;
	width: 270px;
	margin: 0 0 0 39px;
}

	.three-columns.first{
		margin: 0;
	}
	
	li.featured span {
	color:#6D6D6D;
	float:left;
	width:270px;
}
	
/*
 * Listenings
 */

.listings ul{
	padding: 20px 0 0;
}

	.listings ul li.post{
		overflow: hidden;
		width: 560px;
		display: block;
		padding: 0 0 20px;
		margin: 0 0 20px;
		border: solid #c3c3c3;
		border-width: 0 0 1px;
	}
	
		.listings ul li.post img{
			float: left;
			margin: 0 20px 0 0;
		}
	
		.listings ul li.post .blurb{
			width: 350px;
			float: left;
			line-height: 24px;
		}
		
		.listings ul li.post .blurb.wide{
			width: 560px;
		}
		
			.listings ul li.post .blurb span{
				color: #6D6D6D;
				font-size: 12px;
				line-height: 18px;
				display: block;
			}
		
			.listings ul li.post .blurb h4 a{
				color: #333;
			}

/*
 * Container 
 */

.container{
	background: #fafafa;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.content-half{
		background: #fafafa url(../images/container-background.png) bottom left repeat-y;
	}
	
	.content-full{
		padding: 20px 30px 30px;
	}
 
	.container-wrap{
	 	background: transparent url(../images/container-gradient.png) bottom left repeat-x;
		overflow: hidden;
	}
 
 	.container-content{
 		width: 560px;
		float: left;
		padding: 20px 30px 30px;
	}
 
 	.container-sidebar{
 		width: 268px;
		float: left;
		background: #e8e8e8;
 	}
 	
 	
 	
/* Breadcrumbs */
.breadcrumbs {
	font-size: 11px;
	padding: 0 31px;
}
.breadcrumbs a{
	color: #6D6D6D;
}
	
/* motion banner */ 
.motion-slide,
.motion-slide ul, 
.motion-slide ul li,
.motion-slide ul li span.frame{
	height: 326px;
	width: 950px;
	overflow: hidden;	
}
.motion-slide {
	margin-bottom: 20px;
	position: relative;
}
.motion-slide ul li{
	position: relative;
}
.motion-slide li img{
	z-index: 0;
}
.motion-slide li span.frame{
	background: url(../images/motionBanner.png) no-repeat;
	position: absolute;
	z-index: 1;
	display: block;
}
.motion-slide li .blurb {
	color:white;
	height:245px;
	position:absolute;
	right:55px;
	top:40px;
	width:350px;
	z-index:2;
} 
.motion-slide li .blurb h2{
	font-size: 2em;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}
.motion-slide li .blurb, 
.motion-slide li .blurb p{
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}
.motion-slide .more {
	height: 28px;
	width: 143px;
	background: url(../images/readMore.png) no-repeat top left;
	display: block;
	z-index: 5;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: white;
	padding: 10px 0 10px 0px;
	text-align: center;
	cursor: p;
}

#prev, 
#next {
	background: url(../images/slideShowButton.png) no-repeat;
	position: absolute;
	height: 30px;
	width: 30px;
	display: block;
	top: 150px;
	z-index: 30;
}
#next {
	right: 20px;
	background-position:-30px 0;
}
#prev {
	left: 20px;
}


/* Form Elements */
form .ctrlHolder label {
	float:left;
	font-size:14px;
	width:200px;	
}

form .ctrlHolder input.textInput,
form .ctrlHolder select{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	width:250px;
}

form .ctrlHolder select{
	width: 265px;
}

form .ctrlHolder {
	margin-bottom: 10px;
}
form .ctrlHolder textarea {
	-x-system-font:none;
	font-family:inherit;
	font-size:14px;
	font-size-adjust:inherit;
	font-stretch:inherit;
	font-style:inherit;
	font-variant:inherit;
	font-weight:inherit;
	height:170px;
	line-height:inherit;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	width:254px;
}
.buttonHolder input {
	background:transparent url(../images/readMore.png) no-repeat scroll left top;
	color:white;
	display:block;
	height:48px;
	padding:10px 0 10px 0;
	text-align:center;
	width:143px;
	cursor: pointer;
	border: none;
	float: right;
	margin: 10px 95px;
	font-size: 14px;
}
h3.home{
	clear: both;
	width: 900px;
	margin-top: 30px;
	margin-left: 30px;	
}

.homeContent {
	column-count: 3;
	column-gap: 35px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	margin: 0px 30px;
}

ul#nav li.thanks, 
ul#nav li.enewsletter{
	display: none;
}

