
body {
  background-image: url(../images/red/layout/background.jpg);
}

/* HEADER */
#header {
	margin: 20px 0 10px 0;
	background: url(../images/red/layout/header.png) no-repeat;
	height: 85px;

}


#header .social {
    background: url('../images/red/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/red/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/red/social/social_bt2.png') no-repeat;
    color: #fff;
    float: left;
}
/* MENU */
#menu {
	background: url(../images/red/layout/navigation.png) no-repeat;
	height: 40px;
}



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

}

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

.searchButton {
	padding: 1px;
    background: none;
	background-image: url(../images/red/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/red/search/button2.png);
	background-repeat: no-repeat;
}


/* READ MORE */

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



/* CATEGORY BOXES */

.groupContainer .categoryHead {
	background: url(../images/red/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: #fff;
	font-size: 18px;
	float: left;
	padding-top: 2px;
}

.groupContainer .categoryHead .feed a {
	color: #fff;
	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/red/buttons/arrow_left1.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

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

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

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


/* PARAGRAPH */



/* TABS */


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

#actionTabs .actionTabsActive {
  background: url(../images/red/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/red/tabs/tab_middle.png);
  font-weight: bold;
  color: #fff;
  outline: none;
}


#tabsNav .tabsActive, .tabsImagesActive {
  color: #fff;
  background-image: url(../images/red/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/red/buttons/arrow_left1.png);
  background-repeat: no-repeat;
  left: 0px;
  top: 45px;
}

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

.infiniteCarousel .back {
  background-image: url(../images/red/buttons/arrow_right1.png);
  background-repeat: no-repeat;
  right: 0px;
  top: 45px;
}
.infiniteCarousel .back:hover {
  background-image: url(../images/red/buttons/arrow_right2.png);
  background-repeat: no-repeat;
}


/* FOOTER */


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



.thumbnail  {
	float:left;
	margin:3px;

}

.alignleft  {
	float:left;
	margin:3px;

}
