/* 
    Document   : galleries
    Created on : Jun 23, 2010, 3:12:52 PM
    Author     : Arlen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h1.title{
    font-family: arial, serif;
    letter-spacing: 2px;
    margin:10px 0 40px 0;
	letter-spacing:0.1em;
    font-size: 1.9em;
    color: #999;
    
}

.gallery-txt-cp{

    color: #ffffff;
	text-align:center;
	
        text-transform: uppercase;
}


.gallery-album-cp{
width: 730px;
overflow: hidden;
margin-left:auto;
margin-right:auto;
text-align:center;



}



.gallery-album-cp ul{
margin: 20px 0 0 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 11px verdana;
list-style-type: none;
}

.gallery-album-cp li{
display: inline;
margin: 0;
}

.gallery-album-cp li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 8px; /*padding inside each tab*/
border-right: 1px solid #000000; /*right divider between tabs*/
color: #f9262a;
background: none; /*background of tabs (default state)*/
}

.gallery-album-cp li a:visited{
color: #f9262a;
}

.gallery-album-cp li a:hover, .gallery-album-cp li.selected a{

}

