/* .
. EINNOV8 TEXT STYLESHEET
. 
. Contains rules for fonts, text, sizes, transformations,etc. that will be used in all eInnov8 themes
. */


/* General Element Rules */  
a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* Text Manipulations */
#topnav {
text-align: right;
text-transform: uppercase;
}

#memberstopnav {
text-align: right;
}

footer, #sidebarsection, #bottomwidgetarea {
text-align: center;
}

footer a {
text-decoration: underline;
}

.blogwidgettitle {
text-transform: uppercase;
}

#slidersidebartop {
text-decoration: none;
}


/* Font Sizes */
body, header, #content, aside {
font-size: 14px;
font-family: sans-serif;
}

footer {
font-size: 12px;
}

footer #footerlinks {
font-size: 1.3em;
}

footer #legalnav {
font-size: 0.8em;
}

footer #footerserved, footer .footertext {
font-size: 0.8em;
}

#topnav {
font-size: 0.7em;
}

#mainnav {
font-size: 1em;
}

body.testimonials .navigation a {
font-size: 1.1em;
font-weight: bold;
}

#header-sitename, #header-phone {
font-family: sans-serif;
}

#header-sitename, #content h1 {
font-size: 2.1em;
}

#header-phone {
font-size: 1.7em;
}

#content h2 {
font-size: 1.5em;
}

#content h3 {
font-size: 1.3em;
}

#content h4 {
font-size: 1em;
}
 
#content h5 {
font-size: 0.8em;
}

#content h6 {
font-size: 0.6em;
}

#bottomwidgetarea {
font-size: 0.8em;
}

.metainfo {
font-style: italic;
font-size: 0.9em;
}


/* Site Specific */
#site-128 #sidebar #form-main input[type=submit] {
font-size: 1.5em;
font-weight: bold;
}