/*

Written  by: Fred-Eric Lafaille
Written for: Pixelpost 1.7.1 www: http://www.pixelpost.org/
LAST UPDATED: 23-03-20088
www: http://lafaille.ca/
Contact: fred-eric [at] lafaille [dot] ca
Copyright (c) 2008 <http://wwww.lafaille.ca/>

License: http://www.gnu.org/copyleft/gpl.html

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

*/


body {
background: white;
color: #666666;
}
a, a:link, a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #000000;
}
#photobox {
background: white url(../images/loading.gif) no-repeat center center;
}

#picture-frame-size {
border: 1px solid #999999;
background: #ffffff;
}

#menu_background {
background : transparent url("../images/light/header.png") repeat;
/* background: #d7d7d7; */
/* border-bottom: 1px solid #999999; */
}
#footer_background {
background : transparent url("../images/light/footer.png") repeat center center;
/* background: #d7d7d7; */
/* border-top: 1px solid #999999; */
}

#navigation {

}

.announce {
border-top: 1px dotted silver;
border-bottom: 1px dotted silver;
}

#navigation .nav-left {
font-weight: bold;
}

#comment-inner {
background: #d7d7d7;
}
#comment-inner {
border : 1px solid #999999;
}
#previous-next-link {
border-top : 1px dotted #222222;
}
#copyright {
}
#copyright, #copyright a, #copyright a:link, #copyright a:visited {
color : #666666;
}
#copyright a:hover {
color : #cccccc;
}
input { 
background: #e5e5e5;
border: 1px solid #666666;
color: #222222;
}
textarea { 
background: #e5e5e5;
border: 1px solid #666666;
color: #222222;
}
form { 
color: #666666;
padding: 15px;
}
/* comment section */
#comments li { 
color : #666666;
border : 1px solid #666666;
} 
#comments li:hover { 
color : #222222;
background : #e4e4e4;
} 
#comments li a { 
color : #000000;
} 
#comments li a:hover { 
color : #000000;
}
