/* 
This Gal's Design Wordpress Framework Stylesheet
v1.0.2
Last Updated: 2015-05-01
Author: Michelle Thompson - http://thisgals.com 
*/

/** LAYOUT **/

* {
	box-sizing: border-box;
}

body,html {
	overflow: auto !important;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
}

.inner {
	max-width:100%;
	margin-right: auto;
	margin-left: auto;
}

.inner:before,.inner:after {
	content: " ";
	display: table;
}

#site-wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

footer.site-footer {
	width: 100%;
	height: auto;
	padding: 30px 0px;
	position: relative !important;
	clear: both;
	z-index: 4;
}

.entry-header {
	width: 100%;
	height: auto;
	position: relative;
}


/** TYPOGRAPHY **/
a {
    text-decoration:none;
    background-color: transparent;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: .5em;
}

h1.entry-title {
	width: 100%;
	text-align: center;
	display: block;
	z-index:3;
	position:relative;
}

p {
	margin: 0px 0px 1em;
}


/**  COLUMNS **/

.col-10, .col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-66, .col-70, .col-75, .col-80, .col-90 {
	float:left;
	position: relative;
	min-height: 1px;
	padding-left: 1em;
	padding-right: 1em;
}
.col-10 {width:10%;}
.col-20 {width:20%;}
.col-25 {width:25%;}
.col-30 {width:30%;}
.col-33 {width:33.333%;}
.col-40 {width:40%;}
.col-50 {width:50%;}
.col-60 {width:60%;}
.col-66 {width:66.1818%;}
.col-70 {width:70%;}
.col-75 {width:75%;}
.col-80 {width:80%;}
.col-90 {width:90%;}



/** TABLES **/
table {
	width:100%;
}

table tr td {
	padding:.5em 0;
}

tr:nth-child(even) td{
	background:#eee;
}