* { margin: 0; padding: 0; }
html {background: black url(../images/bg.jpg); }
body { font: 14px/1.4 Georgio, serif; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ *html .group { height: 1%; } .group { display: block; }

article, aside, figure, footer, header, nav, section { display: block; }

#page-wrap {
    width: 800px;
    margin: 30px auto 10px;
    background: white;
    }

header {
    position: relative;
  /*  border-bottom: 10px solid red; #666;*/
    width: 800px;

    }

#header-desc {
  //  border: 10px solid red;
    display: inline;
   // float: right;
    position: absolute;
    left: 680px;
    top: 28px;
    color: #999;
    width: 100px;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: none;
    padding: 0 5px 10px 10px;
    }
	
#header-line {
    display: block;
    width: 800px;
    position: absolute;
    top: 200px;
    padding: 0 0px 0px 0px;
    border-top: 2px solid #090f09;
    z-index: 0;
    }	
	
#logo {
	position: relative;
	top: -25px;
	left: -20px;
	background: url(../images/tom.jpg) no-repeat;
	width: 300px;
	height: 200px; 
	z-index: 1;	/* put image on top */
	}

h1 {
   display: inline;
    position: absolute;
    font: Helvetica, Ariel, Sans-Serif;
    font-size: 2.7em;
    text-transform: none;
    color:#666;
    text-shadow: 2px 2px 0 #d8d8dc;
    top: 57px;
    border-left: 1px solid #999;
    width: 525px;
    padding: 40px 0 52px 30px;
    margin: 0 0 0 285px;
    }
 
 #giant h2 {
    position: relative;
    font: Helvetica, Ariel, Sans-Serif;
    font-size: 2.7em;
    text-transform: none;
    color: red;
    text-shadow: 2px 2px 0 #d8d8dc;
    top: -187px;
    padding: 60px 0 60px 25px;
    margin: 0 0 0 260px;
 }
    
h2 {
    color: #6474aa;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #d8d8dc;
    font-weight: normal;
    font-size: 1.8em;
    margin: 0 0 12px 0;
    padding: 0 0 0 3px;
    letter-spacing: 5px;
}

h3 {
    color: #6474aa;
    text-transform: none;
    text-shadow: 2px 2px 0 #d8d8dc;
    font-weight: normal;
    font-size: 18px;
    padding: 20px 20px 12px 3px;
    letter-spacing: 5px;  
}

section {
    color: #6474aa;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    padding: 220px 20px 45px 20px;
    letter-spacing: 1px;  
}

section ul {
    list-style: none;
}

section ul li a {
    display: block;
    padding: 0px 0px 0px 20px;
    color: #379;
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 0px 0;
    position: relative;
}


#pagename {position: absolute;
padding: 10px;
width: 525px;
height: 150px;
    font-size: 1.0em;
    letter-spacing: 0px;
}

aside {
    float: left;
    width: 260px;
    height: 1280px
    padding: 0px 0 10px 0;
    position: relative;
    top: -30px;
}
search {
    float: left;
    width: 260px;
    padding: 0 0 10px 10px;
}

#main-content {
    float: right;
    width: 500px;
    padding: 0px 20px 0px 0px;
    position: relative;
    top: -50px;
}

post-area {
    float: right;
    width: 500px;
    padding: 0px 0px 0px 20px;
    position: relative;
    top: -200px;
}

nav ul {
    list-style: none;
}

nav ul li a {
    display: block;
    padding: 10px 10px 10px 25px;
    color:white;
    font-size: 16px;
    text-decoration: none;
    background-color: #6474aa;
    margin: 0 0 5px 0;
    position: relative;
}

nav ul li a span {
    position: absolute;
    right: 100%;
    top: 5px;
    width: 15px;
    height: 100%;
    background-color: #6474aa;
    background-image: url(../images/n_shad.png);
    background-position: right top;
    background-repeat: repeat-y;
}

nav ul li:nth-child(2) a, nav ul li:nth-child(2) a span {
    background-color: #7290ac;
}

nav ul li:nth-child(3) a, nav ul li:nth-child(3) a span {
    background-color: #769392;
}

nav ul li:nth-child(4) a, nav ul li:nth-child(4) a span {
    background-color: #909673;
}

.widget {
    background: url(../images/page_corner.png) top right no-repeat;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 25px;
    margin: 30px 0 0 0;
}

.widget-photos {
    background: url(../images/page_corner.png) top right no-repeat;
    padding-left: 0px;
    padding-top: 20px;
    padding-right: 25px;
    margin: 30px 0 0 0;
}
/*.widget h4 {
    color: #909673;
    text-align: right;
    font-size: 1.15em;
    text-shadow: 2px 2px 0 #d8d8dc;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    letter-spacing: 5px;
    font-weight: normal;
}
*/
.widget h4 {   /*was date*/
    background: #909673;
    color: #ffecc5;
    padding: 3px;
    text-align: right;
    width: 235px;
    margin: 0 0 12px -30px;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
}
.widget-photos h4 {   
    background: #909673;
    color: #ffecc5;
    padding: 3px;
    text-align: right;
    width: 250px;
    margin: 0 0 12px 0px;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
}
.widget h5 {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 6px 0;
}

.widget p {
    color: #999;
    font-size: 12px;
}

#links-area ul {
    list-style: none;
    float:left;
    width:100%;
    padding:5px 5px 5px 5px;
    margin:0;
}

#links-area ul li a {
    float: left;
    width: 14em;
    padding: 0.2em 0.6em;
    color:white;
    font-size: 1em;
    text-decoration: none;
    border-right:2px solid white;
    background-color: #9099b0;
    margin: 0 0 5px 20px;
    /*position: relative;*/
}
#links-area ul li a:hover {
    background-color: #992222;
}

#links-area h3 {
    clear: both;
}

#links-area li {
    display: inline;   
}

footer {
  width: 800px;
  margin: 0 auto 20px;
  color: #6474aa;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#footer-quote {
    display: inline;
    width: 50%;
    float: left; 
}
#footer-copyright {
    display: inline;
    width: 50%;
    float: right;
    text-align: right; 
}

#intro {
    margin: 0px 0;
    font-size: 1.2em;
    line-height: 2;
    list-style: none;
    padding: 0 0 20px 0;
}
#main-quote {
    background: black;
}
#my-picture {
    background: url(../images/tom_cruise.jpg) no-repeat;
    width: 533px;
    height: 800px;
    margin: 20px 0 20px 0;
}
/* recommended settings
  body {font-size:100%;}
 h1 {font-size:2.5em;}
 h2 {font-size:1.875em;}
 p {font-size:0.875em;}
*/
/* link decorations */
a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

.button {
    background-image: -moz-linear-gradient(top,#769392,#909673 );
    background-image: -webkit-gradient(linear, left top,left bottom, color-stop(0,#769392),color-stop(1, #909673 ));
    padding: 5px 15px;
    color: white;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid white;
    -moz-box-shadow: 1px 1px 2px #666;
    -webkit-box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 2px #666;
}

.button:hover {
    background-image: none;
    background-color: #769392;
    -moz-box-shadow: 0px 0px 2px #999;
    -webkit-box-shadow: 0px 0px 2px #999;
    box-shadow: 0px 0px 2px #999;
    text-decoration: none;
}

#intro {
    margin: 20px 0;
    line-height: 2;
    list-style: none;
}
#main-quote {
    background: black;
}

#resume {
    font-size: 1.4em;
    padding: 10px 10px 10px 10px;
    background-color: #769392;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 25px;
}

#resume a:hover {
    color: #992222;
}

#resume a:link {
    color: white;
}
#resume a:visited {
    color: white;
}

#my-picture {
    background: url(../images/tom_cruise.jpg) no-repeat;
    width: 475px;
    height: 800px;
    margin: 20px 0 20px 0;
}

#contact-me {
    background: url(../images/contact_me.gif) no-repeat;
    width: 475px;
    height: 300px;
    margin: 20px 0 20px 0;
}