/* 

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

*/

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

/*	div.contentLeft */
div.contentLeft div.panel {
	}
div.contentLeft div.panel h2 {
	}
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.more {
	}
div.contentLeft div.panel a.more:hover {
	}

/*	div.contentRight */
div.contentRight div.panel {
	padding: 10px;
	}
	
div.contentRight div.orange h1 {
	border-left: 10px solid #e19613;
}
div.contentRight div.pink h1 {
	border-left: 10px solid #d62ca0;
}
div.contentRight div.blue h1 {
	border-left: 10px solid #2a91e1;
}
div.contentRight div.red h1 {
	border-left: 10px solid #e90c21;
}
div.contentRight div.green h1 {
	border-left: 10px solid #95b905;
}
div.contentRight div.panel h1 {
	height: 50px;
	width: 255px;
	}
div.contentRight div#parties h1 {
	background:url(/mainpics/headings/parties.jpg) 0 0 no-repeat;
	}
div.contentRight div#shows h1{
	background:url(/mainpics/headings/shows.jpg) 0 0 no-repeat;
	}
div.contentRight div#events h1{
	background:url(/mainpics/headings/events.jpg) 0 0 no-repeat;
	}
div.contentRight div#sports h1{
	background:url(/mainpics/headings/sports.jpg) 0 0 no-repeat;
	}
div.contentRight div#reviews h1{
	background:url(/mainpics/headings/reviews.jpg) 0 0 no-repeat;
	}
div.contentRight div#food h1{
	background:url(/mainpics/headings/food.jpg) 0 0 no-repeat;
	}
div.contentRight div#photos h1{
	background:url(/mainpics/headings/photos.jpg) 0 0 no-repeat;
	}
div.contentRight div#fbBadge h1{
	background:url(/mainpics/headings/social.jpg) 0 0 no-repeat;
	}
div.contentRight div.panel h2 {
	margin: 1em 0 0 10px;
	font-size: 2em;
	}
div.contentRight div.orange h2 {
	color:#e19613;
}
div.contentRight div.blue h2 {
	color:#2a91e1;
}
div.contentRight div.red h2 {
	color:#e90c21;
}
div.contentRight div.panel p {
	margin: 0.5em 0 0.5em 10px;
	font-size: 1.2em;
	line-height:2em;
	}
div.contentRight div.panel a.more {
	display:block;
	height: 18px;
}
div.contentRight div.panel a:hover {
}
div.contentRight div.orange a.more {
	background: url(/mainpics/buttons/more_yellow_off.jpg) right top no-repeat;
}
div.contentRight div.orange a.more:hover {
	background: url(/mainpics/buttons/more_yellow_on.jpg) right top no-repeat;
}
div.contentRight div.blue a.more {
	background: url(/mainpics/buttons/more_blue_off.jpg) right top no-repeat;
}
div.contentRight div.blue a.more:hover {
	background: url(/mainpics/buttons/more_blue_on.jpg) right top no-repeat;
}
div.contentRight div.red a.more {
	background: url(/mainpics/buttons/more_red_off.jpg) right top no-repeat;
}
div.contentRight div.red a.more:hover {
	background: url(/mainpics/buttons/more_red_on.jpg) right top no-repeat;
}
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 {
	}
div.contentRight div#taPanel {
	width: 240px;
	margin: 10px auto 10px;
}
div.contentRight div#reviews a:hover {
	text-decoration:underline;
}

/*	FLICKR PANEL */
/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width:250px; border: none;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px;}
.flickr_badge_image img {border: 2px solid #ccc; padding:2px;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:none; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:980a00;}
#flickr_badge_wrapper {background-color:#e5e5e5;border:none; text-align:center;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#bd4e00 !important;}

