
body {
	background:url(../images/cupcake/layout/bg.jpg) top;
  
}

/* HEADER */
#header {
	margin: 0 0 10px 0;
	height: 190px;
}
.dscprtion_cake{ background:#fcfce3; padding:8px 5px; text-align:center }


#header .social {
    background: url('../images/cupcake/social/social_bg.png') no-repeat;
    height: 32px;
    width: 82px;
	float: right;
    margin-right: 10px;
    margin-top: 20px;
}
#header .social .trigger_tooltip {
    background: url('../images/cupcake/social/social_bt1.png') no-repeat;
    height: 29px;
    width: 76px;
    color: #fff;
    float: left;
    margin-left: 4px;
    margin-top: 2px;
    padding-left: 4px;
    padding-top: 5px;
    font-size: 12px;
}
#header .social .trigger_tooltip:hover {
    background: url('../images/cupcake/social/social_bt2.png') no-repeat;
    color: #fff;
    float: left;
}
/* MENU */

.menu_warp_cake{
	background: #eedcd5; /* for non-css3 browsers */
	-moz-box-shadow: 5px 5px rgba(165,123,121,17.5);
	-webkit-box-shadow: 5px 5px rgba(165,123,121,17.5);
	box-shadow: 5px 5px rgba(165,123,121,17.5);
}
#menu {
	background: url(../images/cupcake/layout/navigation.png) no-repeat;
	height: 40px;
}



.searchBg {
	background: url(../images/cupcake/search/searchbox.png);
	float: right;
	width: 228px;
	height: 28px;
    z-index: 1;

}

.searchBox {
	color: #333;
	background-color: #fff;
	border: 0px;
	padding: 6px;
	margin: 2px;
	float: right;
	width: 208px;
    z-index: 1;
	height: 11px;
}

.searchButton {
	padding: 1px;
    background: none;
	background-image: url(../images/cupcake/search/button1.png);
	background-repeat: no-repeat;
	width: 57px;
    border: 0px;
	height: 28px;
	float: right;
    z-index: 1;
}

.searchButton:hover {
    z-index: 1;
	padding: 1px;
	background-image: url(../images/cupcake/search/button2.png);
	background-repeat: no-repeat;
}


/* READ MORE */

.readmore:hover {
	background-image: url(../images/cupcake/buttons/readmore.png);
	background-repeat: no-repeat;
    color: #fff;
}



/* CATEGORY BOXES */

.groupContainer .categoryHead {
	background: url(../images/cupcake/layout/header_small.png) no-repeat;
	width: 252px;
	height: 33px;
	padding: 6px 5px 0 20px;
	margin: 5px 5px 0px 5px ;
}

.groupContainer .categoryHead .title a {
	color: #8b5959;
	font-size: 18px;
	float: left;
	padding-top: 2px;
}

.groupContainer .categoryHead .feed a {
	color: #8b5959;
	float: right;
	padding-top: 3px;
	margin-right: 6px;
	font-weight:bold;
}

/* BLOG */
.tag li a:hover {
  color: #018ff5;
}


/* MISC */

.button_forward {
	float: right;
	width: 21px;
	height: 21px;
	background-image: url(../images/cupcake/buttons/arrow_left1.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.button_forward:hover {
	background-image: url(../images/cupcake/buttons/arrow_left2.png);
	background-repeat: no-repeat;
}

.button_backward {
	float: right;
	width: 21px;
	height: 21px;
	background-image: url(../images/cupcake/buttons/arrow_right1.png);
	background-repeat: no-repeat;
}

.button_backward:hover {
	background-image: url(../images/cupcake/buttons/arrow_right2.png);
	background-repeat: no-repeat;
}


/* PARAGRAPH */




/* TABS */


#actionTabs .right ul li a:hover {
  background: url(../images/cupcake/tabs/actionTabsBg.png) no-repeat;
}

#actionTabs .actionTabsActive {
  background: url(../images/cupcake/tabs/actionTabsBg.png) no-repeat;
}

#myActionTabs .right ul li a:hover {
  background: url(../images/cupcake/tabs/actionTabsBg.png) no-repeat;
}

#myActionTabs .actionTabsActive {
  background: url(../images/cupcake/tabs/actionTabsBg.png) no-repeat;
}

/* TABS (sidebar) */



#tabsNav a, #tabsImagesNav a {
  padding: 5px;
  padding-top: 5px;
  height: 15px;
  margin: 0px;
  font-size: 13px;
  margin-left: 1px;
  color: #666;
}

#tabsNav li a:hover, #tabsImagesNav li a:hover {
  background: none;
  background-image: url(../images/cupcake/tabs/tab_middle.png);
  font-weight: bold;
  color: #fff;
  outline: none;
}


#tabsNav .tabsActive, .tabsImagesActive {
  color: #fff;
  background-image: url(../images/cupcake/tabs/tab_middle.png);
  font-weight: bold;
  outline: none;
  padding: 5px;
}
#tabsNav .tabsActive a {
  color: #fff;
}

#tabsNav .tabsNavActive:hover {
  color: #fff;
  outline: none;
  padding: 5px;
}



/* CAROUSEL */


.infiniteCarousel .forward {
  background-image: url(../images/global/buttons/goleft_1.png);
  background-repeat: no-repeat;
  left: 0px;
  top: 30px;
}

.infiniteCarousel .forward:hover {
  background-image: url(../images/global/buttons/goleft_2.png);
  background-repeat: no-repeat;
}

.infiniteCarousel .back {
  background-image: url(../images/global/buttons/goright_1.png);  
  background-repeat: no-repeat;
  right: 0px;
  top: 30px;
}
.infiniteCarousel .back:hover {
  background-image: url(../images/global/buttons/goright_2.png);
  background-repeat: no-repeat;
}

/* FOOTER */


.footerCopyright {
    background: url(../images/cupcake/layout/footer_bottom.png) no-repeat;
    height: 32px;
    line-height: 32px;
    text-align: center;
	color:#fff;
}

