/* Website for Beth Novick */
/* Spring 2008 */
/* Site design and development by Red Letter Design, www.RedLetterDesign.net */

/* ----------------------------------------------- 
   TYPOGRAPHY
   ----------------------------------------------- */


/* ----------------------------------------------- 
   Basic styles
   ----------------------------------------------- */

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #4689af;
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px 0px;
}
h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #6b0046;
	padding: 0 0 5px 0;
	margin: 0;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
	color: #4c4f4a;
}

p, li {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	line-height: 20px;
	color: #444444;
	text-align: left;
}
td, th {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	color: #444444;
	text-align: left;
}
th {
	font-weight: bold;
}

strong {
	color: #a32b7a;
	font-weight: bold;
}
blockquote {
	padding: 5px 20px;
}

a {
	color: #4689af;
}
a:link {
	color: #4689af;
}
a:visited {
	color: #185476;
}
a:hover {
	color: #a32b7a;
}
a:active {
	color: #6b0046;
}

/* ----------------------------------------------- 
   Ordered and Unordered Lists
   ----------------------------------------------- */

ul.listCompact {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 20px 2em;
	padding: 0 0 0 0;
}
ol.listCompact {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 20px 2em;
	padding: 0 0 0 0;
}
ul.listExtended {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 20px 2em;
	padding: 0 0 0 0;
}
ol.listExtended {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 20px 2em;
	padding: 0 0 0 0;
}
ul.listCompact ul,
ol.listCompact ul,
ul.listExtended ul,
ol.listExtended ul {
	list-style-type: disc;
	margin: 10px 0 10px 2em;
	list-style-position: outside;
}

ol.listCompact ol,
ul.listCompact ol,
ol.listExtended ol,
ul.listExtended ol {
	list-style-type: lower-alpha;
	margin: 10px 0 10px 2em;
	list-style-position: outside;
}
ul.listCompact li,
ol.listCompact li {
	margin: 0;
	padding: 0;
}

ul.listExtended li ,
ol.listExtended li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* ----------------------------------------------- 
   Primary Navigation
   ----------------------------------------------- */
div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 40px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html div#nav li  {
	height: 40px; 
}
div#nav li a {
	float: left;
	color: white;
	padding: 7px 11px 13px 9px;
	margin: 0;
	min-height: 20px;
	display: block;
	background: #a32b7a url(../images/navbkgd.jpg) bottom left repeat-x;
	text-decoration: none;
	font-variant:normal;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html div#nav li a {
	height: 20px; 
}
div#nav li a:hover {
	background: #4689af url(../images/navbkgdHover.jpg) bottom left repeat-x;
}

div#phone p {
	color: white;
	padding: 7px 11px 13px 9px;
	margin: 0;
	min-height: 20px;
	text-decoration: none;
	font-variant:normal;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
}
/* ----------------------------------------------- 
   Footer
   ----------------------------------------------- */

div#footer p {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 5px 0;
	color: #ffffff;
	text-align: center;
}

div#footer p a,
div#footer p a:link,
div#footer p a:visited {
	color: #ffffff;
	text-decoration: none;
	line-height: 1.8;
}
div#footer p a:hover {
	color: #81adc7;
	text-decoration: underline;
}


/* ----------------------------------------------- 
   Classes
   ----------------------------------------------- */

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

