/* 
	Theme Name: BakeMyCake
	Theme URL: http://www.exsite.ie
	Description: The BakeMyCake
	Author: Graziano Muscas
	Author URI: http://www.wp-cafe.com
	Version: 0.9
*/

/* 
	1.0 RESET -----------------------------------------------------------------------------------------------------
*/
 *
	{
	margin:0;
	padding:0;
	line-height:20px;
	}
 .clear
	{
	clear:both;
	}
/* 
	1.1 MAIN  -----------------------------------------------------------------------------------------------------
*/

body {
	font-size:16px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	background:#eef5f4;
	color:gray;
	
	}
#panino {
	width:950px;
	margin:0px auto 0 auto;
	}
  
#content{
	width:742px;
	float:right;
	background:white;
	min-height:477px;
	max-height:40000px;
	}
#sidebar{
	width:195px;
	float:left;
	}
/* 
	1.2 TYPO -----------------------------------------------------------------------------------------------------
*/
 a
	{
	text-decoration:none;
	color:#fab617;
	padding:2px;
	}
a:hover
	{
	text-decoration:none;
	color:#fb9108;
	}
p,i,b
	{
	font-size:0.8em;
	}
h2,h3,h4,h5,h6
	{
	font-size:1em;
	margin-bottom:10px;
    color:#f8745b;
    
	}

h3
	{
	font-size:1em;
	margin-bottom:10px;
    color:#f8745b;
	text-transform: lowercase; 
 
	}
.boxpost img:hover,.boxpost a img:hover
	{
	background:none;
    
	}
/* 
	1.3 HEADER -----------------------------------------------------------------------------------------------------
*/	
#logo{
	width:350px;
	height:70px;
	margin-left:-12px;
	float:left;
	}
#logo a{
	width:350px;
	height:70px;
	display:block;
	background:url(images/logon.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:999999px;
	}
#quote{
  float:right;
  width:300px;
}
#quote p{
  padding:10px;
  color:white;
  font-weight:bold;
  text-align:right;
}
/* 
	1.4 PAGESUP -----------------------------------------------------------------------------------------------------
*/	
#pagesup{
	background:#35c6b7;
	height:120px;
	padding-top:5px;
	}
#pagesup li{
	float:left;
	list-style:none;
	width:148px;
	}
#pagesup li a{
	text-align:center;
	line-height:40px;
	color:white;
	font-size:0.9em;
	display:block;
	border-bottom:1px solid white;
	}
	#pagesup li a:hover{
	border-bottom:1px solid #29a598;
	color:#29a598;
	background:none;
	}
/* 
	1.4 SIDEBAR -----------------------------------------------------------------------------------------------------
*/	
#sidebar ul{
	text-align:right;
	list-style:none;
	margin-top:140px;
	}
#sidebar ul li ul{
	text-align:right;
	list-style:none;
	margin:5px 0;
	font-size:0.7em;
	height:1%;
	}
#sidebar ul li{
	margin-bottom:10px;
	}
#sidebar ul li#home a{
	color:#fab617;
	font-weight:bold;
	font-size:1em;
	padding:3px 6px;
	
	}
#sidebar ul li#home a:hover{
	background:#fab617;
	color:white;
	}
#sidebar ul li#about a{
	color:#ef7506;
	font-weight:bold;
	font-size:1em;
	padding:3px 6px;
	}
#sidebar ul li#about  li a{
	color:#ef7506;
	font-weight:bold;
	font-size:0.8em;
	padding:3px 6px;
	}
#sidebar ul li#about  ul{
	margin:5px 0;
	}
#sidebar ul li#about a:hover{
	background:#ef7506;
	color:white;
	}
#sidebar ul li#testimonials a{
	color:#f85f57;
	font-weight:bold;
	font-size:1em;
	padding:3px 6px;
	}
#sidebar ul li#testimonials a:hover{
	background:#f85f57;
	color:white;
	}
#sidebar ul li#cakes a{
	color:#6f873d;
	font-weight:bold;
	font-size:1em;
	padding:3px 6px;
	}
#sidebar ul li#cakes a:hover{
	background:#6f873d;
	color:white;
	}
#sidebar ul li#pcakes a{
	color:#35c6b7;
	font-weight:bold;
	font-size:1em;
	padding:3px 6px;
	}
#sidebar ul li#pcakes a:hover{
	background:#35c6b7;
	color:white;
	}

#sidebar ul li#diy a{
	color:#35c6b7;
	font-weight:bold;
	font-size:1em;
	padding:3px 6px;
	}
#sidebar ul li#diy a:hover{
	background:#35c6b7;
	color:white;
	}	
/* 
	1.5 SLIDER  -----------------------------------------------------------------------------------------------------
*/	
#slider {
    width: 742px; /* important to be same as image width */
    height: 477px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider a{
   border:none;
}
#sliderContent {
    width: 742px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	height:477px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-size:0.9em;
    padding: 10px 10px;
    width: 570px;
    background:#333333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
	color:white;
}
/* 
	1.6 BOXPOST  -----------------------------------------------------------------------------------------------------
*/
.boxpost {
   margin:15px 0 10px 0;
   padding:0px 20px 20px 20px;
   border-bottom:1px solid #eef5f4;
   min-height:477px;
    }
#blogpost{
   margin:15px 0 10px 0;
   padding:0px 20px 20px 20px;
   border-bottom:1px solid #eef5f4;
    }
.boxpost h2{
   font-size:1.1em;
   margin:10px 0;
    }
.boxpost p{
   padding-bottom:10px;
   font-size:0.8em;
    }

.boxpost ul, .boxpost ol{
   margin-left:40px;
   font-size:0.8em;
   padding:5px 0;
    }
.boxpost strong{
   color:#ef7506;
    }
	
#blogpost h2{
   font-size:1.1em;
   margin:10px 0;
    }
#blogpost p{
   padding-bottom:10px;
   font-size:0.8em;
    }

#blogpost ul, #blogpost ol{
   margin-left:40px;
   font-size:0.8em;
   padding:5px 0;
    }
#blogpost strong{
   color:#ef7506;
    }
	
	
.navigation .alignleft{
   float:left;
   font-size:0.8em;
   margin-bottom:20px;
    }
.navigation .alignright{
   float:right;
   font-size:0.8em;
   margin-bottom:20px;
    }
.navigation{
   clear:both;
    }
.entry a img {border:0px solid #56e6d7;padding:3px;}
.entry a img:hover {border:0px solid gray;padding:3px;}
.boxpost img.alignright {float:right; margin:0 0 1em 1em}
.boxpost img.alignleft {float:left; margin:0 1em 1em 0}
.boxpost img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.boxpost a img.alignright {float:right; margin:0 0 1em 1em}
.boxpost a img.alignleft {float:left; margin:0 1em 1em 0}
.boxpost a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#blogpost img.alignright {float:right; margin:0 0 1em 1em}
#blogpost img.alignleft {float:left; margin:0 1em 1em 0}
#blogpost img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#blogpost a img.alignright {float:right; margin:0 0 1em 1em}
#blogpost a img.alignleft {float:left; margin:0 1em 1em 0}
#blogpost a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* 
	1.7 BLOGBAR  -----------------------------------------------------------------------------------------------------
*/ 
#blog{
   width:70%;
   float:left;
    }
#blogbar{
   width:25%;
   float:right;
            text-align:right;
    }

#blogbar h2{
   font-size:1em;
  	margin:15px 20px 3px 0;
   
    }
#blogbar li{
   list-style:none;
   background: url(images/cup.png) no-repeat center right;
   padding:3px 25px 3px 3px;
   margin-right:20px;
    }
#blogbar ul{
   margin-bottom:10px;
   padding-bottom:10px;
   border-bottom:1px solid #eef5f4;
    }
#blogbar li a{
   font-size:0.8em;
    }
#blogbar li a:hover{
   font-size:0.8em;
    }
#more {
   text-align:right;
   margin:5px 0;
   font-size:0.8em;
    }
h4.pagetitle{
   margin:15px 20px;
    }
/* 
	TAB DESSERT -----------------------------------------------------------------------------------------------------
*/

	  #tableft {
	width:45%;
	float:left;
	text-align:left;
	}
  #tab1{
	width:25%;
	float:left;
	text-align:center;
	}
	 #tab2{
	width:25%;
	float:left;
	text-align:center;
	}
	#tab15{
	width:20%;
	float:left;
	text-align:center;
	}
	#tableft40{
	width:20%;
	float:left;
	text-align:center;
	}
	.tab2{
	width:20%;
	float:left;
	text-align:center;
	}
	#tabright{
	width:45%;
	float:left;
	text-align:left;
	}
p.title{
	font-weight:bold;
	background:#35c6b7;
	color:white;
	padding:3px;
	font-size:105%;
	}
#tableft p, #tab1 p, #tab2 p, #tabright p, .tab2 p, #tableft40 p, #tab15 p{
	padding:3px;
	margin:3px 0;
	}
#tableft p.alt, #tab1 p.alt, #tab2 p.alt, #tabright p.alt, .tab2 p.alt, #tab15 p.alt, #tableft40 p.alt{
	background:#f3f9f8;
	}
	
/* 
	FOOTER -----------------------------------------------------------------------------------------------------
*/
  #footerbox{
	width:950px;
	margin:0 auto 0 auto;
	position:relative;
	}
	#footer{
	float:right;
	clear:both;
	font-size:0.7em;
	width:722px;
	margin:0 auto;
	background:#35c6b7;
	text-align:right;
	padding:5px 10px;
	color:white;
	}
#footer a{
     color:white;
	}
#footer li{
   list-style:none;
   float:right;
   margin-right:10px;
   line-height:30px;
    }
#footer li#foot_mail, #footer li#foot_twitter, #footer li#foot_facebook {
  float:left;
    }
#footer li#foot_mail a{
  width:32px;
  height:32px;
  background:url(images/email.png) no-repeat 0 0;
  display:block;
  text-indent:9999px;
  overflow:hidden;
    }
#footer li#foot_twitter a{
  width:32px;
  height:32px;
  background:url(images/twitter.png) no-repeat 0 0;
  display:block;
  text-indent:9999px;
  overflow:hidden;
    }
#footer li#foot_facebook a{
  width:32px;
  height:32px;
  background:url(images/facebook.png) no-repeat 0 0;
  display:block;
  text-indent:9999px;
  overflow:hidden;
    }
#gallery{position:relative;background:url(images/gallery.png) no-repeat top;}
#gallery img {border:3px solid #56e6d7}
#gallery img:hover {border:3px solid #35c6b7;background:none,}
#gallery a img:hover {background:none,}
#gallery ul{
  height:500px;
  overflow:auto;
  width:270px;
}
#gallery li{
    list-style:none;
	margin:10px 10px 10px 0px;
	float:left;
	width:100px;
	height:105px;
}
#gallery li span{
	visibility:hidden;
	position: absolute;
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
#gallery a:hover span{
	visibility:visible;
	top: 10px;
    left: 330px; /*position where enlarged image should offset horizontally */
    z-index: 50;
    border:none;
}
#gallery p{
  font-size:1.2em;
	text-align:center;
	padding-top:3px;
	color:#35c6b7
}
/* 
	1.4 SLIDER -----------------------------------------------------------------------------------------------------
*/
#slider {
    width: 742px; /* important to be same as image width */
    height: 477px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider a{
   border:none;
}
#sliderContent {
    width: 742px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	height:270px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-size:0.9em;
    padding: 10px 10px;
    width: 570px;
    background:#333333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
	color:white;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size:0.9em;
	color:white;
}
#wpsc_shopping_cart_container h4{
    margin-bottom:10px;
	margin-top:10px;
}
.make_purchase{
	margin-top:10px;
}
.firstcol td{
	padding-top:3px;
	padding-left:3px;
}
#loghetto{
	width:250px;
	height:45px;
	background:url(images/dun_ceb.png) no-repeat 0 0;
	position:absolute;
	bottom:-100px;
	right:0;
}
#loghetto a{
	width:250px;
	height:45px;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}