/* 

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

*/

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

/*	homepage panels */
.homepage-panel {
	width:30%;
	margin-right:4.5%;
	padding-bottom:10px;
}
.homepage-panel.last {
	margin-right:0%;
	float:right;
}
.homepage-panel h2 {
1	text-align:center;
}

/*	footer panels */
#footer .panel {
	width:30%;
	margin:10px 0;
	margin-right:5%;
}
#footer .panel.last {
	margin-right:0;
}

/*	sidebar panels */
div.sidebar .panel-holder {
}
div.sidebar .panel {
}
div.sidebar .panel h2{
}

/*	ads */
.ad-spot-slideshow,
.ad-spot-slideshow-two {
}
.ad-spot-slideshow-sidebar {
}

/*Contact Details Sidepanel*/
div.sidepanel-contact{
	}

div.sidepanel-contact h3{
	margin:0.9em 0;
	font-size:2.2em;
	}

div.sidepanel-contact a{
	color:#1E1E1C;
	text-decoration:none;
	}

div.sidepanel-contact a:hover{
	text-decoration:underline;
	}
	
/*Google Map*/
div#googleMap{
	width:300px;
	height:250px;
	box-shadow: 2px 2px 4px #897F75;
	}	
/*	----------------------------------------------------------------------	*/
/*	panel */
/*	----------------------------------------------------------------------	*/

div.info-panel
{		
	display: block;
	padding: 10px;
	margin: 10px;
	position: relative;
	background:#FFF;
	box-shadow: 2px 2px 4px #e2ceb3;
	min-width: 250px;
	min-height: 80px;
}

div.info-panel p
{		
	color: #1e1e1c;
	font-size: 1.4em;
}
