/*
Title:		Podium red Style 
Author:		imediapixel@gmail.com
*/

/* links */
a,a:link,a:visited {
  color:#A32626; 
  text-decoration:none;
}
a:hover{
  color:#353535;
}

/* ----------------------- SLIDESHOW LAYOUT -----------------------*/
/* Slideshow Section */
#slidecontainer {
  background: url(red/bgslide-red.jpg) top center repeat-x;
}
#slider {
  background: url(red/bgslide-red.png) 50% 8% no-repeat;
}

/* 3D Slideshow */
#piecemaker_slider{
  background: url(red/bgslide-red.png) 50% 8% no-repeat;  
}

/* ----------------------- PAGE LAYOUT -----------------------*/
/* page */
#pagebar {
  background: url(red/pagebar-red.jpg) top center repeat-x;
}

/* Read More Link */
a.linkreadmore {
  color: #5a5a5a;
}
a.linkreadmore:hover {
  color: #3a3a3a;
}