@charset "utf-8";
/* 
	typography.css
	
	Project: DSL
	
	iomer internet solutions - Nov 2008
	iomer.com



	Table of Contents
	-----------------
*/


/*body { font: 62.5% "Myriad Pro", Arial, Verdana, sans-serif; line-height: 1.4em; }*/
body { font: 62.5% Arial, Verdana, sans-serif; line-height: 1.6em; }
#pageWrapper { font-size: 1.2em; }

input { font-family: "Myriad Pro", Arial, Verdana, sans-serif; }

/* =navigation */
a:link,
a:visited,
a:hover,
a:active { color: #EEE; text-decoration: underline; }

#metaNavContent a { padding: 0 4px; }
#metaNavContent a:link,
#metaNavContent a:visited { text-decoration: none; }
#metaNavContent a:hover,
#metaNavContent a:active { text-decoration: underline; }

#mainNavContent a:link,
#mainNavContent a:visited { color: #EEE; text-decoration: none; }
#mainNavContent a:hover, #mainNavContent a:active, #mainNavContent a.selected { color: #FFF; text-decoration: none; background: url(../images/menu_item_bgR.png) 0 0 repeat scroll transparent; /*background-color:#6c150d; */}

:focus { outline: none; }

span.menuHeading {
	padding-top: 42px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	display: block;
}

/* =subnav  : moved to App_Themes/DSL/Panelbar/style.css */
/*
#subnav a { color: #e5e3e3; border-bottom: 1px solid #8d473f; padding-left: 5px; display: block; line-height: 27px; height: 100%; }
#subnav a:link, #subnav a:visited { text-decoration: none; }
#subnav a:hover, #subnav a:active{ background-color: #84362e; }
#subnav a.rpSelected { background-color: #84362e; font-weight: bold; }
#subnav ul ul a { background-color: #6b1c14; padding-left: 12px; }
#subnav ul ul ul a { background-color: #611911; padding-left: 19px; }

#subnav a.open { background-image: url(../images/open.gif); background-position: right center; background-repeat: no-repeat; }
#subnav a.closed { background-image: url(../images/closed.gif); background-position: right center; background-repeat: no-repeat; }
*/
/* =headings */

h1 { font-size: 160%; margin-bottom: 10px;}
h2 { font-size: 150%; margin-bottom: 9px;}
h3 { font-size: 140%; margin-bottom: 8px;}
h4 { font-size: 130%; margin-bottom: 7px;}
h5 { font-size: 120%; margin-bottom: 6px;}
h6 { font-size: 110%; margin-bottom: 5px;}

h1,h2,h3,h4,h5,h6 { padding: 4px 0; line-height: 120%; color: #EEE; letter-spacing: 0.04em; }

/* =breadcrumbs */
#breadcrumbWrapper { line-height: 29px; color:#363636; }
#breadcrumbWrapper a { color: #8b160e; text-decoration: underline; }


/* =upcoming events */
#upcomingEvents { color: #EEE; }
/* =testimonials */
#testimonials { color: #EEE; }
/* =page content */
#pageContent { line-height: 160%; }
