/* CSS Document */

body{
font-family: 'Open Sans', sans-serif;
color:#4b4b4b;
font-size:16px;
line-height:1.75em;
}

@font-face {
	font-family: 'handOfSean';
	src: url('../fonts/handsean.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/handsean.woff') format('woff'), 
	url('../fonts/handsean.ttf')  format('truetype'),
	url('../fonts/handsean.svg#svgFontName') format('svg');
}

.handOfSean {
	font-family: 'handOfSean', sans-serif;
}


h1,h2,h3,h4,h5,h6{
font-family: 'Open Sans Condensed', sans-serif;
font-weight:normal;
}

h2{font-size:29px;}
h3{font-size:27px;}
h4{font-size:23px;}
h5{font-size:21px;}
h6{font-size:19px;}


ul.green-bullet{
    list-style:none;
    padding-left:0;
}

.green-bullet li{
    display:block;
    padding-left:12px;
    background:url(../img/bullet-green.png) 0 6px no-repeat;
}

