/*
Theme Name: Sugarbees
Description: Sugarbees wordpress theme
Version: 1
Author: Chris @ - dickinsonclark.com
*/
body {
	background-image: url(images/sugar_bgd.png);
	margin:0px; padding:0px;
}
img { 
	behavior: url(/iepngfix.htc); 
}

#main {
	position: relative;
/*	background-color: #336666;*/
	width:928px;
	margin:0 auto;
	overflow: hidden;
	background-repeat: repeat-y;
	background-image: url(images/content_bgd.png);
	border-color: #336666;
	border-width: 4px; 
}
/*.container {
	position: relative;
/*	background-color: #336666;
	width:935px;
	margin:0 auto;
	overflow: hidden;*/ 
}
#page  {
	background-repeat: repeat-y;
	background-image: url(images/content_bgd.png);
}
#header {
	height: 167px;	
	width:auto;
/*	float: left; */
	background-image: url(images/header_bgd.png);
	background-repeat: repeat-x;
}
#header h1 a {
	margin: 0px;
	padding: 0px;
	height: 100px;	
	width:910px;
	display: block;
	}

#header h1 a span { display: none; } 

#motif {
	background-image: url(images/header_bee.png);
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	position: absolute;
	top: 30px;
	left: 65px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

#logo {
	top: 30px;
	left: 345px;
	position: absolute;
	background-image:url(images/header_logo.png);
	background-repeat:no-repeat;
	width:380px;
	height:100px;
}
#sidebar {
	width: 220px;
	float: left;
	overflow: hidden;
}
#footer {
	clear: both;
}
#content  {
	padding-right: 50px;
	padding-left: 50px;
	float: right;
	width: 600px;
	overflow: hidden;
	}
#content ul{ text-decoration: none; list-style-type: none; }
#content a{ font-family: "Times New Roman", Times, serif; color: #7b5934; }












#content p {
	padding-bottom: 15px;
	width: 600px;
}	
#content h2 {
	font-style: normal;
	font-weight: normal;
	margin: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 30px;
	padding-left: 0px;
}
#footer {
	color:white;
}
#footer_left  {
	margin-bottom: 4px;
	background-image: url(images/footer_left_bgd.png);
	height: 175px;
	float: left;
	width: 220px;
}
#footer_right  {
	margin-bottom: 4px;
	background-image: url(images/footer_right_bgd.png);
	float: left;
	height: 175px;
	width: 707px;
}
/* menu rollovers */ 
ul#menu {
	padding-top: 5px;
}

ul#menu li{
	border-bottom-style: none;
	text-decoration:none;
	text-indent:-9999px;
	margin-left:0px;
	list-style: none;
	
}	
ul#menu li a{
	background-repeat: no-repeat;
	width: 130px;
	height: 41px;
	display: block;
	background-image: url(images/menusprite.png) ;
}
ul#menu li a:hover{
	z-index: 0;
	background-repeat: no-repeat;
	width: 130px;
	height: 41px;
	display: block;
	background-image: url(images/menusprite.png) ;
}
#celebration a  {
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
	display: block;
	background-image: url(images/menusprite.png) ;	   

}
#celebration a:hover  {
   background-position: -158px 0;
}
#celebration a:active  {
   background-position: -300px 0;
}
#wedding a  { 
	background-position: 0px -50px;
}
#wedding a:hover  {
   background-position: -151px -50px;
}
#wedding a:active  {
   background-position: -301px -50px;
}
#favours a  { 
	background-position: 0px -90px;
}
#favours a:hover  {
   background-position: -150px -90px;
}
#favours a:active  {
   background-position: -300px -90px;
}
#service a  { 
	background-position: 0px -130px;
}
#service a:hover  {
   background-position: -150px -130px;
}
#service a:active  {
   background-position: -300px -130px;
}
#gallery a  { 
	background-position: 0px -173px;
}
#gallery a:hover  {
   background-position: -150px -173px;
}
#gallery a:active  {
   background-position: -300px -173px;
}
#news a  { 
	background-position: 0px -215px;
}
#news a:hover  {
   background-position: -150px -215px;
}
#news a:active  {
   background-position: -300px -215px;
}
#shop a  { 
	background-position: 0px -260px;
}
#shop a:hover  {
   background-position: -150px -260px;
}
#shop a:active  {
   background-position: -300px -260px;
}
ul#footerlist	{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	text-decoration: none;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	list-style: none;
}
ul#footerlist li 	{
	margin: 0px;
	padding: 0px;
}	
ul#footerlist li a	{
	text-decoration: none;
	color: #7b5934;
}	
ul#footerlist li a:hover	{
	color: #cc6600;
}
ul#footerlist li a:active	{
	color: #cccccc;
}
ul#footerlist h3	{
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
	padding-left: 0px;
	
	padding-bottom: 2px;
	
	padding-right: 0px;
	
	padding-top: 0px;
	
	color: #336666;
	
	margin: 0px;
	
	font-size: 10px;
	
}

.column{
	margin-left: 60px;
	float: left;
	width: 150px;
}

/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ margin:50px auto; width:500px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:494px;
	overflow:hidden;
	height:380px;
}
#fullimg img{ width:500px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	background-color: #e8f5fa;
	overflow:hidden;
	padding:4px 2px;
	width: 460px;
	float:left;
	height:50px;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
h1{ padding: 0px; margin: 0px; }
#socialicons-fl{ margin-top: 46px; height: 95px; float: left; background-repeat: no-repeat; width: 200px; }
#tweet{ margin-left: 39px; background-repeat: no-repeat; height: 41px; width: 100px; float: left; background-image: url(images/follow_bird-b.png); }
#fb{ margin-left: 38px; background-repeat: no-repeat; height: 115px; width: 199px; float: left; background-image: url(images/facebook.gif); }
