* {
	margin: 0;
	padding: 0;
}

/* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
    display: block;  
}

.vcard .photo {
	display: none;
}

header li, footer li {
	display: inline;
	font-size: 30px;
}

.small {
	font-size: 12px;
}
img {
	border: none;
}
a {
	color: #FF2894;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #000;
}
body {
	font-family: MyHelvetica, sans-serif;
	font-size: 12px;
}
@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue"), local("HelveticaNeue"), url(/assets/fonts/MgOpenModernaRegular.ttf);
}
@font-face {
	font-family: MyHelveticaL;
	src: local("Helvetica Neue"), local("HelveticaNeue"), url(/assets/fonts/MgOpenModernaRegular.ttf);
	font-weight: 300
}
@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), url(/assets/fonts/MgOpenModernaBold.ttf);
	font-weight: bold;
}


body {
	min-height: 200px;
}
body img {
	margin-bottom: 20px;
}
body li {

	margin-left: 20px;
}
body ol li {
	list-style-image: url('/assets/images/link-to-file.png');
	margin-left: 20px;
}

h1, h2{
	width: 100%;
	color: #FF2894;
	font-family: MyHelvetica, sans-serif;
	font-weight: bold;
	font-size:72px;
	letter-spacing: -4px;
	text-transform: lowercase;
	border-bottom: 1px solid rgb(128,128,128);
	line-height: 82px;
	margin-bottom: 26px;
	margin-top: 31px;
	clear: both;
}

h1 {
	line-height: 70px;
	padding-bottom: 6px;
}


#cse-search-results {
	margin-top: 20px;
}
#cse-search-results iframe {
	margin-top: 20px;
	max-height: 880px;
}

.number {
	color: rgb(26,26,26);
}

h2 {
/*	margin-top: 61px;*/
	line-height: 60px;
	padding-top: 52px;
	font-size: 36px;
	letter-spacing: -1px;
	margin-top: 0;
}

h2.span-3 {
	padding-top: 20px;
}

.dateTime {
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
}

h3 {
	/*		font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
	font-family: MyHelvetica, sans-serif;
	font-weight: light;
	font-weight: 300;
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 35px;
	clear: both;
	margin-bottom: 26px;
}

#content, header, footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	/*		background: rgba(255,0,0,.2);*/
}

#content p {
	font: 16px;

}

#content blockquote {

	background-color: #EDEDED;
}

#gallery {
	text-align: justify;


}

#gallery * {
	margin: 0;
	padding: 0;
}

#gallery a {
	display: inline-block;
	
}
#gallery img {
	padding: 5px;
	border: 1px solid hsl(0,0%,0%);
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align:text-top;
	height: 55px;
}

#gallery a:hover {
	background: transparent;
}


#meat {

/*	-moz-column-count: 2;
	-moz-column-gap: 1em;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
*/	margin-bottom: 1em;
		font-size: 16px;
}

body p, body table, body ul, body ol, body dl{
	word-wrap: break-word; 
	/*	text-align: justify;*/
	padding-bottom: 1em;
}

body .block {
	width: 955px;
	margin: 0;
	padding: 0;
	clear: both;
}

.span-1 {		
	float: left;
	width: 305px;
	margin-right: 20px;
}
.span-2 {
	float: left;
	width: 630px;
	margin-right: 20px;
}
.span-3 {
	float: left;
	width: 955px;
}

.last {
	margin-right: 0px;
}
.clear {
	height: 0;
	clear: both;
}

body em, body strong {
	font-style: normal;
	font-weight: bold;
}

body table {
	text-align: center;
}
body table th{
	border-bottom: 1px solid #999;
	font-weight: bold;
}
footer * {
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

footer nav {

	margin-top: 16px;
	margin-bottom: 20px;
}

footer li {
	margin-left: 0px;
	margin-right: 20px;
}

footer p {
	margin: 0;
	padding-bottom: 5px;
}


#fancybox-inner img, #fancybox-outer {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
}