/* Broadleaf UK Template CSS for:
BunchesofBalloons.co.uk*/


* {
margin: 0px; padding: 0;
}

/*============================
 Main structure 
 =============================*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #F9F7EA;
}

#container {
	background-image: url(images/bg.jpg);
	width: 931px;
	font-size: 1.6em;
	margin-left:auto;
	margin-right:auto;
	/*	margin: 4px;*/
	border-top: 20px solid #F9F7EA;
}


#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 20px;
}

#header_logo {
	margin-left: 5px;
	float: left;
	width: 290px;
	height: 240px;
}

#header_right {
	margin-left: 340px;
	height: 180px;
}

#header_right img {
	float: right;
	margin-right: 20px;
}

#left {
	float:left;
	width: 250px;
	margin-left: 45px;
	margin-top: 40px;
	clear:both;
}

#right {
	margin-left: 315px;
	margin-top: 30px;
	margin-right: 35px;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

#buy {
	clear:both;
	width: 80%;
	margin: 0 auto;
}

/*==========================
Text and image formatting 
===========================*/
br {
display: none; /* this odd thing is to remove the space between the image amd the title! */
}


p {
margin-bottom: 15px;
margin-top: 15px;
text-align:justify;
}

p.quote:first-letter {
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
}


p.photo {
width: 410px;
float: left;
margin: 10px 0 10px 0;
padding: 4px 4px 9px 4px;
border: 1px solid #ccc;
border-top-color: #eee;
border-right-color: #ddd;
border-bottom-color: #bbb;
background-color: #fff;
text-align:left;
display: block;
}


#gallery img {

width: 400px;
margin: 0 auto 5px auto;
border: 1px solid #ccc;
border-bottom-color: #eee;
border-left-color: #ddd;
border-top-color: #bbb;
display: block;
}

#gallery ul.nav_thumb {
	float: right;
	margin: 10px 0 5px 0;
	list-style: none;
}

#gallery a img.thumb {
display: block;
width: 100px;
margin: 5px;
}

h1 {
	color: #87a448;
	margin-top: 65px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3.6em;
}

.red {
color: #614240;
}

.centre {
	text-align: center;
	}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 2.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 20px;
}

h3 {
	height: 31px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*background-color: #F5F9EB;*/
	padding: 5px 0;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;*/
	font-size: 1.2em;
	color: #009900;
}

#feature {
	
	background-image: ;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom:20px;
	border: 1px dotted #EBE2B7;
	font-style: italic;
	border-color: #FFCC00;
	border-style: solid;
}

	
.jump_link {
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

#header_logo img {
	padding-left: 50px;
}

.feature_img {
	float: left;
	margin: 20px;
	}

.float_left {float: left;
              margin: 10px 20px 10px 0;
			  padding: 2px;
			  border: ridge #FFCC00;
}			  
.float_right {float: right;
			  padding: 2px;
              margin: 10px 0 10px 20px;
			  border: ridge #FFCC00;
}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 57px;/*original: 37px*/
	width: 162px;/*original: 182px*/
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}

#navcontainer li a.current 
{	
	background: url(images/menu.png) 0 -45px;
	color: #000000;
	font-weight:bold;
}

#ideas_menu a.current, #gallery_menu a.current
{	
	color: #000000;
	font-weight:bold;
}

#shopcats {
	margin-left: -1000px;	/* Temp. remove shopcats */
	}
	


#shopcats ul.shop li
{
	padding: 5px 0;
	}

#shopcats li a.current 
{	
	color: #000000;
	font-weight:bold;
	padding-left: 20px;
	font-size:120%;
}

/**************************************** Product lists ****************************/

#ideas_list, #display_list
{
list-style-type: none;
}

#ideas_list li
{
	float:left;
	width: 140px;
	margin-right:5px;
	margin-bottom:10px;
	padding: 10px;
	margin-top: 5px;
	height: 250px;
	}


#display_list li
{
	float:left;
	width: 180px;
	margin: 15px
	padding: 10px;
	height: 290px;
	}

#ideas_list img, #display_list img
{
	display:block;
	border: 1px solid #333300;
	}

.paypal
{
	color:#0000FF;
	margin: 10px 0;
	}
	

		
/**************************************** Table styles ****************************/

	
table.buy
{
	width: 80%;
	border: #0000CC double;
	border-spacing: 2px 5px;
	text-align: center;
	margin: 30px auto;
	font-size: 80%;
	}

table.buy th, table.buy td {
padding: 4px;
border: 1px solid #0000CC;
}

table.buy td.size {
	font-size: 200%;
	color: #0000FF;
}

table.buy caption
{
	text-align: left;
	height: 31px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	border-bottom: 1px dotted #CCCCCC;
	}	
/**************************************** Form elements: contact us ***************************/

form.contact fieldset {
border: 2px green;
padding: 10px;
}

form.contact legend {
font-weight: bold;
font-size: large;
color: #84a54a;
padding: 5px;
}

form.contact label {
font-weight: bold;
font-size: small;
color: #84a54a;
line-height: 150%;
}

form.contact label.fixedwidth {
clear: both;
display: block;
width: 240px;
float: left;
}

form.contact .form_notes p {
text-align:center;
}

form.contact .buttonarea {
text-align: center;
padding: 4px;
}

/************************************** Captcha Classes ****************************************/

table.captcha {
margin: 20px auto;
background-color: #E4F8E4;
border-spacing: 2px 5px;
}

table.captcha tr.first {
background-color: #339900;
color:#FFFFFF;

}

table.captcha tr.second {
padding: 2px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
size: 3;

}

/****************************************************/
/*                                   CSS image enlargement on hover      */
/****************************************************/


.thumbnail:hover img { /* Define img under "hover" */
border: 1px solid blue;
}

.thumbnail span { /*CSS for enlarged image*/
position: fixed;
background-color: lightyellow;
padding: 5px;
left: -1000px; /* this is a positioning statement under "absolute positioning" */
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
float:none;
padding: 5px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
visibility: visible;
top: 10px; /* this is a positioning statement under "absolute positioning" */
left: 25px; /*position where enlarged image should offset horizontally -  this is a positioning statement under "absolute positioning" */
z-index: 50; /* this is a positioning statement under "absolute positioning" */
}
