/*emilytellez.com style sheet*/

body,
html {
    margin:0;
    padding:0;
	font-size:14px;
	/*background: rgb(148, 17, 0);
	background-image: url(sourcefiles/xx.jpg);
	background-repeat: repeat;
    */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
    }


/*container*/
#wrap { 
	/*background:#FFFFFF;*/
	background-image: url(4wrap.png);
	background-repeat:repeat;
    margin:0 auto;
    width:800px;
	/* border-left: thin solid #333366;
	border-right: thin solid #333366;
	border-bottom: thin solid #333366; */
    }


/*left = page navigation within container*/	
#nav { 
	width: 200px;
	height: 800px;
	float: left;
	padding-left: 10px;
	background: #FFFFFF;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 190%;
}

#nav li ul {
	padding: 0px;
}

#nav li li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	border-bottom: 1px dotted #000000;
	padding-left: 0px;
}

#nav a {
	border-bottom: none;
}

#nav li ul a:hover {
}



/* classes */
.date {
	color: #990000;
	}
	
.quote {
	color: #333333;
	}

.heads {
	font-size: 140%;
	color: #CC9900;
	}

.reduce {
	font-size: 90%;
	color: #666666;
	}

.standoutred {
	color: #990000;
	font-weight: bold;
}

input { border: thin dotted #999999; }

/*right = main copy area within container*/
#content { 
	background: #FFFFFF;
	width: 530px;
	float: right;
	line-height: 170%;
	margin-top: 30px;
	padding-right: 10px;
}



/* site wide, non-navigation links */
a { 
	color: #FF6600;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	border-bottom: thin dotted #FF6600;
	padding: 0px;
	}
a:link {color:#FF6600;}
a:visited {color:#FF6600;}
a:hover {border-bottom: thin solid #000000;}


/*bottom = page navigation and copyright within container*/ 		
#footer { 
	clear: both;
	font-size: 70%;
	line-height: 150%;
	text-align: center;
	margin-top: 20px;
	border-top: thin dotted #666666;
	}


