/* 

PANELS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 8. panels  --------- */

/*	div.contentCentre */

div.contentCentre div.panel  {
		float:right;
		margin:10px 0 10px 20px;
}
div.blueBg {
		background: #151537;
		padding:10px 20px;
	1	border: 1px solid #5b5b71;
}
div.contentCentre div.panel p#contactInfoThird {
		display:none;
}
1div.blueBg:hover {
		background: #1d1d41;
}
div#googleMap {
		text-align:center;
		margin-top:30px;
}
div#googleMap iframe {
		margin:0 auto;
		border:1px solid #5b5b71;
		padding:5px;
}
div#googleMap a {
		display:block;
		margin:0 auto;
}
/*	div.contentLeft */
div.contentLeft div.panel {
		margin-bottom:30px;
	}
div.contentLeft div.panel h2 {
	}
div.contentLeft h3 {
		color: #dfbd6f;
		font-size:1.4em;
		font-variant:small-caps;
		font-style:italic;
		margin-top:20px;
		text-align:right;
		}
div.contentLeft span.date {
		display:block;
		}
div.contentLeft div.panel p {
	}
div.contentLeft div.panel ul {
	}
div.contentLeft div.panel ul li {
	}
div.contentLeft div.panel a {
	}
div.contentLeft div.panel a:hover {
	}
div.contentLeft div.panel a img {
		border: 1px solid #5b5b71;
	}
div.contentLeft div.panel a:hover img {
		border: 1px solid #f8e695;
	}
div.contentLeft div.panel a.more {
	}
div.contentLeft div.panel a.more:hover {
	}

/*	div.contentRight */
div.contentRight div.panel {
	}
div.contentRight div.panel div.social {
		margin:0 auto;
		padding-top:120px;
	}
div.contentRight div.panel h2 {
		color: #dfbd6f;
		font-size:2em;
	}
div.contentRight div.panel p {
	}
div.contentRight div.panel ul {
	}
div.contentRight div.panel ul li {
	}
div.contentRight div.panel a {
	}
div.contentRight div.panel a:hover {
	}
div.contentRight div.panel a.more {
	}
div.contentRight div.panel a.more:hover {
	}
/*	--------------	*/
/*	news			*/
/*	--------------	*/
div.news * {
	1	border: 1px solid #f00;
}
div.news div.newsItem {
		margin-bottom: 10px;
}
div.news p {
		color: #797979;
		font-size:1.3em;
		margin:0 0 0.5em;
		line-height:1.5em;
}
div.news p.date { 
		color:#00688f;
		font-size:1.1em;
		font-weight:bold;
}
div.news .more{
		display:block;
		text-align:right;
		color: #de9407;
		font-size: 1.1em;
}
div.newsItem.full h3 { 
		font-size:1.8em;
}
div.newsItem.full p.date { 
		color:#b59a62 !important;
		font-size:1.2em;
1		font-weight:bold;
}
div.newsItem div.image { 
		float: right;
		padding: 10px;
		padding-right: 0;
}
div.newsItem div.image a { 
		display: block;
}
div.newsItem * { 
	1	border: 1px solid #ccc;	
}
