
/* HTML ELEMENTS */

* {
	margin:0; 
	padding:0;
} 

#bg { 
	position: fixed; 
	top: 0; 
	left: 0; 
    width: 100%;

}


.bgwidth {
	width: 100%; 
	}

.bgheight {
	height: 100%; 
	}


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;
}


#top {
	position: absolute;
	left: 0;
	top: 0;
}

.homepage {
	background-color: #070b09;
}

/* 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;
}

#introduction p.large {
	width: 500px;

}

a {
	padding: 0;
}

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

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

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

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

#introduction a {
	background-color: white;
	padding: 5px;
	width: 300px;
	border: 1px solid white;
	font-size: .5em;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: bold;
}

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 {
	width: 860px;
	position: relative;
	margin: 34px auto 0px;
}	

#content {
	width: 800px;
	position: relative;
	margin: 53px auto 0px;
	border-top: 1px solid black;
	padding-bottom: 100px; 
}

.narrow {
	width: 500px;
}


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

#introduction {
	width: 800px;
	color: white;
	font-size: 25px;
	line-height: 35px;
	position: fixed;
	bottom: 100px; 

}

#introduction.withvideo .link {
	font-size: 18px;
	text-transform: none;
	padding: 0px;
	margin-right: auto;
}

#introduction.withvideo {
	position: static;
	width: 780px;
	color: black;
	background-color: white;
	font-size: 18px;
	line-height: 22px;
	padding: 10px;
}


.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 ul {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	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 */
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
}
	
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;
	}
	
/* the horizontal menu ends here */

/* the drop-down starts here */
div#nav ul li ul {
	margin:15px 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 */
	left:30px; /*aligns the drop exactly under the menu */
	width: 800px;
	}

div#nav ul li ul li {
	color: #333333;
	background-color: #BBBBBB;
	border-top:1px solid #FFFFFF; /*the top edge of the dropdown */
	border-bottom: 1px solid white;
	padding: 3px 10px;
	display: inline;
	}

div#nav ul li ul li.marielorenz {
	background-color: #DDDDDD;
	float: right;
}


	
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 a:active {
	color: #666666;
	}


#navsearch{
	width: 800px;
	margin-left: 30px;
	text-align: right;

}

/*---SEARCH---*/

form{
	margin:0 auto;
	display: inline;

}
.search {
	padding:0px 0 0 25px;
	margin:0px;
	background: url('../../images/sitewide/search.gif') no-repeat 2px 2px;
	background-color: white;
}
.rounded {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
input[type=text]{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 15px;
	padding: 1px 0px 1px 24px;
	margin: 0px;
	font-weight: normal;

}
input[type=button], input[type=button]:hover {
	position:relative;
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}
.lighter, .light, .dark {
	height:0px;
	padding:0px;
	display: inline;
}



.post {
	border-bottom: solid 1px black;
}

/* not on homepage */
.homepage .post {
	border: none;
}

.navigation {
	border-bottom: solid 1px black;


}

.searchtitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0px 15px 5px;
	color: #666666;
	background-color: #dddddd;
}


/* BACK TO TOP */

#back-top {
	position: relative;
	background-color: #dddddd;
}

a #back-top {
	width: 800px;
	display: block;
	color: #666666;
	font-weight: bold;
	padding: 30px 0;
	border-bottom: none;
	text-align: center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
a #back-top:hover {
	color: black;
}

p#back-top  {
	margin: 0px;
}

/* arrow icon (span tag) */
#back-top span {
	display: block;


	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

/* 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 */

/*---TIDESHOW---*/

div#tideshow {
  margin-left:540px;
  top:70px;
  position:absolute;
}
div#tideshow2 {
  text-align: center;
  width:150px;
}


