      /*
      Theme Name: Create The Moment
      Theme URI: http://createthemoment.com
      Description: A WordPress designed for Create The Moment.
      Author: Larry Stockman, Aaron Knipe
      Author URI: http://flatworldmediaproductions.com
      Version: 1.0
      Tags: two column, bright, photography
      .
      */

	body {
	margin: 0 0 0 0;
      	font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background: #ffffff url('images/background.jpg');
        color: #333;
	height: 100%; /* this is the key! */
        }

	body #container #content{
        height: 100%;
        }

	#sidebar ul li { list-style: none; }


      #wrapper {
	margin: 0 auto;	
        width: 1000px;
      }


	#header{
	margin: 0 0 0 0;
	width: 1000px;
	height: 200px;
	}

	#main{ 
	margin: 0 0 0 0;
	height: 100%
	}

	#content {
        	float: left;
        	padding: 0 45px 20px 45px;
        	margin: 0px 0 0;
        	width: 700px;
		font-size: 1.2em;
        	height: 100%;
                min-height: 900px;
		border-width: 3px;
        	border-style: solid;
		background: #ffffff url('images/backgroundLite.jpg');
	}

	/* Begin Sidebar */
	#sidebar
	{
        padding:  10px 30px 20px 0px;
        margin-left: 780px;
        width: 190px;
        height: 100%;
        min-height: 900px;
	border-width: 3px;
        border-style: solid;
	background: #bb9966;
        }
         
	/* End Sidebar */


#menu {
  padding:0;
  margin:0;
  }
#menu li {
  list-style-type:none;
  }


#menu a, #menu a:visited {
  display:block;
  width:12em;
  border: 2px dashed #D1C7AC;
  font-family:arial, verdana, sans-serif; /* ADDED */
  font-size:1em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  }


        #footer {
		float: left;
		width: 750px;
                padding: 0 0 0 0;
                margin: 0 auto;
                font-size: 1.2em;
		color: #333;
        }

#comment { width: 600px; }

#s {
	border: 2px dashed #D1C7AC;
	width: 150px;
}

