/*
 +----------------------------------------------------------------------+
 || CSS
 +----------------------------------------------------------------------+
 || Author:    Daniel Wilkins
 || Revision:  1.00
 || Date:      02 September 2008
 +----------------------------------------------------------------------+
 || Application: Details
 || Purpose: Details
 +----------------------------------------------------------------------+
*/

  @import url('css/green_menu.css');
  @import url('css/blog.css');
  @import url('css/project.css');
  @import url('css/common.css');
  @import url('css/postit.css');
/*-----------------------------
Default Elements
------------------------------*/

body {
	top: 0px;
	left: 0px;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/main_page/background.jpg);
	background-repeat:repeat;
	background-color:#FF9900;
	color:#666666;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
}

html, body {
	min-height:90%;
	min-width:800px;
	height:96%;
}

html {
  overflow: auto;
}

/*-----------------------------
End Default Elements
------------------------------*/

/*-----------------------------
Page Layout
------------------------------*/

.page_top_image {
  width:100%;
  height:44px;
  margin-top:0px;
  margin-left:0px;
  background-image:url(../images/main_page/top_border.png);
  background-repeat:repeat-x;
}

#wrapper {
  width:960px;
  margin-left:auto;
  margin-right:auto;
}

#left_area {
  height: 800px;
  width:253px;
  display:block;
  float:left;
}

#main_body {
  width:960px;
  height:800px;
}

#main_content {
  height: 800px;
  width:707px;
  display:block;
  float:left;
}


#footer {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  height:20px;
}

	
	/*-----------------------------
    Main Paper Layout
    ------------------------------*/
	  #main_body_top {
	    width:707px;
		height:56px;
		background-image:url(../images/main_page/paper_top.png);
		background-repeat:no-repeat;
	  }
	
	  #main_body_bottom {
	    width:707px;
		height:29px;
		background-image:url(../images/main_page/paper_bottom.png);
		background-repeat:no-repeat;
	    text-align:center;
	    font-size:0.7em;
	    color:#000000;
	  }
	  
	  #main_body_strip {
	    width:707px;
		height:693px;
	  }
	  #main_body_left {
	    width:28px;
		height:693px;
		float:left;
		background-image:url(../images/main_page/paper_left.png);
		background-repeat:no-repeat;
	  }
	  #main_body_right {
	    width:19px;
		height:693px;
		float:left;
		background-image:url(../images/main_page/paper_right.png);
		background-repeat:no-repeat;
	  }
	  
	  #content_area {
	    width:660px;
	    height:693px;
		background-image:url(../images/main_page/paper_repeat.png);
	    background-repeat:repeat-x;
		float:left;
	  }
	  
	  #envelope {
	    width:256px;
		height:200px;
		margin-top:21px;
		background-image:url(../images/main_page/envelope.png);
		background-repeat:no-repeat;
	  }
	  
	  #postit {
	    width:250px;
		height:278px;
		margin-top:10px;
		background-image:url(../images/main_page/postit.png);
		background-repeat:no-repeat;
	  }
	 
	 #pins {
	    width:250px;
		height:227px;
		margin-top:10px;
		background-image:url(../images/main_page/pins.png);
		background-repeat:no-repeat;
	  }
	  
     .google_add {
	    background-image:url(../../images/main_page/google_add.png);
	    height:219px;
		padding-left:30px;
		padding-top:30px;
		width:205px;
		margin-left:15px;
      }
	  
	
	/*-----------------------------
    End Main Paper Layout
    ------------------------------*/
	
	/*-----------------------------
    Main Content Layout
    ------------------------------*/
	
	  .content_left {
	    width:240px;
		height:660px;
		float:left;
	  }
	  
	  .content_right {
	    width:420px;
		height:660px;
		float:left;	  
	  }
	  
	  .content_right_top {
	    width:420px;
		height:493px;
	  }
	  
	  .content_right_bottom {
	    width:420px;
		height:200px;
		background-image:url(../images/main_page/coffee_stain.png);
		background-repeat:no-repeat;
		background-position:bottom right;
	  }
	  
	  .home_top_plus {
	
        width:420px;
        height:200px;
		margin-top:14px
      }
	

	
	/*-----------------------------
    End Main Content Layout
    ------------------------------*/
	
	/*-----------------------------
    Footer Layout
    ------------------------------*/
	
	.foot_separator {
      background-color:#000000;
      height:1px;
      margin-bottom:2px;
      width:800px;
    }
	
	.foot_text {
	  text-align:center;
	  font-size:0.7em;
	  color:#000000;
	  margin-top:4px;
	  width:800px;
	}
    /*-----------------------------
    End Footer Layout
    ------------------------------*/

/*-----------------------------
End Page Layout
------------------------------*/

/*-----------------------------
Main Text Style
------------------------------*/

    /*-----------------------------
    Header Text Styles
    ------------------------------*/

    /*-----------------------------
    End Header Text Styles
    ------------------------------*/

    /*-----------------------------
    Body Text Styles
    ------------------------------*/

    /*-----------------------------
    End Body Text Styles
    ------------------------------*/

    /*-----------------------------
    Title Text Styles
    ------------------------------*/

    /*-----------------------------
    End Title Text Styles
    ------------------------------*/

    /*-----------------------------
    Main Text Link Styles
    ------------------------------*/
		
	  a:link{
	    text-decoration: none;
	    color: #4c5522;
	    font-weight: bold;
      }

      a:visited{
	    text-decoration: none;
	    color: #4c5522;
	    font-weight: bold;	
      }
	  
      a:hover{
	    text-decoration: none;
	    color: #d78807;
	    font-weight: bold;
      }
	  
      a:visited:hover{
	    text-decoration: none;
	    font-weight: bold;
	    color: #d78807;
     }

     a:active{
	   text-decoration: none;
	   color: #c74e05;
	   font-weight: bold;	
     }
	 
    /*-----------------------------
    End Main Text Link Styles
    ------------------------------*/
		
	/*-----------------------------
    Nav Bar Styles
    ------------------------------*/
		
		#button_spacer {
		  width:60px;
	      height:45px;
		  float:left;
		}
		
		#button_home a{
		  background-image:url(../images/main_page/home.png);
		  width:58px;
	      height:28px;
		  float:left;
		  margin-top:15px;
		  background-position:0 -38px;
		}
		
		#button_home_set a{
		  background-image:url(../images/main_page/home.png);
		  width:58px;
	      height:28px;
		  float:left;
		  background-position:0 -71px;
		  margin-top:15px;
		}
		
		#button_home a:hover{
		  background-position:0 -2px;
		}
		
		#button_blog a{
		  background-image:url(../images/main_page/blog.png);
		  background-position:0 -2px;
		  width:66px;
	      height:30px;
		  float:left;
		  margin-top:14px;
		  margin-left:16px;
		}
		
	    #button_blog_set a{
		  background-image:url(../images/main_page/blog.png);
		  background-position:0 -68px;
		  width:66px;
	      height:30px;
		  float:left;
		  margin-top:14px;
		  margin-left:16px;
		}
		
		#button_blog a:hover{
		  background-position:0 -34px;
		}
		
		#button_projects a{
		  background-image:url(../images/main_page/projects.png);
		  width:116px;
	      height:37px;
		  float:left;
		  background-position:0 0px;
		  margin-left:20px;
		  margin-top:11px;
		}
		
	    #button_projects_set a{
		  background-image:url(../images/main_page/projects.png);
		  width:116px;
	      height:37px;
		  float:left;
		  background-position:0 -73px;
		  margin-left:20px;
		  margin-top:11px;
		}
		
		#button_projects a:hover{
		  background-position:0 -38px;
		}
		

	/*-----------------------------
    End Nav Bar Styles
    ------------------------------*/
		

/*-----------------------------
End Main Text Style
------------------------------*/

/*=============================
End CSS
==============================*/