@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Philip McKernan
	
*/



/*------ global elements------*/ 

body, td {font:14px "Times New Roman", Times, serif; color:#3b3920; line-height:17px;}

img{border:0;}

p{padding:0 0 15px 0; margin:0; font:14px;}

hr{margin:0 0 15px 0; background:#ccc; height:1px; border:0;}


/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#005030; text-decoration:underline;}
a:hover,
a:active{color:#005030; text-decoration:none;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:normal;}

h1 {font-size:24px; margin-bottom:9px; color:#76852d; text-transform:uppercase; line-height:24px;}
h2 {font-size:16px; margin-bottom:7px; color:#3b3920;}
h3 {font-size:15px; margin-bottom:3px; color:#3b3920;}
h4 {font-size:14px; margin-bottom:2px; color:#76852d; text-transform:uppercase;}
h5 {font-size:12px; margin-bottom:0px;}
h6 {font-size:11px; margin-bottom:0px;}

/* title bar */
.titleBar{margin:0; padding:0; height:28px; background:url(../images/mini_logo.png) 5px center no-repeat; color:#fff; font-size:18px; padding-left:35px; line-height:28px; z-index:1;}

/* read more link */
a.mLink{display:block; width:78px; height:24px; text-align:center; background:url(../images/mLink.png) 0 0 no-repeat; color:#fff; text-decoration:none; font-size:13px; line-height:23px;}
a.mLink:hover{color:#f5d101;}


