/* .
. ENGIPRESS FRAMEWORK CORE STYLESHEET
. 
. Contains global Wordpress classes, ids, etc. that will be used in all Engipress themes
. */


/* General Elements */  
* {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

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 {

}

/* Rounded Corners 
 
div, #sidebar ul, form, blockquote {
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
 }
 
 Rounded Corners */
 
 
/* Wordpress Powered */
.alignleft {
float: left;
margin: 10px;
margin-left: 0px;
}

.alignright {
float: right;
margin: 10px;
margin-right: 0px;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
margin: 5px;
}

.menu-item-last span,
.sub-menu {
display: none;
}
 
.bypostauthor {
 font-weight: bold;
 }
 
 .sticky {
 position: absolute;
 }
 
 
 /* Global Engipress CSS Rules */
.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.floatarea {
clear: both;
overflow: hidden;
}

.prev-nxt-nav {
clear: both;
}

.content ul, 
.content ul li {
list-style-type: disc;
}
 
.content ol, 
.content ol li {
list-style-type: decimal;
}
 
.content ul, 
.content ol {
padding-left: 30px;
margin-bottom: 10px;
}


/* jQuery UI */
.ui-tabs-hide {
display: none;  
}


/* Shortcodes */
.onehalf {
float: left;
width: 48%;
padding: 1%;
}

.onethird {
float: left;
width: 31%;
padding: 1%;
}

.onefourth {
float: left;
width: 23%;
padding: 1%;
}

.twothirds {
float: left;
width: 64%;
padding: 1%;
}

.threefourths {
float: left;
width: 73%;
padding: 1%;
}