/*	CSS Styles for The Wishlist - v2
	Version: 1.0
	Author: Josh Lehman
	Copyright 2008 Lehman Design
*/

/* -- BASE STYLES -- */

h1, h2, h3, p, li {
	font-family: Georgia;
}

body.subpage {
	background: #8c110a url('../images/v2/bg-logo-sm.jpg') no-repeat 50% 0;
	margin: 50px 0px 0px 0px
}

body.home {
	background: #8c110a url('../images/v2/bg-logo-lg.jpg') no-repeat 50% 0;
	margin: 50px 0px 0px 250px
}

p {
	margin: 0px 10px 0px 30px;
	line-height: 140%;
}

/* -- GLOBAL CONTAINERS -- */

div.container-subpage {
	background: #8c110a url('../images/v2/bg-logo-sm.jpg') no-repeat 50% -50px;
	width: 1010px;
	margin: 0px auto;
}

/* -- Sidebar -- */
div.main-sidebar {
	float: left;
	width: 200px;
	margin: 130px 12px 0px 0px;
	background: #dbdad8;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px; 
	-icab-border-radius: 20px; 
	-khtml-border-radius: 20px;
	padding: 7px 0px 0px 0px;
}

	h4.sidebar {
		font: bold 13px/140% arial;
		color: #000;
		padding: 5px 10px 3px 15px;
	}

	h4.sidebar-first {
		font: bold 13px/140% arial;
		color: #000;
		padding: 5px 10px 3px 15px;
		border-top: 1px solid #efefef;
	}
	
	h4.sidebar-last {
		font: bold 13px/140% arial;
		color: #000;
		padding: 5px 10px 7px 15px;
		border-bottom: 1px solid #aaa;
	}
	
	h4.sidebar-logout {
		font: bold 13px/140% arial;
		color: #000;
		padding: 7px 10px 0px 15px;
		border-top: 1px solid #efefef;
	}	
	
	h4.sidebar-group {
		font: bold 16px/140% georgia;
		color: #000;
		padding: 7px 10px 7px 15px;
		font-weight: normal;
		border-top: 1px solid #efefef;
	}
		
	ul.sidebar {
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	ul.sidebar li {
		color: #000;
		list-style: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #bbb;
		padding: 5px 5px 5px 15px;
		background: #f7f7f7 url('../images/v2/bg-sidebar-item-grey.gif') repeat-x 0 0;
		font-size: 12px;
	}

div.main-holder {
	background: url('../images/v2/bg-needle-sm.jpg') no-repeat 0px 65px;
	padding-left: 18px;
	margin: 0px auto;
	width: 780px;
	float: right;
}

/* -- Where the action is -- */

div.main {
	background: #f7f7f7 url('../images/v2/bg-ribbon-topper.jpg') no-repeat right top;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px;
	min-height: 400px;
}

	div.content-wide {
		width: 580px;
		float: left;
	}
	
	div.content-full {
		width: 750px;
		float: left;
	}

	div.content-googleads {
		width: 150px;
		float: right;
		margin: 70px 24px 40px 20px;

	}
		
	div.content-narrow {
		width: 150px;
		float: left;
		background: #dddddd url('../images/v2/bg-hint-box.gif') repeat-x 0 0;
		border-top: 1px solid #bbb;
		border-left: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		border-right: 1px solid #bbb;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		margin: 80px 0px 0px 20px;
		padding: 0px;
		-moz-box-shadow: 1px 1px 5px #aaaaaa;
		-webkit-box-shadow: 1px 1px 5px #aaaaaa;
		padding-bottom: 5px;
	}
	
		div.content-narrow p {
			font: normal 10px/140% georgia;
			color: #444;	
			padding: 6px 10px 2px 10px;
			margin: 0px;	
		}

		div.content-narrow p strong {
			font: bold 12px/140% arial;
			color: #444;	
		}
		
		div.content-narrow ul li {
			font: normal 10px/140% arial;
			list-style: none;
			margin-left: 10px;
			margin-bottom: 4px;
			padding: 4px 0px 0px 0px;
			margin-right: 10px;
			border-top: 1px dotted #bbb;
		}
			
	h2.title {
		color: #c3170d;
		font: normal 24px/140% georgia;
		padding: 25px 0px 15px 30px;
		float: left;
		width: 250px;
	}

	h2.title-search {
		color: #c3170d;
		font: normal 24px/140% georgia;
		padding: 25px 5px 15px 30px;
		float: left;
	}
		
	h2.title-full {
		color: #c3170d;
		font: normal 24px/140% georgia;
		padding: 25px 0px 5px 30px;
		float: left;
		width: 320px;
	}
	
	h2.new-user-welcome {
		color: #888;
		font: normal 28px/140% georgia;
		padding: 70px 5px 5px 30px;
		text-align: center;
	}

	h2.mini-title {
		color: #c3170d;
		font: normal 16px/140% georgia;
		padding: 15px 0px 0px 30px;
		width: 250px;
	}
		
	h3.new-user-intro {		
		color: #888;
		font: normal 18px/140% georgia;
		padding: 15px 5px 5px 30px;
		text-align: center;
	}

	h3.multi-user-found-intro {		
		color: #888;
		font: normal 16px/140% georgia;
		padding: 15px 5px 5px 30px;
		text-align: center;
	}
		
	p.multi-user-found-actions {
		text-align: center;
		margin-top: 20px;
	}

	p.new-user-actions {
		text-align: center;
		margin-top: 50px;
	}
			
	h3.actions {
		padding-top: 27px;
		float: right;
	}

	h3.search-box {
		padding-top: 29px;
		float: left;
	}
	
	h2.welcome {
		color: #77746d;
	}

	hr.list-seperator {
		height: 19px;
		border: 0px;
		margin: 0px 0px 0px 30px;
		background: url('../images/v2/hr-shadow.gif') no-repeat 0 0;
		clear: both;
	}

	p.wish {
	    float: left;
	    width: 360px;
	    padding-top: 0px;
	    padding-bottom: 7px;
	    margin-left: 30px;
	    font: bold 14px/130% arial;
	}
	
		em.wish {
			font-style: normal;
		}
	
		p.wish span {
			color: #77746d;
			font: normal 11px/130% georgia;
		}
		
		p.wish span.item-taken {
			text-decoration: line-through;
	    	font: normal 14px/130% arial;
	    	color: #aaa;
		}
		
		p.wish span.new-wish {
			font: bold 8px/130% arial;
			color: #fff;
			background: #f97e34;
			padding: 2px 4px 2px 4px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}
	
	p.wish-actions {
	    float:right; 
	    padding-top: 3px; 
	    padding-bottom: 9px; 
	    font-size: .7em; 
	    text-align: right;
	}

	p.wish-comments {
		background: url('../images/v2/bg-tiny-line.gif') repeat-x 0 0;
	    float: left;
	    width: 360px;
	    padding-top: 9px;
	    margin-top: 2px;
	    padding-bottom: 7px;
	    font-size: 1em;
	    margin-left: 30px;
	    font: normal 10px/130% arial;
	}
		
	p.summary {
		margin-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 11px;
		font-style: italic;
		color: #777;
	}

	p.shared-note {
		margin-left: 30px;
		margin-bottom: 12px;
		padding-top: 10px;
		padding: 10px 20px 10px 20px;
		font-size: 12px;
		font-style: normal;
		color: #000;
		clear: both;
		border-bottom: 1px solid #dbdad8;
		border-right: 1px solid #dbdad8;
		background: #ececec;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
	
	p.wishlist-footer-actions {
		margin: 30px 0px 40px 30px;
	}
	
	ul.group-members {
		margin: 10px 0px 0px 30px;
	}

	ul.group-members li {
		list-style: none;
		padding: 0px 0px 8px 0px;
		border-bottom: 1px dotted #aaa;
		margin-top: 10px;
	}

	ul.group-members li.results {
		list-style: none;
		padding: 0px 0px 8px 0px;
		font-size: 16px;
	}

		ul.group-members li.results span.links {
			font-size: 12px;
			font-family: arial;
		}

		ul.group-members li.results em.friend {
			font: bold 8px/130% arial;
			color: #fff;
			background: #f97e34;
			padding: 1px 4px 1px 4px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}

		ul.group-members li.results span.remove-me-confirm {
			display: block;
			float: right;
			color: #ab140c;
			display: none;
		}
		
		
	div.inline-data-entry {
		background: #eae9e5 url('../images/v2/bg-inline-box.gif') repeat-x 0px -1px;
		margin: 0px 0px 10px 30px;
		padding: 15px 15px 20px 15px;
		clear: both;
		display: none;
		-moz-border-radius: 0px 0px 20px 20px;
		-webkit-border-bottom-left-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		border-bottom: 0px solid #bbb;
		border-right: 0px solid #bbb;
	}
	
	div.inline-data-entry p {
		margin: 0px 0px 10px 0px;
		color: #666;
		font-size: 9px;
		line-height: 140%;
		font-family: arial;
		font-weight: bold;
	}

	div.inline-data-entry p.inline {
		margin: 0px 0px 10px 0px;
		color: #666;
		font-size: 9px;
		line-height: 140%;
		font-family: arial;
		font-weight: bold;
		float: left;
		width: 245px;
	}
	
	div.inline-data-entry p.actions {
		margin: 20px 0px 0px 0px;
	}

	div.inline-data-entry p.actions-sm {
		margin: 13px 0px 0px 0px;
	}
		
	div.inline-data-entry p.bump {
		margin-left: 20px;
	}

	p.form_input {
	    padding-top: 6px;
	    padding-bottom: 7px;
	    margin-left: 30px;
	    font: bold 12px/140% arial;
	}

	p.form_input_inline {
		float: left;
		width: 245px;
	    padding-top: 6px;
	    padding-bottom: 7px;
	    margin-left: 30px;
	    font: bold 12px/140% arial;
	}

	p.actions-standalone {
		margin: 20px 0px 30px 30px;
	}

	div.form_input_group_members {
	    padding-top: 6px;
	    padding-bottom: 7px;
	    font: bold 12px/140% arial;
	}
	
		div.form_input_group_members p.name {
			background: url('../images/v2/bg-tiny-line.gif') repeat-x 0 0;
			padding-top: 5px;
			margin-bottom: 3px;
			float: left;
			width: 200px;
			clear: left;
			font: normal 12px/140% arial;
		}

		div.form_input_group_members p.action {
			background: url('../images/v2/bg-tiny-line.gif') repeat-x 0 0;
			padding-top: 5px;
			margin-bottom: 3px;
			float: left;
			width: 90px;
			clear: right;
			margin-left: 0px;
			font: normal 12px/140% arial;
		}
		
div.home-container {
	background: url('../images/v2/bg-needle-lg.jpg') no-repeat 0px 90px;
	padding-left: 19px;
	margin: 0px auto;
	width: 580px;
}

div.home {

}

div.home-login {
	background: #e4e4e4 url('../images/v2/bg-grey-home.jpg') repeat-x 0 0;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	padding: 15px 10px 0px 10px;
	text-align: right;
	line-height: 170%;
}
	p.forgot-password {
		margin-right: 74px;	
	}
	
	span.home-forgot-pw {
		font: normal 11px/120% arial;
	}

	#forgot-password {
		display: none;
	}
	
	p.password-login-boxes {
		font-size: 8px;
	}

div.home-promo {
	background: #f7f7f7 url('../images/v2/bg-white-home.jpg') repeat-x 0 0;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

	div.home-promo h1 {
		padding: 30px 30px 10px 30px;
		font-weight: normal;
		font-size: 24px;
		color: #b1170e;
	}
	
	div.home-promo p.teaser {
		padding: 10px 30px 20px 0px;
		line-height: 160%;
		font-size: 12px;
	}

	div.home-promo ul.home-promo li {
		line-height: 140%;
		font-size: 12px;
		margin-left: 45px;
	}
	
	div.home-promo ul.home-promo {
		margin-bottom: 20px;
	}
	
p.welcome-notice {
	background: #cde9eb url('../images/v2/bg-hint-box-blue.gif') repeat-x 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 15px;
	margin: 3px 30px 0px 30px;
	border: 1px solid #ccc;
	color: #444;
	font: normal 12px/130% arial;
	text-align: left;
}

	p.welcome-notice strong.title {
		font-size: 16px;
		font-weight: normal;
		font-family: georgia;
	}

p.message {
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px;
	margin: 10px 30px 10px 30px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #bd3326;
	font: bold 12px/130% arial;
	text-align: center;
}

p.notice {
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px;
	margin: 20px 0px 0px 30px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #4c6d84;
	font: bold 14px/130% arial;
	text-align: center;
}

p.prompt {
	background: #f9f8da;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 12px 8px 12px 8px;
	margin: 20px 0px 0px 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #4c6d84;
	font: normal 14px/130% arial;
	text-align: center;
	display: none;
	line-height: 160%;
}

/* --- INPUT / FORM ELEMENTS --- */

form {
	margin: 0px;	
	padding: 0px;
}

input.box {
	background: #fff url('../images/v2/bg-box.gif') no-repeat 0 0;
	border: 1px solid #fafafa;
	padding: 4px;
}

input.box-fat {
	background: #fff url('../images/v2/bg-box.gif') no-repeat 0 0;
	border: 1px solid #fafafa;
	padding: 4px;
	font-size: 16px;
}

input.box-comment {
	background: #fff url('../images/v2/bg-box.gif') no-repeat 0 0;
	border: 1px solid #fafafa;
	padding: 4px;
	width: 74%;
}

textarea.box {
	background: #fff url('../images/v2/bg-box.gif') no-repeat 0 0;
	border: 1px solid #fafafa;
	padding: 4px;
}

input.greyme, textarea.greyme {
	color: #aaa;	
}

input.full, textarea.full {
	width:  97%;
}

input.xlarge {
	width:  240px;
}

input.large {
	width:  200px;
}

input.med {
	width:  160px;
}

input.small {
	width:  120px;
}

input.xsmall {
	width:  80px;
}

dl {
	padding: 0px 30px 25px 30px;
	clear:  both;
	display: block;
}

dl dt {
	float: left;
	clear: left;
	width: 100px;
	margin: 4px 0px 4px 0px;
	padding: 7px 0px 0px 0px;
	color: #7f7e7a;
	font-style: italic;
}

dl dd {
	float: left;
	clear: right;
	margin: 4px 0px 4px 0px;
}

dl dd.buttons {
	margin-top: 15px;
}

/* --- BUTTONS --- */


a:link, a:visited, a:active {
	color: #309ab5;
	text-decoration: none;
}

a:hover {
	color: #167184;
}

a.sidebar:link, a.sidebar:visited, a.sidebar:active {
	color: #98120b;
	text-decoration: none;
	font-family: arial;
}

a.sidebar-logout:link, a.sidebar-logout:visited, a.sidebar-logout:active {
	color: #d11a0a;
	text-decoration: none;
	font-family: arial;
	font-size: 16px;
}

a.sidebar-logout:hover {
	color: #000;
}

a.sidebar:hover {
	color: #000;
}

a.sm-login {
	background: url(../images/v2/btn-mid-red.gif) repeat-x top left;
	text-shadow: 0 1px 0 #ab140c;
	padding: 4px 8px 4px 8px;
	font: bold 12px/120% Arial;
	color: #fff;
	border: 1px solid #ab140c;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
}

a.sm-login:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;
}

a.sm-search {
	background: url(../images/v2/btn-mid-red.gif) repeat-x top left;
	text-shadow: 0 1px 0 #ab140c;
	padding: 6px 8px 5px 8px;
	font: bold 14px/120% Arial;
	color: #fff;
	border: 1px solid #ab140c;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
}

a.sm-search:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;
}

a.sm-signup {
	background: url(../images/v2/btn-mid-red.gif) repeat-x top left;
	text-shadow: 0 1px 0 #ab140c;
	padding: 4px 8px 4px 8px;
	font: bold 12px/120% Arial;
	color: #fff;
	border: 1px solid #ab140c;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	margin: 0px 5px 0px 1px;
	text-decoration: none;
}

a.sm-signup:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;
}

a.sm-white {
	background: url(../images/v2/btn-mid-white.gif) repeat-x top left;
	padding: 4px 8px 4px 8px;
	font: bold 12px/120% Arial;
	color: #c3170d;
	border: 1px solid #afafaf;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.sm-white:hover {
	background: #fff;
	background-image: none;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;	
}

a.sm-red {
	background: url(../images/v2/btn-mid-red.gif) repeat-x top left;
	text-shadow: 0 1px 0 #ab140c;
	padding: 4px 8px 4px 8px;
	font: bold 12px/120% Arial;
	color: #fff;
	border: 1px solid #ab140c;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.sm-red:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;	
}

a.tiny-red {
	background: url(../images/v2/btn-mid-red.gif) repeat-x top left;
	text-shadow: 0 1px 0 #ab140c;
	padding: 1px 6px 1px 6px;
	font: bold 11px/120% Arial;
	color: #fff;
	border: 1px solid #ab140c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.tiny-red:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;	
}

a.sm-grey {
	background: #acacac url(../images/v2/btn-mid-grey.gif) repeat-x top left;
	padding: 4px 8px 4px 8px;
	font: bold 12px/120% Arial;
	color: #fff;
	border: 1px solid #888;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.sm-grey:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #444;
	border: 1px solid #888;
	text-shadow: none;
	text-decoration: none;	
}

a.split-right {
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

a.split-left {
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}

a.tiny-grey {
	background: url(../images/v2/btn-mid-grey.gif) repeat-x top left;
	padding: 1px 6px 1px 6px;
	font: bold 11px/120% Arial;
	color: #fff;
	border: 1px solid #222;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.tiny-grey:hover {
	background: #fff url(../images/v2/btn-mid-white.gif) repeat-x top left;
	color: #444;
	border: 1px solid #888;
	text-shadow: none;
	text-decoration: none;	
}

a.new-user-actions {
	background: url(../images/v2/btn-lg-red.gif) repeat-x 0px -1px;
	text-shadow: 0 1px 0 #ab140c;
	padding: 12px 10px 12px 10px;
	font: normal 18px/120% Arial;
	color: #fff;
	border: 1px solid #ab140c;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.new-user-actions:hover {
	background: #fff url(../images/v2/btn-lg-white.gif) repeat-x top left;
	color: #c3170d;
	border: 1px solid #afafaf;
	text-shadow: none;
	text-decoration: none;	
}

a.gobig {
	font-size: 22px;
	font-family: arial;
	font-weight: bold;
	line-height: 160%;
}

div.clear {
	display: block;
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}






