/*
 * START: RESET RELOADED by Eric Meyer ---------
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b,
strong {
    font-weight: bold;
}
/*
 * END: RESET RELOADED ----------------------------
*/




/*
 * START: Clearfix (all browsers) -----------------
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
* html .clearfix {height: 1%;} /* IE6 */
*:first-child+html .clearfix {min-height: 1px;} /* IE7 */

/*
 * END: Clearfix (all browsers) -------------------
*/




/*
 * START: Basic Page Structure ---------------------
*/

#wrapper {
    padding-top: 45px;
    margin: 0 auto;
	width: 980px;
}
#header {
    height:92px;
}
#logo {
    float: left;
}
#container {
  clear: both;
  position: relative;
}
#content {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #333;
    min-height: 400px;
    background: #f1f2f1 url(../images/bg-home-content.jpg) repeat-y left top;
}
#footer {
    margin-top: 40px;
}
#footer .column,
#footer .column .over {
    position: relative;
    float: left;
    width: 233px;
    height: 163px;
    padding: 15px 0px;
}
#footer #col1.column,
#footer #col2.column,
#footer #col3.column {
    margin-right: 13px;
}
#footer #col4.column .extender {
    position: absolute;
    bottom: -27px;
    right: 35px;
    width: 24px;
    height: 27px;
}

/*
 * END: Basic Page Structure -----------------------
*/




/*
 * START: Global Styles  --------------------------
*/

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: #f0f0f0;
}
a:link {
	color: #0007d8;
}
a:visited {
	color: #0000e4;
}
a:active,
a:hover {
	color: #ff0010;
}
.overflow-hide {
    overflow: hidden;
}
input[type=text] {
    color: #777777;
    margin-bottom: 3px;
    padding: 1px 5px;
    width: 150px;
    height: 20px;
    border: 1px #b7b7b7 solid;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    /* behavior: url(css/border-radius.htc); */
    border-radius: 5px;
	
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
}
button.form-btn {
    color: #333;
    font-size: 12px;
    line-height: 10px;
    padding:0;
    margin:0;
    border:none;
    background:none;
    cursor:pointer;
}
button.form-btn img {
    vertical-align: middle;
}
#content,
#footer .column {
    border: 1px #b7b7b7 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    /* behavior: url(css/border-radius.htc); */
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
#footer .column .over,
#footer #col4.column .over .warning {
    border: 1px #b7b7b7 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    /* behavior: url(css/border-radius.htc); */
    border-radius: 10px;
    /* overflow: hidden; */
}
.red {
    color: red;
}
#content .share.twitter,
#content .share.facebook {
    position: absolute;
    z-index: 999;
}
/*
 * END: Global Styles -----------------------------
*/




/*
 * START: Main Navigation --------------------------
*/
#navigation {
    font-size: 13px;
	display: block;
	float: right;
	/* margin: 0 auto; */
	/* width: 685px; */
}
#navigation ul {
	list-style: none;
	margin: 0;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation a {
	height: 45px;
	color: #333;
	line-height: 45px;
	padding: 0 15px;
	text-decoration: none;
	display: block;
	overflow:hidden;
}
#navigation ul li.left a {
    background: url(../images/navigation-left.gif) no-repeat left top;
}
#navigation ul li.middle a {
    background: url(../images/navigation-middle.gif) repeat-x left top;
}
#navigation ul li.right a {
    background: url(../images/navigation-right.gif) no-repeat right top;
}
#navigation ul li.divider {
    height: 45px;
    width: 1px;
    background: #b7a225 url(../images/navigation-divider.gif) repeat-x left top;
}
#navigation ul ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	background-image: none;
}
#navigation ul ul li {
	min-width: 200px;
}
#navigation ul ul ul {
	left: 100%;
	top: 0px;
}
#navigation ul ul a {
	/* background: #ffcf46; */
	line-height: 1em;
	padding: 10px;
	width: 180px;
	height: auto;
}
#navigation li.left:hover > a,
#navigation li.middle:hover > a,
#navigation ul ul :hover > a {
	color: #fff;
	background-position: left -45px;
}
#navigation li.right:hover > a {
    color: #fff;
    background-position: right -45px;
}
#navigation ul li:hover > ul {
	display: block;
}
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a {
    color: #fff;
	background-position: left -45px;
}
#navigation ul li.right.current-menu-item > a,
#navigation ul li.right.current-menu-parent > a {
	color: #fff;
	background-position: right -45px;
}
* html #navigation ul li.left.current-menu-item a,
* html #navigation ul li.left.current-menu-parent a,
* html #navigation ul li.left a:hover,
* html #navigation ul li.middle.current-menu-item a,
* html #navigation ul li.middle.current-menu-parent a,
* html #navigation ul li.middle a:hover {
	color: #fff;
	background-position: left -45px;
}
* html #navigation ul li.right.current-menu-item a,
* html #navigation ul li.right.current-menu-parent a,
* html #navigation ul li.right a:hover {
    background-position: right -45px;
}
/*
 * END: Main Navigation --------------------------
*/




/*
 * START: Footer ---------------------------------
*/

#footer .column {
    text-align: center;
    background: #FFF;
}
#footer .column p,
#footer .column #feeds .item {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    
}
#footer .column .over {
    display:none;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 99;
    background: #FFFFFF url(../images/bg-footer-column.gif) repeat-x 0px 15px;
}
#footer .column p {
    padding: 0px 15px 10px;
}
#footer .column .over p {
    padding: 0px 20px 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-bottom: 1px #b7b7b7 solid;
}
#footer #col1,
#footer #col4 {
    cursor: pointer;
}
#footer #col1.column button.form-btn,
#footer #col2.column button.form-btn {
    position: absolute;
    bottom: 15px;
    right: 37px;
}


/* Column 1 */
#footer #col1.column p {
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer #col1.column .over p {
    padding-top: 0px;
}
#footer #col1.column, #footer #col1.column .over { padding-top: 0px; }
#footer #col1.column { min-height: 180px; overflow: hidden;}

/* Column 2 - MOBILE */
/*
#footer #col2.column p {
    padding-top: 15px;
    padding-left: 110px;
}
#footer #col2.column .over p {
    padding: 0px 5px 10px;
}
#footer #col2.column img.iphone {
    position: absolute;
    top:-15px;
    left:15px;
    z-index: 12;
}
#footer #col2.column img.app-btn {
    float: right;
    padding-right: 28px;
}
*/


/* Column 2 - BOOK */
#footer #col2.column p {
    padding-top: 10px;
    padding-left: 135px;
    padding-right: 5px;
}
#footer #col2.column .over p {
    padding: 0px 5px 10px;
}
#footer #col2.column .over p.out-of-stock {
    color: #333;
    font-size:22px;
    font-weight: bold;
    text-transform: uppercase;
    background:none;
    border:none;
    padding-top:26px;
}
#footer #col2.column p b {
    line-height: 12px;
}
#footer #col2.column img.book {
    position: absolute;
    bottom:0px;
    left:6px;
    z-index: 12;
}
#footer #col2.column img.for-sale {
    float: right;
    padding-right: 18px;
}


/* Column 4 */
#footer #col4.column #feeds {
    width: 200px;
    height: 80px;
    margin: 0px auto;
    border-top:#EEE dashed 1px;
}
#footer #col4.column #feeds .item {
    padding: 6px 0;
    height: 40px; 
    border-bottom:#EEE dashed 1px;
    font-size: 11px;
    line-height: 15px;
}
#footer #col4.column img.twitter-logo {
    position: absolute;
    bottom:10px;
    left:15px;
    z-index: 14;
}
#footer #col4.column .followers {
    position: absolute;
    bottom:10px;
    right:15px;
    z-index: 14;
    text-align: right;
    color: #666;
    font-size: 11px;
}
#footer #col4.column img.follow-me {
    position: absolute;
    bottom:35px;
    left:55px;
    z-index: 14;
}
#footer #col4.column .extender {
    background: url(../images/footer-talkbubble-extender.gif) no-repeat left top;
}
#footer #col4.column .over .extender {
    background: url(../images/footer-talkbubble-extender-over.gif) no-repeat left top;
}
#footer #col4.column .over .warning {
    margin: 40px 10px 0px;
    background: #FFF;
    position: relative;
}
#footer #col4.column .over .warning p {
    font-size: 11px;
    padding: 20px 5px 10px;
    margin: 0;
    border: 0;
    background: none;
}
#footer #col4.column .over .warning img {
    position: absolute;
    top: -25px;
    left: 82px;
    z-index: 14;
}
#footer #col4.column .over {
    background-position: 0px 0px;
}

/*
 * END: Footer -----------------------------------
*/