@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/
.social {
	display: inline;
	padding: 0px;
}

#footer .social {
    margin: 0;
    text-align: left;
}
.social li {
	display: inline;
	margin: 0 2px;
}
.social a {
	height: 32px;
	width: 32px;
	display: inline-block;
	position: relative;
	-webkit-transition: none 200ms ease-in;
	-o-transition: none 200ms ease-in;
	-moz-transition: none 200ms ease-in;
	background-color: transparent;
	background-image: url(../_Images/_Design/Icons/social-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.social a.rss {
    background-position: 0 0
}
.social a.facebook {
    background-position: -32px 0
}
.social .twitter {
    background-position: -64px 0
}
.social .YouTube {
    background-position: -96px 0
}
.social .pinterest {
    background-position: -128px 0
}
.social .flickr {
    background-position: -160px 0
}
.social .linkedin {
    background-position: -192px 0
}
.social .vimeo {
    background-position: -224px 0
}
.social .lastfm {
    background-position: -256px 0
}
.social .tumblr {
    background-position: -288px 0
}
.social .forrst {
    background-position: -320px 0
}
.social .skype {
    background-position: -352px 0
}
.social .friendfeed {
    background-position: -384px 0
}
.social .deviantart {
    background-position: -416px 0
}
.social .google {
    background-position: -448px 0
}
.social a.rss:hover {
    background-position: 0 bottom
}
.social .facebook:hover {
    background-position: -32px bottom
}
.social .twitter:hover {
    background-position: -64px bottom
}
.social .YouTube:hover {
    background-position: -96px bottom
}
.social .pinterest:hover {
    background-position: -128px bottom
}
.social .flickr:hover {
    background-position: -160px bottom
}
.social .linkedin:hover {
    background-position: -192px bottom
}
.social .vimeo:hover {
    background-position: -224px bottom
}
.social .lastfm:hover {
    background-position: -256px bottom
}
.social .tumblr:hover {
    background-position: -288px bottom
}
.social .forrst:hover {
    background-position: -320px bottom
}
.social .skype:hover {
    background-position: -352px bottom
}
.social .friendfeed:hover {
    background-position: -384px bottom
}
.social .deviantart:hover {
    background-position: -416px bottom
}
.social .google:hover {
    background-position: -448px bottom
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-wrapper {
    background: rgba(0, 0, 0, 0.44);
    margin-top: 60px;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
}
#footer {
    width: 1010px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
}
/* Two Footer Widget Areas */
#footer.two .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
}
#footer.two .widget-area + .widget-area {
    margin-right: 0
}
/* Three Footer Widget Areas */
#footer.three .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 30.85%;
}
#footer.three .widget-area + .widget-area + .widget-area {
    margin-right: 0
}
/* Four Footer Widget Areas */
#footer.four .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 22.2%;
}
#footer.four .widget-area + .widget-area + .widget-area + .widget-area {
    margin-right: 0
}
#footer h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
#footer a,
.site-generator a {
    color: #b9b9b9
}
#footer a:hover,
.site-generator a:hover,
#footer .post-list a:hover {
    color: #86aca3
}
#footer ul li {
    list-style: none
}
ul.flickr-feed {
	width: 110%;
	margin-right: -11px;
}

ul.flickr-feed li {
	width: 67px;
	margin-right: 11px;
	margin-bottom: 11px;
	float: left;
}

ul.flickr-feed li img {
	width: 67px;
	height: 67px;
}
.site-generator-wrapper {
    background: rgba(0, 0, 0, 0.55);
    overflow: hidden;
}
.site-generator {
    width: 1010px;
    margin: 0 auto;
    padding: 20px 0;
}
.site-generator p {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	TWITTER
/*-----------------------------------------------------------------------------------*/
.widget_twitter .entry-meta {
    display: block;
    font-size: 11px;
}
.widget_twitter .entry-meta a {
    color: #797979 !important
}
.widget_twitter .entry-meta a:hover {
    color: #86aca3 !important
}
.widget_twitter ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.widget_twitter ul li {
    background: transparent url(../_Images/_Design/Icons/line.png) repeat-x center top;
    padding: 0;
    padding-top: 15px !important;
    margin-top: 14px;
}
.widget_twitter ul li:first-child {
    background: none;
    margin: 0;
    padding: 0 !important;
}
.follow-button {
    display: block;
    background: transparent url(../_Images/_Design/Icons/line.png) repeat-x left top;
    margin: 0;
    padding: 15px 0 0 0;
}

