/*  
Theme Name: Blogfolio
Theme URI: http://themify.me/themes/blogfolio
Version: 1.1
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	background: #d9dfe1 url(images/html-bg.png);
}
body {
	font: 13px/155% Arial, Helvetica, sans-serif;
	background: url(images/body-bg.png) no-repeat center top;
	color: #5f5f5f;
}
p {
	margin: 0 0 1.25em;
	padding: 0;
}
big {
	font-size: 120%;
	line-height: 160%;
}
a {
	color: #36C;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
small {
	font-size: 87%;
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 2em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
input, textarea, select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
textarea {
	line-height: 150%;
}
input[type=text], input[type=password], textarea {
	background: #261c10;
	border: solid 1px #a7b0b3;
	padding: 5px 7px 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border-color: #f26522;
	color: #000;
}
input[type=reset], input[type=submit] {
	background: #5f5f5f;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #30333a;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewrap {
	width: 950px;
	margin: 0 auto;
}
#middlewrap {
	padding: 35px 0 60px;
}

/************************************************************************************
GRID
*************************************************************************************/
.row:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.row {
	display:inline-block;
}
.row {
	display:block;
}
.row {
	position:relative;
	margin-left:-30px;
}
.gu1 .row {
	width: 245px;
}
.gu2 .row {
	width: 490px;
}
.gu3 .row {
	width: 735px;
}
.gu4 .row {
	width: 980px;
}
.col {
	margin-left: 30px;
	float: left;
	position: relative;
}
.gu1 {
	width: 215px;
}
.gu2 {
	width: 460px;
}
.gu3 {
	width: 705px;
}
.gu4 {
	width: 950px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	border-bottom: solid 0px #42331d;
	position: relative;
	height: 170px;
	z-index: 100;
}
#site-logo {
	position: absolute;
	top: 60px;
}
#site-logo a {
	font: bold 46px/100% Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	color: #575b5b;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	padding: 5px 0;
}
#site-description {
	font: italic 16px/100% Georgia, "Times New Roman", Times, serif;
	color: #999;
	position: absolute;
	bottom: 25px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 15px;
	list-style: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	z-index: 100;
}
#main-nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #898D9A;
	display: block;
	padding: 5px 15px;
	margin: 0 0 0 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* main level link :hover */
#main-nav a:hover {
	color: #000;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #585b62;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #666;
	background: none;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	text-transform: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #261c10;
	border: solid 1px #42331d;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: 5px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/* rss button */
#main-nav .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 18px;
	margin-left: 15px;
}

/************************************************************************************
HEADER WIDGET
*************************************************************************************/
#header .header-widget {
	position: absolute;
	top: 20px;
	right: 16px;
	text-align: right;
	float: right;
}
.header-widget .widget {
	float: right;
	margin-right: 14px;
}
.header-widget .widget div {
	display: inline;
}

#header .header-widget ul {
	margin: 0;
	padding: 0;
}
#header .header-widget ul li {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}
#header .header-widget .widget {
	float: left;
	margin-right: 14px;
}
#header .header-widget img {
	vertical-align: middle;
}
#header .rss {
	float: right;
}
#header .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 16px;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
#welcome-message {
	text-align: center;
	font: italic 18px/100% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 30px;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#slider {
	position: relative;
	margin-bottom: 30px;
}
#slider .slides {
	margin: 0;
	padding: 0;
}
#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#slider .slides img {
	background: #261c10;
	vertical-align: bottom;
	padding: 4px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slider .slides .details {
	position: absolute;
	bottom: 0;
	background: url(images/slide-description-bg.png);
	color: #7a766a;
	width: 910px;
	padding: 10px 20px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#slider .slides h3 {
	color: #ffffcc;
	margin: 0;
	font: normal 16px/120% Arial, Helvetica, sans-serif;
}
#slider .slides p {
	margin: 0;
}
#slider .slide-nav-wrap {
	text-align: center;
	display: block;
	margin: 15px 0 0;
	width: 100%;
}
#slider .slide-nav a {
	display: inline-block;
	background: url(images/slide-nav.png) no-repeat -40px 0;
	width: 10px;
	height: 11px;
	padding: 2px;
	margin: 0 2px 1px;
	text-indent: -25px;
	overflow: hidden;
}
#slider .slide-nav a:hover {
	background-position: -20px 0;
}
#slider .slide-nav a.activeSlide {
	background-position: 0 0;
}
#slider .next-prev-slide-button {
	display: inline-block;
	background: url(images/slide-next-prev.png) no-repeat;
	width: 8px;
	height: 13px;
	padding: 2px;
	text-indent: -25px;
	overflow: hidden;
}
#slider .prev-slide {
	background-position: 0 0;
	margin-right: 5px;
}
#slider .prev-slide:hover {
	background-position: 0 -27px;
}
#slider .next-slide {
	background-position: -30px 0;
	margin-left: 5px;
}
#slider .next-slide:hover {
	background-position: -30px -27px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.img-style {
	background: #261c10;
	padding: 4px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.listview {
	margin-bottom: 40px;
}
.gridview {
	margin-bottom: 20px;
}
.gridview .post-title {
	padding: 0 5px;
}
.gridview .excerpt {
	font-size: 90%;
	line-height: 140%;
	padding: 0 5px;
}
.post-title {
	font: bold 14px/110% Arial, Helvetica, sans-serif;
	margin: 10px 0 4px;
}
.post-title a {
	color: #30333a;
}
.post-title a:hover {
	color: #F30;
}
h1.post-title {
	font-size: 185%;
	margin: 5px 0 10px;
}
h2.post-title {
	font-size: 150%;
}
.post-meta {
	font-size: 95%;
	margin: 0 0 10px;
	color: #898989;
}
.post-meta a {
	color: #898989;
}
.post-meta a:hover {
	color: #F63;
}
.post-meta span {
	margin-right: 8px;
}
.post-meta .post-category {
	background: url(images/folder.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-meta .post-author {
	background: url(images/user.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-meta .post-tags {
	background: url(images/tag.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-meta .post-comments {
	background: url(images/comment.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-date {
	display: block;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	margin: 12px 0 10px;
	color: #898989;
}

/************************************************************************************
SINGLE
*************************************************************************************/
.page-title {
	font: italic 30px/110% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;
}
.single-post-date {
	text-align: left;
	margin: 0;
}
.single-post-img {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}
.single-post-img.left {
	margin-left: 0;
	margin-right: 30px;
}
.showcase {
	margin: 30px 0;
	position: relative;
}
.showcase-nav {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}
.showcase-nav li {
	float: left;
	margin: 0 10px 8px 0;
}
.showcase-nav img {
	background: #261c10;
	padding: 3px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.showcase-nav .activeSlide img {
	border: solid 1px #333;
}
.next-prev-project {
	position: absolute;
	top: 15px;
	right: 0;
}
.next-prev-project a {
	color: #7abba6;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
}
.next-prev-project a:hover {

	color: #ffffcc;
}
.next-prev-project .next a {
	background: url(images/next-arrow.png) no-repeat right center;
	padding: 0 12px 0 0;
	margin-left: 10px;
}
.next-prev-project .prev a {
	background: url(images/prev-arrow.png) no-repeat left center;
	padding: 0 0 0 12px;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	border-top: solid 1px #42331d;
	margin: 40px 0 20px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
.next-prev-comment {
	position: absolute;
	top: 17px;
	right: 0;
}
.next-prev-comment a {
	color: #30333a;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
}
.next-prev-comment a:hover {
	color: #F30;
}
.next-prev-comment .next a {
	margin: 0 0 0 20px;
}
#comments, #respond h4 {
	font-size: 140%;
}
/* commentlist */
.commentlist {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0 75px;
	list-style: none;
	border-top: solid 1px #42331d;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
}
.commentlist .avatar {
	margin: 0 16px 0 0;
	position: absolute;
	top: 15px;
	left: 0;
	background: #261c10;
	padding: 3px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.commentlist cite {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
}
.commentlist .comment-time {
	color: #888;
}
.commentlist ul, .commentlist ol {
	margin: 0;
	padding: 0;
}
.commentlist .comment-reply-link {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	background: #5f5f5f;
	font-size: 85%;
	color: #ededed;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.commentlist .comment-reply-link:hover {
	background: #30333a;
	text-decoration: none;
}

/************************************************************************************
COMMENT FORM
*************************************************************************************/
#respond {
	border-top: solid 1px #42331d;
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond .cancel-comment-reply a {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 85%;
	text-decoration: none;
	padding: 2px 10px;
	color: #ededed;
	background: #F30;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#respond .cancel-comment-reply a:hover {
	background: #30333a;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
	font-weight: bold;
}

/************************************************************************************
NEXT PREVIOUS NAVIGATION
*************************************************************************************/
.next-prev-post {
	clear: both;
	margin: 30px 0 20px;
}
.next-prev-post span {
	width: 45%;
}
.next-prev-post a {
	color: #7abba6a;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	display: block;
}
.next-prev-post a:hover {
	color: #ffffcc;
	text-decoration: none;
}
.next-prev-post .prev a {
	float: left;
	background: url(images/prev-arrow.png) no-repeat 0 center;
	padding: 0 0 0 14px;
}
.next-prev-post .next a {
	float: right;
	text-align: right;
	background: url(images/next-arrow.png) no-repeat right center;
	padding: 0 14px 0 0;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar a {
	color: #ffffcc;
	text-decoration: none;
}
#sidebar a:hover {
	color: #7abba6;
}
#sidebar .widget {
	margin: 10px 0 40px;
}
#sidebar h4, .widgettitle {
	font: bold 13px/120% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 6px;
	padding: 0 0 6px;
	color: #787b7b;
}
.widgettitle a {
	color: #30333a;
	text-decoration: none;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget li {
	padding: 0 0 10px;
	margin: 0;
}
.widget ul ul {
	padding: 10px 0 0 18px;
	margin: 0;
	list-style: disc;
}
.widget ul ul li {
	padding: 0 0 8px;
	margin: 0;
}
/* search form */
#searchform #s {
	width: 178px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* flickr widget */
.widget .flickr_badge_image img {
	width: 52px;
	height: 52px;
	margin: 0 11px 11px 0;
	float: left;
	background: #261c10;
	padding: 3px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* recent comments widget */
.widget .recent-comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .recent-comments-list li {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}
.widget .recent-comments-list .avatar {
	margin: 0 11px 11px 0;
	float: left;
	background: #fff;
	padding: 3px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* feature posts widget */
.widget .feature-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .feature-posts-list li {
	margin: 2px 0 10px;
	padding: 0;
	clear: both;
}
.widget .feature-posts-list .post-img {
	float: left;
	margin: -2px 11px 11px 0;
	background: #fff;
	padding: 3px;
	border: solid 1px #42331d;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}
.widget .feature-posts-list small {
	color: #999;
}

/* calendar widget */
.widget #wp-calendar {
	width: 100%;
}
.widget #wp-calendar td {
	width: 14%;
}
.widget #wp-calendar #prev {
	text-align: left;
}
.widget #wp-calendar #next {
	text-align: right;
}
.widget #wp-calendar caption {
	text-align: left;
}
.widget #wp-calendar th {
	text-align: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	border-top: solid 1px #42331d;
	padding: 20px 0;
}
.footer-text {
	clear: both;
	font-size: 87%;
	color: #666;
	margin: 15px 0 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, .row:after, .feature-posts-list li:after, .next-prev-post:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix, * html .row, * .feature-posts-list li, * .next-prev-post {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix, *:first-child+html .row, *:first-child+html .feature-posts-list li, *:first-child+html .next-prev-post {
	zoom: 1;
} /* IE7 */

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	background: #161616;
	padding: 4px;
	border: solid 1px #272727;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background: #fff;
	padding: 4px 2px 2px 0;
	border: solid 1px #42331d;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption-text {
	font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #777;
}
