/*!
Theme Name: Garden Gate Notes (PC)
Theme URI: http://gardengatenotes.com/
Description: The theme for Garden Gate e-notes
Author: August Home
Version: 1.0
*/

/** Layout **/

body {
	font-size: 16px;
	line-height: 22px;
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
}

/** Indicator disks **/

.indicator {
	margin: 10px auto;
	height: 12px;
	display: block;
	list-style: none;
}

.indicator > li {
	float: left;
	display: block;
	list-style: none;
	text-indent:-9999em;
	width:12px;
	height:12px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	background:#ddd;
	overflow:hidden;
	margin-right:6px;
}

.indicator > li.active {
	background:#888;
}

.indicator > li:last-child {
	margin:0;
}

#topnav {
	color: #777;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#topnav ul li {
	float: left;
	border-right: 1px solid #777;
	margin-right: 5px;
	padding-right: 5px;
	height: 14px;
	line-height: 14px;
}

#topnav ul li:last-child {
	border-right: 0;
	margin: 0;
	padding: 0;
}

#topnav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
}

#topnav a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	border: thin;
	padding: 20px 10px;
}

#main {
	background: #FFF;
	padding: 20px;
	border-top: 3px solid #777;
	border-bottom: 1px solid #777;
	-moz-box-shadow:inset 2px 2px 8px #CCC;
	-webkit-box-shadow:inset 2px 2px 8px #CCC;
	box-shadow:inset 2px 2px 8px #CCC;
}

#header {
	position: relative;
}

#header .category {
	position: absolute;
	right: 0;
	bottom: -10px;
}

#scroller {
	border-top: 1px solid #777;
	padding-top: 20px;
	position: relative;
}

.text-area {
	clear: both;
}

/* Weird fixes for old e-notes */
.text-area h3,
.text-area h4,
.text-area h5 {
	clear: none;
	font-size: 1.4em;
}

.text-area h3 { color: #E65925; margin: 12px 0 .4em 0; }
.text-area h4 { color: #9EC663; margin: 1em 0 .5em 0; font-size: 1.2em; }
.text-area h5 { font-size: 1.1em; }

.text-area ul {
	overflow: hidden;
}
.text-area ul li {
	margin-left: 20px;
	list-style-type: disc;
}

.text-area .landing {
	/* color: #A4C965;
	 * font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
	 */
	font-size:36px;
	line-height:36px;
	display: inline;
	clear: none;
}

#showcase {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 60%;
}

#showcase #copyright {
	position: absolute;
	left: 0;
	bottom: -15px;
	margin-left: 20px;
	font-size: 12px;
	width: 100%;
}

#showcase .beauty {
	width: 100%;
	height: auto;
}

.pages {
	clear: both;
	float: right;
	margin-right: 20px;
}

.pages a {
	text-decoration: none;
	color: #777;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #777;
}

.pages a:first-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.columns {
	float: left;
	width: 35%;
}

.columns p {
	text-indent: 1.5em;
	display: block;
}

.columns p:nth-of-type(1) {
	margin-top: 10px;
	text-indent: 0;
}

.columns li p {
	display: inline;
}

.columns blockquote { margin: 0 1.5em 10px; }
.columns blockquote p { text-indent: 0; }

.page h2, .page p {
	margin: 10px 0;
}

.page h2 {
	font-size: 26px;
	line-height: 28px;
}

/** Product page **/
#product #details ul {
    margin: 10px 20px;
}
#product ul li {
    list-style: disc outside none;
}
#product ul.sibSellPage li {
    list-style-image: url("http://gardengatestore.com/images/check.gif");
}
#product #details form {
    margin-bottom: 10px;
}
#product #details {
    clear: both;
    padding-top: 20px;
}
#product #book-cover,
#product #promo {
    float: left;
    padding-right: 5%;
    width: 45%;
}
#product #flashcontainer {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 512px;
}
#product #buy-book {
    float: left;
    width: 260px;
}
#product #buy-book img {
    display: block;
    margin: 0 auto;
}
#product #buy-book-cover {
    height: auto;
    width: 80%;
}
#product h2 {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 20px;
}
#product h3,
#product h4,
#product h5 {
    font-size: 22px;
}

/** Footer **/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin: 10px auto 0;
	color: #666;
	background: transparent url(../images/layout/wrap-bottom.png) no-repeat bottom;
}
#social {
	float: right;
	text-align: right;
}
#social > div {
	float: right;
	width: 90px;
}
#social .fb_ltr {
	width: 80px !important;
	height: 20px !important;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin-left: 12px;
	display:inline;
}
#footer ul li {
	float: left;
	margin: 6px 0 0 6px;
	border-right: 1px solid #999;
}
#footer ul li#copyright {
	border-right: 0px none;
}
#footer ul li a {
	padding: 0 6px 0 0;
}

@media only screen and (max-width: 1000px) {
	#container { width: 90%; }
}

@media only screen and (max-width: 900px) {
	#product #buy-book { display: none; }
	#subscribe-form {
		position: absolute;
		float: none;
		width: 230px;
		right: 0;
		bottom: 5px;
	}
	#subscribe-form .button {
		font-size: 0.8em;
		float: right;
		margin-right: 20px
	}
}

@media only screen and (max-width: 840px) {
	.desktop-column {
		width: auto !important;
		float: none !important;
	}
}

@media only screen and (max-width: 750px) {
	#subscribe-form {
		width: 350px;
		position: relative
	}
	#subscribe-form .button {
		float: none;
		margin-right: 0
	}
}

@media only screen and (max-width: 670px) {
	#showcase img, #showcase {
		width: 100%;
	}
	.columns {
		width: 100%;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.text-area h1 {
		clear: both;
 		margin-top: 20px;
 		font-size: 30px;
 		display: block;
 		text-align: center;
	}
	#header img {
		width: 80%;
		height: auto;
	}

	#product #book-cover,
	#product #promo {
		width: 100% !important;
		padding: 0;
		float: none;
	}
	#product #flashcontainer {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 500px) {
	#subscribe-form { display: none;}
	.columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

	#product-page p {
		font-size:16px;
		line-height:130%;
		margin: 15px 0 15px 0;
	}
	.product-button {
		background-color: #A0CD69;
		border: 2px solid #fff;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		box-shadow: 2px 2px 6px 0 #666666;
		-moz-box-shadow: 2px 2px 6px 0 #666666;
		-webkit-box-shadow: 2px 2px 6px 0 #666666;
		color: #000;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		padding: 4px 15px;
		text-decoration: none;
	}

	.product-button:hover {
		background-color: #709F35;
	}
