
/*
Theme Name: freelancelot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: freelancelot
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 freelancelot is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/*
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
*/
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}



/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	background-color: #d7d7d7;
	background-color: #FFFFFF;
	/*background: url('http://www.psdgraphics.com/file/old-paper.jpg');*/
	/*background: url('images/old-map.jpg');*/
	font-weight: normal;
	
    /*background: none repeat scroll 0 0 #F4F4F4;
    cursor: pointer;*/
	font-family: arial;
	font-family: 'Alegreya Sans';
	font-size: 15px;
    color: #333333;
	line-height: 22px;
    /*overflow: hidden;*/
}

h1 {
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	display: inline-block;
}
h2 {
	line-height: 40px;
	line-height: 27px;
	font-size: 40px;
	margin: 24px 0 10px 0;
	font-family: 'Cabin';

	font-weight: normal;
	font-family: 'Fauna One';
	font-size: 20px;
	color: #000000;
}
.section h2 {
	margin: 0 0 10px 0;
}
.theme h2 {
	display: inline-block;
	margin: 24px 0 0 0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
    color: #c90c2a;
	text-decoration: none;
}
h3 {
	margin: 0 0 5px 0;
	font-family: 'Bitter';
	font-weight: 700;
	font-size: 15px;
}

a {
	color: #333333;
    color: #c90c2a;
	text-decoration: none;
	outline: 0;
}
a:hover {
    color: #c90c2a;
	text-decoration: underline;
}

p {
	text-align: left;
}

hr.dark-grey {
	border: 0;
	border-bottom: 1px solid #464442;
	padding: 0;
	margin: 10px 0 20px 0;
}

code {
	color: #757575;
	font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 0 5px;
	max-width: 95%;
	vertical-align: middle;
	margin-top: -3px;	
}

ol {
	margin: 0 15px 15px 0px;
	padding: 0;
}

ol li {
	padding: 0 0 0 4px;
	margin: 0 0 10px 23px
}

.button.red {
	border: solid 1px #cbcbcb;
	cursor: pointer;
	
	color: #000000;
	background-color: #db2b35;
    border: medium none;
    border-radius: 3px !important;
    color: #FFFFFF;
    font-size: 14px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
    padding: 2px 0;
    text-align: center;
	text-indent: 0;
    width: 100px;	
}
.button.red.medium {
    width: 150px;	
}
.button.red:hover {
	background-color: #ba2129;
	text-decoration: none;
}


.button {
	display: inline-block;
	background-position: top left;
	background-repeat: no-repeat;
	border-radius: 0 !important;
    border-width: 0;
    text-shadow: none;
}
.button:hover {
	background-position: right top;
}
.button.twitter {
	background-image: url("images/button-twitter.png");
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
}
.button.facebook {
	background-image: url("images/button-facebook.png");
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
}
.button.googleplus {
	background-image: url("images/button-googleplus.png");
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
}

.main-navigation .menu {
	list-style: none;
	display: inline-block;
	margin: 20px 0 0 13px;
	padding: 0;
}
.main-navigation .menu li {
	float: left;
	padding: 0 5px 0 0;
}
.main-navigation .menu li a {
	font-size: 15px;
	color: #333333;
	outline: 0;
}

header.mobile {
	width: 100%;
	padding: 0;
}
header.mobile .main-navigation {
	display: none !important;
	margin: 0 0 0 -20px;
	padding: 0 20px 0 20px;
	width: 100%;
	clear: both;
	z-index: 12;
	vertical-align: top;
}
header.mobile .main-navigation.open {
	display: inline-block !important;
	background-color: #FFFFFF;
}	
header.mobile .main-navigation .menu {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
}
header.mobile .main-navigation .menu li {
	margin: 0 0 5px 0;
	padding: 0;
	float: none;
	text-align: center;
}
header.mobile .main-navigation .menu li.indicator {
	display: none;
}
header.mobile .main-navigation .menu li a:hover {
	color: #c90c2a;
}
header.mobile .main-navigation .menu-item.has-divider {
	background: none;
}
header.mobile .main-navigation .drop-shadow {
	display: block;
	background: url('images/mobile-navigation-dropshadow.png') repeat-x left top;
	height: 6px;
	width: 100%;
}
header.mobile .main-navigation .menu-navigation-container {
	background-color: none;
	padding: 0 0 10px 0;
}
header.mobile .button.mobile-navigation-toggle {
	display: inline-block;
}
header .button.mobile-navigation-toggle {
	background: url('images/button-mobile-navigation-toggle.png') no-repeat;
	float: right;
	height: 16px;
	width: 26px;
	display: none;
	cursor: pointer;
	margin: 19px auto 0 auto;
}


.container {
	display: block;
	width: 940px;
	margin: 0 auto 0 auto !important;
	/*position: relative;*/
}
.padder {
	padding: 20px 20px 15px 20px;
}

.content {
	padding: 0;
	font-size: 14px;
	font-family: 'Fauna One';
	width: 100%;
}
.content.white {
	background-color: #FFFFFF;
}
.content.grey {
	background-color: #dedede;
	background-color: #E5E9EC;
	background-color: #e5e5e5;
}
.content .padder {
	padding: 120px 20px 15px 20px;
}

.section {
	padding: 0;
	font-size: 14px;
	font-family: 'Fauna One';
	width: 100%;
}
.section.white {
	background-color: #FFFFFF;
}
.section.grey {
	background-color: #dedede;
	background-color: #E5E9EC;
	background-color: #e5e5e5;
}
.section .padder {
	padding: 20px 20px 15px 20px;
}


.logo {
	float: left;
	cursor: pointer;
	margin-top: 18px;
}
.main-navigation .menu {
	margin: 0;
	float: right;
	list-style: none;
	position: relative;
}
.main-navigation .menu li {
	float: left;
	margin: 28px 35px 0 0;
}
.main-navigation .menu li a {
	font-family: 'Fauna One';
	font-size: 15px;
	text-transform: none;
}
.main-navigation .menu li a:hover {
	text-decoration: none;
	color: #c90c2a;
	color: #333333;
}
.main-navigation .menu li a.selected {
	color: #c90c2a;
	color: #333333;
}
.main-navigation .menu li.indicator {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 6px;
	background: #c90c2a;
}
#header {
	min-height: 85px;
	position: fixed;
	z-index: 2;
	background: url("images/bg-header.jpg") transparent left top repeat-x;
	width: 100%;	
}
#header .padder {
	padding: 0 20px 13px 20px !important;
	padding: 0 20px 0 20px !important;
}
#header .container {
	min-height: 85px;
}

#drop-shadow {
	height: 50px;
	height: 20px;
	width: 100%;
	bottom: 0;
	z-index: 10;
	/*position: fixed;*/
	background: url("images/dropshadow.png") transparent left top repeat-x;
}

#header-image {
	/*padding: 85px 0 0 0;*/
	padding: 0px;
	background: url("images/header-image.jpg") transparent left 85px no-repeat;
	background-attachment: fixed;
	display: block;
	height: 546px;
	max-width: 2000px;
	min-width: 1000px;
	max-height: 546px;
	min-height: 304px;
	background-size: 100%;
	overflow: hidden;
}
#header-image img {
	display: block;
	min-width: 1024px;
}
#about-me {
	padding: 0;
	font-size: 14px;
	font-family: 'Fauna One';
}
#my-portfolio {
	padding: 0;
}
#contact-me {
	padding-bottom: 50px;
}

.content-area header.page-header {
	position: relative !important;
	min-height: 0 !important;
}

.column.has-border {
	border-right: 1px solid #CCCCCC;
}
.two-column {
	display: inline-block;
	margin: 10px 0 0 0;
}
.two-column .column {
	float: left;
}
.two-column.wide-first-column-thin-second-column .column-one {
	width: 600px;
	margin: 0 25px 0 0;
}
.two-column.wide-first-column-thin-second-column .column-two {
	
}

.entry-meta {
	font-family: 'Alegreya Sans';
	font-size: 15px;
	color: #333333;
}
.entry-content {
	font-family: 'Alegreya Sans';
	font-size: 16px;
	color: #333333;
}
.entry-content .links {
	margin: 10px 10px 0 10px;
	padding: 0;
}
.entry-content .links li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 22px;

	font-weight: bold;
	font-family: 'Alegreya Sans';
	font-size: 14px;
}
.entry-content .links li a {
	color: #333333;
	text-decoration: none;
	outline: 0;
}
.entry-content .links li a:hover {
    color: #c90c2a;
	text-decoration: none;
}


ul.services {
    list-style: none outside none;
    margin: 15px 0 0 0;
    padding: 0;
	display: inline-block;
}
.services li {
    margin: 0 10px 20px 0;
	padding: 0 0 0 80px;
	min-height: 170px;
	width: 50%;
    background: url('images/icon-services.png') top left no-repeat;
	float: left;
	width: 210px;
	font-family: 'Alegreya Sans';
	font-size: 15px;
}
.services li.web-development {
    background: url('images/services-web-development.png') top left no-repeat;
}
.services li.jquery {
    background: url('images/services-jquery.png') top left no-repeat;
}
.services li.php {
    background: url('images/services-php.png') top left no-repeat;
}
.services li.wordpress {
    background: url('images/services-wordpress.png') top left no-repeat;
}
.services li.html {
    background: url('images/icon-html.png') top left no-repeat;
}
.services li.custom {
    background: url('images/services-custom.png') top left no-repeat;
}
.services li.responsive{
    background: url('images/services-responsive.png') top left no-repeat;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

form label {
	display: inline-block;
	width: 125px;
	font-size: 14px;
	line-height: 48px;
	vertical-align: middle;
}
input.error,
select.error,
textarea.error {
	border: 1px solid #c90c2a;
}
label.error{
	color: #c90c2a;
}

input {
	font-family: arial;
	font-size: 14px;
    vertical-align: top;
	border: solid 1px #cbcbcb;
	border-radius: 3px;
	background: #fff;
	color: #333333;
    height: 26px;
    line-height: 26px;
	text-indent: 0;
	
	border: 1px solid #C6C6C6;
    border-radius: 4px;
	margin: 0;
    padding: 5px 5px 5px 7px;
	max-width: 100%;
}
select {
	font-family: arial;
	font-size: 14px;
    vertical-align: top;
	border: solid 1px #cbcbcb;
	border-radius: 3px;
	background: #fff;
	color: #333333;
    height: 36px;
    line-height: 26px;
	text-indent: 2px;
	
	border: 1px solid #C6C6C6;
    border-radius: 4px;
	margin: 0;
    padding: 5px 5px 5px 0;
	max-width: 100%;
}
input.used {
	color: #333333;
}
input.medium {
	max-width: 392px;
	width: 292px;
	max-width: 100%;
	width: 100%;
}
input.extra-medium {
	max-width: 392px;
	width: 392px;
	max-width: 100%;
	width: 100%;
}
select.extra-medium {
	max-width: 398px;
	width: 398px;
	max-width: 100%;
	width: 100%;
}
input.long {
	max-width: 500px;
	width: 500px;
	max-width: 100%;
	width: 100%;
}
input.extra-long {
	max-width: 555px;
	width: 555px;
	max-width: 100%;
	width: 100%;
}

input.button {
	border: solid 1px #cbcbcb;
	border-radius: 3px;
	cursor: pointer;
}
input.button.submit {
	color: #000000;
	background-color: #db2b35;
    border: medium none;
    border-radius: 3px !important;
    color: #FFFFFF;
    font-size: 14px;
	font-weight: 400;
	height: 30px;
    padding: 2px 0;
    text-align: center;
	text-indent: 0;
    width: 100px;	
}
input.button.submit:hover {
	background-color: #ba2129;
}

textarea {
	font-family: arial;
	font-size: 14px;
    line-height: 16px;
	vertical-align: top;
	border: solid 1px #cbcbcb;
	border-radius: 3px;
	background: #fff;
	color: #333333;
    height: 143px;
	text-indent: 0;

	border: 1px solid #C6C6C6;
    border-radius: 4px;
	margin: 0;
    padding: 5px 5px 5px 7px;
}
textarea.used {
	color: #333333;
}
textarea.medium {
	max-width: 292px;
	width: 292px;
	max-width: 100%;
	width: 100%;
}
textarea.extra-medium {
	max-width: 392px;
	width: 392px;
	max-width: 100%;
	width: 100%;
}
textarea.long {
	max-width: 493px;
	width: 493px;
	max-width: 100%;
	width: 100%;
}
textarea.extra-long {
	max-width: 555px;
	width: 555px;
	max-width: 100%;
	width: 100%;
}
textarea.error {
	border: 1px solid #a52020;
}

ul.vertical.fieldset {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	display: inline-block;
	display: block;
	max-width: 392px;
}
ul.vertical.fieldset li {
    margin: 0 0 5px 0;
}

ul.vertical.fieldset label.short {
	font-family: arial;
    width: 72px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

ul.horizontal.buttonset {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	display: inline-block;
	max-width: 392px;
}
ul.horizontal.buttonset li {
    margin: 0 5px 5px 0;
	float: left;
}
ul.horizontal.buttonset.full-width {
	max-width: 100%;
}

.button.prev {
	float: left;
	background: url("images/button-prev.png") left 140px no-repeat;
	width: 40px;
	height: 100%;
	display: inline-block;
	display: none;
}
.button.next {
	float: left;
	background: url("images/button-next.png") right 140px no-repeat;
	width: 40px;
	height: 100%;
	display: inline-block;
	display: none;
}

.portfolio
{
	background: url("images/monitor.png") 40px top no-repeat;
	background: none;
	position: relative;
    width: 100%;
	margin: 20px 0 0 0;
}

.projects {
	float: left;
	display: inline-block;
	list-style: none;
	width: 900px;
	margin: 0 0 0 33px;
	margin: 0;
	padding: 0;
}
.project {
	float: left;
	width: 900px;
	width: 787px;
	width: 48%;
	max-width: 440px;
	margin: 0 0 30px 0;
	font-size: 14px;
	min-height: 525px;
	
	font-family: 'Alegreya Sans';
	font-size: 15px;
	background-color: #e5e5e5;
	padding: 0 0 20px 0;
}
.project:nth-child(even) {
	float: right;
}
.project h3 {
	margin: 2px 10px 5px 10px;
	font-size: 18px;
}
.project img.web {
	float: left;
	float: none;
	margin: 27px 40px 0 33px;
	margin: 27px 39px 0 0;
	margin: 0 39px 0 0;
	
	width: 400px;
	width: 100%;
	max-width: 440px;
}
.project p {
	padding: 0 10px 0 10px;
}
.project .links {
	margin: 10px 10px 0 10px;
	padding: 0;
}
.project .links li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 22px;

	font-weight: bold;
	font-family: 'Alegreya Sans';
	font-size: 14px;
}
.project .links li a {
	color: #333333;
	text-decoration: none;
	outline: 0;
}
.project .links li a:hover {
    color: #c90c2a;
	text-decoration: none;
}


ul.vanilla {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}


.theme .price {
	font-size: 20px;
}

ul.themes {
	float: left;
	display: inline-block;
	list-style: none;
	width: 900px;
	max-width: 100%;
	margin: 24px 0 0 0;
	padding: 0;
}
ul li.theme {
	float: left;
	width: 900px;
	width: 787px;
	width: 48%;
	max-width: 440px;
	margin: 0 0 30px 0;
	font-size: 14px;
	min-height: 525px;
	
	font-family: 'Alegreya Sans';
	font-size: 15px;
	background-color: #e5e5e5;
	padding: 0 0 20px 0;
}
ul li.theme:nth-child(even) {
	float: right;
}
ul li.theme h2 {
	margin: 2px 3px 0px 10px;
	font-size: 18px;
	display: inline-block;
	font-family: 'Bitter';
	font-weight: 700;
}
ul li.theme .price {
	margin: 2px 10px 0px 3px;
	font-size: 14px;
	display: inline-block;
	font-family: 'Bitter';
	font-weight: 400;
}
ul li.theme img.web {
	float: left;
	float: none;
	margin: 27px 40px 0 33px;
	margin: 27px 39px 0 0;
	margin: 0 39px 0 0;
	width: 100%;
	max-width: 440px;
}
ul li.theme p {
	padding: 0 10px 0 10px;
}
ul li.theme .links {
	margin: 10px 10px 0 10px;
	padding: 0;
}
ul li.theme .links li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 22px;

	font-weight: bold;
	font-family: 'Alegreya Sans';
	font-size: 14px;
}
ul li.theme .links li a {
	color: #c90c2a;
	text-decoration: none;
	outline: 0;
}
ul li.theme .links li a:hover {
	color: #333333;
	text-decoration: none;
}


ul.portfolio {
	float: left;
	display: inline-block;
	list-style: none;
	width: 900px;
	max-width: 100%;
	margin: 24px 0 0 0;
	padding: 0;
}
ul li.portfolio-piece {
	float: left;
	width: 900px;
	width: 787px;
	width: 48%;
	max-width: 440px;
	margin: 0 0 30px 0;
	font-size: 14px;
	min-height: 525px;
	
	font-family: 'Alegreya Sans';
	font-size: 15px;
	background-color: #e5e5e5;
	padding: 0 0 20px 0;
}
ul li.portfolio-piece:nth-child(even) {
	float: right;
}
ul li.portfolio-piece h2 {
	margin: 2px 3px 0px 10px;
	font-size: 18px;
	display: inline-block;
	font-family: 'Bitter';
	font-weight: 700;
}
ul li.portfolio-piece p {
	padding: 0 10px 0 10px;
}
ul li.portfolio-piece .links {
	margin: 10px 10px 0 10px;
	padding: 0;
}
ul li.portfolio-piece .links li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 22px;

	font-weight: bold;
	font-family: 'Alegreya Sans';
	font-size: 14px;
}
ul li.portfolio-piece .links li a {
	color: #c90c2a;
	text-decoration: none;
	outline: 0;
}
ul li.portfolio-piece .links li a:hover {
	color: #333333;
	text-decoration: none;
}



/* POST LIST */

.post-list {
	margin: 0px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.post-list li {
	text-indent: 0px;
}
.post-list-item {
	margin: 0 0 17px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.post-list-item article {
	margin: 0;
}
.post-list-item article img {
	float: left;
	margin: 0 10px 0 0;
}

article {
	margin: 0 0 0 0;
}


/* -------- Back to Top Button Styling -------- */

#back-to-top {
	display: none;
	position: fixed;
	z-index: 1010;
	right: -40px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #db2b35;
	border-radius: 3px !important;
	font-size: 30px;
	text-align: center;					
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
#back-to-top:hover {
	background-color: #ba2129;
}
#back-to-top i {
	font-size: 18px;
	line-height: 40px !important;
	font-weight: 300;
	vertical-align: top;
	-webkit-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}

#back-to-top.visible { right: 40px; }
#back-to-top.gone { right: -40px; }	


.button.fullscreen-toggle {
	width: 64px;
	height: 64px;
	display: block;
}
.button.maximize {
	background-image: url("images/button-maximize.png");
}
.button.minimize {
	background-image: url("images/button-minimize.png");
}
.button.google-play {
	background-image: url("images/button-google-play.png");
	width: 270px;
	height: 80px;
}
.button.android {
	background-image: url("images/button-android.png");
	width: 270px;
	height: 80px;
}

/* GAME STYLES */
.app-store-badges {
	clear: left;
	margin: 10px 0 15px 0;
}

#game-container {
	clear: left;
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
}

#game-container.fullscreen {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	display:block;
}

.fullscreen-toggler-container {
	position: absolute;
	right: 0;
	z-index: 10
}

#canvas {
	display: block;
	margin: 0 auto;
}


.comments-area {
	border-top: solid 1px #000000;
	margin: 25px 0 20px 0 ;
	padding: 20px 0 0 0 ;
}

ul.social-icons {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	display: inline-block;
}
.social-icons li {
    margin: 0 10px 0 0;
	padding: 0;
	float: left;
}


.ui-widget-overlay {
    background: url("images/bg-modal-opacity.png") repeat scroll 50% 50% !important;
    opacity: 1;
}

.ui-dialog {
	border: solid 1px #cdcdcd;
	border-radius: 0px;
	padding: 0;
	background: #FFFFFF;
}
.ui-dialog .ui-dialog-titlebar {
	background: none;
	border: 0;
	height: 26px;
	padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 0;
	right: 0;
	margin: 0;
	border: 0;
	width: 29px;
	height: 26px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-primary {
	background: url('images/button-close-dialog.jpg');
	margin: 0;
	top: 0;
	left: 0;
	width: 29px;
	height: 26px;
}

.ui-dialog .ui-dialog-content {
	text-align: center;
	font-size: 13px;
}
.ui-dialog .ui-dialog-content p {
	text-align: center;
	font-size: 14px;
}
.ui-dialog .heading {
	color: #db2b35;
    font-family: arial;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    padding: 19px 0 6px 20px;
    text-transform: none;
}


.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}

.no-right-margin {
	margin-right: 0px !important;
}
.no-top-margin {
	margin-top: 0px;
}

/* Hupso Share Buttons plugin */
.hupso-share-buttons {
	padding: 0 !important;
}

/* Shareaholic plugin */
.shareaholic-canvas.shareaholic-ui {
	clear: none;
}
.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper {
	vertical-align: top;
}
.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul.shareaholic-share-buttons {
	margin: 0 !important;
}
.entry-content .shareaholic-canvas:first-child .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul.shareaholic-share-buttons {
	padding: 10px 0 0 0 !important;
}
ul.post-list li .shareaholic-canvas .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul.shareaholic-share-buttons {
	padding: 10px 0 0 0 !important;
}

.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper li.shareaholic-share-button {
	padding: 0 5px 0 0 !important;
}


/* Responsiveness */

@media screen and (max-width:1024px) {
	#header-image {
		overflow: hidden;
	}
	.container {
		width: 100% !important;
	}
	.projects {
		width: 100% !important;
	}
	.projects .project {
		width: 48% !important;
		max-width: 460px;
	/*
		width: 100% !important;
		min-height: 0;
		margin: 0 30px 30px 0;
		float: none;
	*/
	}
	.project img.web {
		margin: 0;
	}
	
	ul.themes {
		width: 100% !important;
	}
	ul.themes .theme {
		width: 48% !important;
		max-width: 460px;
	/*
		width: 100% !important;
		min-height: 0;
		margin: 0 30px 30px 0;
		float: none;
	*/
	}
	ul.theme img.web {
		margin: 0;
	}

	
	ul.services {
		/*display: none;*/
	}
	.services li {
		width: 70% !important;
		min-height: 0;
		margin-right: 0;
	}
	.two-column.wide-first-column-thin-second-column .column-one {
		margin: 0;
		width: 100%;
	}	
	.two-column.wide-first-column-thin-second-column .column-two {
		margin: 20px 0 0 0;
	}	
	.column.has-border {
		border-right: none;
	}
}

@media screen and (max-width:855px) {

	/*
	.main-navigation {
		display: none;
	}
	*/
}

@media screen and (max-width:678px) {

	.projects .project {
		width: 100% !important;
		min-height: 0;
		margin: 0 auto 30px auto;
		float: none;
	}

	ul.themes .theme {
		width: 100% !important;
		min-height: 0;
		margin: 0 auto 30px auto;
		float: none;
	}
	
}
