/*
Theme Name: Effervescence 2
Author: Stephane Angoulvant
Author URI: http://angoulvant.net/sblog
*/

/*
Hi there! I hope you'll find the CSS clean enough.
There probably are a few redundancies but this code is consistantly
being changed and updated... Such are the ways of life.
	
-Stephane
*/

/* Main Stuff
------------------------------ */
html {
height:100%;
margin-bottom:0.1em;
}
* {
margin:0;
padding:0;
}
.clearage {
clear:both;
padding:0;
margin:0;
}
.clearit:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
}
.clearit {display:inline-block}
.clearit {display:block}
img {
border:0;
}
/* Text Styles
------------------------------ */

/* Front Page Title --- */
#logo {
font:normal 20px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
border:none;
float:left;
background:#000 url(../images/logo.png) 0px 0 no-repeat;
display:block;
text-indent:-5000px;
height:200px;
width:600px;
}
/* Gallery Titles  --- */
h4 {
color:#25ac8e;
font:normal 17px Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
/* Links  --- */
a {
color:#777369;
text-decoration:none;
}
a:link {
color:#0c7c61;
text-decoration:none;
}
a:hover {
color:#25ac8e;
text-decoration:none;
}
#copyright a {
border-bottom:1px solid #008f73;
}
#copyright a:hover {
border-bottom:1px solid #25ac8e;
}

/* Main Layout
------------------------------ */
body {
font:14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
color:#777369;
background:#000;
text-align:left;
margin:0 auto 0 auto;
}
#container {
margin:15px auto 0 auto;
width:900px;
}

/* Info Styling
------------------------------ */
#copyright {
color:#5e5a50;
border-top:0px solid #38352c;
padding:10px 0 10px 0;
font-size:11px;
margin:0 auto 0 auto;
}

/* Album Thumbnails
------------------------------ */
#albumlist {
margin:0 auto 0 auto;
width:900px;
background:#0e0e0c url(../images/albumBG1.gif);
}
#albumthumbs li {
width:300px;
height:200px;
border-bottom:15px solid #000;
position:relative;
float:left;
display:inline;
overflow:hidden;
}
#albumthumbs  a span{
/*\*/
position:absolute;
left:-9999px;
color:#777369;
}
#albumthumbs a:hover span{
top:0;
left:0;
width:280px;
height:200px;
background:url(../images/albumBG.png);
padding:5px 10px 5px 10px;
cursor:pointer;
}
