/*
    Document   : lips
    Created on : Jan 14, 2009, 3:26:22 PM
    Author     : Brett Vann
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
a{
	text-decoration:none;
}
a:link,a:visited{
	color:#6633CC;
}
a:hover,active{
	color:#666666;
}
body{
    background-color:#f41b6d;
}
#logo{
    font-family:lithograph;
    font-size:42px;

}
.menu{
    /*background-image:url("images/menuLips.png") ;*/
    vertical-align:top;
    font-family:lithograph;
    font-size:12px;
    background-repeat: no-repeat;
    background-color:#f39fbe;
    border:solid 1px #000000;
    cursor:pointer;
    /*font-size:32px;*/
}


.content_table{
    background-color:#faebbf;

}
.about{

    /*background-image: url(../lipsofthemonth/images/angielips.png);*/
    text-align:justify;
    vertical-align:top;
    background-repeat: no-repeat;
    background-color: #faebbf;
    font-size:14px;
    font-weight:700;
}
#inner_content{
	text-align:center;
	padding:12px;
	overflow:hidden;
}
#album{
	display:block;
}
#thumb{
	font-family:lithograph;
	display: inline;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #000000;
	background: #f39fbe;
	text-align:center;
}
#slide{
	background:#ffffff;
	padding:5px;
	border:solid 1px #000000;
}
