/*
Theme Name: AdhocWorks Blog
Theme URI: http://www.adhocworks.com
Description: Custom Blog Theme for AdhocWorks
Version: 1.0
Author: Rob - AdhocWorks
Tags: custom professional water blue creative responsive
*/

@import url(normalize.css);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 62.5% /* 1em = 10px */;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
	clear: both;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Link Styling
   ========================================================================== */

a,
a:link {
	color: #58c7f2;
}

a:hover {
	color: #7a375d;
}

a img {
	border: none;
}

a {
	outline: none!important;
	outline-width: 0!important;
	text-decoration: none;
	cursor: pointer;
}

:focus {
	outline: 0;
}

a.read_more {
	color: #7a375d;
	font-weight: bold;
}

a.read_more:hover {
	color: #7a375d;
}

summary.contactInfo {
	float: left;
	text-align: center;
	width: 100%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	/* background: #53c3e9 url(../images/bowl-watter.jpg) 0 -200px no-repeat; */
	/*background: #a0dff6 url(../images/bowl-watter.jpg) 0 -200px no-repeat;*/
	background: #ffffff url(../images/bowl-watter-work-history.jpg) 0 -200px repeat-x;
	color: #333333;
	font-weight: 300;
}

.header {
	display: none;
	font-size: 1.6em;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.headerContainer {
	margin: 0 auto;
}

.mainWrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.blogWrapper {
	margin: 13% auto 0 auto;
	font-size: 1.6em;
	height: 100%;
}

.logo {
	float: left;
	padding-top: 1em;
}

#bowlWater {
	display: block;
	height: 1200px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	border-bottom: 0;
	z-index: -100;
}

.water {
	background: url(../images/bowl-watter.jpg) 0px 0px no-repeat;
	height: 3000px;
	width: 500%;
}

/* >>>>>>>>>>>> Grid */
.gridWrapper {
	margin: 13% auto 0 auto;
	font-size: 1.6em;
	height: 100%;
}

.gridContainer {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
}

.gridContainer .title {
	padding-top: 20px;
}

.grid {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.grid-item {
	float: left;
	list-style: none;
	opacity: 0.8;
	margin-bottom: 30px;
	padding: 0 10px;
	width: 20%;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.grid-item:hover {
	opacity: 1;
}

.grid-item:first-child {
	padding-left: 0;
}

.grid-item:last-child {
	padding-right: 0;
}

.grid-item a {
	color: #333333;
	text-align: center;
}

.grid-item a figure {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

.grid-item a figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.grid-item a h5.title {
	float: left;
	font-size: 14px;
	margin: 0;
	padding-top: 0;
	width: 100%;
}

.grid-item a p {
	font-size: 16px;
}

.hidden-link {
	display: none;
}

/*.fancybox-title-float-wrap {
	bottom: 65px !important;
}

.fancybox-title-float-wrap .child {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: normal !important;
}

.fancybox-title-float-wrap.title {
	position: relative;
	bottom: 50px !important;
}*/
/* >>>>>>>>>>>> Top Navigation */
nav.topNavigation {
	float: right;
	position: relative;
}

nav.topNavigation ul {
	padding: 0;
}

nav.topNavigation ul li {
	float: left;
	padding: 0 5px;
}

nav.topNavigation ul li a {
	display: block;
	width: 48px;
	height: 48px;
	opacity: 0.5;
}

nav.topNavigation ul li a:hover {
	opacity: 1;
}

nav.topNavigation ul li a span {
	display: none;
}

nav.topNavigation ul li.about a {
	background: url(../images/inner-nav/about.png) 0px 0px no-repeat;
}

nav.topNavigation ul li.about a:hover {
	background: url(../images/inner-nav/about.png) 0px -48px no-repeat;
}

nav.topNavigation ul li.services a {
	background: url(../images/inner-nav/services.png) 0px 0px no-repeat;
}

nav.topNavigation ul li.services a:hover {
	background: url(../images/inner-nav/services.png) 0px -48px no-repeat;
}

nav.topNavigation ul li.clients a {
	background: url(../images/inner-nav/clients.png) 0px 0px no-repeat;
}

nav.topNavigation ul li.clients a:hover {
	background: url(../images/inner-nav/clients.png) 0px -48px no-repeat;
}

nav.topNavigation ul li.give a {
	background: url(../images/inner-nav/give-back.png) 0px 0px no-repeat;
}

nav.topNavigation ul li.give a:hover {
	background: url(../images/inner-nav/give-back.png) 0px -48px no-repeat;
}

nav.topNavigation ul li.contact a {
	background: url(../images/inner-nav/contact.png) 0px 0px no-repeat;
}

nav.topNavigation ul li.contact a:hover {
	background: url(../images/inner-nav/contact.png) 0px -48px no-repeat;
}

nav.topNavigation ul li.hidden-language {
	display: none;
}

.choose-language {
	position: absolute;
	right: 60px;
	top: -20px;
	z-index: 200;
}

.choose-language a {
	color: #7a375d;
	float: right;
	font-size: 12px;
	padding: 3px 8px;
}

.choose-language a:hover {
	background: #85c6f0;
	color: #fff;
}

.choose-language a.active-language {
	background: #7a375d;
	color: #fff;
	cursor: default;
}

/* >>>>>>>>>>>> Content Styles */
.title span, .title a span {
	color: #7a375d;
	font-weight: 700;
}

.title a {
	color: #333333 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.violet {
	color: #7a375d;
	font-weight: 700;
}

.leftColumn {
	float: left;
}

.rightColumn {
	float: right;
}

.blogWrapper p {
	margin-top: 0;
}

.blogWrapper em {
	font-size: 0.8em;
	line-height: 100%;
}

.blogWrapper a,
.blogWrapper a:active,
.blogWrapper a:link,
.blogWrapper a:visited {
	color: #7a375d;
}

.blogWrapper a:hover {
	color: #7a375d;
	opacity: 0.8;
}

.blogPostsContainer, .postPreview, .postAuthor, .postContent {
	float: left;
}

.aboutAuthor {
	float: right;
}

.aboutAuthor p {
	font-size: 1em /* 14px/16px */;
	font-style: italic;
}

.categories {
	border-bottom: #8dbcce 1px solid;
	border-top: #8dbcce 1px solid;
	float: right;
	text-align: left;
	padding: 20px 0;
}

.categories ul {
	padding: 0;
}

.categories ul li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;	
}

.postContent {
	border-bottom: #8dbcce 1px solid;
}

.postThumbnail {
	width: 100%;
	margin-bottom: 3%;
}

.authorAvatar {
	float: left;
	text-align: center;
	width: 100%;
}

a.readMore {
	clear: both;
	color: #333333 !important;
	float: right;
	margin: 1em 0;
	text-decoration: none !important;
}

a.readMore span {
	color: #7a375d;
	font-weight: 700;
}

ul.column {
	float: left;
	margin: 0 0 5% 0;
	overflow: hidden;
	padding: 0;
	width: 50%;
}

ul.column li {
	list-style-position: inside;
}

/* Reply Styles */
.reply {
	float:right;
}

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

/* Pagination */
.pagination {
	float: left;
	margin-bottom: 5%;
	width: 100%;
}

.pagination ol {
	float: left;
	margin: 0;
	text-align: center;
	width: 100%;
}

.pagination ol li {
	display: inline-table;
	margin: 0 4px;
	list-style: none;
	background: #FFF;
	height: 32px;
	width: 32px;
	opacity: 0.7;
	border-radius: 20px;
}

.pagination ol li a, .pagination ol li span {
	display: table-cell;
	height: 32px;
	width: 32px;
	vertical-align: middle;
	text-decoration: none !important;		
}

.pagination ol li:first-child {
	display: none;
}

.pagination ol li a:active, .pagination ol li a:hover {
	color: #7a375d !important;
	opacity: 1;
}

/* Comments Style */
#commentform label, #commentform input, #commentform textarea {
	float: left;
}

#commentform input {
	background: #d9f2fb;
	border: none;
	color: #7a375d;
	font-weight: 300;
	padding: 1%;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}

#commentform textarea {
	background: #d9f2fb;
	border: none;
	color: #7a375d;
	font-weight: 300;
	padding: 1%;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}

#commentform input#submit {
	background: no-repeat;
	color: #7a375d;
	float: right;
	font-weight: 300;
}

#commentform .required {
	color: #7a375d;
	font-weight: 700;
}

.commentsAvatarArea, .commentTextArea {
	float: left;
}

article.comment {
	float: left;
}

.numberComments {
	float: right;
}

.thread-even, .thread-odd {
	margin-bottom: 2%;
}

.thread-even .commentTextArea {
		border-left: #7a375d 5px solid;
}

.thread-odd .commentTextArea {
		border-left: #b76091 5px solid;
}

.depth-2 .commentTextArea {
		border-left: #58c7f2 5px solid;
}

.depth-3 .commentTextArea {
		border-left: #29b7ee 5px solid;
}

.depth-4 .commentTextArea {
		border-left: #109dd4 5px solid;
}

.depth-5 .commentTextArea {
		border-left: #0d7aa4 5px solid;
}

/* Social Media */
.addthis_toolbox {
	float: right;	
}

.addthis_toolbox a {
	float: right !important;
}

/*Portfolio Styles*/
.portfolioWrapper {
	margin: 13% auto 0 auto;
	font-size: 1.6em;
	height: 100%;
}

.portfolioWrapper p {
	margin-top: 0;
}

.portfolioWrapper em {
	font-size: 0.8em;
	line-height: 100%;
}

.portfolioWrapper a,
.portfolioWrapper a:active,
.portfolioWrapper a:link,
.portfolioWrapper a:visited {
	color: #7a375d;
}

.portfolioWrapper a:hover {
	color: #7a375d;
	opacity: 0.8;
}

.portfolioPostsContainer, .portfolioPreview, .portfolioAuthor, .portfolioContent {
	float: left;
}

.portfolioThumbnail {
	width: 100%;
	margin-bottom: 3%;
}

.portfolioContent .readMore {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}

/* ==========================================================================
   SIDEBAR NAVIGATION
   ========================================================================== */
.sidebar {
	float: left;
}

.sidebarNavigation ul {
	margin: 0 0 1em 0;
	padding: 0;
}

.sidebarNavigation ul li {
	border-bottom: #8dbcce 1px solid;
	padding: 5px 5px 5px 1em;
}

.portfolio-sidebar {
	float: left;
}

.company-module {
	float: left;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.company-logo {
	clear: both;
	display: block;
	height: 151px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	width: 151px;
}

.company-logo img {
	float: left;
	height: auto;
	width: 100%;
}

.company-name {
	color: #7a375d;
}

.compay-module a {
	color: #7a375d;
	font-weight: 700 !important;
	text-decoration: none;
}

/* ==========================================================================
   BOWL EDGES
   ========================================================================== */
.leftEdge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 80;
}

.rightEdge {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 80;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	border-top: #cccccc 1px solid;
	color: #7a375d;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
}

/* ==========================================================================
   Other Styles
   ========================================================================== */
body.attachment {
	float: none !important;
}

.noBorderB {
	border: none;
}

/* Searchform */
#searchform input#s {
	background: #d9f2fb;
	border: none;
	color: #7a375d;
	font-weight: 300;
	padding: 1%;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}

#searchform input#searchsubmit {
	background: no-repeat;
	border: none;
	color: #7a375d;
	font-weight: 300;
	font-size: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 490px) {
	.choose-language {
		display: none;
	}
	
    .blogWrapper,
    .portfolioWrapper {
    	margin: 53% auto 0 auto;
        width: 240px;
    }
    
	.logo {
		width: 100% /* 210px/240px */;
		margin-bottom: 0;
		padding-top: 0;
		text-align: center;
	}
	
	.header {
		margin-bottom: 5em;
	}
	
	.headerHome .logoHome img {
		width: 210px;
	}
	
	.blogPostsContainer {
		width: 100%;	
		margin: 0 3.89863547% 0 0;
	}

	.portfolioPostsContainer {
		width: 100%;	
		margin: 0 0 0 3.89863547%;
	}
	
	.postPreview,
	.portfolioPreview {
		width: 100%;
	}
	
	.postAuthor,
	.portfolioAuthor {
		display: none !important;
	}
	
	.postContent,
	.portfolioContent {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.aboutAuthor, .categories {
		float: none;
		margin: 5% auto;
		width: 100%;
	}
	
	.postThumbnail,
	.portfolioThumbnail {
		max-width: 210px;
	}
	
	.postPreview h1.title,
	.portfolioPreview h1.title {
		font-size: 1.5em !important;
	}
	
	.postPreview,
	.portfolioPreview {
		margin-bottom: 8% /* 20px/440px */;
	}
	
	.pagination ol {
		padding-left: 0;
	}
	
	.pagination ol li {
		margin-bottom: 10px;
	}
	
	.reply {
		display: none;
		width: 100%;
	}
	
	.authorAvatar {
		display: none;
	}
	
	.commentsAvatarArea {
		margin: 10px 0;
	}
	
	.sidebarNavigation {
		width: 65%;
	}
}


@media only screen and (max-width: 570px) {
	.logo {
		width: 100% /* 210px/240px */;
		float: none;
		margin: 0 auto;
	}
	
	nav.topNavigation {
		float: none;
		margin-top: 2.5%;
	}
	
	nav.topNavigation ul {
		margin-top: 0.2em;
		text-align: center;
	}
	
	nav.topNavigation ul li a span {
		display: block;
	}
	
	nav.topNavigation ul li {
		display: inline-block;
		float: none;
		padding: 0 3px;
	}
	
	nav.topNavigation ul li a {
		color: #6c3a5e;
		width: 68px;
		height: 16px;
		font-size: 0.8em;
		opacity: 1;
		text-transform: uppercase;
	}
	
	nav.topNavigation ul li a:hover {
		color: #58c7f2;
	}
	
	nav.topNavigation ul li.about a {
		background: none;
	}
	
	nav.topNavigation ul li.about a:hover {
		background: none;
	}
	
	nav.topNavigation ul li.services a {
		background: none;
	}
	
	nav.topNavigation ul li.services a:hover {
		background: none;
	}
	
	nav.topNavigation ul li.clients a {
		background: none;
	}
	
	nav.topNavigation ul li.clients a:hover {
		background: none;
	}
	
	nav.topNavigation ul li.give a {
		background: none;
		width: 88px;
	}
	
	nav.topNavigation ul li.give a:hover {
		background: none;
	}
	
	nav.topNavigation ul li.contact a {
		background: none;
	}
	
	nav.topNavigation ul li.contact a:hover {
		background: none;
	}
	
	.postAuthor {
		display: block;
	}
	
	.postPreview h1.title.
	.portfolioPreview h1.title {
		font-size: 2.25em;
	}

}

@media only screen and (max-width: 570px) {
	
	.header {
		margin: 0;
	}
	
	.headerHome .logoHome {
		margin-top: 1em;
	}

	.leftEdge, .rightEdge {
		display: none;
	}
	
	.choose-language {
		display: none;
	}
	
	nav.topNavigation ul li.hidden-language {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	/*
body {
		background: #a0dff6 url(../images/bowl-watter.jpg) -280px -80px no-repeat;
		background-size: 3835px 639px;
	}
*/
	
	.choose-language {
		right: 5px !important;
		top: 70px !important;
	}
	
	.headerHome .logoHome {
		margin-bottom: 2em;
	}
		
	#home > div > header {
		margin-bottom: 1em;
	}

	.leftEdge, .rightEdge {
		width: 150px;
	}
	
	.addthis_toolbox {
		display: none;
	}

	.portfolio-sidebar {
		margin-bottom: 40px;
	}

	.grid-item {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0 10% !important;
		width: 80%;
	}
}

@media only screen and (min-width: 480px) {
	
	html {
		font-size: 14px;
	}
	
	p {
		font-size: 1.14em /* 16px/14px */;
	}
	
    .blogWrapper,
    .portfolioWrapper {
        width: 440px; 
    }
	
	.logo {
		width: 38.63636363% /* 170px/440px */;
		padding-top: 1em;
	}
	
	.logo img {
		width: 100%;
		height: auto;
	}
	
	.blogWrapper header {
		margin-bottom: 10em;
	}
	
	nav.topNavigation ul li {
		padding: 0;
	}
	
	/* Blog Styles */
	.blogWrapper,
	.portfolioWrapper {
		margin-top: 34%;	
	}
	
	.blogPostsContainer,
	.portfolioPostsContainer {
		width: 100%; /* 440px/440px */
		margin: 0;
	}
	
	.postPreview,
	.portfolioPreview {
		margin-bottom: 4.54545454% /* 20px/440px */;
		width: 100% /* 440px/440px */;
	}
	
	.postAuthor,
	.portfolioAuthor {
		font-size: 0.75em; /* 12/16px */
		margin: 0 4.54545454% 0 0; /* 12/16px */
		text-align: center;
		width: 18.18181818%; /* 80px/440px */
 	}
	
	.postAuthor time,
	.portfolioAuthor time {
		color: #7a375d;
	}
	
	.postContent {
		width: 77%; /* 350px/440px */
	}

	.portfolioContent {
		width: 100%; /* 350px/440px */
	}
	
	.aboutAuthor {
		margin-top: 5.88235294% /* 40px/680px */;
		width: 77% /* 350px/440px */;
	}
	
	/* pagination */
	.pagination ul li {
		height: 32px;
		width: 32px;
	}
	
	/* Categories */
	.categories {
		width: 77% /* 350px/440px */;
	}
	
	.reply {
		width: 100% /* 440px */;
	}
	
	/* Comments Style */
	#commentform {
		float: left;
		width: 100% /* 440px */;
	}
	
	#commentform label {
		margin-right: 2.27272727% /* 10px/522px */;
		text-align: right;
		font-size: 0.9em;
		width: 20.45454545% /* 90px/440px */;
	}
	
	#commentform input {
		width: 72%;
	}
	
	#commentform textarea {
		width: 72%;
	}
	
	#commentform input#url {
		margin-bottom: 10px;
	}
	
	#commentform input#submit {
		margin: 2% 0;
		font-size: 0.9em;
		width: 45.45454545%/* 200px/522px */;
	}
	
	.commentsAvatarArea {
		font-size: 0.75em /* 12/16px */;
		margin: 0 4.54545454% /* 20px/440px */ 2% 0;
		text-align: center;
		width: 18.18181818% /* 80/440px */;
	}
	
	.commentTextArea {
		width: 70% /* 340px/440px */;
		padding-left: 6%;
		margin-bottom: 2%;
	}
	
	.depth-2 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-3 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-4 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-5 {
		width: 97%;
		margin-left: 3%;
	}
	
	.commentTextArea a.comment-reply-link {
		color: #333333 !important;
		float: right;
		font-size: 1.25em;
	}
	
	#respond {
		float: right;
		width: 78%;
	}
	
	#reply-title, .logged-in-as, .comment-notes {
		margin-left: 18%;
	}
	
	.numberComments {
		width: 82.4%;
		margin-bottom: 5%;
	}
	
	/* Sidebar Navigation */
	.sidebar {
		width: 100%
	}
	
	.sidebarNavigation {
		border-left: #7a375d 5px solid;
		padding-left: 12%;
		margin-left: 10%;
		margin-bottom: 10%;
	}
	
	.sidebarNavigation h3 {
		text-align: center;
	}
	
	.sidebarNavigation ul li:last-child, .sidebarNavigation ul li:last-of-type {
		border-bottom: none;
	}
	
	footer {
		width: 100%;
	}
	
}

/*
@media only screen and (min-width: 490px) and (max-width: 767px) {

	.headerContainer {
		width: 80%;
	}	
}
*/

@media only screen and (min-width: 750px) {
	html {
		font-size: 16px;
	}
	
	.headerContainer {
		margin: 0 auto;
		padding: 0 20%;
		width: 60%;
	}
	
    .blogWrapper,
    .portfolioWrapper {
        width: 728px;
    }
    
	/*.logo {
		width: 34.20195439% !important;
	} */
	
	nav.topNavigation {
		margin-top: 15px;
	}

	.leftColumn, .rightColumn {
		width: 41.20879120% /* 300px/728px */;
	}
	
	.leftEdge, .rightEdge {
		width: 280px;
	}
	
	/* Blog Styles */
	.blogWrapper,
	.portfolioWrapper {
		margin-top: 22%;	
	}
	
	.blogPostsContainer {
		width: 67.96875%;/* 522px/768px */
		margin: 0 3.90625% 0 0; /* 30px/768px */
	}

	.portfolioPostsContainer {
		width: 67.96875%;/* 522px/768px */
		margin: 0 0 0 3.90625%; /* 30px/768px */
	}
	
	.postPreview,
	.portfolioPreview {
		margin-bottom: 5.74712643%; /* 30px/522px */
		width: 100%; /* 522px/522px */
	}
	
	.postAuthor,
	.portfolioAuthor {
		font-size: 0.75em; /* 12/16px */
		margin: 0 5.74712643% 0 0; /* 30px/522px */
		text-align: center;
		width: 15.32567049%; /* 80px/522px */
	}
	
	.postAuthor time,
	.portfolioAuthor time {
		color: #7a375d;
	}
	
	.postContent {
		width: 78.92720306%; /* 412px/522px */
	}

	.portfolioContent {
		width: 100%; /* 350px/440px */
	}
	
	.aboutAuthor {
		margin-top: 5.88235294%; /* 40px/680px */
		width: 78.92720306%; /* 412px/522px */
	}
	
	
	/* pagination */
	.pagination ul li {
		height: 32px;
		width: 32px;
	}
	
	/* Categories */
	.categories {
		width: 78.92720306% /* 412px/522px */;
	}
	
	.reply {
		width: 100% /* 522px */;
	}
	
	/* Comments Style */
	#commentform {
		float: left;
		width: 100% /* 522px */;
	}
	
	#commentform label {
		margin-right: 1.91570881% /* 10px/522px */;
		text-align: right;
		font-size: 0.9em;
		width: 17.24137931% /* 90px/522px */;
	}
	
	#commentform input {
		width: 76% /* 422px/522px */;
	}
	
	#commentform textarea {
		width: 76% /* 422px/522px */;
	}
	
	#commentform input#url {
		margin-bottom: 10px;
	}
	
	#commentform input#submit {
		margin: 2% 0;
		font-size: 0.9em;
		width: 38.31417624%/* 200px/522px */;
	}
	
	.commentsAvatarArea {
		font-size: 0.75em /* 12/16px */;
		margin: 0 5.88235294% /* 40px/680px */ 2% 0;
		text-align: center;
		width: 11.76470588% /* 80/680px */;
	}
	
	.commentTextArea {
		width: 75% /* 560px/680px */;
		padding-left: 6%;
		margin-bottom: 2%;
	}
	
	.depth-2 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-3 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-4 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-5 {
		width: 97%;
		margin-left: 3%;
	}
	
	.commentTextArea a.comment-reply-link {
		color: #333333 !important;
		float: right;
		font-size: 1.25em;
	}
	
	#respond {
		float: right;
		width: 78%;
	}
	
	#reply-title, .logged-in-as, .comment-notes {
		margin-left: 18%;
	}
	
	.numberComments {
		width: 82.4%;
		margin-bottom: 5%;
	}
	
	/* Sidebar Navigation */
	.sidebar {
		width: 28.125%; /* 216px/768px */
	}
	
	.sidebarNavigation {
		border-left: none;
		margin: 0;
		padding: 0;
	}

	.portfolio-sidebar {
		width: 28.125%; /* 280px/1026px */
	}
	
	footer {
		width: 768px;
	}
}

@media only screen and (max-width: 1140px) {
	.title {
		margin-top: 200px;
	}
}

@media only screen and (min-width: 1140px) {
	.choose-language {
		right: 10px;
		top: -20px;
	}
	
	.headerContainer {
		margin: 0 auto;
		padding: 0 20%;
		width: 768px;
	}

    .blogWrapper,
    .portfolioWrapper {
        width: 1026px;
    }

	.logo {
		width: 27.34375%;/* 210px/768px */
	}
	
	.blogWrapper header {
		margin-bottom: 10em;
	}
	
	.headerHome .logoHome {
		margin: 3% 0 15% 0;
	}
	
	nav.topNavigation {
		margin-top: 20px;
	}

	.leftColumn, .rightColumn {
		width: 52.08333333%;/* 400px/768px */
	}
	
	.leftColumn {
		margin-left: 8%;
	}
	
	.rightColumn {
		margin-right: 8%;
	}
	
	.leftEdge, .rightEdge {
		width: 380px;
	}
	
	/* Blog Styles */
	.blogPostsContainer {
		width: 66.27680311%; /* 680px/1026px */	
		margin: 0 3.89863547% 0 0; /* 40px/1026px */
	}

	.portfolioPostsContainer {
		width: 66%;	
		margin: 0 3.89863547% 0 0; /* 40px/1026px */
	}
	
	.postPreview,
	.portfolioPreview {
		margin-bottom: 5.88235294%; /* 40px/680px */
		width: 100%; /* 680px/680px */
	}
	
	.postAuthor,
	.portfolioAuthor {
		font-size: 0.75em; /* 12/16px */
		margin: 0 5.88235294% 0 0; /* 40px/680px */
		text-align: center;
		width: 11.76470588%; /* 80/680px */
	}
	
	.postAuthor time,
	.portfolioAuthor time {
		color: #7a375d;
	}
	
	.postContent,
	.portfolioContent {
		width: 100%; /* 560px/680px */
	}
	
	.aboutAuthor {
		margin-top: 5.88235294%; /* 40px/680px */
		width: 82.35294117%; /* 560px/680px */
	}
	
	.categories {
		margin-top: 5.88235294%; /* 40px/680px */
		width: 82.35294117%; /* 560px/680px */
	}
	
	.categories ul {
		width: 100%;
	}
	
	/* pagination */
	.pagination ul li {
		height: 32px;
		width: 32px;
	}
	
	.addthis_toolbox {
		margin-top: 2.5% /* 40px/680px */;
		width: 82.35294117% /* 560px/680px */;	
	}
	
	.reply {
		width: 100%;
	}
	
	/* Comments Style */
	#commentform {
		float: left;
		width: 100% /* 560px */;
	}
	
	#commentform label {
		margin-right: 1.78571428% /* 10px/560px */;
		text-align: right;
		width: 16.07142857% /* 90px/560px */;
	}
	
	#commentform input {
		width: 78% /* 460px/560px */;
	}
	
	#commentform textarea {
		width: 78% /* 460px/560px */;
	}
	
	#commentform input#url {
		margin-bottom: 10px;
	}
	
	#commentform input#submit {
		margin: 2% 0;
		width: 30%/* 200px/560px */;
	}
	
	.commentsAvatarArea {
		font-size: 0.75em /* 12/16px */;
		margin: 0 5.88235294% /* 40px/680px */ 2% 0;
		text-align: center;
		width: 11.76470588% /* 80/680px */;
	}
	
	.commentTextArea {
		width: 75% /* 560px/680px */;
		padding-left: 6%;
		margin-bottom: 2%;
	}
	
	.depth-2 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-3 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-4 {
		width: 97%;
		margin-left: 3%;
	}
	
	.depth-5 {
		width: 97%;
		margin-left: 3%;
	}
	
	.commentTextArea a.comment-reply-link {
		color: #333333 !important;
		float: right;
		font-size: 1.25em;
	}
	
	#respond {
		float: right;
		width: 78%;
	}
	
	#reply-title, .logged-in-as, .comment-notes {
		margin-left: 18%;
	}
	
	.numberComments {
		width: 82.4%;
		margin-bottom: 5%;
	}
	
	/* Sidebar Navigation */
	.sidebar {
		width: 27.29044834%; /* 280px/1026px */
	}

	.portfolio-sidebar {
		width: 27.29044834%; /* 280px/1026px */
	}
	
	footer {
		min-width: 1140px;
		max-width: 1281px;
	}

}

@media only screen and (min-width: 1281px) {
	.choose-language {
		right: 60px;
		top: -20px;
	}
	
	.headerContainer {
		margin: 0 auto;
		padding: 0 20%;
		width: 820px;
	}
	
    .blogWrapper,
    .portfolioWrapper {
        width: 1280px;
    }
    
	.logo {
		width: 25.60975609% /* 210px/820px */;
	}
	
	nav.topNavigation {
		width: 35.36585365% /* 290px/820px */;
		margin-top: 20px;
	}
	
	.leftColumn, .rightColumn {
		width: 31.25% /* 400px/1280px */;
	}
	
	.leftColumn {
		margin-left: 8%;
	}
	
	.rightColumn {
		margin-right: 12.5%;
	}
	
	.leftEdge, .rightEdge {
		width: 450px;
	}

}

@media only screen and (max-width: 1139px) {
	.choose-language {
		right: 0;
		top: -15px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	float: left;
	height: 1px;
	width: 100%;
}

.clear-left {
	clear: left;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}