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

/* links */
a,a:link,a:visited {
  color:#0A5E80; 
}
a:hover{
  color:#353535;
}

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

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

/* ----------------------- PAGE LAYOUT -----------------------*/
/* page */
#pagebar {
  background: url(blue/pagebar-blue.jpg) top center repeat-x;
}
 
/* Read More Link */
a.linkreadmore {
  color: #5a5a5a;
}
a.linkreadmore:hover {
  color: #3a3a3a;
}