/*   
Theme Name: Clearly Obscure
Description: A clean and fresh theme for personal blogs, with a widget-ready sidebar, fancy pagination links and support for all post formats.
Author: Anders Norén
Author URI: http://www.andersnoren.se
Version: 0.1
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, gray, fixed-width, post-formats, two-columns, custom-header, custom-background
*/

/* BASIC STUFF
--------------------------------------- */

body {
	margin: 0;
	padding: 0;
	border: none;
	background: #fcfcfc url('images/bg.jpg');
	color: #333;
	font-size: 16px;
	font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wrapper {
	width: 950px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
}

::selection {
	background: #333;
	color: white;
}

a img {
	border: none;
}

/* HEADER
--------------------------------------- */

.left header {
	margin-bottom: 40px;
	position: relative;
	border-right: 0;
}

.left header .logo {
	height: 160px;
	width: 160px;
	margin: 0 auto;
}

.left header .logo h1 {
	display: none;
}

/* CONTENT
--------------------------------------- */

.right {
	float: right;
}

.right a {
	color: #41B7D8;
	text-decoration: none;
}

.right a:hover {
	color: #333;
	text-decoration: none;
}

.content {
	background: white;
	padding: 40px;
	width: 620px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
	position: relative;
	border-radius: 10px;
}

article h2.entry-title,
article h2.page-title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 10px;
}

.wrapper .right .content article h2 a {
	text-decoration: none;
	color: #333;
}

.right .content article h2 a:hover {
	color: #333;
	text-decoration: none;
}

.author {
	text-transform: capitalize;
}

.author a:hover {
	color: #999;
}

article .post-content {
	line-height: 160%;
}

.post-content p {
	margin: 0;
	padding: 0.5em 0;
}

.right .content article .post-content p:last-child {
	padding-bottom: 0;
}

article .post-content p:first-child {
	padding-top: 0;
}

article .post-content img:first-child,
article .post-content blockquote:first-child {
	margin-top: 0;
}

article .post-content img,
article .post-content iframe {
	max-width: 620px;
}

article .post-content img {
	height: auto;
}

article .post-content a {
	color: #41B7D8;
	text-decoration: none;
}

article .post-content a:hover {
	color: #41B7D8;
	text-decoration: underline;
}

/* GENERAL POST FORMATTING
--------------------------------------- */

.right article a.more-link {
	margin-top: 5px;
	padding: 4px 11px;
	width: auto;
	display: block;
	color: white;
	background: #41B7D8;
	background: -moz-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(51, 192, 233, 1)),color-stop(100%,rgba(44, 214, 229, 1)));
	background: -webkit-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: -o-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: -ms-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	float: right;
	font-size: 14px;
}

.right article a.more-link:hover {
	color: white;
	text-decoration: none;
}

/* blockquote */

blockquote {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-style: italic;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 5px solid #41B7D8;
	background: #FCFCFC;
	padding: 1em 2em;
	margin: 1em 0;
}

.right .content blockquote cite {
	text-align: right;
	display: block;
}

.right .content blockquote cite::before { content: '~ '; }

.right .content blockquote cite a {
	font-size: 14px;
	font-style: italic;
	color: #333;
}

.right .content blockquote cite a:hover {
	text-decoration: underline;
}

/* .page-link */

.content article .page-link {
	clear: both;
	margin-top: 5px;
	float: left;
	border-radius: 5px;
	padding: 5px 10px 4px 10px;
	background: #41B7D8;
	background: -moz-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(51, 192, 233, 1)),color-stop(100%,rgba(44, 214, 229, 1)));
	background: -webkit-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: -o-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: -ms-linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	background: linear-gradient(top,rgba(51, 192, 233, 1) 0%,rgba(44, 214, 229, 1) 100%);
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.content article .page-link a {
	text-decoration: underline;
	color: white;
}

.content article .page-link a:hover {
	text-decoration: underline;
}

/* alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* post and comment headers */

.post-content h1, .comment-content h1, .post-content h2, .comment-content h2, .post-content h3, .comment-content h3, .post-content h4, .comment-content h4, .post-content h5, .comment-content h5, .post-content h6, .comment-content h6 {
	line-height: 140%;
}

.post-content h1, .comment-content h1 {
	font-size: 28px;
	margin: 30px 0;
}

.post-content h2, .comment-content h2 {
	font-size: 24px;
	margin: 26px 0;
}

.post-content h3, .comment-content h3 {
	font-size: 20px;
	margin: 22px 0;
}

.post-content h4, .comment-content h4 {
	font-size: 20px;
	font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 20px 0;
}

.post-content h5, .comment-content h5 {
	font-size: 18px;
	font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 16px 0;
}

.post-content h6, .comment-content h6 {
	font-size: 16px;
	font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 14px 0;
}


/* table */

.post-content table {
	margin:0 0 20px;
	width:100%;
	background:#e0e0e0;
}

.post-content table caption {
	padding:0 0 19px;
	font-size:24px;
	font-family:LeagueGothicRegular;
	line-height:normal;
}

.post-content table th {
	padding: 4px 10px 5px;
	text-align:left;
}

.post-content td {
	padding:4px 10px 5px;
	background: #f9f9f9;
}

.post-content tfoot td {
	padding:4px 10px 8px;
	background:url(images/bg-sidebar-calendar-tfoot.png) repeat-x 0 bottom;
}

/* gallery */

.gallery { margin: 18px 0; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
}
.gallery-columns-1 .gallery-item { width: 100%; height: auto; margin-bottom: 5%; }
.gallery-columns-1 .gallery-item img { width: 25%; height: auto; }

.gallery-columns-2 .gallery-item { width: 50%; height: auto; margin-bottom: 5%; }
.gallery-columns-2 .gallery-item img { width: 50%; height: auto; }

.gallery-columns-3 .gallery-item { width: 33%; height: auto; margin-bottom: 5%; }
.gallery-columns-3 .gallery-item img { width: 75%; height: auto; }

.gallery-columns-4 .gallery-item { width: 25%; height: auto; margin-bottom: 2.5%; }
.gallery-columns-4 .gallery-item img { width: 75%; height: auto; }

.gallery-columns-5 .gallery-item { width: 20%; height: auto; margin-bottom: 1%; }
.gallery-columns-5 .gallery-item img { width: 75%; height: auto; }

.gallery-columns-6 .gallery-item { width: 15.5%; height: auto; margin-bottom: 1%;margin-right: 1%; }
.gallery-columns-6 .gallery-item img { width: 75%; height: auto; }

.gallery-columns-7 .gallery-item { width: 12%; height: auto; margin-bottom: 1.5%;margin-right: 2%; }
.gallery-columns-7 .gallery-item img { width: 75%; height: auto; }

.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 150%;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/* caption */

.wp-caption {
	padding: 0.5em 0;
}

p.wp-caption-text,
.entry-caption {
	max-width: 620px;
	padding: 0;
	margin: 2px 0 10px 0;
	font-size: 13px;
	font-style: italic;
	line-height: 150%;
	color: #999;
}


/* POST FORMATS
--------------------------------------- */

/* name of the post format */

h3.post-format,
.format-aside-permalink {
	font-size: 10px;
	font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 500;
}

h3.post-format {
	width: 50%;
	float: left;
}

.format-aside-permalink {
	float: right;
	text-align: right;
	width: 50%;
}

.format-aside-permalink a {
	color: #666;
	text-decoration: none;
}

.format-aside-permalink a:hover {
	color: #41B7D8;
}


/* status */

article.format-status img.avatar {
	float: left;
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

article.format-status .post-content {
	margin-left: 85px;
}

/* link */

/* aside format */

article.format-aside .post-content,
article.format-aside .post-content > p:first-child {
	font-size: 14px;
	line-height: 150%;
}


/* image format */


/* gallery format */

article.format-gallery .post-content .gallery-thumb {
	margin: 0;
	margin-right: 15px;
	float: left;
}

article.format-gallery .post-content .gallery-thumb img {
	padding: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

article.format-gallery .post-content em.gallery_desc {
	font-size: 14px;
	color: #666;
}

/* PAGES
-------------------------------------- */

.page-header h3.page-title {
	font-size: 16px;
	margin: 0;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fcfcfc;
	color: #333;
	font-weight: normal;
	text-shadow: none;
}

.page-header h3.page-title span {
	color: #666;
}

/* META
--------------------------------------- */

.post-author-name {
	color: #999;
}

.meta {
	font-size: 14px;
	margin-bottom: 40px;
}

.meta a {
	text-decoration: none;
	color: #41B7D8;
}

.meta a:hover {
	color: #333;
}

.time a {
	color: #333;
}

.time a:hover {
	text-decoration: underline;
}

span.tags {
	margin-top: 40px;
	display: block;
	padding-left: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 25px;
	line-height: 160%;
	font-size: 14px;
}

span.tags { background-image: url('images/icons/tag.png'); }

.meta span {
	padding-left: 21px;
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 25px;
	line-height: 160%;
	display: inline;
}

.meta .time { background-image: url('images/icons/clock.png'); }
.meta .categories { background-image: url('images/icons/folder.png'); }
.meta .comments { background-image: url('images/icons/comment.png'); }
.meta .edit-link { background-image: url('images/icons/edit.png'); }
.meta .attachment-size { background-image: url('images/icons/image.png'); }
.meta .sticky { background-image: url('images/icons/sticky.png'); }
.meta .tags { background-image: url('images/icons/tag.png'); }

/* attachment navigation */

.image-navigation {
	margin-top: 30px;
}

.image-navigation .next-image {
	float: left;
}

.image-navigation .next-image {
	float: right;
	text-align: right;
}

/* AUTHORBOX
--------------------------------------- */

.authorbox {
	margin: -40px;
	padding: 40px;
	background: #f6fbfd;
}

.authorbox img.avatar {
	border-radius: 1000px;
	margin-top: 1px;
	float: left;
}

.authortext {
	margin-left: 105px;
}

.authortext h4 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}

.authortext h4 a {
}

.authortext p {
	font-size: 16px;
	line-height: 150%;
}

.authorbox p:last-child { margin-bottom: 0; }


/* SEPERATORS
--------------------------------------- */

.right .seperator { /* Base */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: -40px;
	width: 700px;
}

.right #meta-seperator { /* Grey meta seperator */
	margin-top: 16px;
	margin-bottom: 16px;
	width: 620px;
	margin-left: 0;
}

.right #inpost-seperator { /* Grey inpost seperator */
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 700px;
}

.right #post-seperator { /* Blue solid post seperator */
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 5px solid #41B7D8;
	width: 700px;
}


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

h2#comments-title {
	margin: 0;
}

ol.commentlist {
	list-style: none;
	margin-left: -40px;
	margin-top: 40px;
}

ol.commentlist ul.children {
	list-style: none;
}

ol.commentlist li.comment {
	margin-top: 20px;
	padding-top: 20px;
}

li.bypostauthor > article.comment .comment-content {
	background-color: #F6FBFD;
}

ol.commentlist li.comment article.comment footer {
	margin-bottom: 20px;
}

ol.commentlist li.comment img.avatar {
	border-radius: 100px;
	float: left;
}

ol.commentlist li.comment ul.children {
	margin-left: -10px;
}

ol.commentlist li.comment article.comment .comment-content {
	clear: both;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 150%;
}

ol.commentlist li.comment article.comment .comment-content p:first-child {
	margin-top: 0;
}

ol.commentlist li.comment article.comment .comment-content p:last-child {
	margin-bottom: 0;
}

ol.commentlist li.comment article.comment span.author-date a {
	color: #999;
}

ol.commentlist li.comment article.comment .comment-author {
	line-height: 37px;	
	margin-left: 60px;
	font-size: 14px;
	margin-bottom: 20px;
}

ol.commentlist li.comment article.comment .comment-author .author-name {
	font-size: 18px;
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: bold;
	margin-right: 20px;
}

ol.commentlist li.comment article.comment .comment-author .author-name a {
	color: #41B7D8;
}

ol.commentlist li.comment article.comment .reply {
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 14px;
}

ol.commentlist li.comment article.comment footer em {
	font-size: 14px;
	
}


/* pingback */

ol.commentlist li.pingback {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ol.commentlist li.pingback p {
	margin: 0;
}

/* reply */

div#respond h3#reply-title small a {
	font-weight: normal;
}

/* respond */

div#respond {
	background-color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04);
}

div#respond p.custom-reply-text {
	margin: 0;
	padding: 0 0 18px 0;
}

input,
textarea {
	font-family: inherit;
	font-size: 14px;
	line-height: 14px;
	color: #a2a4a6;
	background-color: #fcfcfc;
	border: 1px solid #e3e3e3;
	padding: 8px 15px;
	-moz-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.02);
	resize: none;
	-webkit-transition: color 0.6s ease-in;
	-moz-transition: color 0.6s ease-in;
	-o-transition: color 0.6s ease-in;
	transition: color 0.6s ease-in;
}

input:focus,
textarea:focus {
	color: #575859;
	outline: none;
}

textarea {
	line-height: 25px;
}

form {
	padding-bottom: 0px;
}

div#respond form textarea {
	width: 588px;
	max-width: 588px;
	margin: 2px 0 0 0;
	padding: 8px 15px;
}

div#respond form input {
	width: 268px;
	position: relative;
	margin-right: 10px;
	padding: 10px 10px;
	float: left;
}

div#respond form input#submit {
	border-radius: 5px;
	padding: 10px 12px;
	background: #d86241;
	background: -moz-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(233, 92, 51, 1)),color-stop(100%,rgba(229, 59, 44, 1)));
	background: -webkit-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: -o-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: -ms-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: auto;
	float: none;
	clear: both;
}

div#respond label {	
	font-size: 14px;
}

div#respond label,
div#respond span {
	line-height: 42px;
}

 #respond .comment-form-comment label {
	display: none;
}

p.form-allowed-tags {
	display: none;
}


/* SIDEBAR
--------------------------------------- */

.left {
	width: 220px;
	float: left;
	color: #444;
	font-size: 14px;
}

.left a {
	color: #41B7D8;
	text-decoration: none;
}

.left a:hover {
	text-decoration: underline;
}


.left .widget {
	clear: both;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 170%;
	text-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px;
}

.left h1.widget-title {
	font-family: 'Droid Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #444;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #DDD;
	text-align: left;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.25);
}

.left ul {
	margin-left: -40px;
	list-style: none;
	line-height: 140%;
	margin-bottom: 0;
}

.left ul li {
	margin-bottom: 6px;
}

.left ul li:last-child {
	margin-bottom: 0;
}


/* CUSTOM WIDGETS
--------------------------------------- */

.left .widget_categories li, .left .widget_archive li {
	width: 108px;
	display: inline-block;
	font-size: 14px;
}

.left .widget_categories a, .left .widget_archive a {
	color: #666;
	text-decoration: none;
}

.left .widget_categories a:hover, .left .widget_archive a:hover {
	color: #41B7D8;
	text-decoration: none;
}

/* recentcomments fix */

.recentcomments a.url {
	color: #666;
}

/* type and hit enter search */

form#searchform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form#searchform fieldset input {
	color: #888;
	background: #DDD;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	font-size: 14px;
	border: none;
	min-width: 200px;
	margin: 0;
	padding: 10px 10px;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}


/* PAGE NAVIGATION
--------------------------------------- */

.pagenavi {
	font-size: 16px;
    float:left;
    width: 620px;
}

.pagenavi .prev,
.pagenavi .next {
	width: 73px;
	float: left;
	display: inline-block;
	margin-top: 5px;
}

.pagenavi .next {
	text-align: right;
	width: 46px;
	float: right;
}

.pagenavi a span.prev,
.pagenavi a span.next {
	border-radius: 5px;
	padding: 5px 10px 4px 10px;
	background: #d86241;
	background: -moz-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(233, 92, 51, 1)),color-stop(100%,rgba(229, 59, 44, 1)));
	background: -webkit-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: -o-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: -ms-linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	background: linear-gradient(top,rgba(233, 92, 51, 1) 0%,rgba(229, 59, 44, 1) 100%);
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagenavi a span.prev:hover,
.pagenavi a span.next:hover {
	color: white;
}

.pagenavi .pagelist {
	text-align: center;
	width: 60%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.pagenavi a.page {
	padding: 5px 0px 4px 0px;
	margin: 0 1%;
    color: #41B7D8;
    border-radius: 5px;
    background: white;
    width: 8%;
    text-align: center;
    display: inline-block;
	border: 1px solid white;
}

.pagenavi a:hover {
    color: white;
    background-color: #41B7D8;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagenavi span.current {
	padding: 5px 0px 4px 0px;
	margin: 0 1%;
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 8%;
	text-align: center;
	display: inline-block;
    background-color: #41B7D8;
}

/* FOOTER
--------------------------------------- */

.right footer.bottom {
	color: #888;
	font-size: 12px;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 50px;
}

.right footer.bottom .footer_left {
	float: left;
}

.right footer.bottom .footer_right {
	float: right;
	text-align: right;
}

.right footer.bottom a {
	color: #555;
	text-decoration: none;
}
.right footer.bottom p a:hover {
	color: #555;
	text-decoration: underline;
}


/* MOBILE RESP
--------------------------------------- */ 









