/*
 *
 * Site: Steve Redgrave Fund
 * By: Boycey
 * Birth: October 2008  
 * Purpose: Typography Styling 
 * 
 * General Settings
 * Body Text 
 * Headings
 * Tables 
 * Main Navigation 
 * Breadcrumb 
 * Horizontal Rules
 * Buttons 
 * Signposts  
 * Icons  
 * Admin Menu 
 * Lists
 * Messages 
 * Footer
 * Form
 * Form - KIT   
 *   
 */
  
  
/* GENERAL SETTINGS
*****************************************************************************************/
body {font-family:"Lucida Grande",Helvetica,Arial,sans-serif; color:#113e53; line-height:1.6em; font-size:100%; }
div#wrapper {font-size:1.2em; font-size:62.5%; }


/* BODY TEXT
*****************************************************************************************/
p {font-size:1.2em; line-height:1.55em; color:#113e53; margin-bottom:15px; }
li {font-size:1.2em; line-height:1.55em; color:#113e53; margin-bottom:8px; }
strong {font-weight:bold; }
em {font-style:italic; }
a {text-decoration:underline; color:#DF0F1A; font-weight:bold;}
a:hover {text-decoration:none; color:#DF0F1A; font-weight:bold;}
blockquote {margin:30px; }
blockquote .quote {font-style:italic; }
blockquote .author {}
blockquote .author .author_name {font-weight:bold; }


/* HEADINGS
*****************************************************************************************/
h1 a, h1 a span {display:block; width:286px; height:132px; position:relative; overflow: hidden;}
h1 a {position:relative; background-image: url(../img/layout/srf_logo_1.gif);}
h1 a span {background: transparent url(../img/layout/srf_logo_1.gif) 0 0 no-repeat; text-indent:-50000px; position:absolute; top:0; left:0; }
h1 a:hover span {cursor:pointer; background-image: url(../img/layout/srf_logo_hvr.gif);}
h2 {font-size:2.3em; color:#DF0F1A; line-height:33px; margin-bottom:20px; margin-top:20px; }
h3 {font-size:1.8em; color:#113e53; line-height:33px; margin-bottom:20px; margin-top:20px; }
h4 {font-size:2.5em; color:#113e53; line-height:33px; margin-bottom:20px; margin-top:20px; letter-spacing:-1px; }
h5 {font-size:1.0em; color:#113e53; line-height:20px; margin-bottom:15px; margin-top:20px; }
h6 {font-size:1.3em; color:#333333; margin-bottom:0px; font-weight: bold; }
/*
.pagetitle a {border:1px solid red; overflow:auto; }
.pagetitle a:hover, .pagetitle a:hover h4, .pagetitle a:hover embed {cursor:pointer; }
*/



/* HORIZONTAL RULES
*****************************************************************************************/
div.hr {background:transparent url(../img/layout/hr.jpg) 50% 0 no-repeat; height:10px; width:100%; display:block; border:0; outline:0; margin:28px 0; padding:0;}
#block-two div.hr {background-image:url(../img/layout/hr_small.jpg);}
/*div.hr {background:transparent url(file:///C|/working_files/rnd09-2/sites/all/themes/rnd09/img/page/hr.gif) 0 0 repeat-x; height:4px; width:100%; display:block; border:0; outline:0; margin:12px 0; padding:0;}*/
/*
div.hr_12column {float: left; width: 680px; margin: 8px 0 12px;}
div.hr_11column {float: left; width: 620px; margin: 8px 0 12px;}
div.hr_8column {float: left; width: 440px; margin: 8px 0 12px;}
*/



