/*  

Theme Name: Gigglebot Shop
Theme URI: http://gigglebot.net/wp-content/themes/gigglebotshop/
Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

@import url('./style-cart.css');

/*** BODY ***/
body {
	font-family: "Century Gothic";
	font-size: 19px;
	line-height: 21px;
	color: #646464;
	margin: auto;
	background-color: #f8f1ce;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}

#biggertext {
	width: 580px;
	height: 68px;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	padding: 20px 10px 20px 10px;
	float: right;
	background-image: url(http://gigglebot.net/header2.png);
        a { color: #fff; }
}

.logolink {
padding-top: 120px;
}

/*** LINKS ***/
a, a:visited, a:active {
	color: #646464;
	font-weight: normal;
	text-decoration: bold;
}

a:hover {
	color: #bc80df;
	font-weight: underline;
	text-decoration: none;
}

/*** IMAGES ***/
img {
	border: 0px;
}

/*** FORMS ***/
input, textarea {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #646464;
	padding: 4px;
	margin-right: 3px;
	background-color: #fef9ea;
	border-bottom: 1px solid #e6dab9;
	border-right: 1px solid #e6dab9;
	border-left: 0px;
	border-top: 0px;
}

/*** WRAP ***/
#container {
	width: 820px;
	height: auto;
	margin: auto;
}

/*** HEADER ***/
#header {
	width: 820px;
	height: 268px;
	margin: auto;
	background-image: url(images/header-bg.png);
}

#header ul {
	width: 550px;
	font-size: 13px;
	margin: 0px;
	float: right;
	padding-top: 49px;
	list-style-type: none;
}

#header ul li a {
        font-family: "Georgia";
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #fcf1d3;
}

#header ul li a.end {
	padding-right: 15px;
	border: 0px;
}
	
#header ul li {
	float: right;
}

#header ul li a:hover {
	color: #a8c5ff;
}

#dropmenudiv {
	position: absolute;
	border: 0px;
	font-size: 15px;
	padding-top: 15px;
	z-index: 100;
}

#dropmenudiv a {
	display: block;
	border-bottom: 1px dotted #d8c694;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 0 5px 0;
	text-decoration: none;
}

#dropmenudiv .drop {
	background-color: #ffffff;
	border: 1px solid #ae915b;
	border-top: 0px;
}

#dropmenudiv a.end {
	border-bottom: 0px;
}

#dropmenudiv a:hover {
	background-color: #ffffff;
}

}

/*** HEADER2 ***/
#header2 {
	width: 820px;
	height: auto;
	margin: auto;
}

/*** CENTER ROW ***/
#center_div {
	width: 820px;
	height: auto;
	margin: auto;
}

/*** LEFT BAR ***/
#sidebar {
	width: 220px;
	height: auto;
	float: left;
	margin-top: -15px;
	margin-bottom: 40px;
}

#sidebar li {
	list-style-type: none;
}

h2.widgettitle {
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	color: #bc80df;
	font-size: 19px;
	font-weight: bold;
	padding-left: 20px;
}

.textwidget {
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar .section {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #d8c694;
}

#sidebar .welcome_section {
	width: 180px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: -16px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #d8c694;
}

#sidebar .search_section {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	border-top: 1px dotted #d8c694;
}

.section h1, .search_section h1 {
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	color: #bc80df;
	font-size: 19px;
	font-weight: normal;
}

.section li {
	color: #a56592;
	font-weight: bold;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(images/bullet-2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*** RIGHT BAR ***/
#mainbar {
	width: 560px;
	float: right;
	padding: 5px 20px 20px 20px;
	background-image: url(images/mainbar-bg.png);
}

#mainbar .update {
	font-size: 11px;
	margin-bottom: 30px;
}

#mainbar h1 {
	color: #ae915b;
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #d8c694;
	padding-bottom: 12px;
}

#mainbar div.post_meta {
	color: #a56592;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	margin-bottom: 10px;
}

#mainbar div.post_meta li {
	color: #a56592;
	font-weight: bold;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	background-image: url(images/bullet-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainbar ul li {
	color: #a56592;
	font-weight: bold;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	background-image: url(images/bullet-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainbar h2 {
	color: #ae915b;
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
}

#mainbar .comments {
	font-size: 11px;
}

#mainbar .comment_box {
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: 1px dotted #d8c694;
}

#mainbar p.comment_post_meta {
	margin: 0px;
	padding-bottom: 2px;
}

#mainbar p.comment_post_meta a {
	color: #a0aec9;
	font-size: 15px;
}

#mainbar p.comment_post_meta a:hover {
	color: #bc80df;
}

#accept_login {
	width: 600px;
	float: right;
	margin-top: 20px;
}

#accept_login h1 {
	color: #ae915b;
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #d8c694;
	padding-bottom: 12px;
}

#accept_login li {
	color: #a56592;
	font-weight: bold;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	background-image: url(images/bullet-2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.accept {
	height: 236px;
	width: 250px;
	float: left;
	padding: 5px 20px 20px 20px;
	background-image: url(images/mainbar-bg.png);
}

.login {
	height: 236px;
	width: 250px;
	float: right;
	padding: 5px 20px 20px 20px;
	background-image: url(images/mainbar-bg.png);
}

#bottom_links {
	width: 560px;
	float: right;
	margin-bottom: 30px;
	padding-top: 5px;
}

#bottom_links ul {
	font-size: 15px;
	list-style-type: none;
}

#bottom_links ul li {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #a4a6b7;
	float: right;
}