/*  
  Desc: oilfieldhub Typography Style Sheet
  Author: Cory Schadt
  
--------------------------------------- */

@font-face
{
    font-family: 'GloriaHallelujahRegular';
    src: url('../fonts/gloriahallelujah-webfont.eot');
    src: url('../fonts/gloriahallelujah-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gloriahallelujah-webfont.woff') format('woff'), url('../fonts/gloriahallelujah-webfont.ttf') format('truetype'), url('../fonts/gloriahallelujah-webfont.svg#GloriaHallelujahRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #231f20;
    font: 100%/1.125em Arial, sans-serif,Helvetica;
}

/*  Links
--------------------------------------- */
a:link, a:visited
{
    text-decoration: none;
    color: #0174ab;
}


a:hover, a:active
{
    text-decoration: underline;
    color: #0174ab;
}

/*  Headings
--------------------------------------- */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited
{
    text-decoration: none;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active
{
    text-decoration: none;
}

h1, h2, h3, h4, h5
{
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

h1
{
    font-size: 1.25em; /* 16 x 1.25 = 20px */
    line-height: 1.375em; /* 16 x 2.25 = 22px */
    color: #000;
    font-weight: bold;
}

h2 {
	/* 16 x 1 = 16px */
	font-family: Helvetica, Arial, sans-serif !important;
	font-family: Arial, sans-serif,Helvetica !important;
	/*line-height: 1.125em;*/ /* 16 x 1.125 = 18px */
	color: #000;
	font-weight: bold;
	color: #0174AB;
	font-size: 14px;
	color: #0174AB;
	line-height: 1.1em;
}


h3
{
    font-size: 0.875em; /* 16 x 0.875em = 14px */
    color: #000;
    font-weight: bold;
}

h4
{
    font-size: 0.75em; /* 16 x 0.75em = 12px */
    color: #000;
    font-weight: bold;
}

h5
{
    font-size: 0.625em; /* 16 x 0.625em = 10px */
    color: #000;
    font-weight: bold;
}

h6
{
    font-size: 0.625em; /* 16 x 0.5em = 8px */
    color: #000;
    font-weight: bold;
}

/*  Lists
--------------------------------------- */
ul
{
    margin: 0 0 15px 15px;
    /*list-style: disc outside;*/
}
ul ul
{
    margin: 15px 0 15px 15px;
}
ol ul
{
    margin: 15px 0 15px 15px;
}
ol ol
{
    margin: 15px 0 15px 20px;
}
ul li
{
    margin: 0 0 5px 0;
}

ol
{
    margin: 0 0 15px 20px;
    list-style-type: decimal;
}

ol li
{
    margin: 0 0 5px 0;
}

li, blockquote
{
    font-size: 0.875em; /* .75em x 16 =12px */
}

li li
{
    font-size: 1em; /* maintain font size for nested lists */
}
/*  Other
--------------------------------------- */
li, form, td
{
    /*font-size: 10px;*/
    font-size: 0.875em;
    margin: 0 0 1.125em 0;
}


b, strong
{
    font-weight: bold;
}


hr
{
    color: #c0c0c0;
    background-color: #c0c0c0;
    height: 1px;
    border: none;
    width: 198px !important;
    margin-bottom:0px;
    /*margin: 0px 0px 0px 0px;*/
}
.script-font
{
    font-family: GloriaHallelujahRegular, Arial, "MS Trebuchet" , sans-serif;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

