/*
Theme Name: ET-Starter
Theme URI: http://empirethemes.com/starter-theme
Description: A starter theme for WordPress. ET-Starter is meant to help you create your own WordPress theme with ease.
Author: ET
Author URI: http://empirethemes.com
version: 1.4
Tags: white, widget-ready, threaded-comments
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-image: url('images/regale-bg.jpg');
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;

	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}


/* links */

a{color:#0066cc; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}

#logo {
	position: absolute;
	left: 30px;
	z-index: 1000;
}

/* container */


#container {
	width:1026px;
	margin: -41px auto;
	padding:0;

	color:#333;

	}
	
/* header */

#header {

  	width:100%; 
 	position: relative;
	color: #fff; 
	height: 400px;
	}

#header h1{
	font:bold 42px "arial", georgia, times;
	padding:0 0 0 5px;
	margin:0;

	}
	
#header h1 a{color: #000; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 12px "arial", georgia, times;
	color:#333;
	padding: 0 0 20px 5px;
	margin:0;	
	}
	#header2 {

	  	width:100%; 
	 	position: relative;
		color: #fff; 
		height: 200px;
		}

	#header2 h1{
		font:bold 42px "arial", georgia, times;
		padding:0 0 0 5px;
		margin:0;	
		}

	#header2 h1 a{color: #000; text-decoration: none;}
	#header2 h1 a:hover{color: #666; text-decoration: none;}


	#header2 h2{
		font:normal 12px "arial", georgia, times;
		color:#333;
		padding: 0 0 20px 5px;
		margin:0;	
		}
	
#topbar {
		background-image: url('images/top-bar.jpg');
		width: 100%;
		height: 41px;
}

/* main menu */

#menu{
	text-transform:uppercase;
	width:100%;

	font:normal 14px "arial", georgia, times;
	margin: 5px auto 14px;
	display:block;
	float:right;
	position: relative
}	


#menu ul {
	text-transform:uppercase;
	position:relative; 
	z-index:300;
	margin:0;
	padding:0;
	}
	
#menu ul li a {	
	padding:10px;
	margin: 3px;
	color: #f3e6d3;
	display:block;
	border-bottom:none;
	-moz-border-radius:  3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	z-index: 0;
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');

	}
	
#menu ul li a:hover {	
		color:#3e311e;
		text-decoration:none;
		background-image: url('images/nav-bg.jpg');
		-moz-border-radius:  3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
		z-index: 0;
		position: relative;
		behavior: url('http://www.regale.ie/pie/PIE.htc');
	}
	
	#menu ul li.current_page_item a {

		color:#3e311e;
		text-decoration:none;
		background-image: url('images/nav-bg.jpg');
		-moz-border-radius:  3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
		z-index: 0;
		position: relative;
		behavior: url('http://www.regale.ie/pie/PIE.htc');

	}
	
	
	
#menu ul li {
	float:right; 
	position:relative; 	
	list-style-type: none;
	margin: 0 2px 0 0;
	padding:0;
	}
	
#menu ul ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:0; 
	background:#9e8f7c;
	z-index: 99999;
	border: 3px solid #fff;
}

#menu ul li ul {width:14.1em; padding:0;  display: none; position: absolute; z-index:999; line-height:24px;}
#menu ul li ul li {padding:0;}
#menu ul li ul a {width:12em; height:auto; float:left; color:#fff; padding:4px 10px; height:auto; color:#fff}
#menu ul li ul a:hover {color:#aaa;height:auto; border:none; border-radius:none !important;}
#menu ul ul ul {top:auto; padding:0;}
#menu ul li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}




#menu ul li.current_page_item li a {
	color:#aaa;
}

#menu ul li li a {
	color:#fff;
}

#menu ul li li a:hover {
	color:#fff;
	background:#3d301d;
}

#menu ul li.current_page_item li a:hover {
	color:#fff;
}

#menu ul li ul li.current_page_item a {background:none !important;}






/* content */


.content {
	overflow: hidden;
	margin:10px 0 20px 0;
	}
	
.content-middle{
	float: left;
	width:50%;
	}
	
.content-left{
	float: left;
	width:56%;
	}

.content-right{
	float: right;
	width:60%;
	}
	
.content.content-two-columncontent-right{
	float: right;
	width:73%;
	}
	
.content.content-two-columncontent-left{
	float: left;
	width:73%;
	}
	
.content.content-two-columncontent-middle{
	width:100%;
	overflow:hidden;
	margin:60px 0 0 0 !important;
}

.post {
	margin:0;
	padding:0 0 40px 0;
	line-height:20px;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	margin:0 0 20px 0;
	color:#fff;
	background: #845d23;
	padding: 5px;
	text-transform: capitalize;
	
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	
	behavior: url('http://www.regale.ie/pie/PIE.htc');
	position: relative;
	}
	
.post h1{
	font:bold 26px "arial", verdana, times;
	color: #3d301d;
	
	}
	
.post h1 a{
	color: #3d301d;
	text-decoration: none;
	}
	
.post h1 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h2{
	font:normal 14px "arial", times;
	padding: 5px 10px;
	display: block;
	margin:0;
	margin-top: 20px;
	color:#fff;
	background: #3d301d;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	
	behavior: url('http://www.regale.ie/pie/PIE.htc');

	}

.post ul {margin:20px;}

.post li {list-style-type:square;}

.entry p{margin:12px 0;	font-size: 14px;}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	

.navigation {
	font-size:15px;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0; color: #b3350f;}
.alignright a{float:right; margin:15px 0;color: #b3350f;}

.navigation a:hover {
	color: #3d301d;
}	

.more-link{
	background:#0066cc;
	color:#fff;
	padding:2px 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:12px 0 0 0;
	display:block;
	width:90px;
	text-align:center;
	text-shadow:1px 1px #003c79;
	font-size:12px;
}

.more-link:hover{
	background:#003c79;
	color:#fff;
}



/* Primary Sidebars */

.primary-sidebar{
	margin:10px 0 0 0;
	padding: 0;
	font-size:12px;
	overflow:hidden;
	
	}

	

.primary-sidebar.content-two-columncontent-left{
	float: right;
	width:100%;
	}
	
.primary-sidebar.content-two-columncontent-right{
	float: left;
		width: 250px;
	}

.primary-sidebar h2{
	font:normal 18px "arial", verdana, times;
	color: #3e311e;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;

}

.primary-sidebar p {margin:0; padding:14px 5px 14px 0;}

.primary-sidebar img {padding: 0; margin: 0;}

.primary-sidebar ul {
	margin:0;
	padding:0;
	}
	
.primary-sidebar.content-middle ul{
	margin:0;
	}
	
.primary-sidebar.content-left ul{
	margin:0;
	}
	
.primary-sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}

.primary-sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.primary-sidebar ul ul {
	margin:14px 0 !important;
	padding: 0;
}

.primary-sidebar.content-middle ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-right ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-middle ul ul ul{
	margin:0 !important;
	}
	
.primary-sidebar.content-left ul ul ul{
	margin:0 !important;
	}
	
.primary-sidebar.content-right ul ul ul{
	margin:0 !important;
	}

.primary-sidebar ul ul li {
	list-style-type: none;
	}

.primary-sidebar ul ul ul{
	margin:0;
	padding: 0;
}

.primary-sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 14px !important;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}


/* twitter */

.aktt_tweets{overflow:hidden;}

.aktt_tweets ul li{
	padding:0 5px 14px 0;
	background:none;
}

.primary-sidebar.content-two-columncontent-middle .aktt_tweets ul li{
	color:#fff !important;
	}
	
.primary-sidebar.content-two-columncontent-middle .aktt_tweets ul li a{
	color:#999 !important;
	}
	
.primary-sidebar.content-two-columncontent-middle .aktt_tweets p{
	color:#fff !important;
	}
	
.primary-sidebar.content-two-columncontent-middle .aktt_tweets p a{
	color:#999 !important;
	}


/* wp-calendar styling */

#wp-calendar{
	margin:14px 0;
}


/* sidebar styling for single column theme */

.primary-sidebar.content-two-columncontent-middle h2{
	color:#fff;
	border-bottom:1px solid #c1c1c1;
	}
	
.primary-sidebar.content-two-columncontent-middle a{
	color:#fff;
	}

.primary-sidebar.content-two-columncontent-middle a:hover{
	color:#c1c1c1;
	}

.primary-sidebar.content-two-columncontent-middle li{
	float:left;
	width:200px;
	margin:20px 20px 20px 0;
	}
	
.primary-sidebar.content-two-columncontent-middle li ul li{
	float:left;
	width:200px;
	margin: 0 !important;
	}
	
	


/* Secondary Sidebar */

.sidebar {
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	overflow:hidden;
	}
	
.sidebar.content-middle{
	float:left;
	width:24%;
	}
	
.sidebar.content-left{
	float: right;
	width:20%;
	}
	
.sidebar.content-right{
	float: left !important;
	width:20%;
	}
	


.sidebar h2{
	font:normal 14px "arial", verdana, times;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom:1px solid #ddd;
}

.sidebar p {margin:0; padding:14px 5px 14px 0;}

.sidebar img {padding: 0; margin: 0;}

.sidebar ul {
	margin:0;
	padding:0;
	}
	
.sidebar.content-middle ul{
	margin:0 20px 0 0 !important;
	}
	
.sidebar.content-left ul{
	margin:0 0 0 20px !important;
	}
	
.sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}

.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.sidebar ul ul {
	margin:14px 0 !important;
	padding: 0;
}

.sidebar.content-middle ul ul{
	margin:14px 0 !important;
	}
	
.sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.sidebar.content-right ul ul{
	margin:14px 0 !important;
	}

.sidebar.content-middle ul ul ul{
	margin:0 !important;
	}
	
.sidebar.content-left ul ul ul{
	margin:0 !important;
	}
	
.sidebar.content-right ul ul ul{
	margin:0 !important;
	}

.sidebar ul ul li {
	list-style-type: none;
	}

.sidebar ul ul ul{
	margin:0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 20px !important;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}










/* comments */


.maincomments{
	padding:0;
	margin:0 0 20px 0;
	font-size:12px;
}

.maincomments h3{
	font-family: "FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	letter-spacing:1px;
	}

#respond{margin:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	font-size:12px;
	}
	
#commentform p{
	color: #000;
	}
	
	
#commentform h3{
	font-family:"FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family:arial, times;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #ddd;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:5px 14px;
	background:#0066cc;
	text-transform:lowercase;
	color:#fff;
	width:130px;
	border:none;
	cursor:pointer;
	}
	
#submit:hover{
	background:#003c79;
	border: none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:12px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 12px "FuroreRegular", arial, verdana, tahoma;
	padding:0;
	}
	
.vcard{margin:0 0 6px 0;}

.children{
	margin:20px 12px 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	}

.thread-even {
	background:#f9f9f9;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 4px;
	border:1px solid #ddd;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}

.avatar{float:left; display:block; margin:0 12px 8px 0; padding:1px; border:1px solid #d6d6d6;}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	
		margin: 0 10px 2px 0;
	display: inline;
	}

img.alignleft {

	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px solid #ddd;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{
	margin:-20px 0 !important;
	font-size:13px;
	font-weight: bold;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	width:300px;

	height:22px;
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
}
#contactform {
	float: left;
}
.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	height: 95px;
	width:300px;
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
}

#contacttext {
	clear: both;
	margin-top: 40px;
	float: left;
}

h2.widgettitle {
	font-weight: bolder;
	background: #fff;
	padding: 5px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;

	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
width: 70px;
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
	background:#000;
	color:#fff;
	cursor:pointer;
}

.wpcf7 p {
	margin-bottom: 5px
}

#enquire .wpcf7 textarea{
	width: 230px;
}
#enquire .wpcf7 input{
	width: 230px;
}
#enquire .wpcf7 input[type=submit]{
		width: 70px;
}


/* search */


#searchform{
	padding:14px 0 20px;
	margin:0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #ddd;
	padding:4px 8px;
	width:80%;
	color:#828282;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
	
#searchform input#s:focus{
	color:#333;
	}
	
	
	

/* footer */

#footer {
	
	clear: both;
	width: 1044px;
	height: 127px;
	margin:0 auto;
	background-image: url('images/footer-bg.png');
	background-repeat: no-repeat;
	position: relative;
	}
	
#footer p{padding:14px 0;margin: 0; color: #333; text-align:center; font-size:12px;}

#slider {
	position: relative;
	z-index: -10px;
padding-top: 60px;
}

#browse {
	
		position: absolute;
		z-index: 2000;
		right: 170px;
		bottom: 40px
}

a.browse {
		background-image: url('images/browse.png');
		background-repeat: no-repeat;
		width: 196px;
		height: 50px;
		padding: 25px 100px;
}
a:hover.browse {
		background-image: url('images/browse-over.png');
	
}

#shadow {
		background-image: url('images/slider-shadow.png');
		width: 1044px;
		height: 344px;
		position: absolute;
		top: 60px;
		z-index: -100;
}

.contenthome {
		width:1026px;
	padding: 0;
	height: 410px;
	overflow: hidden;
}


#leftbox {
	background-image: url('images/leftbox-bg.png');
	background-repeat: no-repeat;
	width: 280px;
	height: 204px;
	float: left;
	margin-right: 5px;
	padding: 100px 30px;
	color: #3e311e;
	font-size: 15px;
	line-height: 150%;
	position: relative;

}
#leftbox a {
	color: #fff;
	background-color: #946218;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	position: absolute;
	bottom: 25px;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
	

}
#middlebox a {
	color: #fff;
	background-color: #946218;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	
	behavior: url('http://www.regale.ie/pie/PIE.htc');
	position: absolute;
	top: 350px;
	

}
#leftbox a:hover {

		background-color: #3e311e;
}
#middlebox a:hover {

		background-color: #3e311e;
}

#middlebox {
	background-image: url('images/middlebox-bg.png');
	background-repeat: no-repeat;
width: 280px;
height: 204px;
	float: left;
	color: #3e311e;
	font-size: 15px;
padding: 260px 30px;
	position: relative;
	
}
#rightbox {
	background-image: url('images/rightbox-bg.png');
	background-repeat: no-repeat;
	width: 280px;
	height: 404px;
	float: right;
	margin-right: -4px;
		padding: 100px 30px;
		color: #3e311e;
		font-size: 14px;
			position: relative;
	
}

.entry {
	position: relative;
}

#recent {
	position: absolute;
	z-index: 3000;
	width: 280px;
	height: 404px;
	right: 30px;
	top: 70px;
	color: #3e311e;

}

#recent a {
	display: block;	color: #3e311e; font-size: 18px;
	margin-top: 20px; font-weight: bold;
}

#recent a:hover {
	color: #a24316;text-decoration: underline;
}


a.bridgestone {
	display: block;
	position: absolute;
	background-image: url('images/bridgestone.png');
	background-repeat: no-repeat;
	padding: 50px;
	left: 20px;
	top: 5px;
}

a.taste {
	display: block;
	position: absolute;
	background-image: url('images/taste.png');
	background-repeat: no-repeat;
	padding: 55px;
	left: 130px;
	top: 20px;
}

.quick {
		position: absolute;
		right: 40px;
		text-align: right;
		top: 15px;
	
}
.quick  a{
color: #f2e5d2;
font-size: 11px;
text-align: right;
line-height: 130%;
}

.quick  a:hover {
	text-decoration: underline;
}


.social {
		position: absolute;
		right: 200px;
		text-align: right;
		top: 15px;
		color: #f4e7ca;
}
.social  h2 {
	font-size: 15px;
	font-weight: lighter;
}

a.facebook {
	background-image: url('images/facebook.jpg');
	background-repeat: no-repeat;
	padding: 20px;
	position: absolute;
}
a.twitter {
	background-image: url('images/twitter.jpg');
	background-repeat: no-repeat;
	padding: 20px;
	position: absolute;
	left: 50px;
}

#slider2 {
	background-image: url('images/inner-header.jpg');
	background-repeat: no-repeat;
	width: 1023px;
	height: 168px;
	margin-top: 60px;
	position: relative;
	
}

#title {
	position: absolute;
	
	bottom: 20px;
	left: 275px;
}

#title h1 {
	font-size: 26px;
}

.sideimages img {
	margin-bottom: 10px;
}

.post ul li {
	list-style-image:url("images/chip_cookie_icon.png");
	list-style-type:square;
	font-weight: bold;
	margin-bottom: 15px;
		margin-left: 10px;
		padding-top: 5px;
}


.post #recent ul li {
	list-style-type: none;
	list-style-type:square;
	
		margin-left: 0px;
		padding-top: 0px;
}

.call {
	margin-top: 30px;
}

.entry h1 {
	margin-top: 20px;
}

.entry h1.about {
	margin-top: 0px;
}

.primary-sidebar ul li a {
	display: block;
	color: #fff;
	border: 3px solid #fff;
	font-size: 13px;
	background-color: #9e8f7c;
	padding: 5px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	margin-bottom: 5px;
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
}
.primary-sidebar ul li a:hover {
	
	background-color: #3d301d;

}
.primary-sidebar ul li .current_page_item a {
	
	background-color: #3d301d;

}

#recent .primary-sidebar ul li a {
	display: block;
	color: #3d301d;
	border: none;
	font-size: 18px;
	background-color: transparent;
	padding: 0px;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	margin-bottom: 5px;
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
}

#recent .primary-sidebar h2 {
	display: none;
}

#recent .primary-sidebar ul li {
	font-weight: normal;
}

.entry img {
	border: 4px solid #fff;
	-moz-border-radius:  3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 0;
	
	position: relative;
	behavior: url('http://www.regale.ie/pie/PIE.htc');
}

.entry a {
	color: #d45920;
}

#credit {
		width:1026px;
		margin: 0 auto;
		font-size: 11px;
		text-align: center;
	padding-top: 40px;
}

#credit a {
	color: #d45920;
}

table.stock {
	margin-top: 20px;
	vertical-align: top;
}

table.stock tr td{

	vertical-align: top;
	padding: 10px;
}

table.stock img {
	margin-bottom: 10px;
	max-width: 300px;
	height: auto;
}
table.stock p {
	margin: 0;
}