/*
	
	Theme Name: Folios
	Theme URI: http://themeforest.net/user/ThemeRain
	Description: Sleek WordPress Theme
	Author: ThemeRain
	Author URI: http://themeforest.net/user/ThemeRain
	Version: 1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Designed & Handcrafted by ThemeRain
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
	
*/

/*-----------------------------------------------------------------------------------*/
/*	1.	General
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(images/dark_wall.png) fixed #222;
	color: #777;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #a5a5a5;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

a:hover {
	color: #EA4C89;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a img {
	display: block;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #a5a5a5;
}

h1 {
	font-size: 24px;
	line-height: 40px;
}

h2 {
	font-size: 22px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

p {
	margin: 0 0 20px 0;
}

.alignnone {
	display: block;
	margin: 0 auto 20px auto;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

a img.alignnone {
	display: block;
	margin: 0 auto 20px auto;
}

a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption {
	max-width: 96%;
	padding: 10px 0 10px 10px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.wp-caption.alignnone {
	margin: 0 auto 20px auto;
}

.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	margin: 0 auto 20px auto;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	display: block;
	outline: none;
	margin: 0 0 20px 0;
	padding: 10px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: #777;
	font-size: 11px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: rgba(0, 0, 0, 0.3);
}

input[type="text"],
input[type="password"] {
	width: 285px;
}

textarea {
	width: 610px;
	height: 170px;
}

input[type="submit"] {
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 7px 14px;
	border: none;
	background: #EA4C89;
	color: #000;
	font-size: 11px;
}

blockquote {
	background: url(images/icon-quote.png) left top no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	color: #a5a5a5;
}

small {
	font-size: 11px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
}

.sticky {  }

.gallery-caption {  }

.bypostauthor {  }

#container {
	position: relative;
	width: 950px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Left Column
/*-----------------------------------------------------------------------------------*/

#left-column {
	position: fixed;
	left: 0;
	width: 234px;
	height: 100%;
	text-align: center;
	background: url(images/dark_wall.png) #191919;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.left-column-inner {
	padding: 60px 20px 0 20px;
}

#logo a {
	display: inline-block;
	color: #EA4C89;
}

#logo img {
	display: inline-block;
}

#logo h1 {
	margin: 0;
	font-family: 'Dancing Script', cursive;
	font-size: 42px;
	line-height: 50px;
	text-shadow: 0 3px 2px #000;
}

#header-menu ul {
	margin: 0;
	padding: 0;
}

#header-menu ul ul {
	display: none;
}

#header-menu li {
	list-style: none;
}

#header-menu a {
	display: inline-block;
	cursor: pointer;
	padding: 0 30px;
}

#header-menu .current_page_item > a {
	background: url(images/menu-icon-left.png) left center no-repeat, url(images/menu-icon-right.png) right center no-repeat;
	color: #777;
}

.divider {
	width: 20px;
	height: 1px;
	margin: 30px auto;
	background: #000;
	border-bottom: 1px solid #252525;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Content
/*-----------------------------------------------------------------------------------*/

#content {
	width: 670px;
	float: right;
}

.content-inner {
	padding: 60px 0 40px 0;
}

.page-template-template-portfolio-php .content-inner,
.single-portfolio .content-inner {
	padding-bottom: 30px;
}

#page-header {
	position: relative;
	margin-bottom: 62px;
}

#page-header h1 {
	margin: 0;
	color: #a5a5a5;
	font-family: 'Dancing Script', cursive;
	font-size: 42px;
	line-height: 50px;
	text-shadow: 0 3px 2px #000;
}

.page-header-navigation {
	position: absolute;
	bottom: 0;
	right: 0;
}

.small-page-header-navigation {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

#primary {
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
}

.single-portfolio #primary,
.page-template-template-portfolio-php #primary,
.blog #primary,
.single-post #primary,
.category #primary,
.tag #primary,
.archive #primary,
.search-results #primary {
	padding: 0;
	background: none;
}

/*----------------------------------------------------------------------------------*/
/*  4.  Post & Post Formats
/*----------------------------------------------------------------------------------*/

.post {
	margin-bottom: 40px;
}

.post-title h2 {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 20px;
}

.post-content {
	margin-bottom: 32px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.post-meta-bottom {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #232323;
	color: #a5a5a5;
	font-size: 11px;
}

.post-comments {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background: url(images/icon-comment.png) left center no-repeat;
}

.post-date {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background: url(images/icon-date.png) left center no-repeat;
}

.post-tags {
	float: left;
	padding-left: 22px;
	background: url(images/icon-tag.png) left center no-repeat;
}

.post-category {
	float: left;
	margin-right: 20px;
	padding-left: 22px;
	background: url(images/icon-category.png) left center no-repeat;
}

.post-client {
	float: left;
	margin-right: 20px;
	padding-left: 22px;
	background: url(images/icon-client.png) left center no-repeat;
}

.post-url {
	float: left;
	margin-right: 20px;
	padding-left: 22px;
	background: url(images/icon-link.png) left center no-repeat;
}

.post-share-twitter {
	float: right;
	margin-right: 20px;
	padding-left: 25px;
	background: url(images/icon-twitter.png) left center no-repeat;
}

.post-share-facebook {
	float: right;
	padding-left: 22px;
	background: url(images/icon-facebook.png) left center no-repeat;
}

.read-more {
	float: right;
	padding-left: 20px;
	background: url(images/icon-more.png) left center no-repeat;
}

/* Standard Post Format ----------------------------*/

.post-thumb img {
	display: block;
}

/* Gallery Post Format -----------------------------*/

.flexslider {
	position: relative;
	overflow: hidden;
}

.flexslider ul {
	margin: 0;
	padding: 0;
}

.flexslider li {
	list-style: none;
}

.flexslider li img {
	display: block;
}

.flexslider .slides > li {
	display: none;
}

.flex-direction-nav {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 69px;
}

.flex-prev {
	float: left;
	width: 31px;
	height: 31px;
	margin-right: 5px;
	background: url(images/icon-prev.png);
}

.flex-next {
	float: left;
	width: 31px;
	height: 31px;
	background: url(images/icon-next.png);
}

/* Video Post Format -------------------------------*/

.video-thumb {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-thumb iframe,  
.video-thumb object,  
.video-thumb embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Quote Post Format -------------------------------*/

.post-quote {
	margin-bottom: 22px;
}

.post-quote-text h2 {
	font-size: 12px;
	line-height: 20px;
	color: #a5a5a5;
}

.post-quote-author {
	margin-top: 15px;
}

/* Link Post Format --------------------------------*/

.post-link-url {
	margin-bottom: 14px;
	padding-left: 24px;
	background: url(images/icon-link.png) left center no-repeat;
	font-weight: bold;
}

/* Pagination --------------------------------------*/

.pagination {
	text-align: center;
}

.pagination a {
	display: inline-block;
	padding: 10px 12px;
}

.pagination a:hover {
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.pagination .current {
	display: inline-block;
	padding: 10px 12px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
	margin-bottom: 40px;
	padding: 20px 20px 0 20px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#comments h3,
#respond h3,
.page-title {
	padding-left: 15px;
	background: url(images/icon-title.png) left center no-repeat;
	font-size: 12px;
	line-height: 20px;
}

.comment {
	margin-bottom: 20px;
}

.comment .avatar {
	float: left;
}

.comment-inner {
	padding-left: 55px;
}

#respond {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment {
	margin: 5px 0 10px 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin: 0;
}

#reply-title small {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
	background: url(http://themes.themerain.com/folios/wp-content/themes/folios/images/separator.png) left center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	position: fixed;
	bottom: 40px;
	left: 30px;
}

#footer .social-icons {
	text-align: center;
}

#small-footer {
	display: none;
	margin-bottom: 40px;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Page Templates
/*-----------------------------------------------------------------------------------*/

/* Portfolio ---------------------------------------*/

#portfolio-container {
	width: 681px;
}

.single-portfolio .portfolio-thumb {
	margin-bottom: 0;
}

.portfolio-thumb {
	float: left;
	width: 216px;
	margin: 0 11px 11px 0;
}

.portfolio-thumb-image {
	position: relative;
}

.portfolio-thumb-caption {
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.portfolio-thumb-caption h1 {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

.portfolio-img img {
	display: block;
}

.portfolio-tags a {
	color: #777;
}

.portfolio-tags a:hover {
	color: #EA4C89;
}

.overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: #F5BE3F;
	background-image: url(images/icon-overlay.png);
	background-position: 50%;
	background-repeat: no-repeat;
}

#filter {
	position: absolute;
	bottom: 0;
	right: 0;
}

#filter li {
	list-style: none;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	background: url(images/separator.png) left center no-repeat;
}

.nav-sep {
	margin-left: 15px;
	padding-left: 15px;
	background: url(images/separator.png) left center no-repeat;
}

#filter li:first-child {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

#filter a.selected {
	color: #777;
}

/* Small Filter ------------------------------------*/

#small-filter {
	position: absolute;
	display: none;
	bottom: 0;
	right: 0;
}

#small-filter-button {
	display: inline-block;
	cursor: pointer;
	padding-left: 15px;
	background: url(images/icon-filter.png) left center no-repeat;
	color: #a5a5a5;
}

#small-filter-button p {
	margin: 0;
	padding: 0;
}

.small-filter-list {
	z-index: 999999;
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	background: rgba(0, 0, 0, 0.9);
}

.small-filter-list ul {
	margin: 0;
	padding: 0;
}

.small-filter-list li {
	list-style: none;
}

.small-filter-list li a {
	display: block;
	margin: 0;
	padding: 5px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Portfolio Single --------------------------------*/

.portfolio-single-info {
	margin-bottom: 40px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

/* Isotope -----------------------------------------*/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Archives ----------------------------------------*/

.page-template-template-archives-php #primary h3 {
	padding-left: 15px;
	background: url(images/icon-title.png) left center no-repeat;
	font-size: 12px;
	line-height: 20px;
}

/* 404 Page ----------------------------------------*/

.error404 #primary h3 {
	padding-left: 15px;
	background: url(images/icon-title.png) left center no-repeat;
	font-size: 12px;
	line-height: 20px;
}

.error404 #primary {
	margin-top: 132px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Sidebars & Widgets
/*-----------------------------------------------------------------------------------*/

#sidebar h3 {
	font-size: 12px;
	line-height: 12px;
}

#left-column input[type="text"] {
	width: 159px;
}

#searchform {
	position: relative;
	display: inline-block;
}

#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	padding: 10px 15px;
	background: url(images/icon-search.png) center center no-repeat;
	box-shadow: none;
}

.tagcloud {
	overflow: hidden;
}

.tagcloud a {
	display: inline-block;
	margin: 0 1px 5px 1px;
	padding: 2px 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #777;
	-webkit-transition: background 0.2s, color 0.2s, border 0.2s;
	-moz-transition: background 0.2s, color 0.2s, border 0.2s;
	-o-transition: background 0.2s, color 0.2s, border 0.2s;
	transition: background 0.2s, color 0.2s, border 0.2s;
}

.tagcloud a:hover {
	border-color: #EA4C89;
	background: #EA4C89;
	color: #000;
}

#wp-calendar {
	width: 100%;
}

.widget ul {
	padding: 0;
}

.widget li {
	list-style: none;
}

.wpcf7-not-valid-tip {
	padding-left: 5px !important;
	margin-top: -46px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Shortcodes
/*-----------------------------------------------------------------------------------*/

a.button {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

a.button:hover {
	color: #fff;
}

.highlight {
	padding: 2px 0;
}

a.social {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 10px 5px;
	background: url(images/social-icons.png) no-repeat;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a.social:hover {
	opacity: 0.7;
}

.social.twitter 			{background-position: 0 0;}
.social.facebook 			{background-position: 0 -24px;}
.social.dribbble 			{background-position: 0 -48px;}
.social.google 				{background-position: 0 -72px;}
.social.rss 				{background-position: 0 -96px;}
.social.pinterest 			{background-position: 0 -120px;}
.social.forrst 				{background-position: 0 -144px;}
.social.skype 				{background-position: 0 -168px;}
.social.blogger 			{background-position: 0 -192px;}
.social.flickr 				{background-position: 0 -216px;}
.social.tumblr 				{background-position: 0 -240px;}
.social.vimeo 				{background-position: 0 -264px;}
.social.deviantart 			{background-position: 0 -288px;}
.social.stumbleupon 		{background-position: 0 -312px;}
.social.linkedin 			{background-position: 0 -336px;}
.social.myspace 			{background-position: 0 -360px;}

.toggle {
	margin-bottom: 1px;
}

.toggle-title {
	background: url(images/toggle-plus.png) left center no-repeat rgba(0, 0, 0, 0.3);
	padding-left: 15px;
}

.toggle-title.clicked {
	background: url(images/toggle-minus.png) left center no-repeat rgba(0, 0, 0, 0.3);
}

.toggle-title a {
	display: block;
	padding: 8px 20px;
}

.toggle-content-inner {
	padding: 20px;
	background: rgba(0, 0, 0, 0.1);
}

.tabs {
	width: 100%;
	overflow: hidden;
}

.tab-title {
	float: left;
}

.tab-title a {
	display: block;
	padding: 10px 20px;
	color: #777;
}

.tabs-header .tab-title a.selected {
	background: rgba(0, 0, 0, 0.3);
	color: #a5a5a5;
}

.tab-content {
	float: left;
	clear: both;
	display: none;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
}

.one_fourth {
	width: 22%;	
}

.one_third {
	width: 30.66%;
}

.one_half {
	width: 48%;
}

.two_third {
	width: 65.33%;
}

.three_fourth {
	width: 73.99%;
}

.one_fourth,
.one_third,
.one_half,
.two_third,
.three_fourth {
	position: relative;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
}

.last_column {
	clear: right;
	margin-right: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Responsive
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 980px) {
	#container {
		width: 728px;
	}
	
	#content {
		width: 448px;
	}
	
	#portfolio-container {
		width: 459px;
	}
	
	.portfolio-thumb {
		width: 218px;
	}
	
	.recent-portfolio-works {
		display: none;
	}
	
	#filter {
		display: none;
	}
	
	#small-filter {
		display: block;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		width: 388px;
	}
	
	.post-category,
	.post-tags {
		display: none;
	}
	
	.post-share-facebook,
	.post-share-twitter {
		float: left;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#container {
		width: 100%;
	}
	
	#left-column {
		position: relative;
		width: 100%;
		border: none;
	}
	
	.left-column-inner {
		width: 440px;
		margin: 0 auto;
	}
	
	#content {
		width: 440px;
		float: none;
		margin: 0 auto;
	}
	
	#portfolio-container {
		width: 451px;
	}
	
	#footer {
		display: none;
	}
	
	#small-footer {
		display: block;
	}
	
	.portfolio-thumb {
		width: 214px;
	}
	
	.error404 #primary {
		margin-top: 0;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		width: 380px;
	}
	
	.page-header-navigation {
		display: none;
	}
	
	.small-page-header-navigation {
		display: block;
	}
}

@media only screen and (max-width: 479px) {
	#container {
		width: 100%;
	}
	
	.left-column-inner {
		width: 280px;
	}
	
	#content,
	#portfolio-container {
		width: 280px;
	}
	
	.portfolio-thumb {
		width: 280px;
		margin-right: 0;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		width: 220px;
	}
}