/* -----------------------
Base styles
------------------------*/



body
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	font: 1em/1.2   Alegreya,Georgia, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
    vertical-align: middle;

}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: .875em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */



#designline {
        margin-top: 10px;

     }
     
     
      h1{
                 position: relative;
                 top: -35px;
                 margin-bottom: 0px;
                 font-family: Georgia, serif;
                 font-size: 10px;
                 letter-spacing: 0.06em;
                 color: #cc3333;
                 text-decoration: bold;
                 font-weight: bold;
                 
                 border-bottom: 0px solid #EAEAEA; /*Make this 1px if you want to have the solid split line*/
                 background: #fff;
     }
     
#designline.dates {
            font: .6255em serif, "Times New Roman", Arial, Alegreya,Georgia, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
            letter-spacing: 0.15em;
            color: #aaa;
            text-decoration: bold;
            font-weight: bold;
            text-transform: uppercase;
            background: #fff;
     }

  
     
 h5 abbr{
        display: inline-block;
        position: relative;
        margin: 0 auto;
        padding: 0 8px;
        background: #fff;
        top: 10px;
             font-size: 22px;
             font-style: normal;
             font-weight: bold;
             letter-spacing: 0px;
             color: #666;
             font:  Crimson+Text,Alegreya,constantia,Georgia, constantia, palatino, verdana, Trebuchet MS, arial, Times,  "Times New Roman", Times, serif;
             
     }     
     
     
     h2 abbr{
             display: inline-block;
             position: relative;
             margin: 0 auto;
             padding: 0 8px;
             background: #fff;
             top: 10px;
                  font-size: 22px;
                  font-style: normal;
                  font-weight: bold;
                  letter-spacing: 0px;
                  color: #666;
                  font:  Crimson+Text,Alegreya,constantia,Georgia, constantia, palatino, verdana, Trebuchet MS, arial, Times,  "Times New Roman", Times, serif;
                  
     }     




p
{
	
	line-height: 1.5;
        font: 1em serif, "Times New Roman", Arial, Alegreya,Georgia, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	 line-height:150%;
	 float: center;
	 TEXT-ALIGN: left;
	 color: #666;
	 padding: 4px;
	 
	 background-color: #fff;
	 font-style: normal;
}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link {  
  color: #666; 
  font-weight: none; 
  letter-spacing:2px;
  text-transform:uppercase;
  font-family: constantia, palatino, Georgia, PT Serif,constantia, palatino, Georgia,constantia, palatino, times new roman, small fonts, Arial; 
  font-size: .775em;
  line-height: 2;
       }

a:hover { 
  letter-spacing:2px;
  color: #ccc;
  font-family: constantia, palatino, Georgia, PT Serif,constantia, palatino, Georgia,constantia, palatino, times new roman, small fonts, Arial; 
 }

/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 46em;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}

.header
{
	color: #666;
	background: #fff;
	padding: 1em 1.25em;
}

.header-heading { margin: 0; }

.nav-bar
{
	background: #fff;
	padding: 0;
}

.content { padding: 1em 1.25em;     TEXT-ALIGN: center;
}

.footer
{
	color: #fff;
	background: #000;
	padding: 1em 1.25em;
}

/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: .7em 1.25em;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

.nav a:link { color: #666; }
.nav a:visited { color: #666; }

.nav a:focus
{
	color: #666;
	background-color: white;
}

.nav a:hover
{
	color: #ccc;
	background-color: white;
}

.nav a:active
{
	color: #666;
	background-color: white;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 2em)
{
	.header { padding: 1.5em 3em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em; }
	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}



h6.blockquote {
 border : 0px dashed #ccc;
             font: 1em serif, "Times New Roman", Arial, Alegreya,Georgia, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;

 border-left: 0px solid #bca474;
 padding-left: 0px;
 line-height:150%;
 float: center;
 margin: 0px;
 TEXT-ALIGN: left;
 color: #666;
 padding: 10px;
 
 background-color: #fff;
 font-style: normal;
 quotes: "\201C" "\201D";
 }
 blockquote:before { content: open-quote; font-weight: bold; }
 blockquote:after { content: close-quote; font-weight: bold; }

#content blockquote {
	margin-left: 8px;
	padding: 0 48px 0 28px;
	font-style: italic;
	color: #555; 
	background: url(/images/quotes.png) no-repeat; }
	
#content blockquote p {
	margin-bottom: .7em;
	}



blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



#footerline{
   margin: 20px auto 0;
   padding: 5px 0 10px 0;
   border-top: 0px solid #000;
   border-bottom: 0px solid #000;
   text-align: center;
   FONT-FAMILY: Helvetica, Verdana, Trebuchet MS, palatino,constantia, times new roman, arial, Verdana, Geneva, Arial, sans-serif, sans-serif;
   FONT-SIZE: 10px;
   font-weight: NONE;
   COLOR: #666;
   text-transform:none;
 
 }
 
 
 #footerline a:link,
 #footerline a:visited{
     FONT-FAMILY: Helvetica, Verdana, Trebuchet MS, palatino,constantia, times new roman, arial, Verdana, Geneva, Arial,  sans-serif, sans-serif;
     FONT-SIZE: 10px;
     font-weight: NONE;
     COLOR: #666;
     text-transform:none;
     text-decoration: none;
   
}


#footerline a:hover,
#footerline a:active{
FONT-FAMILY: Helvetica, Verdana, Trebuchet MS, palatino,constantia, times new roman, arial, Verdana, Geneva, Arial,  sans-serif, sans-serif;
     FONT-SIZE: 10px;
     font-weight: NONE;
     COLOR: #ccc;
     text-transform:none;
     text-decoration: none;
   
}
