/* reset */
		@charset "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}ol,ul{list-style-image:none;list-style-position:outside;list-style-type:none}


body {
    background:#ffffff;
    font-family:helvetica,sans-serif;
    font-family: 'open sans', helvetica,sans-serif;
    line-height: normal;
    color: #595959;
}

h1{
	font-family: 'Merriweather', georgia, serif;
	font-weight: 400;
}

h2{
	font-family: 'Merriweather', georgia, serif;
	font-weight: 400;
	font-size: 1.3em;
}

p{
	font-family: 'open sans', helvetica, arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1.5em;
	line-height: 1.5em;
	color: #595959;
}

a{
	text-decoration: none;
}


.wrapper{
	width:55%;
	margin: 0 auto;
	max-width: 60em;
}

@media screen and (max-width: 70em) {
	.wrapper {
	width:75%;
	}
}

@media screen and (max-width: 55em) {
	.wrapper {
	width:90%;
	}
}

.wrapper-content{
	width:55%;
	margin: 0 auto;
	max-width: 60em;
}

@media screen and (max-width: 70em) {
	.wrapper-content {
	width:75%;
	}
}

@media screen and (max-width: 55em) {
	.wrapper-content {
	width:90%;
	}
}

/*Header*/

#header{
	background: #40c8f4;
	height: 8em;
	border-bottom-style:solid; 
	border-bottom-color:#f9f9f9; 
	border-bottom-width:1em; 
}

@media screen and (max-width: 40em) {
	#header {
	height:8em;
	}
}

#site-title{
	float:left;
}

@media screen and (max-width: 40em) {
	#site-title {
	float: none;
	}
}




h1.header{
	color: #ffffff;
	font-size: 3em;
	padding-top: 0.8em;
	font-style: normal;
}

@media screen and (max-width: 40em) {
	h1.header  {
	font-size: 2.5em;
	padding-top: 0.5em;
	text-align: center;
	}
}

h1#title{
	color: #919191;
	font-size: 1.3em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	text-align: center;

}


/*Nav*/

#nav{
	float:right;
}

@media screen and (max-width: 40em) {
	#nav {
	float:left;
   	width:100%;
   	overflow:hidden;
   	position:relative;
	}
}


ul{
	list-style:none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 40em) {
	ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	}
}

ul li{
	float:left;
	font-size: 1.1em;
}

@media screen and (max-width: 40em) {
	ul li {
	display:block;
  	float:left;
  	list-style:none;
  	margin:0;
  	padding:0;
  	position:relative;
  	right:50%;
	}
}


ul li a {
	display: block;
  	text-decoration: none;
  	padding: 2.95em 1em;
  	color: #ffffff;
}

@media screen and (max-width: 40em) {
	ul li a  {
	display:block;

   	padding:10px 10px;
   	text-decoration:none;
   	line-height:1.3em;
	}
}

ul li a:hover {
  background-color: #00b8e1;
}





/*Homepage modules*/

.module-header{
	margin-top: 2em;
	background: #40c8f4; 
	padding-left: 1em;
}

a.module-header-link{
	display: block;
	padding:0.6em 1em 0.6em 1em;
	color: #ffffff;
	font-size: 1.3em;
}

.module-content{
	/*border-bottom: solid;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 0.1em;*/
	background: #f9f9f9;
	padding:1em 1em 1em 0em;	
}

h1.content-title{
	color: #595959;
	font-size: 2.6em;
	padding: 0.6em 1.5em 0.15em 1.5em;
	text-align: center;
}

@media screen and (max-width: 50em) {
	h1.content-title{
	font-size: 2em;
	padding: 0.5em;
	}
}

p.module{
	padding-left: 2.5em;
	padding-right: 2.5em;
	text-align: center;
}

@media screen and (max-width: 50em) {
	p.module {
	padding: 0.5em;
	text-align: left;
	}
}

.more-button{
	font-size: 1em;
	background-color: #ffc600;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	width: 10em;
	margin: auto;
}

a.more-button{
	color: #fff;
	display: block;
	padding: 0.5em;
}

.more-button:hover{
	background-color: #ffbd00;
}


/*Blog post*/

#post-title{

}

h1.post-title{
	color: #595959;
	font-size: 2.6em;
	padding-top: 1em;
	padding-bottom: 0.8em;
	text-align: center;
}

.post-block{


}

p.post-content{
	text-align: left;
	line-height: 1.4em;
}

img.blog-img{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	margin-bottom: 1.4em;
	margin-top: 1.4em;
}


.tweet-button{
	font-size: 1em;
	background-color: #40c8f4;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	width: 10em;
	margin: auto;
	margin-top: 3em;
}

a.tweet-button{
	color: #fff;
	display: block;
	padding: 0.5em;
}

.tweet-button:hover{
	background-color: #ffbd00;
}

/*Page titles (not blog posts)*/

#page-title{

}

h1.page-title{
	color: #595959;
	font-size: 2.6em;
	padding-top: 1em;
	padding-bottom: 0.8em;
	text-align: center;
}


/*Blog page*/

#blog-list{
	background: #f9f9f9;
}

.blog-item{
	border-left: solid;
	border-left-width: 1em;
	border-left-color: #f9f9f9;

}

.blog-item:hover{
	border-left: solid;
	border-left-width: 1em;
	border-left-color: #40c8f4; 
}

a.blog-item-link{
	font-size: 1.2em;
	color: #595959;
	display: block;
	padding: 1em;

}


/*Project page*/

h2.project-title{
	font-size: 1.8em;
	color: #595959;
}

.project-details{
	margin-top:3em;
	margin-bottom: 5em;
}

a.project-link{
	color: #40c8f4;
}



/*About page*/

img.me-img{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
	margin-bottom: 1.4em;
	margin-top: 1.4em;
}

a.bunnyfoot{
	color: #6C50A0;
}

a.dribbble{
	color: #ea4c89;
}

a.email{
	color: #40c8f4;
}




/*Footer*/
#footer{
	margin-top: 4em;
	padding-top: 1em;
	background: #919191;
}

p.footer{
	color: #ffffff;
	font-size:1em;
	padding-bottom: 1.5em;
}

a.twitter{
	color: #40c8f4;
}

