/**
 * Top CSS, applies to all pages.
 **/

/*********************************/
/*          PAGE LAYOUT          */
/*********************************/

div#page-container {
  position: relative;
	width: 700px;
	margin: 50px auto 0 200px;
	padding: 0;
  min-height: 180px; /* force the footer to fall at least 180px from top of page */ 
	}
  
/* IE6 Hack */	
* html div#page-container {
  margin-top: 0px;
  padding-top: 25px;
  }
	
div#nav-container {
	background-image: url("images/navmenu-bg.gif");
	position: absolute; top: 0px; left: 0px;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
  border-bottom: 1px solid black;
	}
	
div#blog-column {
	width: 440px;
	margin: 0;
	padding: 0;
	}

div#category-column {
	width: 690px;
	margin: 50px auto 0px 0px;
	padding: 0;
	}
	
div#g2-container {
	margin: 55px auto 0px 195px; 
	font-size: medium;
	}
	
div#sidebar {
	position: absolute; top: 0px; right: 0px;
	width: 240px;
	margin: 0;
	padding: 0;
	}
  
/* IE6 Hack */	
* html div#sidebar {
  position: absolute; top: 50px; right: 0px;
  }
	
div#footer {
	width: 100%;
	margin: 10px 0 50px 0;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
	
/*********************************/
/*         GENERAL RULES         */
/*********************************/

body {
  background-image: url("images/van_gogh_logo.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 60px;
	background-color: white;
	font-family: Georgia, Serif;
	font-size: small;
	margin: 0;
	padding: 0;
	}

p {
	margin: 10px 0 0 0;
	padding: 0;
	}

a:link {
  color: #58a;
  text-decoration: none;
  }
a:visited {
  color: #969;
  text-decoration: none;
  }
a:hover {
  color: #c60;
  text-decoration: underline;
  }
  	
h1 {
	display: none;
	}

/* Post Titles */	
h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
  color: #c60;
	}
	
h2 a:link, h2 a:visited, h2 a:hover {
  color:#c60;
  }

/* Post Dates */	
h3 {
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .2em;
  color: #999;
  padding: 0;
  margin: 0;
  }

/* Edit Links */  
h4 {
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  text-align: right;
  }

/* Resume Headers */
h5 {
	font-size: 1.4em;
	font-weight: normal;
  color: #c60;
  margin: 30px 0 0 0;
  padding: 0;
  }
 
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 3px 0 0 0;
	padding: 0 0 3px 5px;
	border-bottom: 1px dashed #ddd;
	}
  
.hidden {
  display: none;
  }
   	
 
/*********************************/
/*             POSTS             */
/*********************************/
	
.post {
	position: relative; /* allow absolute positioning within post */
	margin: 30px 0 0 0;
	padding: 0 5px 0 5px;
	width: 440px;
	text-align: justify;
	line-height: 1.5em;
	border-top: 3px double #ddd;
	clear: both;
	}

.post h2 {
	width: 280px;
  margin-top: 3px;
  text-align: left;
	}
	
.post h3 {
	position: absolute; top: 0; right: 0;	
	text-align: center;
	width: 150px;
	border: 1px dashed #ddd;
	border-top: none;
	padding: 3px 3px 3px 3px;
	background-color: #F2F5FC;
}

.post img {
	padding: 5px;
	margin: 5px 0 0 0;
	max-width: 100%;
	border: 1px solid #ddd;
	}


/*********************************/
/*            NAV MENU           */
/*********************************/

ul.navmenu {
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .2em;
  line-height: 14px;
  margin: 20px auto auto 450px;
	padding: 0;
	}
  
/* IE6 Hack */	
* html ul.navmenu {
  margin-top: 21px;
  }
	
ul.navmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	}
	
ul.navmenu li a {
	padding: 5px 8px 5px 8px;
	margin: -3px;
	}

ul.navmenu li a.active, ul.navmenu li a.active-branch {
	background-color: white;
	border: 1px solid black;
  border-bottom: 1px solid white;
  /* Begin non-standard rounded corners */
  -webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;	
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;	
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
  /* End non-standard rounded corners */
	}
  
ul.navmenu li a.active-branch {
	background-color: #F2F5FC;
  border-bottom: 1px solid #F2F5FC;
	}

ul.navmenu li a:hover {
	padding-bottom: 2px;
	border-bottom: 4px solid #7BA2FD;
  text-decoration: none;
	}
	

/*********************************/
/*         BLOG SIDEBAR          */
/*********************************/

div#sidebar {
	font-family: "Trebuchet MS",Trebuchet, Arial, Verdana, Sans-serif; /* set default sidebar font */
	font-size: small; /* set default sidebar font size */
	}
	
div#sidebar h3 {
  color: black;
  font-weight: bold;
	border: 1px solid #ddd;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #D7FC71;
  margin: 0 0 5px 0;
  padding: 0 5px 0 5px;
  clear: both;
  }
	
div#sidebar p {
	margin: 0 0 10px 0;
	text-align: justify;
	}
  
div#sidebar .amazon {
	float: left;
  text-align: left;
  margin-top: 10px;
	}
  
div#sidebar p.amazon {
  width: 110px;
  margin-left: 10px;
  }


div#sidebar .search-label {
	border-top: 1px dashed #ddd;
	margin: 0;
	padding: 8px 0 0 0;
	}
	
div#sidebar ul {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: small;
	list-style: none;
	text-indent: -11px;
	margin: 0 0 10px 0;
	padding: 0 0 0 11px;
	}
	
div#sidebar li {
	margin: 0;
	padding: 0;
	border: none;
	}
  
div#sidebar img {
	padding: 5px;
	margin: 0px 5px 10px 5px;
	border: 1px solid #ddd;
	}
	
div#sidebar form#searchform input#s {
	width: 160px;
	padding: 2px;
	}

div#sidebar form#searchsubmit {
	padding: 1px;
	}


/*********************************/
/*             FOOTER            */
/*********************************/

div#footer {
  background-color: #F2F5FC;
  }

div#footer p {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	width: 250px;
	margin: 0 auto 0 656px;
	padding: 12px 0px 12px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	}
	

/*********************************/
/*        CATEGORY INTROS        */
/*********************************/

div#category-column h2 {
	clear: both
	}
  
a#showlink, a#hidelink {
  float: right;
  margin-right: 250px;
  }

div#category-intro {
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif; /* set default category intro font */
	width: 445px;
	margin: 0 0 15px 0;
	padding: 0;
	border: 10px solid #F2F5FC;
  border-right: 220px solid #F2F5FC;
	}

/* IE6 Hack */	
* html div#category-intro {
	position: relative;
	float: none;
	width: 665px;
  background-color: #F2F5FC;
	border: 10px solid #F2F5FC;
	}
	
div#category-intro p {
	float: left;
	width: 425px;
	margin: 10px;
  padding: 0;
  font-size: 1.2em;
  /* line-height: 2em; */
  line-height: 40px;  /* IE can't handle em line-height w/ :first-letter */
  /* text-indent: 4em; */
  text-indent: 60px;  /* IE can't handle em text-indent w/ :first-letter */
	}
  
/* IE6 Hack */	
* html div#category-intro p {
  background-color: white;
  margin: 0;
  padding: 10px;
  width: 435px;
  }
    
div#category-intro p:first-letter {
    font-size: 3em;
    font-family: georgia, serif;
    color: #c60;
    line-height: 60px;  /* hack for IE */
    margin-right: -3px;
    padding: 3px;
    border: double #ddd;
    }

div#category-intro ul#cat-navlist {
  position: static;
	list-style-type: none;
	width: 200px;
	border-top: 1px solid black;
  margin: 0 0 0 10px;
  padding: 0;
	}
	
div#category-intro ul#cat-navlist {
	float: left;
	margin-right: -210px;
	}

/* IE6 Hack */	
* html div#category-intro ul#cat-navlist {
	float: none;
	margin: 0;
	position: absolute; top: 0px; right: 0px;
	/*border: 1px solid black;*/
	border-bottom: none;
}
    
ul#cat-navlist li {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	border: none;
	margin: 0;
	padding: 0;
  }
    
ul#cat-navlist li a {
  display: block;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 5px 5px 5px 13px;
  background-color: #F2F5FC;
	border-bottom: 1px solid black;
  width: 182px; /* IE Hack */
}
div#category-intro > ul#cat-navlist li a { width: auto;} /* Undo IE Hack */

ul#cat-navlist li a:hover {
  text-decoration: none;
	padding: 5px;
	border-left: 8px solid #7BA2FD;
  background-color: #d7fc71;
}
	
ul#cat-post-list li {
	width: 440px;
	}
  
ul#cat-navlist {
  position: absolute;
  top: 50px; left: 660px;
  }


/*********************************/
/*        DROP-DOWN LISTS        */
/*********************************/  

ul > ul, ul > ol {
  padding-left: 20px;
  border-bottom: none;
  }
  
li > h4 {
  display: inline;
  }
  
.status {
  color: #999;
  }

/* TODO: this rule needs to be massaged */  
ul .status {
  padding-left: 20px;
  }  
 
 
/****************/
/*     Misc     */
/****************/

#movielist {
	line-height: 1.8em;
	margin: 15px 0 0 10px;
	}

.navigation {
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0 0 15px 0;
	}

blockquote {
	margin: 15px 30px 0 5px;
	padding-left: 15px;
	border-left: 2px dotted #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
  
div#resume p, div#personality p {
  line-height: 1.7em;
  margin: 15px 0 0 0;
  text-align: justify;
  }
  
div.p90 {
  background-color: red;
  width: 180px;
  height: 15px;
}

div.p30 {
  background-color: red;
  width: 60px;
  height: 15px;
}

div.p15 {
  background-color: red;
  width: 30px;
  height: 15px;
}

div#personality ul {
margin-top: 20px;
list-style-type: square;
margin-left: 20px;
}

div#personality dl {
margin-top: 10px;
}


div#personality dt {
clear: both;
float: left;
margin: 0;
padding: 0;
height: 50px;
width: 100px;
border-bottom: 1px dashed #ccc;
}

div#personality dd {
margin: 0;
padding: 0;
height: 50px;
width: 500px;
border-bottom: 1px dashed #ccc;
}

div#personality li {
border-bottom: none;
line-height: 1.7em;
}

div#contact label {
display: block;
background-color: white;
padding: 10px;
margin-bottom: 10px;
width: 400px;
  /* Begin non-standard rounded corners */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  /* End non-standard rounded corners */
}

div#contact form {
padding: 20px;
width: 440px;
background-color: #F2F5FC;
  /* Begin non-standard rounded corners */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  /* End non-standard rounded corners */
}

div#contact input {
margin-right: 10px;
}

.button {
background-color: #eee;
border: 1px solid #58a;
padding: 3px;
margin: 3px 0 3px 0;
}
  
