/*
Theme Name: AQP Painting
Theme URI: http://michaelwender.com/
Description: Sandbox child theme.
Author: Michael Wender
Author URI: http://michaelwender.com/
Template: sandbox
Version: 1.0
*/
/*@import url('../sandbox/style.css');*/
@import url('blueprint/screen.css');
@import url('css/menu.css');
@import url('css/forms.css');
/* LAYOUT */
div#container {float:left; margin:0 -200px 0 0; width:100%;}
div#content {margin:0 200px 0 0;}
div.sidebar {float:right; overflow:hidden; width:180px;}
div#secondary {clear:right;}
div#footer {clear:both;width:100%;}

body{background: #C18000 url('images/original/bkgrd.jpg') repeat-x;}
div.shadow{width: 10px; height: 416px; background: transparent url('images/original/left-shadow.jpg') no-repeat;}
div#left-shadow{float: left; margin-right: -10px;}
div#right-shadow{float: right; background-image: url('images/original/right-shadow.jpg'); margin-left: -10px}
#footer{border-top: 3px double #39281A;	border-bottom: 3px double #39281A; background: #DCD3CC url('images/original/menu-bkgrd.jpg') repeat-x;	height: 30px;}
#footer-copyright{width: 892px; text-align: center; margin: .25em auto; font-size: 11px;}

#wrapper{width: 870px; margin: 0 auto; background: #fff url('images/original/bg-content.gif') repeat-x 0 141px; border-left: 1px solid #39281A; border-right: 1px solid #39281A;}
div#header{background: #C18000 url('images/original/header-bkgrd.jpg') repeat-x; position:relative;}
div.skip-link{display: none;}
div#header h1{margin: 0;}
div#header h1#blog-title a{display: block; width: 307px; height: 105px; text-indent:-9999px; background: transparent url('images/original/header-logo.jpg') no-repeat;}
div#blog-description{width: 403px; height: 105px; position:absolute; right:0; top: 0; text-indent:-9999px; background: transparent url('images/original/header-right.jpg') no-repeat;}
div#access{margin:0;}
.container{width: 892px;}
#container{padding: 10px;}
.breadcrumb{background: transparent url('images/border.dotted.png') repeat-x bottom; padding: 4em 0 1em 0; margin: 0 1em .5em 1em; border-top: 1px solid #f00;}

/* Text */
.alignleft{float: left; margin: .25em 1em .25em 0}
.alignright{float: right; margin: .25em 0 .25em 1em}
.framed{border: 1px solid #39281A; padding: 1px;}
ul,ol{margin: 0 0 1.5em 3em}