/*
Theme Name: Absolute Minimum
Theme URI: http://sealevel.co
Description: This is a simple, minimalist theme for those who want the focus on their content. It's ideally for writers, but anyone can use this modern, light WordPress theme. For support, contact: hello@sealevel.co
Version: 1.0
Author: Sea Level
Author URI: http://sealevel.co/absoluteminimum
Tags: light, white, gray, one-column
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
NOTES:

Colours:
Light-Green........#2ecc71
Dark-Green.........#27ae60
Light-Grey.........#bdc3c7
Black..............#000000
White..............#ecf0f1


*/


		a{
			text-decoration:none;
			color:#2ecc71;
			font-family:'Raleway', sans-serif;
		}

a:hover{
	color:#27ae60;
}

/* -------Body and HTML reset------- */
	body, html { 
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* -----standard HTML styling----- */


h1, h2, h3, h4, h5, h6{
	text-align: center;
	color:#000000;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
}

p{
	color:#000000;
	font-family: 'Raleway', sans-serif;
}




      ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	font-family:'Raleway', sans-serif;
}

li{
	display:inline;
	padding:10px;
}

/* -------------Captions------------- */
.wp-caption{
	font-family:'Raleway', sans-serif;
	font-weight:300;
	font-size: 16px;
}

.wp-caption-text{
	font-family:'Raleway', sans-serif;
	font-weight:300;
	font-size: 16px;
}

.gallery-caption{
	font-family:'Raleway', sans-serif;
	font-weight:300;
	font-size: 16px;
}

/* -------------POSTS------------- */
.postBox{
	margin: 0 auto 5%;
	width:55%;
	
}

.postContent{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

.postTitle{
	font-size:32px;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

#oldPosts, #newPosts{
	text-align:center;
	color:#27ae60;
}

.sticky{
	
}



/* ------------Image sizes---------------*/
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}

/* -------------Alignment--------------*/
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* -------------OTHER--------------*/

.copyright{
	text-align:center;
	padding-bottom:20px;
	color:#bdc3c7;
}

.hr1{
	width: 50%;
}

#placeHold{
	width:100%;
	height:7%;
}

.breaker {
	width:20%;
	margin-top:5%;
}

.bypostauthor {
	text-align:center;
	font-weight:200;
}

.sealevel {
	color:#bdc3c7;
}


/*-------------------COMMENTS--------------------*/

.comments {
	text-align:center;
}


textarea{
	border: 1px solid #bdc3c7;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	background-color:#ecf0f1;
	border-radius:10px;
}

input{
	border: 1px solid #bdc3c7;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	background-color:#ecf0f1;
	border-radius:10px;
}

input:hover{
	border: 1px solid #bdc3c7;
	font-family:'Raleway', sans-serif;
	font-size:14px;
	background-color:#bdc3c7;
	border-radius:10px;
}

button{
	background-color:#123456;
}

.fn{
	font-style:normal;
	font-family:'Raleway', sans-serif;
	font-size:18px;
}
.says{
	font-style:normal;
	font-family:'Raleway', sans-serif;
}


.tags {
	text-align:center;
	font-family:'Raleway', sans-serif;
	font-weight:200;
}
