/*
Theme Name: ro
Theme URI: http://www.grell.es/
Description: rurururururuuuu
Version: 2.0.4
Author: http://www.grell.es.org/
*/




body {
	font-size: 14px;
	font-family: 'Libre Franklin', sans-serif;
	color: #443534;
	background-color: #dad1c9;
	}


.floatleft {
	float: left;
	margin-right: 10px;
	}
a {
	color: #595559;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #451111;
	}
a.button {
	display: inline-block;
	border: 2px solid #0da980;
	color: #0da980;
	padding: 10px 15px;
}
a.button:hover {
	color: #222;
	border-color: #222;
}
em {
	font-style: italic;
	}


h1,h2,h3,h4,h5,h6,th {
	font-weight: 400;
	}
.gallery-caption {
	line-height: 1.2;
	font-size: 0.85em;
}
#outer	{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	}

@media only screen and (min-width: 1200px) {
    #outer {
        width: 85%;
    	}
	}



#main {
	padding: 20px 15px;
	}
.home #main {
	padding: 0;
	}
@media only screen and (min-width: 1200px) {
	#main {
		padding: 20px 0;
	}
}

#main .navi {
	margin-bottom: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	}
#main .navi span {
	display: none;
	}
#main .navi a {
	display: inline;
	border: none;
	background: #595559;
	color: #D3CDCD;
	padding: 2px 5px 3px;
	margin-right: 1px;
	}
#main .navi a:hover {
	color: #fff;
	background: #00A4E2;
	}
.gallery {
	line-height: 1px;
	}

.archive .post,
.blog .post {
	background-color: #fff;
	padding: 5px 15px 25px;
	margin-bottom: 15px;
	}
.archive .post .content,
.blog .post .content {
	padding-right: 30px;
	max-width: 800px;
}

.content ul {
	margin: 0;
	padding: 0;
	}

#footer {
	margin: 0px auto 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #6495A3;
	height: 35px;
	}

.clear {
	clear: both;
	}
#footer a {
	height: 35px;
	line-height: 35px;
	color: #6495A3;
	border: none;
	}

#footer a:hover {
 color: #fff;
 border: none;
	}

iframe {
	max-width: 100%;
}
blockquote{
	padding-left:20px;
	border:none;
}
p.align-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
