/*
Theme Name: IMHP 2016
Description: IMHP 2016 Theme.
Version: 1.0
Author: Hosei University
Tags: one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template
License: Apache License 2.0
License http://www.apache.org/licenses/LICENSE-2.0
*/

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/* wp-specific classes */

body {
	font-family: 'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
	font-size: 13px;
}

a:link {
    background-color: transparent;
    color: #003399;
    text-decoration: none;
}
a:visited {
    background-color: transparent;
    color: #333a6a;
    text-decoration: none;
}
a:active {
    color: #ff710a;
    text-decoration: underline;
}
a:hover {
    color: #ff710a;
    text-decoration: underline;
}

/** サイト幅調整: PC: 960px, Mobile: 920px */
/*  980px: 960px + 15px * 2 */
@media screen and (min-width: 980px)  {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar {
	margin-bottom: 0;
}

/** ヘッダー */
.l_header {
	color: black;
	font-weight: normal;
	margin-bottom: 2px;
}
	.l_header .l_logo {
		float: left;
		padding: 11px 0 0 7px;
	}
	.l_header .l_header_nav {
		padding-left: 0;
	}
	.l_header .l_search {
		padding-left: 0;
		padding-right: 0;
	}
	.l_header .l_hosei_logo {
		padding-left: 0;
		margin-top: 5px;
	}
		.l_header .l_hosei_logo img {
			width: 100%;
		}
	.l_header .l_header_nav_link {
		padding-top: 13px;
		padding-left: 0;
	}
	.l_header .l_header_nav_link > li {
		background-image: url("img/circle_mark1.jpg");
		background-repeat: no-repeat;
		background-position: left center;
	}
	.l_header .l_header_nav_link > li > a {
		font-size: 12px;
		padding: 0 0 0 12px;
		color: #000;
		text-decoration: none;
		text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
	}
	.l_header .l_header_nav_link > li > a:hover {
		text-decoration: underline;
	}
	.l_header form {
		margin: 10px 0 15px 0;
	}
	.l_header form label {
		font-weight: normal;
	}
@media only screen and (max-width: 992px) {
	.l_header .l_logo {
		width: 42%;
		padding: 20px 0;
	}
	.l_header .l_logo img {
		width: 100%;
		transition: 0.2s;
	}
}
@media only screen and (max-width: 768px) {
	.l_header .l_logo img {
		width: 300px;
	}
	.l_header .l_hosei_logo {
		width: 95px;
	}
}

/** カテゴリナビ */
.l_category .l_category_nav {
	font-weight: bold;
	margin-bottom: 0;
	background-color: #1f2c86;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid #cccccc 4px;
	border-radius: 0;
	box-shadow: 0 -1px 1px rgba(52, 154, 203, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
}
	.l_category .navbar-toggle, .l_category .navbar-toggle {
		border-color: #ffffff;
	}
	.l_category .navbar-toggle:focus, .l_category .navbar-toggle:hover {
		background-color: #0c2579;
	}
	.l_category .navbar-collapse, .l_category .navbar-form {
		border-color: #dddddd;
	}
		.l_category .navbar-brand {
			color: #ffffff;
		}
		.l_category .navbar-nav > li > a {
			color: #ffffff;
			word-wrap: normal;
			padding-left: 24px;
			padding-right: 24px;
		}
		.l_category .navbar-nav > li > a:hover {
			background: #f08200 none repeat scroll 0 0;
			text-decoration: none;
		}
		.l_category .navbar-nav > .active > a {
			background: #f08200 none repeat scroll 0 0;
		}
@media only screen and (min-width: 768px) {
	.l_category .navbar-nav {
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		float: none;
	}
}
@media only screen and (max-width: 991px) {
	.l_category .navbar-nav > li > a {
		word-wrap: normal;
		padding-left: 12px;
		padding-right: 12px;
	}
}

/** パンくずリスト */
.l_breadcrumb .breadcrumb {
	font-size: 90%;
	color: #666;
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: white;
	background-image: none;
	border: none;
	filter: none;
}
	.l_breadcrumb .breadcrumb > li > .divider {
		color: black;
		padding: 0 4px;
	}
	.l_breadcrumb .breadcrumb a {
		color: #666;
		text-decoration: underline;
	}
		.l_breadcrumb .breadcrumb a:hover {
			color: #ff710a;
		}
	.l_breadcrumb .breadcrumb > li + li::before {
		content: "";
		padding: 0 0 0 2px; 
	}

/* ヘローユニット */
.hero-unit {
	padding: 0;
	margin: 0 0 10px 0;
	border-radius: 0;
}
	.top-page .hero-unit {
		color: white;
		margin: 10px 0;
		background-size: contain;
		background-color: white;
		background-image: url("img/main_img.jpg");
		background-repeat: no-repeat;
		border-radius: 0;
	}
	.hero-unit h1 {
		font-size: 0;
		margin-top: 0;
	}
	.hero-unit .messages {
		padding: 115px 0 70px 60px;
	}
	.hero-unit p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 0 10px;
	}
	.hero-unit img {
		width: 100%;
	}
@media only screen and (max-width: 900px) {
	.hero-unit .messages {
		padding: 65px 0 50px 55px;
	}
	.hero-unit p {
		font-size: 12px;
		margin: 25px 0 0 0;
	}
}

#main {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
/** サイト幅調整: PC: 960px, Mobile: 920px */
/*  980px: 960px + 15px * 2 */
@media screen and (min-width: 980px)  {
	#sub {
		margin-right: 0;
		padding-left: 0;
		padding-right: 38px;
	}
}

#main article {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

#main .row {
	margin-left: 0;
}
#main h1:first-child, #main h2:first-child, #main h3:first-child, #main h4:first-child, #main h5:first-child {
    margin-top: 0;
}
#main h1 {
	color: #4B6283;
	font-size: 28px;
	line-height: 36px;
	margin: 10px 0 20px 0;
	text-indent: 10px;
}
#main h2, #sub h2 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	margin: 20px 0 20px;
	text-indent: 10px;
	background-color: #F0F0F0;
}
#main h3 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-indent: 10px;
	border-left: 3px solid #7eaed2;
}
#main h4 {
	margin: 5px 5px 5px 7px;
	font-size: 13px;
}
	#main h4.faq {
		color: #ff710a;
	}
	#main h4 img {
		margin-right: 10px;
	}
#main p {
	font-size: 12px;
	line-height: 20px;
	text-indent: 1em;
}
	#main form p {
		margin: 0 0 5px 0;
		font-size: 12px;
		line-height: 20px;
		text-indent: 0;
	}
#main ul, #main ol {
}
	#main li {
		line-height: 20px;
	}

#main .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#main .profile {
	margin-bottom: 18px;
	padding: 8px 35px 8px 14px;
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: 4px 4px 4px 4px;
}
	#main .profile p {
		text-indent: 0;
		margin: 0;
	}
#main h3.voice_h3 {
	color: #51822D;
	font-size: 16px;
	text-indent: 0;
	margin-left: 0;
	padding-left: 15px;
	border-left: none;
	background-image: url("img/voice_h3.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
#main .voice_green {
	color: #51822D;
}
#main .voice_green_kamoku {
	color: white;
	font-weight: bold;
	margin-left: 10px;
	padding: 2px 5px 2px 5px;
	background-color: #78AE4D;
}

#main .gvoice {
	margin-top: 10px;
}
#main .gvoice_photo_area {
	color: white;
	text-align: center;
	float: left;
	margin: 0 20px 10px 0;
	background-color: #537fa2;
}
#main h3.gvoice_h3 {
	color: white;
	font-size: 16px;
	text-indent: 0;
	margin: 0 0 0 200px;
	padding: 5px 0 5px 15px;
	border-left: none;
	background-color: #53809F;
}

#main .ivoice, #main .ivoice .row {
	margin-top: 10px;
}
#main .ivoice_photo_area {
	text-align: center;
}
#main h3.ivoice_h3 {
	color: #ff710a;
	font-size: 16px;
	text-indent: 0;
	margin-left: 0;
	padding: 5px 0 5px 15px;
	border-left: 3px solid #ff710a;
}

#main .line_box {
	border: 1px solid #3399CB;
	margin-bottom: 20px;
	padding: 20px;
}

#main .no-indent {
	text-indent: 0;
}

#main a.link-pdf {
	margin-right: 10px;
	padding: 16px 40px 16px 0;
	background: url("img/icons/icon_pdf.png") no-repeat center right;
	-ms-transition-duration: 0;
}
#main a.link-doc {
	margin-right: 10px;
	padding: 13px 30px 13px 0;
	background: url("img/icons/icon_doc.jpg") no-repeat center right;
	-ms-transition-duration: 0;
}
#main a.link-xls {
	margin-right: 10px;
	padding: 13px 30px 13px 0;
	background: url("img/icons/icon_xls.jpg") no-repeat center right;
	-ms-transition-duration: 0;
}
#main a.link-archive {
	margin-right: 10px;
	padding: 13px 30px 13px 0;
	background: url("img/icons/icon_archive.jpg") no-repeat center right;
	-ms-transition-duration: 0;
}

.page-top {
	margin: 20px 0;
	padding-left: 22px;
	background-image: url("img/page_up.gif");
	background-repeat: no-repeat;
}

/** トップページのお知らせやトピックス欄用 */
@media screen and (min-width: 992px)  {
	#top-notice, #top-topics, #top-event, #top-admission {
		margin-left: -15px;
	}
}

.l_date_list {
	margin-bottom: 15px;
}
	.l_date_list_header {
		margin-bottom: 15px;
	}
		#main .l_date_list h2 {
			color: #999;
			font-size: 14px;
			text-indent: 0;
			margin-bottom: 10px;
			padding: 0 0 0 15px;
			background: none;
			border: 1px solid #ddd;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			#main .l_date_list h2 i {
				color: #cbcbcb;
				font-size: 18px;
			}
		.l_date_list_header_container {
			position: relative;
		}
		.l_date_list_header_right {
			position: absolute;
			top: 8px;
			right: 15px;
			display: block;
		}

#main dl.update, #main ul.update {
	margin: 0 2px 10px 16px;
	padding-left: 0;
}
	dl.update dt {
		font-weight: normal;
		text-align: left;
		margin-bottom: 2px;
		padding-left: 20px;
		width: 75px;
		background-image: url("img/circle_mark3.jpg");
		background-repeat: no-repeat;
		overflow: visible;
	}
	dl.update dd {
		margin-bottom: 2px;
		margin-left: 20px;
		padding-left: 78px;
		border-bottom: 1px dotted #677364;
	}
@media only screen and (max-width: 767px) {
	dl.update dd {
		padding-left: 0;
	}
}
	#main ul.update li {
		margin-bottom: 5px;
		padding-left: 20px;
		line-height: 17px;
		list-style: none;
		background-image: url("img/circle_mark3.jpg");
		background-repeat: no-repeat;
	}
	#main ul.update a {
		padding-bottom: 2px;
		border-bottom: 1px dotted #677364;
	}
	dl.update a img, #main ul.update a img {
		vertical-align: text-top;
	}

/* 教員紹介 */
.staff-item {
	margin-right: 0;
	margin-top: 45px;
	margin-bottom: 45px;
}
	.staff-photo {
		margin-bottom: 15px;
	}
		.staff-photo img {
			margin: 0 auto;
		}
	.staff-content {
		padding: 0 5px 0 5px;
	}
		#main .staff-content h3 {
			color: #1f2c86;
			font-size: 160%;
			text-indent: 0;
			margin-top: 0;
			border: none;
		}
		.staff-meta {
			line-height: 22px;
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #e6e6e6;
		}
		#main .staff-content h4 {
			margin: 5px 0 0 0;
		}
		.staff-content .label {
			font-size: 90%;
			font-weight: normal;
			line-height: 21px;
		}
		.staff-content .label-title {
			background-color: #083090;
		}
		.staff-content .label-role {
			background-color: #207dba;
		}
		.staff-content .label-area {
			background-color: #9e9e9e;
		}
		.staff-content .label-item {
			background-color: #207dba;
		}
		.staff-content p {
			margin-bottom: 0;
			padding-top: 0;
		}
			.staff-content p:first-of-type {
				padding-top: 5px;
			}
			.staff-content p:last-of-type {
				margin-bottom: 5px;
			}
		.staff-content ul {
			font-size: 90%;
			margin-bottom: 5px;
			padding-top: 2px;
			padding-left: 5px;
		}
		.staff-content ol {
			font-size: 90%;
			margin-bottom: 5px;
			padding-left: 22px;
		}
		.staff-content i {
			margin-right: 2px;
		}

/* l_sub_menu_common */
.l_sub_menu_common {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url("img/topics1_bg.jpg");
	background-repeat: no-repeat;
}
	.l_sub_menu_common ul {
		margin: 8px 15px 8px 15px;
	}
	.l_sub_menu_common li {
		font-size: 10px;
		height: 40px;
		line-height: 13px;
		margin-bottom: 20px;
	}
		.l_sub_menu_common li a {
			color: black;
		}
		.l_sub_menu_common li a:hover {
			color: #ff710a;
		}
	.l_sub_menu_common img {
		float: left;
		margin-right: 8px;
	}
	.l_sub_menu_common .post_title {
		display: block;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
	}

.l_sub_menu_top_internal img {
	margin-bottom: 10px;
}
.l_sub_menu_top_external img {
	margin-bottom: 10px;
}

.l_sub_menu_top_external ul {
	border-bottom: solid 1px #cdcdcd;
	margin-bottom: 20px;
}
	.l_sub_menu_top_external li {
		font-size: 12px;
		padding: 10px 0 10px 20px;
		border-top: solid 1px #cdcdcd;
		border-right: solid 1px #cdcdcd;
		border-left: solid 1px #cdcdcd;
		background: #fcfbf7 url("img/mark3.jpg") no-repeat;
		background-position: 5px 15px;
	}
		.l_sub_menu_top_external li a {
			color: #4d4d4d;
			display: block;
		}
		.l_sub_menu_top_external li a:hover {
			color: #ff710a;
		}

.l_sub_menu {
	background-color: #cdcdcd;
}
	.l_sub_menu ul {
		margin-left: 0;
		padding-left: 0;
		border-bottom: dotted 1px #ddd;
	}
	.l_sub_menu li {
		margin-left: 0px;
		padding: 12px 0 12px 20px;
		list-style: none;
        border-top: solid 1px #cdcdcd;
        border-right: solid 1px #cdcdcd;
        border-left: solid 1px #cdcdcd;
		background: #fcfbf7 url("img/mark3.jpg") no-repeat;
		background-position: 5px 15px;
	}
		.l_sub_menu li a {
			display: block;
		}
		.l_sub_menu li.current_page_item, .l_sub_menu li.current_page_item > a {
			color: black;
			font-weight: bold;
		}
	.l_sub_menu li ul {
		margin-left: -20px;
		padding-bottom: 0;
		padding-top: 12px;
		border-bottom: none;
	}
	.l_sub_menu li ul li {
		padding-left: 35px;
		border-left: none;
		background-position: 20px 15px;
	}
	.l_sub_menu li ul li:last-child {
		margin-bottom: -10px;
	}

/* l_footer */
.l_footer {
	color: white;
	background-color: #2e83aa;
	margin-left: -15px;
}
.l_footer_links {
	padding: 10px 0 10px 30px;
}
	.l_footer_links .row [class*="span"] {
		margin-left: 0;
	}
	.l_footer_links ul {
		margin: 0 0 9px 0;
		padding-left: 15px;
	}
	.l_footer_links li {
		font-weight: bold;
		line-height: 25px;
		list-style: none;
		background-image: url("img/circle_mark2.jpg");
		background-repeat: no-repeat;
		background-position: left 6px;
	}
	.l_footer_links li a {
		color: white;
		padding: 0 8px 0 20px;
	}
		.l_footer_links li a:hover {
			color: #ff710a;
		}
		.l_footer_links li ul {
			margin: 0 0 9px 19px;
		}
		.l_footer_links li li {
			font-weight: normal;
			list-style: disc outside none;
			background-image: none;
		}
		.l_footer_links li li > a {
			padding: 0 8px 0 0;
		}
.l_footer .l_copyright a {
	color: white;
}
	.l_footer .l_copyright a:hover {
		color: #ff710a;
	}

/* --- social icons --- */
.social-icons, .social-icons-colored {
    list-style-type: none;
    margin: 0;
	padding-left: 5px;
}
.social-icons li, .social-icons-colored li {
    display: inline-block;
    margin-right: 5px;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons li a {
    color: #5e5e5e;
    display: block;
    text-align: center;
}
.social-icons-colored li a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social-icons li.facebook a:hover {
    color: #3b5998;
}
.social-icons li.twitter a:hover {
    color: #00aced;
}
.social-icons li.googleplus a:hover {
    color: #d14836;
}
.social-icons li.instagram a:hover {
    color: #3f729b;
}
.social-icons li.linkedin a:hover {
    color: #007fb1;
}
.social-icons li.pinterest a:hover {
    color: #cb2027;
}
.social-icons li.skype a:hover {
    color: #00aff0;
}
.social-icons li.tumblr a:hover {
    color: #2c4762;
}
.social-icons li.vimeo a:hover {
    color: #44bbff;
}
.social-icons li.youtube a:hover {
    color: #cd332d;
}
.social-icons li.flickr a:hover {
    color: #0063db;
}
.social-icons-colored li.facebook a:hover {
    background-color: #3b5998;
}
.social-icons-colored li.twitter a:hover {
    background-color: #00aced;
}
.social-icons-colored li.behance a:hover {
    background-color: #1769ff;
}
.social-icons-colored li.googleplus a:hover {
    background-color: #d14836;
}
.social-icons-colored li.instagram a:hover {
    background-color: #3f729b;
}
.social-icons-colored li.linkedin a:hover {
    background-color: #007fb1;
}
.social-icons-colored li.pinterest a:hover {
    background-color: #cb2027;
}
.social-icons-colored li.skype a:hover {
    background-color: #00aff0;
}
.social-icons-colored li.tumblr a:hover {
    background-color: #2c4762;
}
.social-icons-colored li.vimeo a:hover {
    background-color: #44bbff;
}
.social-icons-colored li.youtube a:hover {
    background-color: #cd332d;
}
.social-icons-colored li.flickr a:hover {
    background-color: #0063db;
}
.social-icons-rounded a {
    border-radius: 100%;
}

/* --- other style --- */
i {
	padding-right: 3px;
}
em {
	color: red;
	font-size: 15px;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
legend {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* Contact Form 用にbootstrap のデフォルト幅指定を無効化します。 */
input, textarea {
	width: auto;
}
table {
	width: 98%;
	border: 1px solid #999;
}
	table.no-border {
		border: none;
	}
	table.no-border td {
		border: none;
	}
		table.no-border table td {
			border: 1px solid #999;
		}
	table.table-faq p {
		text-indent: 0 !important;
	}
td {
	padding: 2px 5px;
}
	/* すべての td クラス */
	[class^="td"], [class^="td-"], [class*=" td"], [class*=" td-"] {
		font-size: 12px;
		padding: 10px;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
	}
		[class^="td"] p, [class^="td-"] p, [class*=" td"] p, [class*=" td-"] p {
			text-indent: 0;
		}
	/* td-header クラス */
	[class^="td-header"], [class^="td-header-"], [class*=" td-header"], [class*=" td-header-"] {
		font-weight: bold;
		background-color: #B1D2F3;
	}
	td.td-header {}
	td.td-header-p20 { padding: 20px; }
	td.td-white { background-color: white; }
	/* td1-* クラス */
	[class^="td1"], [class^="td1-"], [class*=" td1"], [class*=" td1-"] {
		background-color: #D2EAF4;
	}
		td.td1 {}
		td.td1-w20 { width: 20%; }
		td.td1-w25 { width: 25%; }
			td.td1-w25-dashed {
				width: 25%;
				border-bottom: 1px dashed #999999;
			}
			td.td1-w25-nobottom {
				width: 25%;
				border-bottom: none;
			}
		td.td1-w30 { width: 30%; }
		td.td1-w35 { width: 35%; }
		td.td1-w40 { width: 40%; }
		td.td1-w45 { width: 45%; }
		td.td1-w50 { width: 50%; }
	/* td2-* クラス */
	[class^="td2"], [class^="td2-"], [class*=" td2"], [class*=" td2-"] {
		background-color: #FFF8D2;
	}
		td.td2 {}
			td.td2-dashed { border-bottom: 1px dashed #999999; }
			td.td2-nobottom { border-bottom: none; }
		td.td2-w20 { width: 20%; }
		td.td2-w25 { width: 25%; }
		td.td2-w30 { width: 30%; }
		td.td2-w35 { width: 35%; }
		td.td2-w40 { width: 40%; }
		td.td2-w45 { width: 45%; }
		td.td2-w50 { width: 50%; }

/* for WordPress */
#main article img {
	max-width: 100%;
}
img.alignleft {
	margin: 0 20px 10px 0;
	float: left;
}
img.alignright {
	margin-left: 10px;
	float: right;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* for Contact Form 7 */
.wpcf7-list-item label {
	margin: 0 0 0 10px ;
}
.wpcf7-not-valid-tip {
	color: red;
}
.ime-disabled { ime-mode: disabled; }

/* no check*/
input,
textarea,
select,
.uneditable-input {
	margin-bottom: 0;
}
.navbar-form,
.navbar-search {
	margin: 0 0 9px;
}
.navbar-search {
	padding-left: 0;
}
#s {
	width: 100px;
}
.more-link {
	white-space: nowrap;
}
#menu-footer-nav {
	list-style-type: none;
	margin-left: 0;
}
#menu-footer-nav li {
	float: left;
	margin-left: 10px;
}
/* post styling */

#main p.meta {
	font-style: italic;
	color: gray;
}
.sidebar {
	margin-top: 18px !important;
}
#main article footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}
#main article footer a.edit-post {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.post:hover a.edit-post {
	display: inline;
}
p.tags {
	line-height: 20px;
}
div[id*='attachment_'] {
	max-width: 100%;
	height: 100%;
}

.archive #main .post h3 {
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
/* page styling */

.page-template-page-homepage-php #main article {
	border-bottom: none;
}
.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
	padding: 1em;
}
/* comments */

#comments {
	line-height: 24px;
	margin-bottom: 18px;
}
ol.commentlist,
ol.commentlist ul.children {
	list-style-type: none;
	margin-left: 0;
}
.comment .vcard div {
	margin-top: 8px;
	padding: 0 10px;
}
ol.commentlist time {
	font-size: .8em;
	color: #eeeeee;
}
ol.commentlist div.comment-author {
	position: relative;
}
ol.commentlist a.comment-edit-link {
	color: white;
	text-decoration: none;
	padding-left: 5px;
}
ol.commentlist span.edit-comment {
	position: absolute;
	right: 10px;
	top: 8px;
}
ol.commentlist li.bypostauthor {
	background-color: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.comment-reply-link {
	position: absolute;
	right: 0;
	bottom: 0;
}
#cancel-comment-reply {
	padding-left: 20px;
}
#comment-nav ul {
	list-style-type: none;
	margin: 0;
}
#comment-form-elements {
	list-style-type: none;
	margin: 0;
}
.comment .vcard .avatar {
	padding-right: 0;
}
.comment .vcard .comment-text {
	margin-left: 0;
}
img.avatar {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dddddd;
}
ol.commentlist li {
	padding-right: 10px;
	background-color: #f0f0f0;
}
#comment {
	width: 270px;
}
/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img {
	max-width: 100%;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
.attachment-img {
	margin-bottom: 18px;
}
.metadata p.alert-message {
	margin-right: 0;
	margin-bottom: 18px;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}
li.next a,
li.previous a {
	position: relative;
}
li.next a:hover:before {
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #bfbfbf;
	color: #444444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before {
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #bfbfbf;
	color: #444444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* widget styles */

.widget {
	margin-bottom: 18px;
}
.widgettitle {
	margin-bottom: 9px;
}
#tag-cloud {
	margin-bottom: 18px;
	line-height: 160%;
}
/* for some reason the bs version currently available for download doesn't have this style */

.label {
	text-transform: uppercase;
}
/* override standard link hover for the tag cloud widget */

#tag-cloud a:hover,
.tags a:hover {
	color: white;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
/* change default form padding for search */

.widget_search form {
	padding-left: 0;
}
.widget_search input {
	width: 121px;
}
/* calendar widget */

#calendar_wrap {
	border: 1px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#wp-calendar tr:last-child {
	border-bottom: none;
}
#wp-calendar td {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}

/* calendar widget */
@media only screen and (min-width: 950px) {
	.container-fluid {
		max-width: 950px;
		margin: 0 auto;
	}
	#inner-footer {
		padding: 0;
	}
	#content {
		padding-left: 0;
		padding-right: 0;
	}
	.topbar-inner {
		padding: 0;
	}
	.topbar form.pull-right {
		float: right;
	}
	.navbar-form,
	.navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	.navbar-search {
		padding-left: 0;
	}
	.sidebar {
		margin-top: 0 !important;
	}
	.widget_search input {
		width: 230px;
	}
	.blog .hero-unit {
		margin-top: 10px;
	}
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit {
		padding: 60px;
	}
	/* hide edit comment button and show on hover on desktop version */

	.edit-comment {
		display: none;
	}
	.vcard:hover .edit-comment {
		display: inline-block;
	}
	#s {
		width: 210px;
	}
	.widget_search input {
		width: 203px;
	}
	.comment .vcard .comment-text {
		padding-left: 0;
		padding-right: 0;
	}
}

.grecaptcha-badge {
    margin-bottom: 50px;
}

@media print {
	a[href]:after {
		content: "";
	}
	/*
	.l_footer {
		display: none;
	}
	*/
}
