/*
Theme Name: GadgetInsurance
Theme URI: http://gadgetinsurance.com/
Description: 
Version: 1.0
Author: Greg Findley
Author URI: http://gregfindley.com/

*/

@import url('reset.css');
/* CSS Document */

body {
	background: #423d41 url(images/bg.gif) repeat top left;
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #404041;
}

a,
a:link,
a:visited {
	color: #f05623;
	text-decoration: underline;
}
a:hover {
	color: #0fbcc4;
	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: #FFF url(images/bg-x.gif) repeat-x bottom left;
	margin: 0 auto;
	padding-bottom: 8px;
	width: 960px;
}

/* *** header *** */
#header {
	background: url(images/bg-x.gif) repeat-x top left;
	height: 83px;
	padding-top: 28px;
}
	/* logo */
	#header h1 {
		background: url(images/logo.gif) no-repeat top left;
		float: left;
		height: 68px;
		margin-left: 23px;
		text-indent: -9999px;
		width: 404px;
	}
		#header h1 a {
			display: block;
			height: 68px;
			outline: none;
		}
	
	/* top nav */
	#topnav {
		float: right;
		margin-right: 23px;
	}
		#topnav li {
			border-left: 1px solid #b0b0b0;
			display: inline;
			margin-left: 8px;
			padding-left: 10px;
		}
			#topnav li:first-child { border: 0; }
			
		#topnav a {
			color: #404041;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}
			#topnav a:hover {
				color: #f05623;
				text-decoration: underline;
			}
			
/* *** navigation *** */
#nav {
	background: url(images/nav.gif) repeat-x center left #FFF;
	border-bottom: 1px solid #f05623;
	border-top: 1px solid #626461;
	height: 41px;
	padding-left: 23px;
}
	#nav li {
		background: url(images/navLink.gif) no-repeat 100% 4px;
		float: left;
		font: bold 16px/41px Arial;
		height: 45px;
		margin-right: 2px;
		margin-top: -4px;
	}
		#nav li:last-child { background: none; }
		
		#nav li a {
			color: #404041;
			display: block;
			float: left;
			height: 45px;
			text-decoration: none;
		}
			#nav li a span {
				display: block;
				float: left;
				height: 41px;
				padding: 0 18px;
				padding-top: 4px;
			}
			
		#nav li.cur a {
			background: url(images/navCur.gif) no-repeat top right #f05623;
			color: #FFF;
		}
			#nav li.cur a span {
				background: url(images/navCurLeft.gif) no-repeat top left;
			}
		#nav li a:hover {
			background: url(images/navHover.gif) no-repeat top right #0fbcc4;
			color: #FFF;
		}
			#nav li a:hover span {
				background: url(images/navHoverLeft.gif) no-repeat top left;
			}
			
/* *** lower content wrapper *** */
#lower {
	padding: 23px;
}
	#lower p {
		line-height: 150%;
	}
	
	/* headings */
	#lower h1, #lower h2, #lower h3 {
		color: #f05623;
		font: bold 26px Arial;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

/* *** footer *** */
#footer {
	background: url(images/footer.gif) repeat-x top left #b3b3b3;
	border-top: 1px solid #c1c1c1;
	font-size: 12px;
	padding: 15px 23px;
}
	#copyright {
		margin-bottom: 7px;
	}
	#footer li {
		border-right: 1px solid #8a8989;
		display: inline;
		padding-right: 7px; margin-right: 6px;
	}
		#footer li:last-child { border: 0; }
		
		#footer a {
			color: #404041;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
		
/* *** homepage *** ***/
/* *** welcome box *** */
#welcome {
	float: left;
	margin-bottom: 18px;
	width: 450px;
}
	#welcome p {
		margin-bottom: 15px;
	}

/* *** guarantee *** */
#guarantee {
	background: url(images/guarantee.png) no-repeat center center;
	float: right;
	height: 98px;
	margin-bottom: 23px;
	margin-top: 17px;
	text-indent: -9999px;
	width: 447px;
}

/* *** boxes *** */
.round {
	-moz-border-radius: 6px;
}

#boxes {
}
	.box, #form {
		background: #f2f2f2;
		border: 1px solid #b3b3b3;
		
		-moz-box-shadow: inset 0 0 25px #d3d3d3;
	}
		.box {
			height: 265px;
			margin-bottom: 25px;
			width: 445px;
		}
		
	.box .inner, #calc .inner {
		border-top: 1px solid #f7f7f7;
		position: relative;
	}
		.box .inner {
			height: 237px;
			padding: 14px;
		}
		
		#lower .box h3 {
			background: url(images/boxHeading.png) no-repeat center center;
			color: #FFF;
			font: bold 26px Arial;
			height: 70px;
			letter-spacing: -2px;
			margin-bottom: 22px;
			margin-top: 14px;
			margin-left: auto;
			padding: 7px 0 0 14px;
			width: 250px;
		}
			.box h3 span {
				display: block;
				font-weight: normal;
				letter-spacing: -1px;
			}
			#boxes .box.alignright h3 {
				margin-left: 0;
			}
			
		.box li {
			background: url(images/tick.gif) no-repeat 100% 0;
			font-size: 12px;
			margin-bottom: 5px;
			padding-right: 25px;
			padding-top: 1px;
			text-align: right;
		}
			.box.alignright li {
				background-position: 0 0;
				padding: 1px 0 0 25px;
				text-align: left;
			}
			
		.box h4 {
			background: url(images/boxSubheadIphones.gif) no-repeat bottom left;
			height: 51px;
			text-indent: -9999px;
			position: absolute; left: 14px; bottom: 14px;
			width: 250px;
		}
			.box.alignright h4 {
				left: auto; right: 14px;
			}
			
		.buy {
			background: url(images/buy.gif) no-repeat top left #f05422;
			display: block;
			height: 42px;
			text-indent: -9999px; outline: none;
			width: 145px;
			
			position: absolute; right: 14px; bottom: 14px;
		}
			.buy:hover { background-position: bottom left; }
			
			.box.alignright .buy {
				left: 14px; right: auto;
			}
		
	
	/* *** iphone box *** */
	#iphone {
	}
		#iphone .inner {
			background: url(images/boxIphone.gif) no-repeat 11px 14px;
		}
		#boxes #iphone h3 {
			background: url(images/boxHeadingPhone.png) no-repeat top right;
			height: 69px;
			padding: 8px 0 0 32px;
			width: 264px;
		}
		
	/* *** laptops *** */
	#laptops {
	}
		#laptops.alignright .inner {
			background: url(images/boxLaptops.gif) no-repeat 263px 14px;
		}
		#laptops .inner {
			background: url(images/boxLaptops.gif) no-repeat 11px 14px;
		}
		#laptops h4 {
			background-image: url(images/boxSubheadLaptop.gif);
		}
		
	/* *** cameras *** */
	#cameras {
	}
		#cameras .inner {
			background: url(images/boxCameras.gif) no-repeat 11px 14px;
		}
		#cameras.alignright .inner {
			background: url(images/boxCameras.gif) no-repeat 258px 14px;
		}
		#cameras h4 {
			background-image: url(images/boxSubheadCameras.gif);
		}
		
	/* *** ipods *** */
	#ipods {
	}
		#ipods .inner {
			background: url(images/boxIpod.gif) no-repeat 11px 14px;
		}
		#ipods.alignright .inner {
			background: url(images/boxIpod.gif) no-repeat 258px 14px;
		}
		#ipods h4 {
			background-image: url(images/boxSubheadIpods.gif);
		}
		
	/* *** satnav *** */
	#satnavBox {
	}
		#satnavBox .inner {
			background: url(images/boxSatnav2.gif) no-repeat 11px 14px;
		}
		#satnavBox.alignright .inner {
			background: url(images/boxSatnav2.gif) no-repeat 258px 14px;
		}
		#satnavBox h4 {
			background-image: url(images/boxSubheadSatnav.gif);
		}
		
	/* *** smaller boxes *** */
	#subboxes {
		height: 190px;
		margin-bottom: 45px;
	}
		.box2 {
			height: 188px;
		}
		.box2 .inner {
			background: url(images/boxVideocams.gif) no-repeat 14px 7px;
			height: 162px;
		}
		#satnav .inner {
			background: url(images/boxSatnav.gif) no-repeat 14px 7px;
		}
			#subboxes .box2 h3 {
				background: none;
				margin-left: 0;
				margin-top: 10px;
			}
			.box2 .buy {
				bottom: 40px; left: 14px; right: auto;
			}
		
/* *** why us *** */
#whyus {
	background: url(images/stock.gif) no-repeat center right;
	float: left;
	height: 168px;
	margin-bottom: 30px;
	margin-top: 10px;
	width: 537px;
}
	.ticked {
	}
		.ticked li {
			background: url(images/tickBig.gif) no-repeat center left;
			font-size: 14px;
			font-weight: bold;
			height: 20px;
			margin-bottom: 10px;
			padding-left: 40px;
		}


/* *** why insure *** */
#whyinsure {
	float: right;
	width: 326px;
	text-align: right;
}
	#whyinsure p {
		margin-bottom: 12px;
	}

/* *** brands *** */
#brands {
}
	#brands h3 {
		color: #404041;
		margin-bottom: 4px;
	}
	
/* *** calculator *** */
#calc {
	float: right;
	width: 448px;
}
	#calc .inner {
		height: 166px;
		padding: 15px;
	}
	#calc li {
		margin-bottom: 8px;
	}
		#calc label {
			display: block;
			float: left;
			font: bold 14px/30px Arial;
			width: 160px;
		}
		#calc .input {
			background: url(images/select.gif) repeat-x center left #ececec;
			border: 1px solid #404041;
			display: block;
			font: normal 13px arial;
			margin-left: auto;
			padding: 6px;
			width: 247px;
		}
		#calc .alignleft {
			color: #404041;
			float: left;
			margin-top: 21px;
		}
		#calcTotal {
			float: left;
			font-size: 24px;
			font-weight: bold;
			letter-spacing: -1px;
			margin-left: 30px;
			margin-top: 12px;
		}
		
/* *** comparison table *** */
#compare {
	margin-bottom: 45px;
}
	#compare table {
		background: url(images/table.gif) repeat-x bottom left;
		width: 100%;
		border-collapse: separate;
		border: 1px solid #a2a2a2;
		
	}
	#compare td, #compare th {
		padding: 7px;
		border-right: 1px solid #a2a2a2;
		border-bottom: 1px solid #a2a2a2;
		text-align: center;
		border-collapse: separate;
		vertical-align: middle;
	}
		#compare th {
			background: url(images/th.gif) repeat-x top left #c6c6c6;
			font-size: 16px;
		}
		#compare td {
			font-size: 23px;
			font-weight: bold;
			padding: 12px 7px;
			letter-spacing: -1px;
		}
		
		/* rounding */
		#compare td:last-child, #compare th:last-child { border-right: 0; }
		#compare tr:last-child td { border-bottom: 0; }
		#compare th:first-child {
			-moz-border-radius-topleft: 6px;
			-webkit-border-radius-topleft: 6px;
			border-radius-topleft: 6px;
		}
		#compare th:last-child {
			-moz-border-radius-topright: 6px;
			-webkit-border-radius-topright: 6px;
			border-radius-topright: 6px;
		}
		#compare tr:last-child td:first-child {
			-moz-border-radius-bottomleft: 6px;
			-webkit-border-radius-bottomleft: 6px;
			border-radius-bottomleft: 6px;
		}
		#compare tr:last-child td:last-child {
			-moz-border-radius-bottomright: 6px;
			-webkit-border-radius-bottomright: 6px;
			border-radius-bottomright: 6px;
		}
		/* / rounding */
		
		#compare .rank {
			padding-left: 52px;
			padding-right: 14px;
			text-align: left;
		}
			#bronze .rank {
				background: url(images/rankBronze.gif) no-repeat 10px 50%;
			}
			#silver .rank {
				background: url(images/rankSilver.gif) no-repeat 10px 50%;
			}
			#gold .rank {
				background: url(images/rankGold.gif) no-repeat 10px 50%;
			}
		
		#compare .buy {
			margin: 0 auto;
			position: static;
		}

.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 */

.post {
	margin-bottom: 25px;
}
	#content .post h1, #content .post h2, #content .post h3 {
		margin-bottom: 0px;
	}
		.postmeta {
			font-size: 11px;
			margin-bottom: 8px;
		}
	
	#content .entry h1, #content .entry h2, #content .entry h3 {
		background: none;
		color: #404041;
		height: auto;
		line-height: normal;
		margin-bottom: 6px;
		padding: 0;
	}
		#content h1 a, #content h2 a, #content h3 a { text-decoration: none; }

	#content .entry h1 { font-size: 18px; }
	#content .entry h2 { font-size: 16px; }
	#content .entry h3 { font-size: 14px; }
	#content .entry p {
		line-height: 150%;
		margin-bottom: 15px;
	}
	.entry li { margin-bottom: 6px; }
	.entry ol li { list-style: decimal outside; margin-left: 17px; }
	.entry ul li { list-style: disc outside; margin-left: 15px; }
	
.disclaimer {
	font-size: 11px;
	margin-bottom: 10px;
}

#cpc {
	background: url(images/compare-pet-care-ad.png) no-repeat center center;
	color: #fff;
	display: block;
	float: right;
	height: 30px;
	line-height: 28px;
	padding: 58px 189px 10px 105px;
	text-align: center;
	text-decoration: underline;
	width: 153px;
}
