/*****************************
* Green Mountain Knitting Bags
* normalcss.css - Site CSS
* October 8, 2010
* Allison Miller
******************************/

/* Body styles */
body {
	background-color: #ecffc5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.bodydark {
	background-color:#884444;
	color: #ffffff;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Headers */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}

/* Links */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #009900; }
a:active { color: #009900; }
.bodydark a:link { color: #ffffff; }
.bodydark a:visited { color: #ffffff; }
.bodydark a:hover { color: #aaaaaa; }
.bodydark a:active { color: #aaaaaa; }
.redlink { color: #FF0000; }
.aboutbagslink { text-decoration: underline; cursor: pointer; }

/* General font styles */
.copyright {font-size: 11px;}
.navbar {font-size: 14px; padding: 3px; white-space: nowrap; }
.linkoff {font-weight: bold; color: #000000; }
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style4pt5 { font-size: 17px; }
.style5 { font-size: 12px; }
.style8 {color: #CC0000}
.style10 {
	color: #660033;
	font-style: italic;
	font-weight: bold;
}
.style11 {color: #990066; font-size: 22px; }
.style12 {color: #660066; }
.underline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: underline;
}
.normalfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.sale {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}

/* Images */
.imgborder {
	color: #000000;
	border: 2px solid #000000;
	margin: 0px;
	padding: 0px;
}
.imgnews {
	color: #000000;
	border: 2px solid #000000;
	margin: 5px;
}
.imgaboutbags {
	color: #000000;
	border: 2px solid #000000;
	margin: 10px;
}
.imgaboutthumb {
	margin-bottom: 5px;
}

/* REVIEWS */
.pageButton { cursor: pointer; padding: 0px 10px 0px 10px; }
.pageButton.next { float: right; }
.pageButton.prev { float: left; }
.pageButton.disabled { color: #CC6666; cursor: default; }
.pageButton.disabled:hover { color: #CC6666; }

.paginatorex { position: relative; }

.pageCounter { margin: 0px auto; }
.pageCounter div { display: inline; font-weight: bold; }
