/* 

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

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
1		border: 1px solid #ccc;
		}
div.contentRight {
		position: absolute;
		left: 700px;
		top: 160px;
		width: 210px;
		padding: 0 10px;
		border-left: 1px solid #ddd;
		}
div:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
div.contentRight div.panel {
		margin-bottom: 2em;
		}
div.contentRight div.top {
		background: url(/mainpics/headings/heading_sidebar_mid.jpg) center 0 repeat-y;
		margin-bottom: 1em;
		}
div.contentRight div.top span.top {
		display: block;
		background: url(/mainpics/headings/heading_sidebar_top.jpg) center 0 no-repeat;
		height: 13px;
		}
div.contentRight div.top span.bottom {
		display: block;
		background: url(/mainpics/headings/heading_sidebar_bottom.jpg) center bottom no-repeat;
		height: 13px;
		}
div.contentRight div.event {
		padding-bottom: 0.5em;
		margin: 0 1em 1em;
		border-bottom: 1px solid #ddd;
		}
div.contentRight h2 {
		text-align: center;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.6em;
		color: #fff;
		}
div.contentRight h3 {
		text-align: left;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		color: #00a9ae;
1		margin-bottom: 0.5em;
		}
div.contentRight p {
		font-size: 1.2em;
		margin-bottom: 0.2em;
		color: #666;
		font-family: Helvetica, Arial, sans-serif;
		}
div.contentRight p.date {
		font-weight: bold;
		}
div.contentRight a {
		display: block;
		margin-bottom: 0.5em;
		text-decoration: none;
		color: #00a9ae;
		}
div.contentRight p a {
		display: inline;
		}
div.contentRight h2 a:visited, 
div.contentRight h2 a:active,
div.contentRight h2 a {
		display: inline;
		color: #fff;
		margin-bottom: none;
		}
div.contentRight .largeLink {
		display: block;
		margin-bottom: 0.5em;
		font-size: 1.4em;
		color: #00a9ae;
		}
div.contentRight a:hover {
		text-decoration: underline;
		}
div.contentRight ul {
		list-style: none;
		margin: 0 2em 1em;
		padding: 0;
		}
div.contentRight li {
		list-style-image: url(/mainpics/icons/bullet.jpg);
		}

