/*
Theme Name: GiftHeadquarters
Description: Custom blog template for GiftHeadquarters
Author: Rick Bjarnason
Author URI: http://www.cheekymonkeymedia.ca
*/

/*---------------------
		Resets
----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------
		General Tags
----------------------*/
body {
	background: #a2a5a2 url(img/BG-body.jpg) repeat-x 0 0;
	font: 10px Arial, Helvetica, sans-serif; /*---reset all fonts to 10px and declare the family --*/
	
}
p{
	font-size: 12px;
	line-height: 14px;
	padding: 5px 10px;
}
a {
	color: #CC0033;
}
small {
	font-size: 12px;
	vertical-align: text-top;
}
h2 {
	color: #000;
	font-size: 2.4em;
	padding: 0 10px;
}
h1 {
	color: #999;
	font-size: 1.8em;
	padding: 0 10px 10px;
}
h4 {
	color: #cc0000;
	font-size: 1.4em;
	padding: 0 10px;
}
h5 {
	font-size: 1.2em;
	padding: 10px;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	margin: 0 auto;
	position: relative; /* using this mostly for the ribbon placement */
	width: 850px;
}
#header {
	height: 105px;
	position: relative; /* using absolute positioning on children */
}
#home-content {
	background: url(img/BG-home-content.jpg) no-repeat -1px 0;
	height: 557px;
	margin: auto;
	padding: 0 15px;
	width:771px;
}
#content {
	background: url(img/content-back-trans.png) repeat-y 0 0;
	margin: auto;
	width:794px;
}
#footer {
	background: url(img/BG-footer.jpg) no-repeat -2px -25px;
	height: 50px;
	
	margin: 0 auto ;
	padding: 0 20px 0 28px;
	width: 726px;
}
#home #footer {
	background: url(img/BG-footer.jpg) no-repeat -2px 0;
	height: 70px;
	margin-top: -20px;
}
/*---------------------
		Header Styles
----------------------*/
#header h3 a{
	color: #999999;
	font-size: 3.4em;
	left: 70px;
	position: absolute;
	text-decoration: none;
	top:36px;
}
#logo {
	position: absolute;
	right: 67px;
	bottom:5px; /*was top:16px; */
}
/*---------------------
	Navigation Styles
----------------------*/
#landing-nav{
	height: 27px;
}
#landing-nav ul{
	background: url(img/nav-landing-trans.png) right 0 no-repeat;
	height: 27px;
}
.nav {
	height: 28px;
	position: relative;
	width: 100%;	
}
.nav ul {
	background: url(img/nav-main-trans.png) right 0 no-repeat;
	height: 28px;
	float: right;
}
 #rounded-effect {
	background: url(img/nav-left.png) 0 1px no-repeat;
	display: block;
	float: left;
	height: 28px;
	width: 15px;
}
#landing-nav #rounded-effect {
	background: url(img/nav-landing-left-trans.png) 0 0 no-repeat;

}
.nav ul li {
	float:left;
	background: url(img/nav-divide-trans.png) no-repeat right 5px;
}
.nav ul li:last-child {
	background: none;
	border: none;
}
.nav ul li a {
	color: #fff;
	font-size: 1.2em;
	line-height: 27px;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
}

.nav ul li ul {
	display: none;
}
.nav .current_page_item,.nav .current_page_ancestor {
	
}
.nav .current_page_item  ul,.nav .current_page_ancestor ul {
	background: none;
	display: block;
	right:0;
	padding: 0;
	position: absolute;
	top: 35px;
	width:auto;
}
.current_page_item  ul li, .current_page_ancestor ul li {
	float:left;
	background: none;
	border-right: 1px solid black;
	padding: 0 5px;
}
.nav ul .current_page_item  ul  a, .nav  .current_page_ancestor li a{
	color: #000;
	display: block;
	line-height: 12px;
	padding: 0 5px;
}
#product .nav .current_page_item  ul  a, #product .current_page_ancestor ul li a{
width: 77px;
}
#product .nav .current_page_item  ul,#product .nav .current_page_ancestor ul,#private .nav .current_page_item  ul,#private .nav .current_page_ancestor ul {
	right:0;
}
#private .nav ul li ul {
	width:750px;
}
.nav ul li a:hover,.nav ul .current_page_item  a,.nav .current_page_ancestor a, #footer .current_page_item  a {
	color:#ff0000;
}
/*---------------------
	Content Styles
----------------------*/
#home-main{
	min-height: 300px;
	_height:350px;
	padding-bottom: 20px;
}
.main {
	clear: both;
	overflow: hidden;
	padding: 0 30px 20px 20px;
	min-height: 470px;
}
#home-main h2 {
	font-size: 26px;
	margin: 50px 0 0 0;
	padding: 0;
}
#home-main p {
	color: #000;
	font-size:2.2em;
	font-weight: bold;
	padding: 0; 
	width:235px;
}
.main ul, .main ol {
	margin: 5px 50px;
	font-size: 12px;
}
.main ol li {
	list-style-type: decimal;
}
.main ul li {
	list-style-type: disc;
	list-style-image: url(img/red_bullet-trans.png);
	list-style-position: outside;
	line-height: 20px;
}
.
.important{
	color: #cc0033;
}
#img-wrap {
	float: right;
	height: 321px;
	margin-top: 24px;
	position: relative;/* I want to absolutely position the text */
	width: 452px;
}
#img-wrap p{
	font-size: 2.4em;
}
#img-wrap p .bottom{
	color:#fff;
	position: absolute;
	left: 25px;
	top:255px;
	width: 165px
}
#img-wrap p .top {
	color:#666;
	position: absolute;
	left: 25px;
	top:60px;
	width: 165px
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding-right: 25px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.column {
	float: left;
	border-right: 1px solid #ccc;
	height: 130px;
	padding: 0 25px;
}
.column h3 {
	color:#999;
	font-size: 1.8em;
	padding: 0;
}
.column p {
	padding: 10px 0;
}
.action {
	background: url(img/red-arrow.png) right 1px no-repeat;
	color:#999;
	font-size: 14px;
	padding-right: 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
.action:hover {
	color:#ff0000;
}
.heavy {
	color:#999;
	font-weight: bold;
}

#alpha {
	padding-left: 20px;
	width:235px;
}
#beta {
	width:230px;
}
#charlie {
	border: none;
	padding:0 30px 0 20px;
	margin-top:-10px;
	width:150px;
}
#charlie .heavy {
	
}
#top-hook {
	background: url(img/BG-content-top-trans.png) no-repeat 0 0;
	height:77px; 
	padding: 7px 12px;
}
#bottom-hook{
	background: url(img/BG-end-trans.png) no-repeat 0 bottom;
	height: 50px;
}
.picture {
	background: #F9F9F9;
	border: 1px solid #ccc;
	float: right;
	margin:-30px 100px 0 0;
	_margin-right: 50px;
	padding-bottom: 10px;
	text-align: center;
}
.bodytext {
	font-size: 14px;
	padding: 10px;
}
#lightbox-overlay-text-about {
	display: none;
}
.linked {
	border: 1px solid #bbb;
	background: #e2e3e2;
	color: #000;
	padding: 10px;
	text-decoration: none;
}
.linked:hover {
	color: #CC0033;
	text-decoration: underline;
}
#dist-reg {
	font-size: 16px;
	font-weight: bold;
}
/*---------------------
	Form Styles
----------------------*/
.boldnbeautiful {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.left{
	font-size: 12px;
}
form td {
	font-size: 12px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

/*--------------------------
			Comment styles
--------------------------*/

#commentform p {
	padding:.5em 0;
}
#commentform input {
	border:1px solid #7D6958;
	padding:.2em;
}
#comments-template {
	margin-top:2em;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	width:80%;
	padding:20px 30px;
	border:1px solid #7B7B7B;
	position:relative;
}
#comments-template li {
	clear:left;
	border-bottom:1px solid #ccc;
	padding:2em 0;
	overflow:hidden;
}
#comments-template .avatar{
	float:left;
	margin-right:25px;
	background:#afafaf;
	border:1px solid #fff;
	border-right:1px solid #7B7B7B;
	border-bottom:1px solid #7B7B7B;
	padding:4px;
}
.main_comment {
	background:#fff;
	margin-left:133px;
	padding:15px;
}
#respond {
	margin-top:1em;
}	
/*---------------------
	Footer Styles
----------------------*/
#footer p {
	color: #666;
	font-size: 1.2em;
	float: left;
	line-height: 50px;
}
#footer ul {
	float: right
}
#footer li {
	border-right: 1px solid #000;
	display: inline;
	line-height: 50px;
}
#home #footer p, #home #footer li {
	line-height: 90px;
}
#footer li:last-child {
	border: none;
}
#footer li a{
	color: #666;
	font-size: 1.2em;
	padding: 0 19px;
}
#footer li a:hover {
	color:#ff0000;
}
/*---------------------
	Ribbons
----------------------*/
#top-ribbon {
	
	position: absolute;
	right: 4px;
	top:180px;

}
#bottom-ribbon {
	bottom: 41px;
	left: 5px;
	position: absolute;
}
#home #bottom-ribbon {
	bottom: 0;
	top:550px;
}
/*---------------------
	Gift Booklets
----------------------*/
.book {
	overflow: hidden;
	margin:0 auto 100px;
	width: 700px;
}
.book-download a{
	background: url(img/pdf-icon.png) no-repeat 0 0;
	display: block;
	height: 23px;
	line-height: 25px;
	font-size: 12px;	
	padding:2px 0 2px 30px;
}
.main .book-navigation {
	margin: 30px 0 30px -10px;
	padding: 0;
	overflow: hidden;
}
.main .book-navigation li {
	border-right: 1px solid #999;
	color: #999999;
	float: left;
	list-style-image: none;
	list-style-type: none;
	
}
.book-navigation li.last{
	border: none;
}
.book-navigation li.return-top{
	border: none;
	float:right;
}
.book-navigation li.return-top a{
	
	color:#CC0033;
	font-size: 11px;

}
.book-navigation li a {
	color: #999999;
	font-family: Arial;
	font-size: 18px;
	font-weight: 600;
	padding: 0 10px;
	text-decoration: none;
}
.book-navigation li .active,.book-navigation li a:hover {
	color:#CC0033;
}
.book h3 {
	font-size: 18px;
}
#gift {
	float:left;
	margin: 0 20px;
}
#happy {
	float: left;
}
#fancy {
	background: url(img/fancy.jpg) no-repeat 0 0;
	height: 536px;
	position: relative;
	width: 626px;
}
.fancy-text {
	
	position: absolute;
	left: 100px;
}
#from {
	top:88px;
	width: 225px;
}
#to {
	top:246px;
	width: 295px;
}
#for {
	top:366px;
	width: 337px;
}
#selection {
	background: url(img/BG-selection.jpg) no-repeat top right;
	height:317px;
	padding-right: 300px;
}
#selection p {
	padding-left: 0;
}
#option1 {
	background: url(img/BG-option1.jpg) no-repeat top right;
	height: 272px;
	position: relative;
	margin-bottom: 50px;
}
#option1 p {
	width:260px;
	padding-left: 0;
}
#option1 a {
	position: absolute;
	bottom: 10px;
	left: 300px;
}
#option2 {
	background: url(img/BG-option2.jpg) no-repeat top left;
	height: 232px;
	padding-left: 422px;
	position: relative;
	margin-bottom: 50px;
}

#option2 a {
	position: absolute;
	bottom: 10px;
	left: 10px;
	
}
#option3 {
	background: url(img/laptop.jpg) no-repeat top right;
	height: 280px;
	
}
#option3 p {
	width:325px;
}
.right {
	text-align: right;
	padding-right:100px;
}
.book-col {
	float: left;
	margin-top: 20px;
	
	width:230px;
}