/*
Theme Name: fullscreen_md
Theme URI: http://graphpaperpress.com
Description: Child Theme for Fullscreen
Author: Matsys
Author URI: http://matsysdesign.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");

html{
  overflow-y:scroll;
} 

#content h2, .post h2 { text-align:left; text-transform:uppercase; border-bottom:1px solid #333; border-top:1px solid #333; padding:6px 0 0 0; background: url(images/stripe.png) repeat }
.alignleft{float: left; padding: 0 10px 0 0}
.wp-caption { text-align: left; }
.wp-caption .wp-caption-text { margin: 0; padding: 1px 5px 5px 0px; }

ul {list-style-position:inside}
ol {list-style-position:inside}

#nav ul li ul li a { display: block; background: #1a1a1a; padding: 1px 10px; width: 130px; color: #999; background-repeat: no-repeat; background-position: 5px 50%; }

