/*
Theme Name: Nicholas Jaffe
Theme URI: http://www.nicholasjaffe.com/
Description: Nicholas Jaffe
Version: 1.0
Author: Nick Jaffe
Author URI: http://www.nicholasjaffe.com/

*/

html, body {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background: #FFFFFF;
	font-size: 13px;
	background-image:url(images/tree.png);
 	background-repeat:no-repeat;
 	background-position: top center;
	height: 100%

}

* {
	margin:0;
	padding:0;
}

#comment {
	width: 400px;

}

#wrapper {

	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	margin-top: -2px;


}

a { 
	text-decoration: none;
	color: #CCCCCC;
	margin-top: 8px;

 }

a:hover {
	text-decoration: none;
    color: #BBB; 
	border-bottom: 0px;
}

p {
	font-size: 103%;
	line-height: 1.4em;
	padding: 8px;
}
h1, h2, h3 {
	font-weight: normal;
	font-variant: small-caps;
}
h1 {font-size: 200%;
	color: #CCCCCC;
	padding-bottom: 7px;
	

	}
h2 {font-size: 1.6em;
	color: #CCCCCC;
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

small {
	

}

h3 {
	text-align: right;
	font: 90% Helvetica, Arial, sans-serif;
	padding-top: 6px;
}

.image {
	margin-left: 10px;
	border: 0px;
	margin-top: 2px;
}

.close {
		border: 0px;
		margin-left: 2px;
	}


.scroller {
	height: 400px;
	width: 500px;
	background: #F7F7F7;
	border: 1px dotted #CCCCCC;
	margin-top: 30px;
	white-space: normal;
}

#text	{
	margin:0 auto;
	width:600px;
	padding:0px;
	text-align:left;
	background-color:#fff;
	margin-top: 90px;
	margin-left: 280px;

	
}

#text a {
	color: black;
	font: inherit;
}

#text a:hover {
	color: #BBB;
	font: inherit;
}

#footermenu {
	margin: 0;
	width:80%;
	bottom: 0px;
	position: absolute;
	text-align: center;
	font-variant: small-caps;
	clear: both;
	margin-top: 20px;
	
	

	}
#footermenu ul {
	text-align: center;

}

#footermenu li {
	font-variant: small-caps;
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding-right: 3px;
	color: #BBB;
display: inline;
list-style-type: none;
	
}


#menu {
	margin: 0;
	float: left;
	//width:250px;
	margin-left:3px;
	margin-top: 85px;
	border: 0px solid black;
	
	

	}
#menu ul {
	text-align: left;
	list-style: none;
	
}

#menu li {
	font-variant: small-caps;
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding-right: 3px;
	color: #BBB;
	
}

#menu, #footermenu a:hover {
	text-decoration: none;
    color: #CCC; 
    font-size: .8em;
}

#menu, #footermenu a {
	color: inherit;
	font-size: .8em;

}


#container{
	margin:0 auto;
	width:246px;
	padding:0px;
	text-align:left;
	background-color:#fff;
	
}
#container ul{
	text-align:left;
	margin:0 0 10px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #ccc;
	background-color:#F7F7F7;
	line-height:2em;
	padding:5px;
	margin:0 0 20px 0;
	display:block;
	height: 50px;
	
}
#container ul a:hover{
	border:1px solid #CCC;
	background-color:#EEE;

}

.topbox {

	border: 0px dotted #CCCCCC;
	height: 10px;
	width: 300px;
	background: #FFF;
	margin-top: 40px;
	margin-right: 0px;
	text-align: right;
	white-space: normal;
}

#photobox {
	border:1px solid #ccc;
	visibility: hidden;
	height: 100px;
	padding-top: 5px;
	width: 100%;
	background: #F7F7F7;
	margni-bottom: 0px;
	margin-top: 15px;
	text-align: right;
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
}

#siteholder {

	border: 0px dotted #CCCCCC;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	
}



.scroller {
	white-space: nowrap;
	list-style: none;
	position: absolute;
	top: 60px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#left {
	width: 40%;
	float: left;
	border-style: none;
}
#right {
	width: 40%;
	float: right;
	border-style: none;
}


