
/* HTML ELEMENTS */

* {
	margin:0; 
	padding:0;
} 

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-size:14px;
	behavior:url(http://www.marielorenz.com/lib/js/csshover.htc);
	}

img {
	border: 0;
	margin: 0;
}




/* TYPE STYLES AND LINKS */

h1 {
	font: .8em Arial;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-variant: small-caps;
	color: #666666;
	float: none;

}

h2 {
	font: 2em Georgia, Times New Roman, serif;
	font-weight: bold;
	letter-spacing: -1pt;
	margin: 0 0 0 0;
}

h3 {
	font: 1.2em/1em Georgia, Times New Roman, serif;
	margin: 2px 0 20px 0;
}

h4 {
	font: .8em Arial;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	color: #666666;
}

h5 {
	padding: 20px 0 10px 0;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


p {
	font: .8em Arial;
	margin: 4px 0 1.5em 0;

}

p.large, p.long-story {
	font: 1em/1.6em Georgia;
	margin: 0 0 1em 0;
}



a {
	padding: 0;
}

a:link{
	text-decoration:none;
	color: #333333;
}

a:visited{
	text-decoration:none;
	color: #333333;
}

a:hover{
	text-decoration:none;
	color: #999999;
}

a:active{
	color: #333333;
	text-decoration:none;
	border-bottom: 1px solid #333333;
}

div#title a:hover {
	border-bottom: none;
}

a div.img-list {
	font: .8em Arial;
	color: black;
}

a div.img-list:hover {
	background-color: #EEEEEE;
	border-bottom: none;	
}

a div.img-list:hover img {
	border-bottom: none;	
}

a div.img-list p {
	display: inline;
	font: 1em Arial;
}

a div.img-list:hover p {
	text-decoration: none;
	border-bottom: none;	
}


a div.main-image:hover{
	border-bottom: none;
}

div.storycontent a:hover {
	border-bottom: none;
}

a img:hover {
	border-bottom: none;	

}

p a {
	border-bottom: 1px dashed #666666;
}

.date {
	font: 1.5em/1.6em Georgia;
	font-style: italic;
	margin: 1em 0 1em 0;
}

ul.post-categories li {
	list-style-type:none;
}

ul.post-categories li a {
	list-style-type:none;
	color: #666666;
}

ul.post-categories li a:hover {
	list-style-type:none;
	color: #222222;
}

table.resume {
	table-layout:fixed;
	font: .8em/1.4em Arial;
}

table.resume td {
	vertical-align: top;
	padding-right: 5px;
	padding-top: .8em;
}

table.resume a:link {
	border-bottom: 1px dashed #666666;
	color: #666666;
}

table.resume a:visited{
	border-bottom: 1px dashed #666666;
	color: #333333;
}

table.resume a:hover{
	text-decoration:none;
	color: red;
}

table.resume a:active{
	color: pink;
	border-bottom: 1px dashed #333333;
}

/* CONTAINERS */

/* top: 30px added to #title, #nav, #content, and #home for gallery */

#title {
	position:absolute;
	left: 170px;
	top: 34px;
}

#nav {
	position: absolute;
	left: 385px;
	top: 77px;
}	

#content {
	width: 500px;
	position: absolute;
	top: 110px;
	left: 200px;
	border-top: 1px solid black;
	padding-bottom: 100px; 
}

#home {
	width: 500px;
	position: absolute;
	top: 110px;
	left: 200px;
}

.img-list {
	margin: 10px 0 0 0;
	font: .8em Arial;
}

.img-list img {
	margin: 0 10px 0 0;
}

.writing-list {
	margin: 0 20px 0 0;	
}

.edit-button, .edit-button a {
	color: red;
	font: 1em Arial;
}

.clearthefloats {
	clear: both;
	margin: 20px 0 0 0;
}

.category-title {
	padding: 0 0 10px 0;  
	border-bottom: 1px solid black;
}

/* MENUS */


div#nav {
	float:left; /*makes the div enclose the list */
	border-top: none;	/* draws line on top edge of div */
	border-bottom: none;	 /* draws line on bottom edge of div */
	font-variant: small-caps;
	text-transform:lowercase;
}
	
div#nav ul {
	margin:0 0 0 1px;/* indents ul from edge of container */

	}
	
div#nav li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	padding: 0 10px;
	color: #666666;
	}
	
div#nav li:first-child {
	border-left: none; /*the first vertical line on the menu */
	}
	
div#nav li:hover { 
	background-color: none; /*sets the background of the menu items */
	}
	
div#nav a {
	display:block;
	padding:0 0px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#666666;	/* sets the type color */
	}
	
div#nav a:hover {
	color:#666666;
	border-bottom: 1px solid #666666;
	}
	
/* the horizontal menu ends here */

/* the drop-down starts here */
div#nav ul li ul {
	margin:0px 0 0 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:15em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	
	}
div#nav ul li ul li {
	color: #333333;
	width:100%;
	background-color: #BBBBBB;
	border-bottom: 1px solid white;
	padding: 3px 10px;
	}
	
div#nav ul li ul li:hover {
	background-color: #DDDDDD;
	}

div#nav ul li ul li a:hover {
	border-bottom: none;
	color: #000000;
	}


div#nav ul li ul li:first-child {
	border-top:1px solid #FFFFFF; /*the top edge of the dropdown */
	}

/* make the drop-down display as the menu is rolled over */
div#nav ul li ul {
	display:none;
	} /* conceals the drop-down when menu not hovered */

div#nav ul li:hover ul {
	display:block;
	} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#nav ul {
	float:left; /* makes the ul wrap the li's */
	border-left: none; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}
* html div#nav ul a {
	padding: 1px 0 0 0;
}

* html div#nav a {
	display:block;
	} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#nav ul li ul {
	margin: 16px 0 0 0;
	border-top: 0px;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */