body {
	background-color: #FFFFFF;
}

div#mainContainer {
	width:700px;
	margin:0 auto;
}

div#leftColumn {
	float:left;
	width:200px;
}

div#rightColumn {
	float:left;
	width:500px;
}

div#clear {
	clear:both;
}

a#active {
	color: #13B6CA;
}

img.entryimg {
	float:right;
	margin: 0px 0px 10px 20px;
}

div.entry {
	display: block;
	width: 700px;
	border-bottom: solid 1px #13B6CA; 
	margin-bottom: 15px;
}

div#featuredentry {
	border-top: double 3px #13B6CA;
	border-bottom: double 3px #13B6CA;
	padding: 10px 0px;
}

div#featuredentry h2.featuredtitle {
	color: #13B6CA;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px;
}

a.entryheader {
	font-family: 'Nobile', arial, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 10px 0px 0px 0px;
	color: #13B6CA;
	letter-spacing:-2px;
}

h2 {
	font-family: 'Nobile', arial, serif;
	font-weight: bold;
	font-size: 14px;
	color: #223262;
}

p.author {
	font-size: 10px;
	margin: 4px 0px 20px 0px;
}

p.categories {
	font-size: 10px;
	margin: 20px 0px 0px 0px;
}
p.comments {
	font-size: 10px;
	margin: 6px 0px 10px 0px;
}
.cellini #mainContent #left {
	border: solid 1px #e8eff9;
	padding: 0 10px 15px 10px;
	margin: 0px;
	width: 160px;
}

.cellini #mainContent #left h2 {
	font-family: 'Nobile', arial, serif;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	color: #13b6ca;
	font-weight: bold;
}
.cellini #mainContent #left ul, .cellini #mainContent #left ul li, .cellini #mainContent #left ul li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}
.cellini #mainContent #left ul li, .cellini #mainContent #left ul li a  {
	line-height: 18px;
	padding: 0px;
}

.tags{
	font-size: 11px;
	padding-right: 30px;
}

a.blogproductthumb img {
	width: 180px;
	height: 116px;
	padding: 0px;
	margin: 0px 5px 5px 0px;
}

a.blogproductthumb img {
	border: solid 1px #FFFFFF;
}

a.blogproductthumb img:hover {
	border: solid 1px #13b6ca;
}

blockquote {
	padding-left: 30px;
	font-style: italic;
}

/* lightbox */ 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.cellini.co.uk/tpl/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.cellini.co.uk/tpl/img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

