/*
Theme Name: Wilentz
Theme URI: http://www.amywilentz.com/blog/
Description: Two-column theme based on <a href="http://falconerdesigns.com">Reality tales</a>.
Version: 1.1
Author: Allison Achauer
Author URI: http://www.pigeonindustries.com
*/

/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
}

/* structure */
html, body {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	color: #996600;
	margin: 0;
	padding: 0;
	background: #99cc66 url(../wilentz/images/contentfill.gif) repeat-y;
	overflow-y: scroll;
	}
	
#b-navbar { visibility: hidden;}	
	
#decoration {
    background: url(../wilentz/images/bannerfill.gif) repeat-x;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 118px;
	width: 500%;
	}

#titleimage {
    background: url(../wilentz/images/header.gif) no-repeat;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 118px;
	width: 500%;
}

#titleimage h2 {
	color: #333333;
	font-size: 2.4em;
	font-weight: normal;
    border: none;
	margin-left: 620px;
	margin-top: 50px;
	letter-spacing: 0px;
}

#titleimage h2 span {
 	color:#333333;
    border: none;
	background: none;
}

#decoration2 {
    background: url(../wilentz/images/sidebarfill.gif) repeat-y;
	position: absolute;
	z-index: 0;
	top: 118px;
	left: 0px;
	height: 100%;
	width: 160px;
	margin: 0;
	}

#diary {
    background: url(../wilentz/images/lowerleft.jpg) no-repeat;
    z-index: 1;
	position: absolute;
	top: 118px;
	left: 0px;
	height: 100%;
	width: 160px;
	padding-top: 100px;
	}

#navigation {
	position: relative;
	height: 30px;
	cursor: default;
	margin:15px 0;
/*	height:20px;
	width:100%;
	text-align:center; */
}
	
#bookmarks {
	position: absolute;
	margin: 0;
	padding: 0 0 0 0;
	top: 11px;
	left: 20px;
	width: 103px;
	}

 @media screen{
  body>div#titleimage{
   position:fixed;
  }
  body>div#decoration{
   position:fixed;
  }
  body>div#decoration2{
   position:fixed;
  }
 }
	
#content {
	background: #99cc66 url(../wilentz/images/contentfill.gif) repeat-y;
	color: #996600;
	position: absolute;
	margin: 0 16px 0 0;
	padding: 10px 10px 10px 10px;
	top: 0px;
	left: 160px;
	width: 500%;
	height: 300%;
	z-index: 0;
	}
	
h1 {
	font-family: Georgia;
	font-size: 2em;
	font-weight: bold;
	text-transform:uppercase;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #808080;
	cursor: default;
	}

#content h1 {
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: bold;
	text-transform:uppercase;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-top:20px;
	color: #996600;
	}


.header { 
/*    margin-top:250px;
	margin-right:30px; */
    text-align:right;
	font-size:1.1em;
	
}

h2 {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 0;
    border-bottom:1px dotted #996600;
	margin: 10px 0;
	color: #996600;
	cursor: default;
	}
	
h2 a {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 0;
	margin: 10px 0;
	color: #996600;
	cursor: default;
	}

#bookmarks h2 {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	padding: 0;
    border-bottom:1px dotted #996600;
	margin: 10px 0;
	color: #996600;
	cursor: default;
	}

h2 span {
    border: 1px #996600 dashed;
	background: #ffffff;
	padding: 4px;
	margin: 0;
	}

h3 {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: left;
	padding: 0;
	margin: 0 0 0 60px;
	color: #996600;
	cursor: default;
	}
	
.written {
	padding: 5px 0 5px 0;
	color: #996600;
	text-align: justify;
	}
	
.written a:link,.written a:active, .written a:visited {
    color: #666;
	text-decoration: none;
	}
	
.meta{
	text-align:right;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size:.7em; 
	letter-spacing:1px;
}

.featured { 
	padding: 5px 0;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	text-align:center;
	text-transform: uppercase;
	font-size:.7em; 
	letter-spacing:1px;
	border-top:2px double #996600;
	border-bottom:2px double #996600;

}
	
a:link {
	color: #666666;
}

a:visited {
	color: #999999;
}
 
a:hover, a:active {
	color: #333333;
}

/*
#content a:hover {
	background: #FFF;
	}
*/	

#postscript {
    font-size: .7em;
	background: #ffffff;
	border-bottom: 2px #996600 solid;
	padding: 4px;
	margin: 0 0 35px 0;
	}

.comments a {
    color: #666666;
	text-decoration: none;
	}

ul, ul ul{
	font-size: 0.9em;
    color: #996600;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 1px 0 1px 0;
	}

	
ul a:link {
	
	color: #999999;
	list-style-type: none;
	text-decoration: none;
	}
	
ul a:visited {
	color: #666666;
}

ul a:hover, a:active {
	text-decoration: underline;
	color: #996600;
	}

ul.searchbar {
	padding: 90px 0 0 0;
}

#bookmarks li {
	font-size: 0.9em;
    color: #996600;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 1px 0 5px 0;
 }

img {
	padding: 0px 10px 0 0;
	float: left;
	}
	
.linksfirstletter {
    font-size: 1.5em;
	font-weight: bold;
	padding-right: 2px;
	}

#s { 
width:100px;
}

input, textarea { 
background:#ffffff;
border:1px solid #996600;

}

#content input, #content textarea {
background:#ffffff;
border:1px solid #996600;

}

.alignleft{ 
float:left;
text-align:left;
}

.alignright{
float:right;
align:right;

}

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 15em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../wilentz/images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}

/* - - - ADxMenu: DESIGN styles - - - */

.pagenav h6 {
	border-color: #FF0000;
	font-size: 1em;
    color: #999999;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
	margin: 0;
	padding: 1px 0 1px 0;
}

.page_item, .page_item ul li {
	background: #003300;
}

.menu {
	width: 7.2em;
}

.menu ul {
	width: 15em;
	font-size: 1em;
}

.menu a {
	text-decoration: none;
	color: #999999;
	padding: .4em .5em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #996600;
}

.menu ul li {	/* create borders around each item */
	border: 1px dotted #996600;
}

.menu>li + li, .menu ul>li + li {	 /*and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}

#footer { 
font: .6em Georgia;
text-transform:uppercase;
border-top:1px solid #003300;
text-align:center;
padding-top:2px;
}

* html body{
  overflow: hidden;
} 

* html div#content{
  height: 80%;
  overflow: auto;
}

