/*
* File Name     : typography.css
* Dependencies  : core.css
* Description   : text formatting
* Version       : 1.0.1
* Date Modified : 10/9/2007
* Usage         : Copyright 2007 Craig Phares. All rights reserved.
*/

/* base style */
body { font-family:helvetica, sans-serif; color:#333333; }

/* global regular copy - set sizes locally */
p {}
table {}
li {}
blockquote {}

/* global header styles - set sizes locally */
h1 { color:#8b002c; font-weight:normal; font-style:italic; }
h2 { color:#8b002c; font-weight:normal; font-style:italic; }
h3 { color:#8b002c; font-weight:normal; font-style:italic; }
h4 {}
h5 {}

/* global links */
a { color:#990033; text-decoration:none; font-weight:bold; }
a:link {}
a:visited {}
a:active {}
a:hover { text-decoration:underline; }

/* local layout-specific styles */

/* left column styles */
#col_left h1 { font-size:2.4em; margin-bottom:0.25em; }
#col_left h2 { font-size:1.8em; margin-bottom:0.25em; }
#col_left p { font-size:1.4em; line-height: 1.3em;}
#col_left ul { margin-left:1em; padding-left:1em; list-style-image:url(../images/global/arrow.gif); }
#col_left ul li { font-size:1.4em; margin-bottom:1em; line-height: 1.3em; }

/* right column styles */
#col_right h3 { font-size:1.8em; margin-bottom:0.5em; }
#col_right .house h4 { text-align:right; margin-top:3px; margin-bottom:0px; font-size:1.1em; }

/* content styles */
#content h1 { font-size:2.4em; margin-bottom:0.25em; }
#content h2 { font-size:1.8em; margin-bottom:0.25em; }
#content p { font-size:1.4em; line-height: 1.4em;}

/* homes page styles */
#content .house .house_info h2 { font-size:1.8em; }
#content .house .house_info h2 a { font-weight:normal; }
#content .house .house_info p{ font-size:1.2em; }

/* individual house pages styles */
#home h1 { font-size:2.4em; margin-bottom:0.25em; }
#home #col_right p { font-size:1.2em; line-height: 1.4em;}
#home #col_left p { font-size:1.2em; line-height: 1.2em;}

#home #home_info h1 { font-size:1.8em; margin-bottom:0.25em; }
#home #home_info h2 { font-size:1.2em; font-weight:bold; margin-bottom:0em; }
#home #home_features h1 { font-size:1.8em; margin-bottom:0.25em; }
#home #home_features h2 { font-size:1.2em; font-weight:bold; margin-bottom:0em; }
#home #home_features ul { margin-left:1em; padding-left:1em; list-style-image:url(../images/global/arrow_tan.gif); }
#home #home_features ul li { font-size:1.2em; margin-bottom:0em; }
