/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


    	html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, font, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td {
        	margin: 0;
        	padding: 0;
        	border: 0;
        	outline: 0;
        	font-weight: inherit;
        	font-style: inherit;
        	font-size: 100%;
        	font-family: inherit;
        	vertical-align: baseline;
        }
        /* remember to define focus styles! */
        :focus {
        	outline: 0;
        }
        body {
        	line-height: 1;
        	color: black;
        	background: white;
        }
        ol, ul {
        	list-style: none;
        }
        /* tables still need 'cellspacing="0"' in the markup */
        table {
        	border-collapse: separate;
        	border-spacing: 0;
        }
        caption, th, td {
        	text-align: left;
        	font-weight: normal;
        }
        blockquote:before, blockquote:after,
        q:before, q:after {
        	content: "";
        }
        blockquote, q {
        	quotes: "" "";
        }

        /*END OF RESET START OF REAL SHIT*/

           html {
               background: #ffd3d3;
           }

    	   body {
    	       background: #f1f1f1 url(images/page-bg.jpg) repeat-x;
    	       font-family: helvetica, verdana, sans-serif;
    	   }

    	   #wrap {
    	       width: 1008px;
    	       margin: 0 auto;
    	   }

    	   #header h1{
    	       text-indent: -9999px;
    	       background: url(images/logo.png) no-repeat;
    	       height: 338px;
    	       width: 958px;
    	   }

    	   #content {
               margin-top: 4em;
    	   }

           #content h2 {
            text-align: center;
    font-size:40px;
    font-style:italic;


           }

    	   #sign-up-box {
    	       background: url(images/sign-up-box.png) no-repeat;
    	       width: 1008px;
    	       height: 562px;
               position:relative;
    	   }
    	   
    	   #sign-up-box h3 {
    	       font-size: 33px;
    	       margin-bottom: 35px;
    	   }
    	   
    	   #opt-in {
               position:absolute;
               right:130px;
               top:225px;
    	   }
    	   
    	   #wpoi_email {
               font-size:16px;
               height:19px;
               width:305px;
               color: #bbb;
           }

    	   #footer {
    	       background: url(images/footer-bg.jpg) repeat-x;
    	       height: 40px;
    	   }

    	   #footer-inner {
    	       width: 1008px;
    	       padding:20px 20px 5px;
    	       margin: 0 auto;

    	   }

    	   .copyright {
    	       float: right;
    	   }

    	   a {
    	       text-decoration:none;
    	       color:#4487ef;
    	       font-weight:bold;
    	   }
