/*

	Theme Name: CONZERT
	Theme URI: http://themeforest.net/user/ThemeRain
	Description: SIMPLE BUT YET UNIQUE 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
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Didot';
    src: url('includes/fonts/didot.eot');
    src: url('includes/fonts/didot.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/didot.woff') format('woff'),
         url('includes/fonts/didot.ttf') format('truetype'),
         url('includes/fonts/didot.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	color: #171717;
	background-color: #F9F9F9;
	font-family: 'Helvetica', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

a {
	color: #171717;
	text-decoration: none;
	-webkit-transition: color 0.8s, background-color 0.8s, border-color 0.8s;
	-moz-transition: color 0.8s, background-color 0.8s, border-color 0.8s;
	-o-transition: color 0.8s, background-color 0.8s, border-color 0.8s;
	transition: color 0.8s, background-color 0.8s, border-color 0.8s;
}

a:hover {
	color: #EE6557;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a img {
	display: block;
	border: none;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

a img:hover {
	opacity: 0.8;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}

h1 {
	font-size: 26px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 40px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
}

h4 {
	font-size: 18px;
	line-height: 30px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin-bottom: 0;
}

blockquote {
	overflow: hidden;
	margin: 30px 0;
	padding: 30px 60px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

input[type="text"],
input[type="password"],
textarea {
	outline: none;
	width: 682px;
	margin: 0 0 20px 0;
	padding: 14px 12px;
	border: 1px solid #fff;
	background: #ffffff;
	color: #000;
	font-size: 12px;
	-webkit-transition: box-shadow 0.8s;
	-moz-transition: box-shadow 0.8s;
	-o-transition: box-shadow 0.8s;
	transition: box-shadow 0.8s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	box-shadow: 0 0 15px #F1F1F1 inset;
}

input[type="submit"] {
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 12px 28px;
	border: none;
	border-radius: 4px;
	background: #EE6557;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: color 0.8s, background 0.8s;
	-moz-transition: color 0.8s, background 0.8s;
	-o-transition: color 0.8s, background 0.8s;
	transition: color 0.8s, background 0.8s;
}

input[type="submit"]:hover {
	background: #F5F5F5;
	color: #171717;
}

small {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {  }

.gallery-caption {  }

.bypostauthor {  }

/*-----------------------------------------------------------------------------------*/
/*	2.	Header
/*-----------------------------------------------------------------------------------*/

#header {
	text-align: center;
	text-shadow: 0 1px 0 #fff;

}

#header-top {

	padding-top: 10px;
	font-size: 12px;
	text-transform: uppercase;<br> <br>



  

}

#logo {
	display: inline-block;
	padding-top:10px;
	font-family: Didot, sans-serif;
	font-size: 58px;
	line-height: 60px;
	text-transform: uppercase;
}

#logo a {
	color: #16A6B6;
	border: none;
}

#logo a:hover {
	color: #171717;
}

#description {
	margin-bottom: 10px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

#header-menu {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

#header-menu .current_page_item > a {
	color: #EE6557;
}

#header-menu a:hover {
	color: #EE6557;
}

#header-menu ul {
	margin: 0;
	padding: 0;
}

#header-menu ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 7px;
}

#header-menu ul.sub-menu {
	position: absolute;
	text-align: left;
	display: none;
	top: 38px;
	left: -20px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

#header-menu ul ul ul {
	top: 0 !important;
}

#header-menu ul li ul li a {
	display: block;
	padding: 9px 20px !important;
	margin: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-shadow: none;
}

#header-menu ul li ul li a:hover {
	background: #EE6557;
	color: #fff;
}

#header-menu ul li ul li {
	display: block;
	padding: 0;
	margin: 0;
}

.small-menu {
	display: none;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}

.small-menu-button-inner {
	cursor: pointer;
	border: 1px solid #fff;
	background: #FFF;
	text-align: left;
	-webkit-transition: color 0.8s;
	-moz-transition: color 0.8s;
	-o-transition: color 0.8s;
	transition: color 0.8s;
}

.small-menu-button-inner:hover {
	color: #EE6557;
}

.small-menu-button-text {
	float: left;
	padding: 15px 20px;
	margin: 0;
}

.small-menu-button-inner i {
	float: right;
	padding: 18px 20px;
	border-left: 1px solid #fff;
}

.small-menu-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.small-menu-list {
	display: none;
	overflow: hidden;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #FFF;
	text-align: left;
}

.small-menu-list li a {
	display: block;
	padding: 5px 20px;
}

.small-menu-list li:first-child {
	margin-top: 10px;
}

.small-menu-list li:last-child {
	margin-bottom: 10px;
}

.small-menu-list ul {
	margin-left: 20px;
}
#header #logo img {
  float:left;
  
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Content
/*-----------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	margin: 10px;
	width: 948px;
	margin: 10px auto;
	border: 1px solid #fff;
	background: #ffffff;
	box-shadow: 0 0 2px #FFF inset;
}

#container {
	position: relative;
	width: 830px;
	margin: 0 auto;
}

#page-title {
	margin-bottom: 50px;
	background: url(images/dot.png) left center repeat-x;
	text-align: center;
}

#page-title h1,
#page-title h3 {
	display: inline-block;
	margin: 0;
	padding: 4px 20px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 20px;
	background: #fff;
	text-transform: uppercase;
}

.page #primary,
.error404 #primary,
.search-no-results #primary {
	padding: 60px;
	border: 1px solid #fff;
	background: #FFF;
}

.page #primary {
	margin-bottom: 50px;
}

.error404 #primary {
	text-align: center;
}


/*----------------------------------------------------------------------------------*/
/*  4.  Post & Post Formats
/*----------------------------------------------------------------------------------*/

.post {
	margin-bottom: 10px;
}


.post-inner {
	padding: 5px;
	border: 1px solid #fff;
	background: #FFF;
}

.post-content {
	padding: 10px;
}

.post-date {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.post-title h2 {
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 60px;
	font-family: 'Futura', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.post-title a {
	color: #000;
}

.post-title a:hover {
	color: #000;
}

.post-meta {
	position: relative;
	margin-bottom: 10px;
	font-size: 7px;
	line-height: 20px;
	text-transform: uppercase;
}

.post-meta a {
	border-bottom: 1px solid #fff;
}

.post-meta a:hover {
	border-color: transparent;
}

.post-meta-comments {
	width: 47%;
	float: left;
	text-align: right;
}

.post-meta i {
	position: absolute;
	top: 2px;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	font-size: 16px;
	text-align: center;
}

.post-meta-more {
	width: 47%;
	float: right;
}

.post-category {
	margin-top: 40px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.post-category a {
	color: #EE6557;
}

.post-category a:hover {
	color: #171717;
}

.post-header {
	padding: 60px;
	color: #FFF;
}

.post-header a {
	color: #FFF;
}

.post-meta-bottom {
	margin-top: 50px;
	padding-top: 50px;
	color: #000;
	border-top: 1px solid #fff;
	font-size: 12px;
	line-height: 20px;
}

.post-meta-bottom a {
	display: block;
	color: #000;
}

.post-meta-bottom a:hover {
	color: #EE6557;
}

.post-meta-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-meta-bottom span {
	position: relative;
	display: block;
	font-weight: 600;
	color: #777;
	text-transform: uppercase;
}

.post-meta-bottom i {
	position: absolute;
	right: 15px;
	color: #AAA;
	display: none;
}

.post-meta-bottom-column {
	float: left;
	width: 20%;
}

.post-meta-bottom-column-inner {
	margin-right: 20px;
	border-right: 1px solid #fff;
}

.post-meta-bottom-column-inner.last {
	border-right: none;
}

.post-meta-bottom li:last-child {
	border: none;
}

.load-more {
	text-align: center;
	background: url(images/dot.png) repeat-x center center;
}

.load-more a {
	padding: 5px 20px;
	border-radius: 20px;
	background: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}

.navigation-inner {
	position: relative;
	margin-bottom: 50px;
	padding: 0 30px;
	border: 1px solid #fff;
	background: #FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.navigation-left {
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #fff;
	font-size: 16px;
}

.navigation-left a {
	display: block;
	padding: 19px 22px;
}

.navigation-center {
	padding: 19px 0;
}

.navigation-right {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #fff;
	font-size: 16px;
}

.navigation-right a {
	display: block;
	padding: 19px 22px;
}

.post-navigation-next {
	position: fixed;
	left: -5px;
	top: 50%;
	width: 30px;
	height: 40px;
	margin-top: -25px;
	border-radius: 0 4px 4px 0;
	background: url(images/icon-next.png) right no-repeat #EE6557;
	background-position: 13px 14px;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}

.post-navigation-prev {
	position: fixed;
	right: -5px;
	top: 50%;
	width: 30px;
	height: 40px;
	margin-top: -25px;
	border-radius: 4px 0 0 4px;
	background: url(images/icon-prev.png) center center no-repeat #EE6557;
	background-position: 11px 14px;
	-webkit-transition: right 0.3s;
	-moz-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
}

.post-navigation-next:hover {
	left: 0;
}

.post-navigation-prev:hover {
	right: 0;
}

/* 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 {
	z-index: 999;
}

.flex-prev {
	position: absolute;
	top: 50%;
	opacity: 0;
	left: -30px;
	width: 25px;
	height: 40px;
	margin-top: -25px;
	border-radius: 0 4px 4px 0;
	background: url(images/icon-next.png) right no-repeat rgba(0, 0, 0, 0.6);
	background-position: 8px 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.flex-next {
	position: absolute;
	top: 50%;
	opacity: 0;
	right: -30px;
	width: 25px;
	height: 40px;
	margin-top: -25px;
	border-radius: 4px 0 0 4px;
	background: url(images/icon-prev.png) center center no-repeat rgba(0, 0, 0, 0.6);
	background-position: 10px 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.flex-prev:hover,
.flex-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* 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;
}

/* Status Post Format ------------------------------*/

.format-status .post-inner {
	border: 1px solid #1592a0;
	background: #16A6B6;
	color: #FFF;
}

.format-status .post-inner a {
	color: #FFF;
}

.format-status .post-title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	font-family: 'Didot', sans-serif;
	text-transform: uppercase;
}

.format-status .post-title a {
	border-bottom: 1px solid transparent;
}

.format-status .post-title a:hover {
	border-bottom-color: #FFF;
}

.format-status .post-meta {
	margin-bottom: 0;
}

.format-status .post-meta a {
	border-color: #FFF;
}

.format-status .post-meta a:hover {
	border-color: #16A6B6;
}

/* Link Post Format --------------------------------*/

.format-link .post-inner {
	border: 1px solid #be493c;
	background: #EE6557;
	color: #FFF;
}

.format-link .post-inner a {
	color: #FFF;
}

.format-link .post-title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	font-family: 'Didot', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.format-link .post-title a {
	border-bottom: 1px solid transparent;
}

.format-link .post-title a:hover {
	border-bottom-color: #FFF;
}

.format-link .post-meta {
	margin-bottom: 0;
}

.format-link .post-meta a {
	border-color: #FFF;
}

.format-link .post-meta a:hover {
	border-color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Comments
/*-----------------------------------------------------------------------------------*/

#respond {
	margin: 50px 0;
}

#respond form {
	padding: 60px;
	border: 1px solid #fff;
	background: #FFF;
}

.comment {
	margin-bottom: 50px;
	padding: 40px 60px;
	border: 1px solid #fff;
	background: #FFF;
}

.avatar-e {
	float: left;
	margin: 0 15px 15px 0;
}

.comment-content {
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
}

.comment-date {
	text-transform: uppercase;
	font-size: 11px;
	color: #AAA;
}

.comment-date a {
	color: #AAA;
}

.comment-date a:hover {
	color: #EE6557;
}

.comment-reply {
	margin-top: 20px;
	font-size: 11px;
	text-transform: uppercase;
}

.comment-reply a {
	padding: 4px 9px;
	border-radius: 2px;
	background: #F5F5F5;
	color: #AAA;
}

.comment-reply a:hover {
	background: #EE6557;
	color: #FFFfff;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment,
p.form-submit {
	margin-bottom: 0;
}

.comment-form-author label,
.comment-form-author span,
.comment-form-email label,
.comment-form-email span,
.comment-form-url label,
.comment-form-comment label,
.comment-notes,
.form-allowed-tags {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer-sidebar {
	width: 830px;
	margin: 0 auto;
}

#footer-sidebar a {
	color: #EE6557;
	border-bottom: 1px solid transparent;
}

#footer-sidebar a:hover {
	border-bottom-color: #EE6557;
}

#footer-sidebar-inner {
	background: #FFF;
	padding: 60px;
	border: 1px solid #fff;
	font-size: 12px;
	line-height: 20px;
}

#footer {
	width: 830px;
	margin: 45px auto 0 auto;
	padding-bottom: 45px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
}

#footer a {
	border-bottom: 1px solid transparent;
}

#footer a:hover {
	border-bottom-color: #EE6557;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Page Templates
/*-----------------------------------------------------------------------------------*/

/* Archives ----------------------------------------*/

.archives-column {
	float: left;
	width: 205px;
	margin: 0 15px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.archives-column ul {
	margin: 0 0 44px 0;
	padding: 0;
	list-style: none;
}

.archives-column li {
	margin-bottom: 12px;
}

.archives-column h6 {
	margin-bottom: 12px;
}

.archives-column a {
	color: #EE6557;
	border-bottom: 1px solid transparent;
}

.archives-column a:hover {
	border-bottom-color: #EE6557;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Sidebars & Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	float: left;
	margin: 0 15px;
	width: 205px;
	text-align: center;
}

.widget-title {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tagcloud {
	overflow: hidden;
	text-transform: uppercase;
}

.tagcloud a {
	display: inline-block;
	margin: 0 1px 5px 1px;
	padding: 3px 10px;
	border: none !important;
	background: #F5F5F5;
	color: #171717 !important;
	-webkit-transition: background 0.8s, color 0.8s;
	-moz-transition: background 0.8s, color 0.8s;
	-o-transition: background 0.8s, color 0.8s;
	transition: background 0.8s, color 0.8s;
}

.tagcloud a:hover {
	background: #EE6557;
	color: #FFF !important;
}

#searchform {
	position: relative;
	display: inline-block;
}

#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 22px;
	border: none;
	background: url(images/icon-search.png) center center no-repeat;
	box-shadow: none;
}

#footer-sidebar input[type="text"] {
	width: 180px;
}

.tweet_time {
	display: block;
}

.tweet_time a {
	color: #AAAAAA !important;
	font-size: 11px;
}

.tweet_time a:hover {
	border-bottom-color: #AAA !important;
}

.wpcf7 p {
	margin-bottom: 0;
}

#wp-calendar {
	width: 100%;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Shortcodes
/*-----------------------------------------------------------------------------------*/

.button {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 6px 28px;
	border-radius: 4px;
	background: #EE6557;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.button:hover {
	background: #F5F5F5 !important;
	color: #171717 !important;
}

.social {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 10px;
	background: url(images/social-icons.png) no-repeat;
}

.social.facebook 			{background-position: 0 0;}
.social.facebook:hover 		{background-position: 0 -16px;}
.social.twitter 			{background-position: 0 -32px;}
.social.twitter:hover 		{background-position: 0 -48px;}
.social.dribbble 			{background-position: 0 -64px;}
.social.dribbble:hover 		{background-position: 0 -80px;}
.social.flickr 				{background-position: 0 -96px;}
.social.flickr:hover 		{background-position: 0 -112px;}
.social.rss 				{background-position: 0 -128px;}
.social.rss:hover 			{background-position: 0 -144px;}
.social.skype 				{background-position: 0 -160px;}
.social.skype:hover 		{background-position: 0 -176px;}
.social.blogger 			{background-position: 0 -192px;}
.social.blogger:hover 		{background-position: 0 -208px;}
.social.vimeo 				{background-position: 0 -224px;}
.social.vimeo:hover 		{background-position: 0 -240px;}
.social.picasa 				{background-position: 0 -256px;}
.social.picasa:hover 		{background-position: 0 -272px;}
.social.forrst 				{background-position: 0 -288px;}
.social.forrst:hover 		{background-position: 0 -304px;}
.social.digg 				{background-position: 0 -320px;}
.social.digg:hover 			{background-position: 0 -336px;}
.social.stumbleupon 		{background-position: 0 -352px;}
.social.stumbleupon:hover 	{background-position: 0 -368px;}
.social.deviantart 			{background-position: 0 -384px;}
.social.deviantart:hover 	{background-position: 0 -400px;}
.social.tumblr 				{background-position: 0 -416px;}
.social.tumblr:hover 		{background-position: 0 -432px;}
.social.linkedin 			{background-position: 0 -448px;}
.social.linkedin:hover 		{background-position: 0 -464px;}
.social.googleplus			{background-position: 0 -480px;}
.social.googleplus:hover 	{background-position: 0 -496px;}
.social.delicious			{background-position: 0 -512px;}
.social.delicious:hover 	{background-position: 0 -528px;}
.social.myspace				{background-position: 0 -544px;}
.social.myspace:hover 		{background-position: 0 -560px;}
.social.pinterest			{background-position: 0 -576px;}
.social.pinterest:hover 	{background-position: 0 -592px;}

.divider {
	margin: 30px auto;
	height: 1px;
}

.toggle {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 20px;
}

.toggle-title {
	border: 1px solid #fff;
	background: url(images/icon-plus.png) left center no-repeat #F5F5F5;
	font-weight: 600;
	text-transform: uppercase;
}

.toggle-title a {
	display: block;
	padding: 10px 20px 10px 33px;
}

.toggle-title.clicked {
	background: url(images/icon-minus.png) left center no-repeat #F5F5F5;
}

.toggle-title.clicked a {
	color: #EE6557;
}

.toggle-content {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.toggle-content-inner {
	padding: 20px;
}

.tabs {
	font-size: 12px;
	line-height: 20px;
}

.tabs-header {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.tabs-header li {
	float: left;
	height: 41px;
}

.tabs-header li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #F5F5F5;
	line-height: 40px;
}

.tabs-header li a.selected {
	border-top-color: #EE6557;
	padding-bottom: 1px;
	background: #FFF;
	color: #EE6557;
}

.tab-content {
	float: left;
	clear: both;
	display: none;
	padding: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.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) {
	#wrapper {
		width: 766px;
	}
	
	#container,
	#footer-sidebar,
	#footer {
		width: 688px;
	}
	
	.widget,
	.archives-column {
		width: 158px;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		width: 540px;
	}
	
	#footer-sidebar input[type="text"] {
		width: 133px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
	
	#logo {
		font-size: 42px;
		line-height: 50px;
	}
	
	.post-title h2 {
		font-size: 28px;
		line-height: 40px;
	}
	
	blockquote {
		padding: 30px;
	}
	
	#wrapper {
		width: 478px;
	}
	
	#container,
	#footer-sidebar,
	#footer {
		width: 400px;
	}
	
	.widget,
	.archives-column {
		float: none;
		width: 280px;
		margin: 0 auto 40px auto;
	}
	
	.widget:last-child,
	.archives-column:last-child {
		margin-bottom: 0;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		width: 252px;
	}
	
	.post-meta-comments,
	.post-meta-more {
		width: 45%;
	}
	
	.one_fourth,
	.one_third,
	.one_half,
	.two_third,
	.three_fourth {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.header-menu {
		display: none;
	}
	
	.small-menu {
		display: block;
	}
	
	#footer-sidebar input[type="text"] {
		width: 255px;
	}
	
	.post-meta-bottom-column {
		width: 50%;
	}
	
	.post-meta-bottom-column-inner {
		border-right: none;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 479px) {
	#wrapper {
		width: 100%;
		border: none;
		margin: 0;
	}
	
	#container,
	#footer-sidebar,
	#footer {
		width: 320px;
	}
	
	.page #primary,
	.error404 #primary,
	.search-no-results #primary,
	.post-header,
	#respond form,
	#footer-sidebar-inner,
	.comment {
		padding: 30px;
	}
	
	.post-content {
		padding: 25px;
	}
	
	.post-meta {
		margin-bottom: 30px;
	}
	
	.post-date,
	.post-meta,
	.post-category {
		font-size: 12px;
	}
	
	.post-category {
		margin-top: 20px;
	}
	
	.widget,
	.archives-column {
		width: 260px;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		width: 232px;
	}
	
	#footer-sidebar input[type="text"] {
		width: 235px;
	}
}