﻿/*--------------------------------------------------------------	
	Name: base.css
    Description: set up core elements of theme. 
	ONLY PUT ITEMS HERE THAT WILL BE USED GLOBALY!!!
---------------------------------------------------------------- */


/*--------------------------------------------------------------	
    Section: Clear
    Description: Clear base elements
---------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a{outline: none;}


/*--------------------------------------------------------------	
    Segment: Quick Classes
    Description: Can use these instead of inline css or creating
    custom classes for basic styles.
---------------------------------------------------------------- */

.hide{display: none;}
.block{display: block;}
.left{float: left; margin-right: 1.7em; margin-bottom: 1.7em;}
.right{float: right; margin-left: 1.7em; margin-bottom: 1.7em;}
.clear{clear: both;}
.clear-left{clear: left;}
.clear-right{clear: right;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.top{vertical-align: top;}
.middle{vertical-align:middle;}
.bottom{vertical-align: bottom;}
.zero-margin{margin: 0;}
.zero-padding{padding: 0;}
.no-border{border: none;}
.nowrap{white-space: nowrap;}
.margin-bottom{margin-bottom: 1.7em;}
.uppercase{text-transform: uppercase;}

.clear-fix:after{ 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

hr{
	border-top: 1px solid #000;
	border-bottom: 1px solid #1f1f1f;
	border-left: 0;
	border-right: 0;
	margin: 0 0 1.7em 0;
	clear: both;
}
hr.solid{border-top: 1px solid #1f1f1f;}

/*--------------------------------------------------------------	    
    Segment End: Quick Classes     
---------------------------------------------------------------- */

/*--------------------------------------------------------------	
    Segment: Core Items
    Description: 
---------------------------------------------------------------- */

body
{
    text-align: center;
    background-color: #0F0F0F;    
    color: #FFFFFF;
}



/*--------------------------------------------------------------	    
    Segment End: Core Items
---------------------------------------------------------------- */





