/* .
. EINNOV8 CORE STYLESHEET
. 
. Contains global Wordpress classes, ids, etc. that will be used in all eInnov8 themes
. */

/* General Element Rules */  
* {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

}

ul, ol, li {
list-style-type: none;
}

img {
border: none;
}

blockquote {
margin: 15px auto;
width: 80%;
}

section, header, footer, nav, aside {
display: block;
}

 
 /* Wordpress Powered */
 .alignleft {
float: left;
margin: 10px;
margin-left: 0px;
}

.alignright {
float: right;
margin: 10px;
margin-right: 0px;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.menu-item-last span {
display: none;
}

.noline, .noline > a, .noline > a:hover {
text-decoration: none;
}

.sub-menu {
display: none;
}
 
 
 /* Global CSS Rules */
.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.floatarea {
clear: both;
overflow: hidden;
}

.round {
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
 }
 
 
/* jQuery UI */
.ui-tabs-hide {
display: none;  
}