/*
Theme Name:DAV
Theme URI:Description:Version:1.0
Author:Author URI:License:GNU General Public License
License URI:license.txt
Tags:dark,light
*/

/* Default styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	outline: none;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue.eot');
	src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf') format('truetype'), url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Italic.eot');
	src: url('fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Italic.woff') format('woff'), url('fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('fonts/HelveticaNeue-Italic.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Bold.eot');
	src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Bold.woff') format('woff'), url('fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-BoldItalic.eot');
	src: url('fonts/HelveticaNeue-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-BoldItalic.woff') format('woff'), url('fonts/HelveticaNeue-BoldItalic.ttf') format('truetype'), url('fonts/HelveticaNeue-BoldItalic.svg#HelveticaNeue') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'MoMAGotDis';
	src: url('fonts/MoMAGotDis.eot');
	src: url('fonts/MoMAGotDis.eot?#iefix') format('embedded-opentype'), url('fonts/MoMAGotDis.woff') format('woff'), url('fonts/MoMAGotDis.ttf') format('truetype'), url('fonts/MoMAGotDis.svg#MoMAGotDis') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MoMAGotDis';
	src: url('fonts/MoMAGotDisItalic.eot');
	src: url('fonts/MoMAGotDisItalic.eot?#iefix') format('embedded-opentype'), url('fonts/MoMAGotDisItalic.woff') format('woff'), url('fonts/MoMAGotDisItalic.ttf') format('truetype'), url('fonts/MoMAGotDisItalic.svg#MoMAGotDis') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* Defaults */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

body {
	font: 14px/24px 'HelveticaNeue', Helvetica, Arial, Sans-serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'MoMAGotDis', Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

input, select, textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	outline: none;
	border-radius: 0;
}

input[type=email], input[type=text], input[type=password], textarea {
	padding: 8px 5px;
	border: 1px solid #000;
}

textarea {
	overflow: auto;
	resize: none;
}

input[type=submit], input[type=button], button {
	-webkit-appearance: none;
	border: 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	padding: 0 7px;
	cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
	background: #666;
}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 984px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
}

/* header */

header {
	overflow: hidden;
	background: #fff;
	border-bottom: 3px solid #cccccc;
	margin: 0 0 25px;
	padding: 42px 0 3px;
	width: 100%;
	max-width: 984px;
	position: fixed;
	margin: 0;
	z-index: 99;
}

#logo {
	float: left;
	font-size: 24px;
	line-height: 28px;
	font-family: 'MoMAGotDis', Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
}

#logo a:hover {
	text-decoration: none;
}

header section {
	float: right;
	padding: 7px 0 0 0;
}

header nav {
	float: right;
	padding: 7px 0 0 0;
}

header nav .mobile {
	display: none;
}

header nav li {
	font-size: 18px;
	line-height: 20px;
	padding: 0 20px 0 0;
	font-weight: bold;
	float: left;
	font-family: 'MoMAGotDis', Helvetica, Arial, Sans-serif;
}

header nav li a {
	color: #666666;
}

.home header nav li a {
	color: #000;
}

header nav li.current_page_ancestor a, header nav li.current_page_parent a, header nav li.current_page_item a, header nav li.current-menu-ancestor a, header nav li.current-menu-parent a, header nav li.current-menu-item a, header nav li.current-page-ancestor a, header nav li.current-page-parent a, header nav li.current-page-item a, header nav li.current a, header nav li a:hover {
	color: #000000;
	text-decoration: none;
}

.home header nav li.current_page_ancestor a, .home header nav li.current_page_parent a, .home header nav li.current_page_item a, .home header nav li.current-menu-ancestor a, .home header nav li.current-menu-parent a, .home header nav li.current-menu-item a, .home header nav li.current-page-ancestor a, .home header nav li.current-page-parent a, .home header nav li.current-page-item a, .home header nav li.current a, .home header nav li a:hover {
	color: #666;
}

.archive.author header nav li.authors a {
	color: #000000;
}

.archive.author header nav li.authors a:hover {
	color: #666;
}

.single header nav li.archives a, .category header nav li.archives a {
	color: #000000;
}

.single header nav li.archives a:hover, .category header nav li.archives a:hover {
	color: #666;
}

header .menu_trigger {
	width: 31px;
	height: 31px;
	float: left;
	background: url(images/btn_mobile_menu.gif) no-repeat;
	text-indent: -9999em;
	display: none;
	top: -4px;
	position: relative;
}

header .menu_trigger:hover {
	background-position: left bottom;
}

#header_search {
	float: left;
	padding: 0 10px 0 5px;
	height: 31px;
	position: relative;
}

#header_search .input {
	position: absolute;
	left: -150px;
	top: -4px;
	display: none;
	border: 0;
	color: #000;
	background: #cccccc;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	width: 150px;
	height: 21px;
	padding: 5px;
}

#header_search .trigger, #header_search .submit {
	display: block;
	text-indent: -9999em;
	width: 31px;
	height: 31px;
	text-transform: capitalize;
	background: url(images/ico_search.gif) no-repeat;
	border: 0;
	position: relative;
	cursor: pointer;
	top: -4px;
}

#header_search .submit {
	background-color: #ccc;
	display: none;
}

#header_search .trigger.hover, #header_search .submit.hover {
	background-position: left bottom;
}

#header_social {
	float: left;
}

#header_social li {
	float: left;
	padding: 0 0 0 10px;
}

#header_social li a {
	float: left;
	text-indent: -9999em;
	width: 21px;
	height: 21px;
}

#header_social li a.facebook {
	background: url(images/ico_facebook.gif) no-repeat;
}

#header_social li a.twitter {
	background: url(images/ico_twitter.gif) no-repeat;
}

#header_social li a:hover, #header_search .trigger:hover {
	opacity: 0.5;
}

/* body */

#body {
	width: 100%;
	padding: 111px 0 0 0;
}

.home #body {
	padding: 0;
}

#content {
	float: left;
	width: 644px;
	padding: 0 0 25px;
}

#content.full_width {
	width: 100%;
}

.home #content {
	padding: 0;
}

#sidebar {
	float: right;
	width: 304px;
}

.home #sidebar {
	margin: 14px 0 0 0;
}

.home #sidebar .widget_text {
	margin: 0;
}

.home #sidebar .widget_text:first-child {
}

.home #sidebar .jetpack_subscription_widget {
	padding: 25px 0 0;
}

.home #sidebar .jetpack_subscription_widget .widgettitle {
	border: none;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 10px;
	padding: 0;
}

/**/

#content div.sharedaddy {
	padding: 13px 0 25px;
}

#content div.sharedaddy h3.sd-title {
	display: none;
}

#content div.sharedaddy .sd-content ul {
	margin: 0 !important;
}

#content div.sharedaddy .sd-content ul a {
	margin: 0 6px 0 0;
	padding: 1px 9px 0px 5px;
}

/* slider */

#slider_block {
	padding: 116px 0 13px 0;
}

#slider {
	width: 100%;
	background: #eeeeee;
}

#slider img {
	display: block;
	max-width: 100%;
	max-height: 450px;
	margin: 0 auto;
}

/* Post */

.post {
	width: 100%;
	margin: 0 0 55px;
}

.post.author {
	margin: 0;
}

#content .page {
	margin: 0;
}

.post .title {
	width: 100%;
	margin: 0 0 25px 0;
}

.home .post .title {
	margin: 0 0 15px 0;
}

.post .title h1, .post .title h2 {
	font-size: 20px;
	/*margin-bottom: 5px;
	*/;
}

.post .title h2 {
	margin-bottom: 5px;
}

.single .post .title h1, .home .post .title h1 {
	font-size: 24px;
	line-height: 30px;
}

.post.author .title {
	margin: 0;
}

.post .title .date {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #666666;
}

.post .title .date a {
	color: #666666;
}

.post .title .author {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.post .title .author small {
	font-size: 10px;
	text-transform: uppercase;
}

.post .title .author a {
	text-decoration: none;
	color: #666666;
}

.post .title .author a:hover {
	text-decoration: underline;
	color: #000000;
}

.entry {
	width: 100%;
	line-height: 1.7em;
}

.entry .ed-note {
	color: #999;
	font-style: italic;
}

.entry .ed-note a {
	color: #999;
	text-decoration: underline;
}

.entry .ed-note a:hover {
	color: #000;
	text-decoration: underline;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.entry p {
	margin: 0 0 25px 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	line-height: 1.5em;
	margin: 0 0 25px 0;
}

.entry h1 {}

.entry h2 {}

.entry h3 {}

.entry h4,	h4.single_title {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 10px	0 25px;
}

.entry h5 {}

.entry h6 {}

.entry ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul, .entry ul ol {
	margin: 0;
}

.entry ul li {
	list-style-type: disc;
	line-height: 1.5em;
}

.entry ul ul li {
	list-style-type: circle;
}

.entry	ul li ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol, .entry ol ul {
	margin: 0;
}

.entry	ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}

.entry	ol li ol li {
	list-style-type: lower-alpha;
}

.entry	ol li ul li {
	list-style-type: disc;
}

.entry .list_bookmarks {
	padding: 0;
}

.entry .list_bookmarks li.linkcat {
	list-style: none;
}

.entry .list_bookmarks li.linkcat li {
	list-style: disc;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.entry table td, .entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #ccc;
}

.entry .post_about {
	padding: 15px 15px 0;
	background: #e4e4e4;
	font-size: 13px;
	margin: 0 0 15px;
	overflow: hidden;
}

.entry .post_about .about_title {
	font-size: 16px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

.entry .post_about p {
	margin: 0 0 15px;
}

a.more {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

a.more:hover {
	text-decoration: underline;
}

.postmetas {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin: 3px 0 5px;
}

.postmetas a {
	color: #666;
}

.postmetas a:hover {
	color: #000;
}

.post .featured {
	margin: 6px 0 15px 0;
	position: relative;
}

.post .featured img {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.20%;
	/* 16: 9 */

		padding-top: 20px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-caption {
	position: relative;
}

.wp-caption img {
	display: block;
}

.caption {
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	position: absolute;
	background: url(images/bgr_caption.png) repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}

.caption a {
	color: #fff;
	text-decoration: underline;
}

.caption a:hover {
	color: #999;
	text-decoration: underline;
}

.caption .inner {
	display: table;
	height: 100%;
	margin: 0 20px 0 20px;
}

.caption p, .entry.caption p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.post .categories {
	color: #666;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
}

.post .categories a {
	color: #666;
	text-decoration: underline;
}

.post .categories a:hover {
	text-decoration: none;
	color: #000;
}

/* Sidebar */

.sidebar_widgets {
	width: 100%;
	overflow: hidden;
	line-height: 1.7em;
}

.sidebar_widgets .widgettitle {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0	0 30px;
	line-height: 1.5em;
}

.home .sidebar_widgets .widgettitle {
	margin: 0	0 25px;
}

.sidebar_widgets .widget {
	margin: 0 0 25px 0;
}

.sidebar_widgets .widget ul {}

.sidebar_widgets .widget ul li {
	margin: 0 0 5px 0;
}

.sidebar_widgets .widget ul ul {
	margin: 5px 0 0 15px;
}

.sidebar_widgets .widget ul li ul li {
	border-bottom: 0;
	margin: 0;
}

.textwidget {
	padding: 0;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.widget_tag_cloud .tagcloud, .widget_calendar div {}

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

.post_list article {
	padding: 0 0 40px;
	max-width: 304px;
}

.post_list article span {
	display: block;
	color: #666666;
}

.post_list article span a {
	color: #666666;
}

.post_list article span a:hover {
	color: #000000;
}

.post_list article h3 {
	margin: 0 0 0;
	line-height: 1.2em;
}

.post_list article .author {
	font-weight: bold;
	font-size: 13px;
}

.post_list article .date, .post_list article .author small {
	text-transform: uppercase;
	font-size: 10px;
}

.post_list.in_content article {
	float: left;
	margin: 0 36px 0 0;
}

.post_list.in_content article.odd2 {
	margin: 0;
}

.sort {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}

.sort li {
	float: left;
	padding: 0 10px 0 0;
	line-height: 20px;
}

.sort li a {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 22px 0 7px;
	height: 20px;
	background: #666666;
	color: #ffffff;
	background: #666666 url(images/ico_sort.png) no-repeat right -20px;
}

.sort li a:hover, .sort li a.current {
	background-color: #000000;
	text-decoration: none;
}

.sort li a.ask {
	background-color: #000000;
	background-position: right top;
}

.filter {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
	font-weight: bold;
}

.filter .cats {
	color: #666;
}

.filter a {
	color: #666;
	text-decoration: underline;
}

.filter a:hover {
	color: #000;
	text-decoration: none;
}

.load_more {
	margin: 0 0 35px;
}

.load_more a {
	display: block;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	text-align: center;
}

#ajax-loader {
	text-align: center;
	display: none;
}

.slider {
	width: 100%;
	position: relative;
}

.bx-wrapper {
	position: relative;
}

.bxslider {
	background: #000;
	margin: 6px 0 0;
	overflow: hidden;
	height: 295px !important;
}

.bxslider iframe {
	display: block;
	margin: 0 auto;
}

.bxslider .img {
	text-align: center;
}

.post .bxslider .featured img {
	vertical-align: top;
	width: auto !important;
	margin: 0 auto;
	max-height: 295px;
}

.bxslider iframe {
	max-height: 295px;
	display: block;
}

.entry .bxslider p {
	margin: 0;
}

.bx-pager {
	text-align: center;
	margin: 0 0 0 11px;
	position: relative;
	z-index: 20;
	padding: 10px 0 0;
}

.bxslider .featured {
	margin: 0;
	background: #000;
}

.bx-pager a {
	width: 10px;
	height: 10px;
	padding: 0 0 0 11px;
	display: inline-block;
	text-indent: -9999px;
	background: url(images/dot.png) no-repeat;
}

.bx-pager .active, .bx-pager a:hover {
	background: url(images/dot-selected.png) no-repeat;
}

/* footer */

footer {
	width: 100%;
	overflow: hidden;
	border-top: 3px solid #ccc;
	padding: 14px 0 40px;
}

footer .copyrights {
	float: left;
	font-size: 10px;
	line-height: 14px;
}

footer .copyrights .twitter, .textwidget .twitter {
	background: url(images/ico_twitter.gif) no-repeat;
	text-indent: -9999em;
	width: 23px;
	height: 21px;
	float: left;
	margin-top: -4px;
}

.textwidget .twitter {
	margin-top: 1px;
}

#follow_us {
	font-weight: bold;
	font-size: 14px;
}

#logo_footer {
	float: right;
	width: 56px;
	height: 15px;
	background: url(images/logo_moma.gif) no-repeat;
	text-indent: -9999em;
}

/* comments */

#comments {
	padding: 0 0 10px;
}

#comments_title {
	border-bottom: 1px solid #ccc;
	display: none;
	padding: 0 0 10px;
	margin: 0 0 25px;
	font-size: 24px;
	line-height: 30px;
}

#question_title {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 27px;
	padding: 0 0 12px;
}

#comments .comments_list li {
	margin: 0 0 25px;
}

#comments .comments_list li ol {
	margin: 0 0 0 25px;
}

#comments .comments_list .date {
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
}

#comments .commemnt_title h4 {
	margin: 2px 0 -2px;
	font-size: 20px;
}

#comments .commemnt_title {
	margin: 0 0 5px;
}

#comments .commemnt_title p {
	color: #666;
	font-weight: bold;
}

#respond {
	padding: 0 0 20px;
}

#respond h3 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 25px;
	font-size: 20px;
}

#respond fieldset {
	margin: 0 0 10px;
}

#respond fieldset label {
	display: block;
	font-weight: bold;
}

#respond fieldset label span {
	font-weight: normal;
}

#respond fieldset .text {
	width: 324px;
}

#respond fieldset textarea {
	width: 98%;
	padding: 8px 1%;
	height: 100px;
}

/* Begin Images */

p img, .entry img, .wp-caption {
	padding: 0;
	max-width: 100%;
	height: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright, img.alignright, a img.alignright {
	float: right;
	margin: 10px 0 10px 16px;
}

.alignleft, img.alignleft, a img.alignleft {
	float: left;
	margin: 10px 16px 10px 0;
}

.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.al {
	float: left;
}

.ar {
	float: right;
}

/* Various Tags & Classes */

.entry acronym, .entry abbr, .entry span.caps {
	cursor: help;
}

.entry acronym, .entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.nopost, .nocomments {
	text-align: center;
	padding: 20px 0 20px 0;
}

.entry pre, .entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

code br {
	display: none;
}

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

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

.sticky {}

.gallery-caption {}

.bypostauthor {}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	position: absolute
				bottom: 0;
}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 90%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
}

.gallery-caption {
	margin-left: 0;
}

/* pagination */

.pagination {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.single .pagination {}

.pagination a {}

/*	*/

.jetpack_subscription_widget form {
	display: block;
	height: 100%;
	overflow: hidden;
}

.jetpack_subscription_widget #subscribe-text {
	display: block;
}

.jetpack_subscription_widget #subscribe-email input {
	background-color: #e1e1e1;
	border: none;
	color: #000000;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 2.5%;
	width: 65%;
}

.jetpack_subscription_widget #subscribe-submit input {
	float: right;
	font-size: 12px;
	height: 30px;
	padding: 0;
	text-transform: uppercase;
	width: 28%;
}

/* media */

@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;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1044px) {
	#wrapper {
		width: auto;
		margin: 0 30px 0 30px;
		padding: 0;
	}
	#content {
		width: 60%;
	}
}

@media only screen and (max-width: 1044px) {
	#wrapper {
		padding: 0;
	}
	#content.full_width {
		width: 100%;
	}
	.post_list.in_content article {
		width: 48%;
		padding: 0 0 40px;
		margin: 0;
		max-width: inherit;
	}
	.post_list.in_content article img {
		width: 100%;
	}
	.post_list.in_content article.odd {
		float: right;
	}
	.post_list .clear2 {
		clear: both;
		line-height: 0;
	}
	.post_list .clear {
		display: none;
	}
}

@media only screen and (max-width: 884px) {
	#content {
		width: 55%;
	}
	#content.full_width {
		width: 100%;
	}
	#respond fieldset textarea {
		width: 96%;
		padding: 8px 2%;
	}
}

@media only screen and (max-width: 850px) {
	#wrapper {
		width: auto;
		margin: 0 20px 0 20px;
	}
	header {
		padding: 10px 0 2px;
	}
	#header_search {
		padding: 0 0 0 5px;
	}
	#logo {
		font-size: 20px;
		margin: 4px 0 0 0;
	}
	#content {
		width: 100%;
		float: none;
	}
	#sidebar {
		width: 100%;
		float: none;
	}
	/*#slider img {
		width: 100%;
		height: auto;
		max-height: inherit;
	}
	*/		.post_list article {
		float: left;
		min-height: 250px;
	}
	#header_social {
		display: none;
	}
	#body {
		padding: 77px 0 0 0;
	}
	#slider_block {
		padding: 83px 0 13px 0;
	}
	header .menu_trigger {
		display: block;
	}
	header nav {
		display: none;
		float: none;
		clear: both;
	}
	header nav ul {
		float: none;
		width: 100%;
	}
	header nav ul.mobile {
		padding: 0 0 10px;
		display: block;
	}
	header nav ul li {
		float: none;
		padding: 5px 0 5px;
	}
	header nav ul li a {
		display: block;
	}
	#respond fieldset textarea {
		width: 532px;
	}
	.post_list article, .post_list.in_content article {
		width: 48%;
		padding: 0 0 40px;
		margin: 0;
		min-height: inherit;
		max-width: inherit;
	}
	.post_list article img, .post_list.in_content article img {
		width: 100%;
	}
	.post_list article.odd, .post_list.in_content article.odd {
		float: right;
	}
	.post .title .author {
		font-size: 14px;
	}
	.post_list article h3, #comments h3, #comments .comments_list h4, #respond h3, .post .title h1, .post .title h2 {
		font-size: 16px;
	}
	#respond fieldset textarea {
		width: 98%;
		padding: 8px 1%;
	}
}

@media only screen and (max-width: 634px) {
	.post_list,	.post_list.in_content {
		width: 100%;
	}
	.post_list article, .post_list article.odd, .post_list.in_content article, .post_list.in_content article.odd2, .post_list.in_content article.odd {
		float: none;
		width: 100%;
	}
	#respond fieldset textarea {
		width: 432px;
	}
}

@media only screen and (max-width: 480px) {
	#logo {
		font-size: 19px;
		margin: 5px 0 0 0;
	}
	#header_search {
		padding: 0 0 0 4px;
	}
	#wrapper {
		width: auto;
		margin: 0 10px 0 10px;
	}
	#respond form {
		width: 300px;
		margin: 0 auto;
	}
	#respond fieldset .text {
		width: 288px;
	}
	#respond fieldset textarea {
		width: 288px;
	}
	.single .post .title h1, .home .post .title h1 {
		font-size: 20px;
		line-height: 26px;
		line-height: 1.15em;
		margin-top: 2px;
	}
	#respond fieldset textarea {
		width: 96%;
		padding: 8px 2%;
	}
	.caption {
		font-size: 9px;
		line-height: 1.2em;
	}
}

@media only screen and (max-width: 360px) {
	#content {
		padding: 0;
		margin: 0;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#logo_footer {
		background-image: url(images/logo_moma@2x.gif);
		background-size: 100% 100%;
	}
	header .menu_trigger {
		background-image: url(images/btn_mogile_menu@2x.gif);
		background-size: 31px 62px;
	}
	#header_search .trigger, #header_search .submit {
		background-image: url(images/ico_search@2x.gif);
		background-size: 31px 62px;
	}
	.bx-pager a {
		background: url(images/dot@2x.png) no-repeat;
		background-size: 10px 10px;
	}
	.bx-pager .active, .bx-pager a:hover {
		background: url(images/dot-selected@2x.png) no-repeat;
		background-size: 10px 10px;
	}
}

.anchor {
	display: block;
	height: 86px;
	/* same height as header */

		margin-top: -86px;
	/* same height as header */

		visibility: hidden;
}