@charset "UTF-8";

#wrapper {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


/*TEXT STYLES*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-image: url(images/dash.gif);
	vertical-align: 0%;
}
li {
	margin: 0px;
	padding: 0px;
}

/*Lynda's name and Largest Headings*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: none;
	line-height: 26px;
	font-variant: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Sub Headings*/
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: none;
	text-align: left;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

/*Navigation Menu*/
h3 {
	text-align: center;
}
.menu-links a:link {
	color: #333;
}
.menu-links a:visited {
	color: #333;
}
.menu-links a:hover {
	color: #333;
}
.menu-links a:focus {
	color: #333;
}
.menu-links a:active {
	color: #333;
}

/*Lynda's Title and sub-sub headings*/
h4 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
}

/*Sub Menu Links (red/bold/indented)*/
h5 {
	font-size: 16px;
	text-indent: 30px;
	margin: 0px;
	padding: 0px;
}


/*LINK STYLES: Standard Red/Bold Links
*/
a {
	color: #93173A;
}
a:link {
	color: #93173A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #93173A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #93173A;
	text-decoration: underline;
	font-weight: bold;
}
a:focus {
	color: #93173A;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #93173A;
	text-decoration: underline;
	font-weight: bold;
}


/*LINK STYLES: Plain Gray/Underline Links
*/
.gray-links a:link {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
}
.gray-links a:visited {
	text-decoration: underline; 
	color: #333; 
	font-weight: normal;
}
.gray-links a:hover {
	text-decoration: underline;
	color: #93173A;
	font-weight: normal;
}
.gray-links a:focus {
	text-decoration: underline;
	color: #93173A;
	font-weight: normal;
}
.gray-links a:active {
	text-decoration: underline; 
	color: #333; 
	font-weight: normal;
}


/*HORIZONTAL RULE STYLE
*/
hr {
	color: #93173a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
}


/*IMAGE ARRANGEMENT AND PADDING
*/
.lynda-photo {
	clear: left;
	float: left;
	margin-right: 40px;
}
.book-cover {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.library-thing {
	clear: right;
	float: right;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-top: 8px;
}
