html, body {height: 100%;}

body {
	margin:0px;
	padding:0px;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#e4f9ff url(../images/page_bg.jpg) repeat-x top;
	font-size: 15px;
    line-height: 23px;
}
a, a:link{color:#008eb0; text-decoration:underline;}
a:hover {color:#F90;	text-decoration:none;}
a:visited {color:#666;}

/*Background graphics*/
#bottom { /*this is the underwater scene*/
	background-image:url(../images/bg_footer_grass.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#water_sand { /*the water and sand*/
	background-image:url(../images/bg_footer_grass_tile.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;/*display:table-cell;*/
}
#centre { /*splats and stars*/
	position:relative;
	margin:0px;
	background:url(../images/bg_pattern.jpg) no-repeat top center;
}
#background { /*tiling image of the blue gradient at the top*/
	/*min-height:100%;*/
	margin:0px;
	background:#e4f9ff url(../images/page_bg.jpg) repeat-x top;
}

/*header*/
#header {
	height:115px;
	 /*clear:both;*/
}
#logo_birds {
	width:376px; /*change this width to make the banner the birds are holding wider*/
	height:110px;
	float:left;
	background:url(../images/logo_bg_tile.png) repeat-x top;
	margin-top:5px;
	margin-left: 80px;
}
#logo_birds .left {
	width:178px;
	height:110px;
	float:left;
	background:url(../images/logo_bg_left.jpg) repeat-x top;
}
#logo_birds .right {
	width:197px;
	height:110px;
	float:right;
	background:url(../images/logo_bg_right.jpg) repeat-x top;
}
#logo_container {
	float:left;
}
#logo {
	margin: 27px 86px;
	position:absolute;
}
#search_blimp {
	width:510px;
	height:63px;
	margin:12px 0 0 0;
	float:right;
}
#search_blimp .front {
	width:213px;
	height:63px;
	float:left;
}
#search_blimp .middle {
	background:url(../images/search_blimp_tile.png) repeat-x top;
	float:left;
	width:230px;
	height:63px;
}
#search_blimp .tail {
	width:67px;
	height:63px;
	float:right;
	background:url(../images/search_blimp_tail.png) no-repeat top;
}
#search_blimp .field { /* the container that holds the search box*/
	width:180px;
	height:24px;
	padding:16px 0 0 2px;
}
#search_blimp .field input {  /*style of search box*/
	border:none;
	background-color:#FFF;
	padding:3px;
	width:174px; /*width:180px minus padding*/
	height:18px; /*height:24px minus padding*/
}
#search_blimp .button {
	width:54px;
	height:24px;
	position:absolute;
	margin:18px 0 0 186px;
}
/*menu*/

#menu_wrapper {	 
	height:53px;
	margin:0 0 15px 0;
}

.breadcrumb{
	background-color: #fff;
}

.breadcrumb>li+li:before{
	content: '';
}
.breadcrumb li {
	font-size:18px;
}
.breadcrumb li.arrow{
    background: url(../images/arrow-right.png) no-repeat 10px 4px;
    padding-left: 24px;
}

.breadcrumb ul li a, .breadcrumb ul li a:link, .breadcrumb ul li a:visited {
	color:#00b2d9;
	text-decoration:none;
}
.breadcrumb ul li a:hover, .breadcrumb ul li.current a {
	color:#F90;
	text-decoration:none;
}


#cart {
	width:240px;
	height:38px;
	background:url(../images/cart_box_tile.gif) repeat-x top;
}
#cart a, #cart a:link, #cart a:visited {
	color:#704700;
	text-decoration:none;
}
#cart a:hover {
	color:#704700;
	text-decoration:underline;
}
#cart .left {
	width:5px;
	height:38px;
	background:url(../images/cart_box_left.gif) no-repeat top;
	float:left;
}
#cart .right {
	width:5px;
	height:38px;
	background:url(../images/cart_box_right.gif) no-repeat top right;
	float:right;
}
#cart .icon {
	margin:6px 4px;
	float:left;
}
#cart .text {
	height:35px;
	margin:8px 0px 0 7px;
	float:left;
	padding:0px;
	font-size:18px;
}

.white {
	color:#FFF;
}
#container {
	background-color:#FFF;
	min-height:542px; /*672px minus padding*/
	margin:15px 0 0px 0;
	padding:0px;
}
#container .top {
	 
	height:5px;
	background:url(../images/content_top.gif) no-repeat bottom;
}
#container_bottom {
	 
	height:5px;
	background:url(../images/content_bottom.gif) no-repeat bottom;
}
#content {
	padding:12px 25px 12px 25px;
}
hr.clear {
	clear:both;
	visibility:hidden;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
}
h1 {
	font-weight:normal;
	color:#008eb0;
	font-size:34px;
	line-height:34px;
	margin-bottom:18px;
}

h2 {
	font-weight:normal;
	color:#F90;
	font-size:24px;
}
h3 {
	font-weight:normal;
	color:#5bb3ed;
	font-size:11px;
	margin-top:0px;
	padding-top:0px;
}
.pic_float_right {
	float:right;
	margin-left:25px;
}

/*footer*/
#footer {	 
	height:40px;
	padding:8px 5px 0 5px;
	background:url(../images/footer.png);
	margin-top:15px;
	margin-bottom:374px;
	font-size:11px;
	color:#696969;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:11px;
	color:#696969;
}
#footer ul {
	margin:0px auto 0 auto;
	padding:0px;
	width:400px; /*change this width to center your text*/
}
#footer li {
	margin:0px;
	padding:0px 5px 0 5px;
	list-style:none;
	float:left;
}
/*home content*/
.home_large_image {
	margin-bottom:12px;
}
.home_left {
	width:655px;
	float:left;
}

.home_right {
	width:244px;
	float:right;
}
.home_right p {
	padding:0px;
	margin:0px;
	line-height:normal;
}
ul.home_boxes {
	padding:10px 0 0 0;
	margin:0px;
	line-height:normal;
}
.home_boxes li {
	list-style:none;
	margin:0px;
	padding:0 0 12px 0;/*spacing between the images*/
	line-height:normal;
	font-size:16px;
	float:left;
	width:33%;
}

.home_boxes li.active{
	color: #F00;
}

div.riddles-list-group{
	padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}	

ul.riddles {
	padding:0px;
}
ul.riddles li {
	margin:0px;
	list-style:none;
	float:left;
	width:205px;
	height:150px;
	padding:10px;
	font-family:"Comic Sans MS",Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	text-align:center;
}
ul.riddles-mini{
	margin: 0 -30px 3px;
}
ul.riddles-mini li {
	margin:0px;
	list-style:none;
	padding: 2px 25px 0;
	font-family:"Comic Sans MS",Arial, Helvetica, sans-serif;
	background:url(../images/arrow-right.png) no-repeat left;
	font-size:15px;
	color:#333333;
	text-align:left;
}

ul.riddles-mini li.active {
	background:url(../images/icon_tick.gif) no-repeat left;
}

ul.riddles li:hover a,ul.riddles-mini li:hover a  {
	color:#F90;
	text-decoration:none;
}

.list-item-title{
	font-size: 22px;
	margin-bottom: 20px;
	display: inherit;
}

div.riddles div div {
	border-top: 1px dotted #ddd;
	padding-top: 5px;
	padding-bottom: 10px;
}

ul#buttons {
	width:330px;
	margin:10px auto;
	clear:both;
	padding:0px;
}
#buttons li {
	list-style:none;
	float:left;
	margin:0 40px 0 0px;
}
/*product full description*/

#product_full {
}
#product_full .left {
	width:490px;
	float:left;
}
#product_full .right {
	width:420px;
	float:right;
	text-align:right;
}
ul.ticks {
	float:left;
	margin:0px 0 20px 0; /*space at the bottom of the list*/
	padding:0px;
}
.ticks li {
	background:url(../images/icon_tick.gif) no-repeat left;
	line-height:25px; /*spacing between rows*/
	width:200px;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 25px;
	display:block;
}
#product_cart {
	height:32px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:5px 20px;
	clear:both;
	margin:20px 0;
}
#product_cart .price {
	width:100px;
	float:left;
	color:#3e9b06;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-top:5px;
}
#product_cart .qty {
	width:150px;
	float:left;
	color:#5bb3ed;
	font-size:24px;
}
#product_cart form {
	margin:0px;
	padding:0px;
}
#product_cart .qty input {
	padding:3px;
	margin:0px;
	width:63px;
	height:23px;
	background-color:#FFF;
	border:1px solid #dfdfdf;
	font-size:28px;
	color:#5bb3ed;
}
#product_cart #button {
	width:165px;
	float:right;
}
.image_border {
	border:1px solid #dfdfdf;
	padding:3px;
}
ul.small_thumb {
	margin:10px 0px 0 0; /*indent on the top right*/
	padding:0px;
}
.small_thumb li {
	width:77px;
	height:76px;
	border:1px solid #dfdfdf;
	padding:3px;
	margin:0px 0px 10px 10px; /*padding on the right and bottom.*/
	list-style:none;
	float:right;
}

div.riddles span{color: #888;}
/*div.riddles .p-idislike span.res-ilike, div.riddles .p-idislike span.res-idislike{color:#999;}*/

.riddle_left {
	width:545px;
	float:left;
}
.riddle_right img {
	padding-bottom:5px;
}
.riddle_right p{
	text-align:center;
}
.riddle_right {
	width:331px;
	float:right;
	text-align:center;
	padding-top:55px;
}
.blue_text {
	color:#5bb3ed;
	font-weight:bold;
}

.list-group-cats li{
	padding-bottom:20px;
}

.list-group-cats li a{
	font-size:110%;
}

/*contact page*/


#details_wrapper {
	margin:25px 0 15px 0;
	background:url(../images/dot.gif) bottom repeat-x;
	height:120px; /*change height to move dots down*/
	width:680px;
	float:left;
}
.left_details {
	float:left;
	width:180px;
}
.left_details2 {
	float:left;
	width:200px;
	margin-left:20px;
	padding-top:18px;
}
.right_details {
	float:left;
	width:240px;
	margin-left:20px;
	padding-left:20px;/*background:url(../images/dot.gif) repeat-y left;*/
}
.contact_title {
	color:#186c9b;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	border:#c8cdd2 1px solid !important; /*the important gets rid of the yellow google toolbar field style*/
	background-color:#FFF !important;
	margin:3px 0px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.blue {
	color:#186c9b;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#186c9b;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
}
#contact .submit_button {
	clear:left;
	margin-left:95px;
}
#form_container {
	float:left;
	clear:left;
	width:440px;
}
#contact_right { /*wraps around whole right column*/
	float:right;
	width:187px;
}
#contact_left {/*wraps around whole left column*/
	float:left;
	width:680px;
}

.search_button{
	position:absolute;
	top:-5px;
	left:10px;
}

ul.answers {
	list-style:none;	
	margin: -10px 0 0 -40px;
	padding-bottom: 50px;
}
ul.answers li{
	font-size:16px;
	background: url(../images/icon_tick.gif) no-repeat left;
	float: left;
	padding: 0 0 0 25px;
	width: 190px;
}
.clear{
	clear:both;
}

.grrow-btn-wdgt{
	margin-left:90px;
}

div.backtotop {
	background: url(/images/ico-go-up.png) no-repeat;
	width: 48px;
	height: 48px;
}

.middle{
	text-align: center;
}

.share_button{
	float:right;
	margin-right:30px;
	width: 250px;
	background: #FFF;
	text-align:center;
	padding:5px;
	border-radius:5px;
}
.share{
	padding-top:17px;
	font-size:20px;
}
.soc-btn {
	float: left;
	padding-right: 20px;
}
.answer-title{
	padding-top:10px;
}

.nav-subcats{
	background:#fff7c9;
	padding:5px;
}

.hand{
	/*width:18px;
	height:18px;*/
	vertical-align: middle;
}
.hand.empty:hover{
	cursor:pointer;
}

.res-ilike{
	margin-right:10px;
	color: #00ab00 !important;
}

.res-idislike{
	color: #ff0000 !important;
}  

img.icon128{
	width: 128px;
	height: 128px;
	border: 0;
}

.anchor-nav a{
	text-decoration: none;
    border-bottom: 1px dotted #008eb0;
    margin: 7px;
    display: inline-block;
	font-size:120%
}

@media only screen and (max-width:450px) {
	body{
		font-size:14px;
		line-height: 1.5;
	}
	p, .breadcrumb li{
		font-size:14px;
	}
	h1{
		font-size:22px;
		line-height: 1.2;
	}
	h2{
		font-size:20px;
	}
	#footer {	 	
		margin-bottom:5px;
	}
	.list-item-title{
		font-size:16px;
	}
	.anchor-nav a{
		font-size:100%;
	}
}
