body {
    margin: 0px;
    padding: 0px;
    font: bold 12px "europa", "Century Gothic", Futura, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ed1c24;
}

a {
    text-decoration: none;
    color: #00aef0;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}a:hover {
    color: #ed1c24;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 20px;
    font: 14px "chaparral-pro", Georgia, Times, serif;
    font: 14px Helvetica, Arial, sans-serif;
    text-transform: none;
}

#container {
    margin: 20px auto;
    margin-top: 0px;
    position: relative;
    padding-top: 126px;
}

#header_container {
    position: fixed;
    top: 0px;
    z-index: 100;
    border-top: 20px solid white;
}

#header {
    border: 4px solid #ed1c24;
    overflow: hidden;
    position: relative;
    margin-right: 79px;
    background: white;
}

#header h1 {
    margin: 0px;
    padding: 20px;
    font-size: 35px;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
}

#header a{
    color: #ed1c24;
}#header a:hover{
    color: #00aef0;
}

#header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
}

#header ul li{
    display: inline-block;
    
    height: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin-right: -9px;
}

#header ul li a{
    display: block;
    height: 100%;
    border-right: 4px solid #ed1c24;
    border-left: 4px solid #ed1c24;
    padding: 0px 10px;
    line-height: 75px;
}#header ul li a:hover{
    background: #ed1c24;
    color: white;
}

#header ul li.selected a{
	xbox-shadow: inset 0px -4px 0px white, inset 0px 4px 0px white, inset 0px -8px 0px #ed1c24, inset 0px 8px 0px #ed1c24;
	xbox-shadow: inset -4px 0px 0px white, inset 4px 0px 0px white, inset -8px 0px 0px #ed1c24, inset 8px 0px 0px #ed1c24;
	box-shadow: inset 0px -4px 0px #00aef0;
}

#header #facebook_link a {
	padding: 0px 35px;
}

#header #twitter_link a {
	padding: 0px 35px;
}

#logo {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 83px;
}

.divider {
    border: 4px solid #ed1c24;
    border-top: none;
    height: 20px;
    background: url(images/stripes.png) top left;
    background-size: 24px;
}

#main {
    border-left: 4px solid #ed1c24;
    border-right: 4px solid #ed1c24;
    overflow: hidden;
    position: relative;
    margin-top: -28px;
}

#home_buffer {
	height: 20px;
	background: url(images/stripes.png) top left;
    background-size: 24px;
    border-bottom: 4px solid #ed1c24;
    border-top: 4px solid #ed1c24;
}

.column {
    float: left;
    width: 20%;
    min-height: 300px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-right: 4px solid #ed1c24;
    border-left: 4px solid #ed1c24;
    xmargin-left: -4px;
    margin-right: -4px;
}

#about, #mobile_about {
    float: left;
    width: 60%;
    min-height: 100px;
    border-bottom: 4px solid #ed1c24;
    border-left: 4px solid #ed1c24;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

}

#about p, #mobile_about p{
    padding: 20px;
    margin: 0px;
    font: bold 25px "europa", "Century Gothic", Futura, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: justify;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
}

#about .divider, #mobile_about .divider {
    border: none;
    border-top: 4px solid #ed1c24;
}

#mobile_about {
	display: none;
}

.item .divider {
    border: none;
    border-bottom: 4px solid #ed1c24;
    border-top: 4px solid #ed1c24;
}

.item p {
    font: bold 16px "europa", "Century Gothic", Futura, Helvetica, sans-serif;
    text-transform: uppercase;
}

.item_contents {
    padding: 20px;
}

.tweet a .item_contents {
    background: #ed1c24;
    color: white;
    text-align: justify;
    padding-bottom: 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: 0.3s ease-in-out;
}

.tweet a:hover .item_contents {
	background: #00aef0;
}

.item_contents p {
	word-wrap: break-word;
}

.tweet .item_contents p{
    font-size: 18px;
}

.item_footer p{
    padding: 20px;
    margin: 0px;
}.item_footer p+p{
    padding-top: 0px;
    margin-top: -20px;
}

.item_footer {
	border-top: 4px solid #ed1c24;
}

.item_footer .date {
    color: #00aef0;
}

.item img {
	max-width: 100%;
}

.item h3 {
	font-size: 25px;
	margin: 50px 0px;
}

.item.photo .item_contents {
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.item.photo .item_contents p{
	padding: 20px;
	color: #ed1c24;
	border-top: 4px solid #ed1c24;
	-webkit-transition: 0.3s ease-in-out;
	margin-bottom: 0px;
	background: white;
}.item.photo a:hover .item_contents p{
	color: #00aef0;
}

.item_orig_image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: saturate(0);
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
}a:hover .item_orig_image {
    -webkit-filter: saturate(1);
    -webkit-transition: -webkit-filter 0s ease-in-out;
}

.item_image {
	-webkit-filter: saturate(2);
	-webkit-transition: opacity 3s ease-in-out;
	display: block;
}a:hover .item_image {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
}

.item.blog .item_contents p {
	font: 16px "chaparral-pro", Georgia, Times, serif;
	text-transform: none;
	line-height: 20px;
	text-align: justify;
}

.item.blog .item_contents h2 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.item.blog .item_contents h2 a {
	color: #ed1c24;
}.item.blog .item_contents h2 a:hover {
	color: #00aef0;
}

.item.music .item_contents {
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.item.music .item_contents .music_player {
	position: relative;
}

.item.music .play {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background: url(images/play.png) top left;
    background-size: 60px;
}

.item.music .item_contents iframe {
	max-width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
}.item.music a:hover .item_contents iframe {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
}

.item.music .item_contents p{
	padding: 20px;
	color: #ed1c24;
	border-top: 4px solid #ed1c24;
	margin-bottom: 0px;
	-webkit-transition: 0.3s ease-in-out;
}.item.music a:hover .item_contents p{
	color: #00aef0;
}

.item.checkin .item_contents {
	padding: 0px;
}

.item.checkin .item_contents img{
	display: block;
}

.item.checkin .item_contents p{
	padding: 20px;
	color: #ed1c24;
	border-top: 4px solid #ed1c24;
	margin-bottom: 0px;
	-webkit-transition: 0.3s ease-in-out;
}.item.checkin a:hover .item_contents p{
	color: #00aef0;
}

#footer {
	border-top: 4px solid #ed1c24;
	margin-top: -28px;
	z-index: 100;
	position: relative;
}

#footer_content {
    border: 4px solid #ed1c24;
    border-top: none;
    overflow: hidden;
    position: relative;
    height: 40px;
    xbackground: #ed1c24;
}

#footer_content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -5px;
}

#footer_content ul li{
    display: inline-block;
    
    height: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin-right: -8px;
}

#footer_content ul li a{
    display: block;
    height: 100%;
    border-right: 4px solid #ed1c24;
    border-left: 4px solid #ed1c24;
    padding: 0px 10px;
    line-height: 40px;
    color: #ed1c24;
    background: white;
}#footer_content ul li a:hover{
    background: #ed1c24;
    color: white;
}

#copyright {
    font-size: 15px;
    font-weight: bold;
    color: #ed1c24;
    top: 11px;
    right: 10px;
    position: absolute;
}

/* individual post */

#image_header {
    height: 740px;
    width: 100%;
    background-size: cover;
    background-position: center;
    xbackground-attachment: fixed;
    margin-top: -120px;
    position: relative;
    border-bottom: 4px solid #ed1c24;
}

#image_header_background {
    height: 740px;
    width: 100%;
    background-size: cover;
    background-position: center;
    xbackground-attachment: fixed;
    position: relative;
}

#post .item h2 {
	font-size: 100px;
	text-align: center;
	line-height: 100px;
    background-size: 24px;
    max-width: 650px;
    margin-left: auto;
	margin-right: auto;
	font-size: 60px;
	line-height: 60px;
	margin-top: 150px;
	border-bottom: 4px solid #ed1c24;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#post .item h2 a{
	color: #ed1c24;
	xcolor: white;
	xtext-shadow: 0px 4px 0px #ed1c24;
}#post .item h2 a:hover{
	color: #00aef0;
}


#post #header_date {
    max-width: 650px;
    margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#post #header_date p{
    text-align: center;
    font: 18px "chaparral-pro", Georgia, Times, serif;
    font-style: italic;
    text-transform: none;
}

#post #image_header h2{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0px;
    border-bottom: none;
    text-align: left;
    line-height: 0.9em;
}

#post #image_header h2 a{
	display: block;
	padding-right: 150px;
}

#image_header_title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: white;
}

#post #image_header_title h2{
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    border-bottom: none;
    text-align: left;
    line-height: 0.9em;
    margin-top: 20px;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-bottom: 20px;
}

#post #image_date {
    position: absolute;
    bottom: 60px;
    xwidth: 100%;
    bottom: 0px;
    right: 0px;
}

#post #image_date p{
	text-align: left;
}

#post .item .item_contents {
	
	padding: 0px;
	padding-top: 100px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
}	

#post .item p{
	text-align: left;
	
}

#post .item {
    border-right: 4px solid #ed1c24;
    border-left: 4px solid #ed1c24;
}

#post .item .item_contents p{
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 20px;
}

#post_page #post .item .item_contents p {
	color: black;
}

#post_page #post .item .item_contents #post_signup p{
	color: #ed1c24;
}

#post .item {
	border: none;
}


#post_page #footer {
	margin-top: 0px;
}

#post .item_footer{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

#post .item_footer p{
	padding-left: 0px;
}

#post_page #header_container {
	overflow: hidden;
}

#post_page #header_container #header {
	background: white;
	top: -200px;
	-webkit-transition: 0.3s ease-in-out;
	z-index: 5;
}

#post_page #header_container #header_divider {
	top: -200px;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
}

#post_page #header_container #logo {
	xright: 50%;
	xmargin-right: -41px;
	x-webkit-transition: 0.7s ease-in-out;
	z-index: 6;
	x-webkit-transition-delay: 0.3s; /* Safari */
}

#post_page #header_container:hover #header {
	top: 0px;
	-webkit-transition: 0.3s ease-in-out;
}

#post_page #header_container:hover #header_divider {
	top: 0px;
	-webkit-transition: 0.7s ease-in-out;
}

#post_page #header_container:hover #logo {
	x-webkit-transition: 0.3s ease-in-out;
	x-webkit-transition-delay: 0s; /* Safari */
}

#post_signup {
	border-top: 4px solid #ed1c24;
	margin-top: 150px;
	padding-top: 20px;
	text-align: center;
}

#post_signup p{
	font: bold 16px "europa", "Century Gothic", Futura, Helvetica, sans-serif !important;
	text-transform: uppercase;
	text-align: center !important;
}

.text_input {
	margin: 0;
	padding: 0;
	border: 4px solid #ed1c24;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px;
	font: italic 14px "chaparral-pro", Georgia, Times, serif;
	color: #ed1c24;
	line-height: 16px;
	display: inline-block;
	width:200px;
	height: 20px;
	vertical-align: top;
	-webkit-transition: 0.3s ease-in-out, background 0.3s ease-in-out;
}

.text_input:focus {
	border: 4px solid #00aef0;
	color: #00aef0;
	outline-color: transparent;
  outline-style: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ed1c24;
    -webkit-transition: 0.3s ease-in-out
}.text_input:focus::-webkit-input-placeholder { /* WebKit browsers */
    color: #00aef0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ed1c24;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ed1c24;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #ed1c24;
   -webkit-transition: 0.3s ease-in-out
}

.form_submit {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font: bold 16px "europa", "Century Gothic", Futura, Helvetica, sans-serif !important;
	background: #ed1c24;
	color: white;
	border: none;
	text-transform: uppercase;
	line-height: 16px;
	border: 4px solid #ed1c24;
	padding: 8px 10px;
	padding-bottom: 8px;
	display: inline-block;
	height: 48px;
	vertical-align: top;
	xmargin-left: -4px;
	cursor: pointer;
	-webkit-transition: background, border 0.3s ease-in-out, background 0.3s ease-in-out;
}

.form_submit:hover {
	background: #00aef0;
	border: 4px solid #00aef0;
}

.mc-field-group {
	margin: 0;
	padding: 0;
	margin-top: -10px;
}

.mail_label {
	display: none;
}

/* homepage signup */

.item.signup .item_contents{
	background:#ed1c24;
	position: relative;
	text-align: center;
	xmin-height: 210px;
	padding: 0px;
	overflow: hidden;
}

#signup_background img{
	xbackground: white;
	width: 100%;
	z-index: 1;
	margin-top: 3px;
}

.item.signup #mc_embed_signup {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
}

.item.signup #mc_embed_signup p{
	padding-top: 40px;
}

.item.signup .item_contents .text_input {
	width: 80% !important;
	border: none;
	border-bottom: 4px solid #ed1c24;
	text-align: center;
}

.item.signup .form_submit {
	margin-top: 10px;
	height: 38px;
	padding-top: 5px;
	border: none;
	color: #ed1c24;
	background: none;
	-webkit-transition: color 0.3s ease-in-out;
}

.item.signup .form_submit:hover {
	color: #00aef0;
}

.item.signup .item_footer {
	border-top: 0px;
}


#read_more {
	overflow: hidden;
	border-top: 4px solid #ed1c24;
	border-left: 4px solid #ed1c24;
}

#read_more .item_footer .divider{
	display: none;
}

#read_more_title {
	
	padding: 20px;
	margin: 0px;
	
}

#read_more #col_container {
	display: table;
}

#read_more #col_container .column{
	display: table-cell;
	float: none;
	border: none;
	border-right: 4px solid #ed1c24;
}

/* articles page */

#article_list {
    border-left: 4px solid #ed1c24;
    border-right: 4px solid #ed1c24;
    overflow: hidden;
}

#article_list .item {
    text-align: center;
    padding: 100px;
    border-bottom: 4px solid #ed1c24;
}

#article_list .item h2 {
    font-size: 40px;
    border-bottom: 4px solid #ed1c24;
    display: inline-block;
    max-width: 610px;
    margin: 0px auto;
	padding: 0px 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}#article_list .item h2 a{
    color: #ed1c24;
}#article_list .item h2 a:hover{
    color: #00aef0;
}

#article_list #header_date p{
    text-align: center;
    font: 18px "chaparral-pro", Georgia, Times, serif;
    font-style: italic;
    text-transform: none;
}

#article_list .excerpt {
	margin-top: 40px;
}

#article_list .excerpt p {
	font: 16px "chaparral-pro", Georgia, Times, serif;
	text-transform: none;
	line-height: 20px;
	max-width: 650px;
	margin: auto;
	margin-bottom: 20px;
}

#article_nav {
    height: 70px;
    position: relative;
}

#article_nav .older {
    display: block;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 32px;
    border-left: 4px solid #ed1c24;
    color: #ed1c24;
    font-size: 16px;
    padding-top: 10px;
    background: white;
}#article_nav .older:hover {
    background: #ed1c24;
    color: white;
}

#article_nav .newer {
    display: block;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 32px;
    border-right: 4px solid #ed1c24;
    color: #ed1c24;
    font-size: 16px;
    padding-top: 10px;
    background: white;
}#article_nav .newer:hover {
    background: #ed1c24;
    color: white;
}

/* photos */

#photos_container {
    xheight: 700px;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    margin-top: -120px;
    margin-bottom: 20px;
    background: url(images/stripes.png) top left;
    background-size: 24px;
}

#photos_container a {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#photos_container img {
    xheight: 300px;
    xwidth: auto;
}

#photo_list {
    height: 100%;
    width: 300%;
    overflow: hidden;
    position: relative;
    padding-right: 300px;
}

#more_photos {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 250px;
	height: 48px;
	margin-top: -24px;
}

#more_photos a{
	font-size: 20px;
	padding: 20px 20px;
	line-height: 0px;
	color: #ed1c24;
	border: 4px solid #ed1c24;
	background: white;
	height: auto;
	float: none;
	margin-right: -4px;
}#more_photos a:hover{
	background: #ed1c24;
	color: white;
}

#photos_container a .caption {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    bottom: -50px;
    left: 10px;
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    text-shadow: 0px 3px 0px rgba(0,0,0,0.2);
    opacity: 0;
}

#photos_container a:hover .caption {
     bottom: 10px;
     opacity: 1;
}

.number_list p{
	padding-left: 60px;
	position: relative;
}

.list_number {
	position: absolute;
	left: 0px;
	top: 50%;
	display: inline-block;
	background: #ed1c24;
	padding: 5px 0px;
	font: bold 20px "europa", "Century Gothic", Futura, Helvetica, sans-serif;
	color: white;
	text-align: center;
	width: 37px;
	margin-top: -20px;
	border-radius: 19px;
}

/* about */

#about_page .item h2 {
	margin-bottom: 50px;
}

#about_page .item_contents{
    max-width: 650px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	
} #about_page .item_contents p {
	font: 20px "chaparral-pro", Georgia, Times, serif;
    text-transform: none;
    line-height: 30px;
	margin-bottom: 30px;
	font-size: 20px;
}

/* table styles */

.info_table {
	margin: 50px 0px;
	font-size: 18px;
	border-collapse: collapse;
	width: 100%;
	xborder-top: 8px solid #ed1c24;
	border-bottom: 8px solid #ed1c24;
}

.info_table td {
	border-bottom: 4px solid #ed1c24;
}

.info_table .table_number {
	font-size: 25px;
	text-align: center;
	padding: 10px;
	width: 50px;
}

.table_title {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: -50px;
	background: #ed1c24;
	padding: 10px;
	color: white;
	margin-top: 50px;
}

/* search */

#search .item_contents{
	text-align: left !important;
}

#search .gs-title {
	text-decoration: none !important;
	font-size: 20px !important;
}

#search .gsc-table-result {
	font: 16px "chaparral-pro", Georgia, Times, serif !important;
	text-transform: none !important;
}

#search .gsc-webResult.gsc-result {
	border-bottom: 4px solid #ed1c24;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#search .gsc-table-result {
	margin-top: 20px;
}

/* responsive layout */

/* default */

#container, #header_container  {
	width: 1303px;
}

.column {
	width: 263px;
}

#header h1 {
    margin-left: 4px;
    font-size: 34px;
}

#header ul li a{ 
	padding: 0px 30px;
}

#col1 {
	border-left: none;
}

@media screen and (max-width: 1343px) {
	#container, #header_container  {
		width: 1043px;
	}
	
	.column {
		width: 211px;
	}
	
	#header h1 {
		font-size: 30px;
		margin-left: 14px;
	}
	
	#header ul li a{ 
		padding: 0px 10px;
	}
	
	#header #facebook_link a {
		padding: 0px 15px;
	}
	
	#header #twitter_link a {
		padding: 0px 15px;
	}
	
	.item.signup #mc_embed_signup p{
		padding-top: 25px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.item.signup .form_submit {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1083px) {
	#container, #header_container  {
		width: 983px;
	}
	
	.column {
		width: 199px;
	}
	
	#header h1 {
		font-size: 25px;
		margin-left: 9px;
	}
	
	.item.signup .form_submit {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1023px) {
	#container, #header_container  {
		width: 719px;
	}
	
	.column {
		width: 241px;
	}
	
	#header h1 {
		display: none;
	}
	
	#header {
		height: 75px;
	}
	
	#about {
		width: 100%;
		position: absolute;
		top: 28px;
		left: 0px;
		border-left: none;
	}
	
	#col1, #col2, #col3 {
		margin-top: 188px;
	}
	
	#col3 {
		border-right: 0px;
	}
	
	#header ul li a{ 
		padding: 0px 14px;
	}
	#header ul #blog_link a{ 
		padding: 0px 16px;
		padding-right: 17px;
		border-left: none;
	}
	#header ul #work_link a{ 
		padding: 0px 18px;
	}
	#header #facebook_link a {
		padding: 0px 19px;
	}
	
	#header #twitter_link a {
		padding: 0px 19px;
	}
	
	#col4, #col5 {
		display: none;
	}
	
	#read_more {
		border-right: 4px solid #ed1c24;
	}
	
	#read_more #col_container {
		display: block;
		margin-bottom: -28px;
	}
	
	#read_more #col_container .column{
		display: block;
		float: none;
		width: 100%;
		border: none;
		margin-top: 0px;
	}
	
	#read_more .item_footer .divider{
		display: block;
	}
	
	#copyright {
		display: none;
	}
	
	.item.signup #mc_embed_signup p{
		padding-top: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width: 740px) {
	#container, #header_container  {
		width: 100%;
	}
	
	#header, #footer, #footer_content, #read_more {
		margin: 0px 10px;
	}
	
	#header_container .divider {
		margin: 0px 10px;
	}
	
	#header_container #logo {
		right: 10px;
	}
	
	#main {
		margin: 0px 10px;
		margin-bottom: -28px;
		margin-top: -28px;
	}
	
	#post .item {
		margin: 0px 10px;
	}
	
	#post #image_header h2{
		xbottom: 30px;
		font-size: 40px;
		xline-height: 40px;
	}
	
	#post #image_header h2 a{
		margin: 0px 10px;
	}
	
	#post #image_date {
		bottom: 0px;
	}
	
	#post #image_date {
		
		bottom: 20px;
		max-width: 100%;
	}
	#post #image_date p {
		max-width: 100%;
		margin: 0px 10px;
	}
	
	.column {
		width: 100%;
		border: none;
	}
	
	#header h1 {
		display: none;
	}
	
	#header {
		height: 75px;
	}
	
	#about {
		display: none;
	}
	
	#mobile_about {
		display: block;
		float: none;
		width: 100%;
		border-left: none;
	}
	
	#col1, #col2, #col3 {
		margin-top: 0px;
	}
	
	#col3 {
		border-right: 0px;
	}
	
	#header ul {
		right: auto;
		left: 0px;
	}
	
	#header ul li a{ 
		padding: 0px 15px;
	}
	#header ul #blog_link a{ 
		padding: 0px 15px;
		border-left: none;
	}
	
	
	#header ul #twitter_link, #header ul #facebook_link{
		display: none;
	}
	
	#col1, #col2, #col3, #col4, #col5 {
		display: block;
		float: none;
	}
	
	.column .item img {
		width: 100%;
	}
	
	.column .item.music .item_contents iframe {
		width: 100%;
	}
	
	#article_list {
		margin: 0px 10px;
	}
	
	#article_nav {
		overflow: hidden;
		height: 42px;
	}
	
	#article_list .item{
		padding: 50px;
	}
	
	#signup_background img{
		display: none;	
	}
	
	.item.signup .item_contents{
		background: white;
	}
	
	.item.signup .item_footer {
		border-top: none;
	}
}

@media screen and (max-width: 515px) {
	#header ul li a{ 
		padding: 0px 5px !important;
		font-size: 14px;
	}
}

@media screen and (max-width: 390px) {
	#header ul li a{ 
		padding: 0px 5px !important;
		font-size: 14px;
	}
	#header ul #photos_link{
		display: none;
	}
}

/* article styling */

.footnote {
    border-top: 4px solid #ed1c24;
    margin-top: 40px;
    width: 60%;
    font-size: 0.8em;
    padding-top: 20px;
}

.footnote p {
    font-size: 12px;
    opacity: 0.6;
}

.videoembed object, .videoembed embed, .videoembed iframe, blockquote object, blockquote embed{
   width: 100%;
}

.videoembed {
	padding: 20px;
	border: 4px solid #ed1c24;
}

.float_right {
    float: right;
    margin-left: 20px;
    margin-right: -50px;
}

.float_left {
    float: left;
    margin-right: 20px;
    margin-left: -50px;
}

.inline_photo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.centre {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote {
	border-left: 4px solid #ed1c24;
	padding-left: 20px;
	margin: 0px;
	margin-left: 20px;
}

blockquote p {
	font-style: italic !important;
}

.article_divider {
	text-align: center !important;
	margin: 100px 0px !important;
	margin-bottom: 100px !important;
}

.item.blog .item_contents ul {
	margin: 0px;
	padding: 0px;
	color: black;
	line-height: 30px;
	font-size: 20px;
	font: 20px "chaparral-pro", Georgia, Times, serif;
	text-transform: none;
}

.item.blog .item_contents ul li {
	margin-bottom: 30px;
	margin-left: 20px;
	font-style: italic;
}