/*
Theme Name: SIPPS.org.uk
Theme URI: http://sipps.org.uk/
Description: 
Version: 1.0
Author: Greg Findley
Author URI: http://gregfindley.com/

*/

@import url('reset.css');

body {
	background: #daebe8 url(images/body-x.gif) repeat-x top left;
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

a,
a:link,
a:visited {
	color: #422f57;
	text-decoration: underline;
}
a:hover {
	color: #679387;
	text-decoration: underline;
}

/* *** global *** */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
}

#wrapper {
	background: url(images/pagewrap-y.gif) repeat-y top center #FFF;
	margin: 0 auto;
	width: 996px;
}
#wrapper_inner {
	background: url(images/pagewrap-y-outer.gif) no-repeat top center;
	padding: 0 20px;
	width: 956px;
}

/* *** header *** */
#header {
	background: url(images/header.gif) repeat-x bottom left #FFF;
	height: 135px;
	margin-bottom: 2px;
}
	/* logo */
	#header h1 {
		background: url(images/logo.gif) no-repeat center center transparent;
		float: left;
		height: 96px;
		margin: 15px 0 0 15px;
		text-indent: -9999px;
		width: 222px;
	}
		#header h1 a {
			background: transparent;
			display: block;
			height: 96px;
			outline: none;
		}
		
	/* navigation */
	#nav {
		float: left;
		margin: 68px 0 0 94px;
	}
		#nav li {
			float: left;
			font: normal 16px Georgia;
			margin-right: 16px;
		}
			#nav li a {
				background: transparent;
				padding-bottom: 3px;
				text-decoration: none;
			}
			
			#nav li a:hover, #nav li.cur a {
				border-bottom: 2px solid #8cafa5;
				color: #598a7c;
			}
			
/* *** banner *** */
#stock {
	display: block;
	float: right;
}
#banner {
	background: url(images/tile-purple.gif) repeat-x top left #402e55;
	border: 1px solid #402e55; border-left-width: 2px;
	height: 154px;
	letter-spacing: -1px;
	margin-bottom: 2px;
	margin-right: 307px;
}
	#banner h3 {
		color: #FFF;
		font: normal 28px Georgia;
		padding: 20px 0 15px 12px;
	}
	#banner h3 span {
		display: block;
		margin-top: 2px;
	}
	#banner .go {
		background: #69978a;
		border-left: 1px solid #82a89d;
		border-top: 1px solid #a0bdb5;
		color: #FFF;
		display: block;
		font-size: 14px;
		letter-spacing: 0;
		margin: 0 120px;
		padding: 9px 0;
		text-align: center;
		text-decoration: none;
	}
		#banner .go strong {
			text-decoration: underline;
		}
	
/* *** footer *** */
#footer {
	background: #422f57;
	color: #FFF;
	padding: 20px 12px;
}
	#footer li {
		float: left;
		margin-right: 16px;
		width: 212px;
	}
		#footer h5 {
			font: normal 20px Georgia;
			margin-bottom: 11px;
		}
		#footer li ul {
			margin-left: 12px;
		}
		#footer li li {
			float: none;
			font-size: 11px;
			list-style: disc outside;
			margin: 0 0 4px 12px;
			width: auto;
		}
			#footer a {
				color: #c9c9c9;
				font-size: 12px;
				text-decoration: none;
			}
			#footer a:hover {
				color: #FFF;
			}
			
/* *** copyright *** */
#copyright {
	background: url(images/copyright.gif) repeat-x top left #3d2b53;
	color: #c9c9c9;
	font-size: 11px;
	line-height: 150%;
	padding: 20px 12px;
}
	#copyright a {
		color: #FFF;
	}

/* *** sidebar *** */
#sidebar {
	float: right;
	width: 307px;
}
	#sidebar h3 {
		color: #422f57;
		font: normal 26px Georgia;
		letter-spacing: -1px;
		margin-bottom: 14px;
	}
	
	#livehelp {
		display: block;
		margin: 0 0 2px -1px;
	}
	.lpStaticButtonAddTextTD, .lpPoweredBy, .lpEmtStarRating { display: none !important; }
	.lpStaticButtonTR img { display: block; }

	/* review form */
	#review {
		background: url(images/tile-green.gif) repeat-x top left #69978a;
		border: 1px solid #376155;
		color: #FFF;
		min-height: 332px;
		margin-bottom: 2px;
		padding: 12px; padding-top: 23px;
	}
		* html #review { height: 332px; }
		#review h3 {
			color: #FFF;
		}
		#review .intro {
			font-size: 12px;
			line-height: 150%;
			margin-bottom: 17px;
		}
		#review li {
			margin-bottom: 9px;
		}
		#review .input {
			background: #FFF;
			border: 1px solid #285c4d;
			color: #333;
			font: normal 12px arial;
		}
		#review input.input, #review textarea.input {
			padding: 7px;
			width: 265px;
		}
		#review select.input {
			padding: 7px;
			width: 281px;
		}
		#review .go {
			background: #402e55 url(images/send.gif) repeat-x top left;
			border: 0;
			color: #FFF;
			cursor: pointer;
			display: block;
			height: 34px;
			font: normal 18px Georgia;
			font-style: italic;
			margin-left: auto;
			text-align: left;
			padding-left: 11px;
			width: 142px;
		}

	/* testimonials */
	#testimonials, #news, #related {
		background: #f2f2f2;
		border: 1px solid #d3d3d3;
		margin-bottom: 2px;
		padding: 22px 12px;
	}
		#testimonials blockquote {
			font: normal 18px/125% Georgia;
			font-style: italic;
			margin-bottom: 12px;
		}
		#testimonials cite {
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
		}

	/* news */
	#news {
		background: #e3e3e3;
		padding-bottom: 12px;
	}
		#news .meta {
			margin-bottom: 10px;
		}
		#news h4 {
			line-height: 145%;
			margin-bottom: 10px;
		}
		#news .excerpt {
			line-height: 150%;
			margin-bottom: 18px;
		}

		#news .go, .snippet .go, .post .go {
			background: #402e55 url(images/tile-purple.gif) repeat-x top left;
			border: 1px solid #251b32;
			color: #FFF;
			float: right;
			font: normal 18px Georgia;
			font-style: italic;
			margin-left: auto;
			padding: 7px 11px;
			text-decoration: none;
		}
			#news .go strong {
				font: bold 20px/18px arial;
				margin-left: 6px;
				vertical-align: sub;
			}
			
		.snippet {
			border-bottom: 1px solid #69978A;
			margin-bottom: 18px;
		}
			
	/* related articles */
	#related {
		color: #422f57;
	}
		#related h3 {
			color: #333;
		}
		#related li {
			font-size: 10px;
			font-weight: bold;
			list-style: disc outside;
			margin-bottom: 7px;
			margin-left: 15px;
			padding-left: 2px;
		}
		#related a {
			font-size: 13px;
		}
		
		#related li ul {
			padding-top: 7px;
		}
			#related li ul a {
				font-size: 12px;
			}
		
	/* sidebar slider */
	#sidebar-slider-wrap {
		background: #402e55 url(images/tile-purple.gif) repeat-x top left;
		border: 1px solid #251b32;
		height: 261px;
		margin-bottom: 2px;
		padding: 22px 12px;
		position: relative;
	}
		#sidebar-slider-wrap #prev {
			background-image: url(images/prev2.png);
			left: 32px; top: 160px;
		}
		#sidebar-slider-wrap #next {
			background-image: url(images/next2.png);
			right: 32px; top: 160px;
		}
		#sidebar-slider-wrap h3 {
			color: #FFF;
		}
		
		#sidebar-slider {
			margin: 0 auto;
			width: 172px;
		}
	
/* *** main content *** */
#content {
	float: left;
	width: 647px;
}
#content.home {
	margin: 24px 0 24px 12px;
	width: 600px;
}
	#content h2 {
		color: #422f57;
		font: normal 26px Georgia;
		letter-spacing: -1px;
		margin-bottom: 18px;
	}

/* *** homepage *** */
	/* intro boxes */
	#home-intro {
		margin-bottom: 36px;
	}
		#home-intro .box {
			width: 282px;
		}
		#home-intro p {
			line-height: 150%;
			margin-bottom: 14px;
		}
	
	/* comparisons */
	#compare {
	}
		#compare .intro {
			line-height: 150%;
			margin-bottom: 19px;
		}

		/* slider */
		#slider-wrap {
			background: #f1f1f1;
			border: 1px solid #cecece;
			height: 250px;
			padding: 18px 0 18px 25px;
			position: relative;
		}
			/* controls */
			#prev, #next {
				display: block;
				height: 23px;
				text-indent: -9999px; outline: none;
				width: 23px;
				
				position: absolute; top: 127px;
			}
				#prev {
					background: url(images/prev.png) no-repeat center center;
					left: -10px;
				}
				#next {
					background: url(images/next.png) no-repeat center center;
					right: -10px;
				}
				
			/* slider */
			#slider {
			}
				#slider > ul > li, #sidebar-slider > ul > li {
					border: 1px solid #422f57;
					float: left;
					height: 248px;
					margin-right: 16px;
					width: 170px;
				}
				#slider > ul > li {
					-moz-box-shadow: 0 0 12px #bbb;
					-webkit-box-shadow: 0 0 12px #bbb;
					box-shadow: 0 0 12px #bbb;
				}
				#sidebar-slider > ul > li {
					height: 202px;
				}
				
				#slider .inner, #sidebar-slider .inner {
					background: #FFF;
					height: 203px;
					line-height: 150%;
					padding-top: 10px;
					text-align: center;
				}
					#slider img, #sidebar-slider img {
						margin-bottom: 7px;
					}
					#slider h4, #sidebar-slider h4 {
						color: #422f57;
						margin-bottom: 15px;
					}
						#sidebar-slider h4 { margin: 0; }
					.lastitem li:last-child {
						margin-top: 8px;
					}
				
				#slider .go {
					background: #402e55 url(images/tile-purple.gif) repeat-x top left;
					border: 1px solid #251b32;
					color: #FFF;
					display: block;
					font: normal 18px Georgia;
					font-style: italic;
					margin-left: auto;
					padding: 7px 11px;
					text-align: center;
					text-decoration: none;
				}
					#slider .go strong {
						font: bold 20px/18px arial;
						margin-left: 6px;
						vertical-align: sub;
					}
					
/* *** breadcrumbs *** */
#crumbs {
	background: #e8e8e8;
	color: #6c6b6b;
	font-size: 12px;
	padding: 14px;
}
	#crumbs a {
		color: #6c6b6b;
		font-weight: normal;
		margin-right: 7px;
	}
	#crumbs li {
		display: inline;
		font-weight: bold;
		margin-right: 7px;
	}
		#crumbs strong { font-weight: normal; }
					
/* *** single post page *** */
.post {
	margin-bottom: 22px;
}
#content .post h1, #content .post h2, .pagetitle {
	background: #402e55 url(images/tile-purple.gif) repeat-x top left;
	border: 1px solid #251b32;
	color: #FFF !important;
	font: normal 26px Georgia;
	letter-spacing: -1px;
	margin: 0;
	padding: 14px 11px;
}
	#content .post h1 a, #content .post h2 a {
		color: #FFF;
		text-decoration: none;
	}
	
	#content.archive .entry {
		border-bottom: 1px solid #422f57;
		padding: 0;
		padding-bottom: 19px;
		margin: 0 19px;
		margin-bottom: 19px;
	}
	#content.archive .post h3 {
		color: #422f57;
		font: normal 26px Georgia;
		letter-spacing: -1px;
		margin: 0 19px;
		margin-bottom: 7px;
	}
		#content.archive .post h3 a { color: #422f57; }

.entry {
	padding: 19px;
}
	.entry p {
		line-height: 150%;
		margin-bottom: 20px;
	}
	.entry ul, .entry ol {
		margin-bottom: 20px;
	}
	.entry li {
		margin-bottom: 5px;
	}
	.entry ol li {
		list-style: decimal outside;
		margin-left: 19px;
	}
	.entry ul li {
		list-style: disc outside;
		margin-left: 15px;
	}
	.entry h1, .entry h2 {
		background: none;
		border: 0;
		color: inherit;
		padding: 0;
	}
		#content .entry h1 a, #content .entry h2 a { color: inherit; }
	.entry h1, #content .entry h2, .entry h3 {
		color: #422f57;
		font: normal 22px Georgia;
		margin-bottom: 4px;
	}
		.entry h2 { font-size: 20px; }
		.entry h3 { font-size: 18px; }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* *** FAQs *** */
#faqs {
}
	#faqs .entry {
		padding: 10px 0;
	}
	
	#faqs > li {
		margin-bottom: 12px;
	}
	#faqs > li > a {
		font-size: 14px;
	}
