/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
body{
	margin: 30px 0 30px 0;
	text-align: center;
	background-color: #fff3f3;
	background-color: #F2F2FF;
	font-size: 100%;
	font-family: sans-serif;
}
a img{
	border:none !important;
}
h1{
	font-family: sans-serif;
	font-size:120%;
	color: #006666;
    text-align: center;
    margin-bottom: 0.5em;
    padding-top: 40px;
}
h2{
	font-family: sans-serif;
	font-size:100%;
    font-style: italic;
	color: #006666;
    text-align: center;
    margin-bottom: 0.5em;
}
#container {
	margin:0 auto;
	width:730px;
	padding:40px;
    padding-top: 2px;
	text-align:center;
	background-color:#fff;
	border:1px solid #eee;
}
#container table {
    margin: 2em auto 0 auto;
    text-align: center;
}
#container a {
	border:1px solid #eee;
	background-color:#f5f5f5;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
    text-decoration: none;
	color: #006666;
}
#container a:hover {
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
    text-decoration: none;
}
#container .date {
    font-size: 70%;
}
#container p.up {
    float: left;
}
#container p.up img {
    vertical-align: middle;
}
#container p.up a,
#container p.archive a
{
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
	background-color: transparent;
    font-size: 90%;
}
#container p.archive {
    float: right;
}

p#footer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: gray;
    font-size: 80%;
}
p#footer a { color: gray; }
p#footer a:hover { text-decoration: none; }

.currentTextHolder {
    font-size: 80%;
}

p.pi_links {
    text-align: center;
    font-size: 70%;
    color: #777;
    margin: 1.2em 6em 0 6em;
}
p.pi_links a {
    color: #777;
    text-decoration: none;
}
p.pi_links a:hover {
    color: #777;
    text-decoration: underline;
}
