/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body { 
	margin:0px; 
	background-color: #000000; 
	background:url(../img/bgtile1.jpg) repeat-x;
}
	
#wrapper {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	height:1100px;
	border:0px dashed #6FC;
}

header {
	color:#96c1ff;
	width:93%;
	padding:12px 0px 8px;
	margin:0 auto;
	font-family: 'Trocchi', serif;
	font-size:24px;
	text-align:center;
	letter-spacing:.127em;
}

#leftcolumn {
	width:208px;
	height:740px;
	overflow:hidden;
	background:#c4376f;
	float:left;
	text-align:center;
	padding:24px 8px 0px 8px;
}
#rightcolumn {
	width:224px;
	height:740px;
	overflow:hidden;
	background:#78abf6;
	float:left;
	font-family:'Chivo', sans-serif;
	font-size:20px;
	text-align:center;
	padding:24px 0px 0px 0px;
}
#midcolumn {
	width:512px;
	height:764px;
	overflow:hidden;
	background:#FFF;
	float:left;
}

#shine {
	width:45%;
	text-align:center;
	padding:8px 12px 0px 12px;
	font-family:'Chivo', sans-serif;
	font-size:13px;
	float:left;
}
#book {
	width:50%;
	text-align:center;
	float:left;
}
.author {
	font-size: 18px;
	color: #333;
	display: block;
	letter-spacing: 0.102em;
	margin: 0px 0px 12px 0px;	
}

.times {
	font-family:'Chivo', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-style:italic;
	letter-spacing:.248em;
	text-transform:uppercase;
}

.lefthead {
	font-family: 'Trocchi', serif;
	font-size:16px;
	color:#FFF;
	line-height:1.8em;
	display:block;
	
}
.shine {
	font-size:22px;
}
.excerptpic {
	border:1px solid #666;
	box-shadow:3px 3px 9px #666;
	margin:4px 0px 6px 0px;
}

#bookquotes {
	width:190px;
	font-family:'Chivo', sans-serif;
	font-size: 13px;
	color: #FF6;
	margin:24px auto 0;
	border-bottom:1px solid #FF6;
	border-top:1px solid #FF6;
	padding:6px 0px;
	line-height:1.8em;

}
#bookquotes .qline {
	line-height:1.1em;
	display:block;
	margin:6px 0px 0px 0px;
}

#pplquotes {
	width:188px;
	font-family:'Chivo', sans-serif;
	font-size: 14px;
	color: #333;
	margin:24px auto 0;
	letter-spacing:.112em;
}
.pplhilite {
	color:#fff;
	font-size:13px;
	display:block;
	margin:0px 0px 9px 0px;
	text-transform:uppercase;
}

.discuss_btn {
	width:152px;
	padding:4px 6px;
	font-family:'Chivo', sans-serif;
	font-size: 16px;
	color:#333;
	margin:12px auto 48px;;
	display:block;
	text-decoration:none;
	background: #709dde;
  	background: -webkit-gradient(linear, left top, left bottom, from(#96bef8), to(#709dde));
  	background: -moz-linear-gradient(top,  #96bef8,  #709dde);
  	background: -o-linear-gradient(top,  #96bef8,  #709dde);
  	background: linear-gradient(top,  #96bef8,  #709dde);
	
}

a.discuss_btn:hover {
	background:#c4376f;
	color:#fff;
}

.bookcvr {
	margin:24px auto 12px;
}

#author {
	width:94%;
	clear:left;
	font-family:'Chivo', sans-serif;
	font-size: 12px;
	color:#32338d;
	margin:36px auto 0px;
	overflow:hidden;
	padding:24px 0px 0px 0px;
	line-height:1.54em;
}
.authpic {
	float:left;
	margin:-24px 0px 0px 0px;
}
.name {
	color:#C4376F;
	font-size:18px;
	text-transform:uppercase;
}
.blog {
	color:#C4376F;
	font-size:20px;
	display:block;
	margin:8px 0px 0px 0px;
}
a.blog:hover {
	color:#0077D3;
}

#connect {
	width:100%;
	background-image:url(../img/connectlines.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:300px;
	text-align:center;
	padding:14px 0px 0px 0px
}
.connecthead {
	font-family:'Chivo', sans-serif;
	font-size: 18px;
	display:block;
	margin-bottom:10px;
}

.social {
	margin:-8px 8px 0px 8px;
}
.env {
	margin:-4px 4px 8px 8px;
}
.connectext {
	font-family:'Chivo', sans-serif;
	font-size: 11px;
	display:inline-block;
	width:234px;
	text-align:left;
	margin-top:4px;
	text-decoration:none;
	color:#333;
}
a.connectext:hover {
	color:#c4376f;
}
.sweepshd {
	font-size:28;
	
}
#sweepsbox {
	width:184px;
	background:#0077d3;
	font-family:'Chivo', sans-serif;
	font-size: 15px;
	padding:6px 6px 24px 6px;
	margin:12px auto 0px;
	color:#FFF;
}

.enternow {
	font-size:21px;
	color:#FF3;
	display:block;
	padding:4px 2px;
	margin:20px 0px;
	border-bottom:1px solid #FF3;
	border-top:1px solid #FF3;
	text-transform:uppercase;
}

.sweepsbtn {
	width:164px;
	padding:6px 8px;
	background:#0d2241;
	color:#FF3;
	font-size: 16px;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto 12px;;
}
.swpbtntxt {
	font-size:11px;
	color:#FFF;
	display:block;
}
#sweepsbox a:hover {
	color:#fff;
	background:#c4376f;
}


.shortrules {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	display:block;
	width:176px;
	margin:0 auto;
	line-height:1.0em;
}

#couple {
	width:100%;
	text-align:center;
}
#couple img {
	bottom:0px;
}

/*--------------------------------------footer--------------------------------------*/
footer {
	width: 96%;
	margin: 30px auto 0px;
	border-top: 0px solid #696f76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 7px 6px;
	color: #0077d3;
	border-top:0px solid #999;
}
footer a {
	color: #0077d3;
	margin: 0 6px;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer a:visited {
	color:#0e5a95;
}


/*==================================sharing icons==================================*/  

#sharebar {
	width:90%;
	margin:18px auto 0px;
	font-size:18px;
	padding:4px 0px;
	color:#f1f1f2;
	text-align:center;
	line-height:2.0em;
} 

.st_facebook_custom{ background: url("../img/share_fb.gif") no-repeat 0px 0px transparent; padding:4px 16px 12px 16px; margin:0px 0px 0px 4px;cursor:pointer;}
.st_twitter_custom{ background: url("../img/share_twtr.gif") no-repeat 0px 0px transparent; padding:4px 16px 12px 16px; margin:24px 0px 0px 0px;cursor:pointer;}
.st_googleplus_custom{ background: url("../img/share_google.gif") no-repeat 0px 0px transparent; padding:4px 16px 12px 16px; margin:0px 0px 0px 0px; cursor:pointer;}
.st_pinterest_custom{ background: url("../img/share_pinterest.gif") no-repeat 0px -0px transparent; padding:4px 16px 12px 16px; margin:-12px 0px 0px 0px; cursor:pointer;}

/*==================================sharing icons==================================*/ 


/*================Drop Down Button===================*/

#dd1 {
	width:220px;
	margin:5px auto 0px;
	overflow:visible;
	padding:0px 0px 0px 0px;
}


.retail {
	font-family:'Chivo', sans-serif;
	font-size:17px;
	text-decoration:none;
}

.mainbtn {
	font-family:'Chivo', sans-serif;
	font-size: 21px;
	color: #fff;
	display: inline-block;
	padding: 5px 18px;
	cursor: pointer;
	letter-spacing: 0.104em;
	background: #c4376f;
  	background: -webkit-gradient(linear, left top, left bottom, from(#e28bae), to(#a94a6f));
  	background: -moz-linear-gradient(top,  #e28bae,  #a94a6f);
  	background: -o-linear-gradient(top,  #e28bae,  #a94a6f);
  	background: linear-gradient(top,  #e28bae,  #a94a6f);
}

#dd1 a:hover {
	color:#333;
	background:#709dde;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 320px) {
    /* Style adjustments for viewports that meet the condition */
#wrapper {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:1100px;
	border:0px dashed #6FC;
}
	
header {
	color:#ffcc00;
	width:93%;
	padding:12px 0px 8px;
	margin:0 auto;
	font-family: 'Trocchi', serif;
	font-size:14px;
	text-align:center;
	letter-spacing:.127em;
	line-height:1.1em;
}	
	
.times {
	font-family:'Chivo', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style:italic;
	letter-spacing:.208em;
	text-transform:uppercase;
	line-height:1.23em;
}	
	
#leftcolumn {
	display:none;
}
#rightcolumn {
	width:100%;
	height:auto;
	overflow:hidden;
	background:#78abf6;
	float:left;
	font-family:'Chivo', sans-serif;
	font-size:16px;
	text-align:center;
	padding:8px 0px 0px 0px;
}
#midcolumn {
	width:100%;
	height:auto;
	overflow:hidden;
	background:#FFF;
	float:left;
}	
#shine {
	width:49%;
	text-align:center;
	padding:8px 0px 0px 4px;
	font-family:'Chivo', sans-serif;
	font-size:11px;
	float:left;
}
#shine img {
	width:auto;
	height:auto;
	max-width:80%;
}
#book {
	width:48%;
	text-align:center;
	float:left;
}
#book img {
	width:auto;
	height:auto;
	max-width:100%;
}
.author {
	font-size: 14px;
	color: #333;
	display: block;
	letter-spacing: 0.102em;
	margin: 0px 0px 4px 0px;	
}	
.discuss_btn {
	width:88%;
	padding:4px 6px;
	font-family:'Chivo', sans-serif;
	font-size: 12px;
	color:#333;
	margin:4px auto 12px;;
	display:block;
	text-decoration:none;
	background: #709dde;
  	background: -webkit-gradient(linear, left top, left bottom, from(#96bef8), to(#709dde));
  	background: -moz-linear-gradient(top,  #96bef8,  #709dde);
  	background: -o-linear-gradient(top,  #96bef8,  #709dde);
  	background: linear-gradient(top,  #96bef8,  #709dde);
	
}
.excerptpic {
	border:1px solid #666;
	box-shadow:3px 3px 9px #666;
	margin:4px 0px 6px 0px;
	clear:both;
}

#author {
	width:94%;
	clear:left;
	font-family:'Chivo', sans-serif;
	font-size: 12px;
	color:#32338d;
	margin:9px auto 0px;
	overflow:hidden;
	padding:4px 0px 0px 0px;
	line-height:1.54em;
}
.authpic {
	float:left;
	margin:-24px 0px 0px 0px;
}
.name {
	color:#C4376F;
	font-size:13px;
	text-transform:uppercase;
}
.blog {
	color:#C4376F;
	font-size:14px;
	display:block;
	margin:8px 0px 0px 0px;
}
.authpic {
	display:none;
}

#connect {
	width:100%;
	background-image:url(../img/connectlines.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:auto;
	text-align:center;
	padding:14px 0px 0px 0px
}
.connecthead {
	font-family:'Chivo', sans-serif;
	font-size: 18px;
	display:block;
	margin-bottom:10px;
}

.social {
	margin:-8px 8px 0px 8px;
}
.env {
	margin:-4px 4px 8px 8px;
}
.connectext {
	font-family:'Chivo', sans-serif;
	font-size: 11px;
	display:none;
	width:234px;
	text-align:left;
	margin-top:4px;
	text-decoration:none;
	color:#333;
}

.sweepshd {
	font-size:28;
	
}
#sweepsbox {
	width:92%;
	background:#0077d3;
	font-family:'Chivo', sans-serif;
	font-size: 18px;
	padding:6px 6px 24px 6px;
	margin:4px auto 0px;
	color:#FFF;
}

.enternow {
	font-size:21px;
	color:#FF3;
	display:block;
	padding:4px 2px;
	margin:8px 0px;
	border-bottom:1px solid #FF3;
	border-top:1px solid #FF3;
	text-transform:uppercase;
}

.sweepsbtn {
	width:132px;
	height:48px;
	padding:6px 4px;
	background:#0d2241;
	color:#FF3;
	font-size: 13px;
	text-decoration:none;
	display:block;
	margin:4px 3px;
	float:left;
}
.swpbtntxt {
	font-size:10px;
	color:#FFF;
	display:block;
}
.shortrules {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	display:block;
	width:290px;
	margin:0 auto;
	line-height:1.0em;
}
#sharebar {
	width:90%;
	margin:0px auto 0px;
	font-size:14px;
	padding:4px 0px;
	color:#f1f1f2;
	text-align:center;
	line-height:2.0em;
}

footer {
	width: 96%;
	margin: 0px auto 0px;
	border-top: 0px solid #696f76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 7px 6px;
	color: #0077d3;
	border-top:0px solid #999;
}


 

/*================Drop Down Button===================*/

#dd1 {
	width:90%;
	margin:5px auto 0px;
	overflow:visible;
	padding:0px 0px 0px 0px;
}


.retail {
	font-family:'Chivo', sans-serif;
	font-size:14px;
	text-decoration:none;
}

.mainbtn {
	font-family:'Chivo', sans-serif;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	padding: 5px 5px;
	cursor: pointer;
	letter-spacing: 0.104em;
	background: #c4376f;
  	background: -webkit-gradient(linear, left top, left bottom, from(#e28bae), to(#a94a6f));
  	background: -moz-linear-gradient(top,  #e28bae,  #a94a6f);
  	background: -o-linear-gradient(top,  #e28bae,  #a94a6f);
  	background: linear-gradient(top,  #e28bae,  #a94a6f);
}

#dd1 a:hover {
	color:#333;
	background:#709dde;
}








	
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
