div.clear {
	clear: both;
}

.white {
	color: #ffffff;	
}

.shadow{
	-webkit-box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.4);
	box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.4);
}

/* -- Template Parts -- */
div.body {
	margin: 0 auto;
	max-width: 1200px;
}

.threeCol {
	width: 30%;
	float: left;
	padding: 6px;
    margin: 0 1.66%;
}

.twoCol {
	width: 40%;
	margin: 0 5%;
	float: left;
}
	
.oneThird {
    width: 35%;
	margin: 0 5%;
	float: left;
}
	.twoThirds {
		margin: 0 5%;
		width: 55%;
		float: left;
		margin: 0;
	}
	
.oneFourth {
     width: 23%;
     margin: 0 1%;
     float: left;
}
    .oneHalf {
         width: 46%;
         margin: 0 2%;
         float: left;
    }
    .threeFourths {
         width: 65%;
         margin: 0 5%;
         float: left;
    }
    .threeFourthsNoMargins {
         width: 75%;
         margin: 0 auto;
         float: left;
    }

.oneThird img, .oneFourth img, .threeCol img {
    width: 100%;
}
.oneThird img.shrink, .oneFourth img.shrink, .threeCol img.shrink {
    width: 80%;
    margin: 0 10%;
}

.textCenter {
	text-align: center;	
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}

.textJustify {
     text-align: justify;   
}

.right {
    float: right;
}
.left {
    float: left;
}

.show900 {
	display: none;
}

img.rounded {
	border-radius: 50%;
}

img.fifty {
    width: 50%;
}
		
footer {
	min-height: 160px;
	width: 100%;
	background-color: #131319;
	padding-top: 16px;
}

.bold {font-weight: bold;}

/* Colors */
.blue {
    color: #0059a7;
}
.green {
    color: #00a706;
}
.red {
    color: #ff0000;   
}
.white {
    color: #FFFFFF;
}
.black {
    color: #000000;   
}

.spaceTop {
    margin-top: 64px;
}
.spaceBot {
    margin-bottom: 64px;   
}
.smallSpaceTop {
    margin-top: 32px;
}
.smallSpaceBot {
    margin-bottom: 32px;   
}
.noMarginTop {
    margin-top: 0;
}

.smallContainer {
     margin: 0 auto;
     width: 70%;
}

.margin24 {
     margin: 24px;   
}

.padding12{
    padding: 12px;
}

.minHeight{
 min-height: 800px;
 padding: 36px 0;
}

a.button {
 text-decoration: none;   
}
.clickMe {
    width: 65%; max-width: 450px; margin: 0 auto; border-radius: 3px; font-size: 24px;
    background-color: #047bac; color: white; font-weight: bold; padding: 6px 0;
}

/* Warlords Nav */
h3 a {
  color: #586667;
}

#warlordsNav h3{
     font-weight: bold;   
}
#warlordsNav a {
     text-decoration: none;  
     display: block;
     max-width: 600px;
    margin: 2px auto;
}
        #warlordsNava:hover {
            text-decoration: none;
        }
#warlordsNav a h4, #warlordsNav a h5{
    /*background: #2196f3;*/
    background: #001024;
    color: #FFF;
    margin: 0px auto;
    line-height: 2em;
    transition-duration: .3s;
}
#warlordsNav a h4:hover, #warlordsNav a h5:hover {
    box-shadow: inset 0px 0px 5px 5px rgba(30, 30, 30, .2)
}
    #warlordsNav h4 a, #warlordsNav h5 a {
        color: #FFF;
    }
        
    #warlordsNav h5 {
        line-height: 1.6em;
        max-width: 400px;
    }
    
    
/* Blog */
div.blogPost {
    
}

div.blogPost h2 {
    
}

div.blogPost a.imgLink {
    display: block;
    width: 256px;
    height: 128px;
    text-align: center;
    float: left;
}
    
div.blogPost a img {
    height: 128px; 
    margin: auto;
}
    
    
div.blogPost p.date {
    font-style: italic;
    margin: 4px auto;
}

/* Lightbox stuff */
.lightBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.5% 10%;
    background: rgba(0,0,0,0.9);
}

    .lightBoxImage {
         max-width: 100%;   
         max-height: 100%;
    }
 
.closeBox {
    position: absolute;
    top: 64px;
    right: 64px;
    color: #FFFFFF;
    font-size: 48px;
}
    .closeBox:hover {
         cursor: pointer;
         color: #777;
    }

@media only screen and (max-width:900px) {
	.not900 {
		display: none;
	}
	.show900 {
		display: block;
	}

	div.threeCol {
		width: 96%;
		padding: 6px;
        margin: 0 2%;
	}

	.twoCol {
		width: 100%;
		margin: 3px 0;
		float: none;
	}

	.oneThird, .twoThirds, .oneFourth, .oneHalf {
		width: 100%;
		margin: 3px 0;
		float: none;
	}
	
	.oneThird img, .oneFourth img {
	     width: 50%;
	     margin: 0 auto;
	}
}
