/*
 * Theme name: Responsive - typography elements
 * Author: Chappell Creative Inc.
 * Author URI: http://chappellcreative.com
 * Version: 1.0
 */

/* TYPOGRAPHY ELEMENTS */
@font-face {
    font-family: 'OpenSansReg';
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.svg#OpenSansReg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/opensans/OpenSans-Italic-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans/OpenSans-Bold-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prociono';
    src: url('../fonts/Prociono/Prociono-Regular-webfont.eot');
    src: url('../fonts/Prociono/Prociono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Prociono/Prociono-Regular-webfont.woff') format('woff'),
         url('../fonts/Prociono/Prociono-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Prociono/Prociono-Regular-webfont.svg#Prociono') format('svg');
    font-weight: normal;
    font-style: normal;
}
.whitehall {
	font:1.1em/2em Prociono, Georgia, serif;
}
.shadow_text {
	text-shadow:0 1px 1px rgba(0,0,0,0.9);
}

/* PROJECT FONTS  */
body {
	font-family: OpenSansReg, Arial, sans-serif; 
}
#access #menu, #footer_menu_div {
	font-family: Prociono, Georgia, serif;
}
#menu {
	font-size: 1.25em;
	line-height: 100%;	
}

/* Headings */

h1, 
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #690;
	color: #369;
	padding: 0;
	line-height: 1em;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	color: #690;
	color: #369;
	font-family: Prociono, Georgia, serif;
}
h1 { 
	font-size: 2.5em;
	
}
h1 a span { 
	font-size: 50%;
	color: #369;
}	
h2 { 
	font-size: 1.75em;
}
h3 { 
	font-size: 1.5em;
} 
h4 { 
	font-size: 1.25em;
} 
h5 { 
	font-size: 1.0em;
}						
h6 { 
	font-size: 0.875em;
}
i, em {
	font-family: Prociono, Georgia, serif;
}

b, strong {
	font-family: OpenSansBold, Impact, sans-serif;
	font-weight: normal;
	color: #369;
}
.mixed {
	font-variant: small-caps;	
}

/* Horizontal Line */
hr {	
	background: url(../images/line.png) repeat-x bottom left;
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
	-moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Text elements */
p, li {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 1em;
}
p a {
	border-bottom: dotted 1px #369;
}
small {
	line-height: 1.1em;
	font-family: Prociono, Georgia, serif;
}
ul, ol {
	margin: 0 0 1em;
	list-style-position: inside;
	padding: 0px 0px 0px 15px;
}
ul {
	list-style: none;
}
ul li {
	display: block;
	background-image: url(../images/double_box.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 25px 20px 25px 15px;
	border-left: 10px solid #A1CC39;
	padding: 10px;
	background-color: #E9F0D8;
}
blockquote p {
	font-family: Prociono, Georgia, serif;
	font-style: italic;
	margin: 0 0 0.25em;
}
.author {
	font-family: OpenSansReg, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	text-align: right;
	margin: 0 20px 20px 0;
	font-style: normal;
}
.social_quote  {
	font-family: Prociono, serif;
	font-size: 1.2em;
	color: #369;
	text-align: center;
	font-style: italic;
	line-height: 1.1em;
}
.social_note   {
	font: 0.9em/1em OpenSansReg, san-serif;
	color: #999;
	padding: 0px;
	text-align: center;
}
address {
	display: block;
}
.intro {
	font-size: 1.5em;
	color:#555;
}
.action_call {
	font: 1.5em/1.25em OpenSansBold, Impact, sans-serif;
	color: #555;
	text-align: center;
	background-color: #F6F9FB;
	border: 1px dotted #CFDBE9;
	padding: 8px 5px;
}
.spam_notice {
	margin: 0 15px 20px;
}
.return {
	font-size: 0.9em;
	text-align: right;
	letter-spacing: 1px;
}
.widget_phone {
	font-size: 1.25em;
	text-align: right;
	margin: 0;
	padding: 0;
}
.widget_phone span {
	font-family: Prociono, Georgia, serif;
	font-size: 1em;
	font-style: italic;
	padding-right: 10px;
}
#catpicker {
	font-family: Prociono, Georgia, serif;
}
.widget_phone a {
	color:#FFF !important;	
}
#page_base p {
	text-align: center;
	color: #F9F9F9;
	font: 1.1em;
	margin:0;
	padding:0;
}

/* Links */
a {
	color: #369;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
a:hover, a:active {
	text-decoration: none;
	color: #690;
}
figcaption a {
	color: #EEF;
	text-decoration: none;
}
figcaption a:hover, figcaption a:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #EEF;
}

/* alignment */
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
.ajust {
	text-align: justify;
}
.acenter {
	text-align:center;
}
.flatten {
	line-height: 1em;
}