/*
Theme Name: fullscreen child
Theme URI: http://www.davidstephenson.com/
Description: Child Theme for Fullscreen
Author: David Stephenson
Author URI: http://www.davidstephenson.com/
Template: fullscreen
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../fullscreen/style.css");

#footer-wrap {
background:#111111 none repeat scroll 0 0;
padding:24px 0;
width:100%;
}

.postmetadata {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#111111 none repeat scroll 0 0;
clear:both;
color:#999999;
display:block;
font-size:11px;
height:25px;
margin:0 0 2em;
padding:1em;
}

body {
background:#222222 none repeat scroll 0 0;
color:#999999;
}

ul.thumbs { width: 1920px; list-style: none; margin: 0; padding: 0; position:relative; top:0; left:0; right:1920px }

#footer a:hover {
color:#AAAAAA;
}

#footer a {
color:#DDDDDD;
}

.postmetadata a:hover {
color:#AAAAAA;
}

.postmetadata a {
color:#CCCCCC;
}

#footer {
color:#CCCCCC;
text-align:left;
}