/*
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 --- */
h1 {
font:normal 20px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
float:left;
border:none;
background:#151412 url(images/logo.gif) -20px 0 no-repeat;
display:block;
text-indent:-5000px;
height:200px;
width:540px;
}
/* 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:#151412;
text-align:left;
margin:0 auto 0 auto;
}
#container {
margin:50px auto 0 auto;
width:810px;
}

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

/* Album Thumbnails
------------------------------ */
#albumlist {
margin:0 auto 0 auto;
width:810px;
background:#0e0e0c url(images/bg4.gif);
}
#albumthumbs li {
width:270px;
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:250px;
height:200px;
background:url(images/bk085.png);
padding:5px 10px 5px 10px;
cursor:pointer;
}


