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, font, 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,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

* {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img,
audio,
video,
embed {
	border: 0;
	vertical-align: bottom; /* because of the 'mysterious' 3px bottom-margin */
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	width: 100%;
	height: 100%;
}

body, input, textarea, select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

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


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
 
.grid-row:after {
	content: "";
	display: block;
	clear: both;	
}

.grid-1, 
.grid-2, 
.grid-3, 
.grid-4, 
.grid-5, 
.grid-6, 
.grid-7, 
.grid-8, 
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
	display:inline-block;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.grid-container {
	float: left;
}

.grid-1 {
	width: 60px;
}

.grid-2 {
	width: 140px;
}

.grid-3 {
	width: 220px;
}

.grid-4 {
	width: 300px;
}

.grid-5 {
	width: 380px;
}

.grid-6 {
	width: 460px;
}

.grid-7 {
	width: 540px;
}

.grid-8 {
	width: 620px;
}

.grid-9 {
	width: 700px;
}

.grid-10 {
	width: 780px;
}

.grid-11 {
	width: 860px;
}

.grid-12 {
	width: 940px;
}


.grid-inlay {
	margin: 15px;
}

.grid-inlay-wide {
	margin: 0 15px;
}

.grid-row .grid-1:first-child {
	margin-left: 0;
	width: 70px;
}
.grid-row .grid-2:first-child {
	margin-left: 0;
	width: 150px;
}
.grid-row .grid-3:first-child {
	margin-left: 0;
	width: 230px;
}
.grid-row .grid-4:first-child {
	margin-left: 0;
	width: 310px;
}
.grid-row .grid-5:first-child {
	margin-left: 0;
	width: 390px;
}
.grid-row .grid-6:first-child {
	margin-left: 0;
	width: 470px;
}
.grid-row .grid-7:first-child {
	margin-left: 0;
	width: 550px;
}
.grid-row .grid-8:first-child {
	margin-left: 0;
	width: 630px;
}
.grid-row .grid-9:first-child {
	margin-left: 0;
	width: 710px;
}
.grid-row .grid-10:first-child {
	margin-left: 0;
	width: 790px;
}
.grid-row .grid-11:first-child {
	margin-left: 0;
	width: 870px;
}
.grid-row .grid-12:first-child {
	margin-left: 0;
	width: 950px;
}



.grid-row .grid-1:last-child {
	margin-right: 0;
	width: 70px;
}
.grid-row .grid-2:last-child {
	margin-right: 0;
	width: 150px;
}
.grid-row .grid-3:last-child {
	margin-right: 0;
	width: 230px;
}
.grid-row .grid-4:last-child {
	margin-right: 0;
	width: 310px;
}
.grid-row .grid-5:last-child {
	margin-right: 0;
	width: 390px;
}
.grid-row .grid-6:last-child {
	margin-right: 0;
	width: 470px;
}
.grid-row .grid-7:last-child {
	margin-right: 0;
	width: 550px;
}
.grid-row .grid-8:last-child {
	margin-right: 0;
	width: 630px;
}
.grid-row .grid-9:last-child {
	margin-right: 0;
	width: 710px;
}
.grid-row .grid-10:last-child {
	margin-right: 0;
	width: 790px;
}
.grid-row .grid-11:last-child {
	margin-right: 0;
	width: 870px;
}
.grid-row .grid-12:last-child {
	margin-right: 0;
	width: 950px;
}
 

/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.prefix-1 {
	padding-left:110px;
}

.prefix-2 {
	padding-left:220px;
}

.prefix-3 {
	padding-left:330px;
}

.prefix-4 {
	padding-left:440px;
}

.prefix-5 {
	padding-left:550px;
}

.prefix-6 {
	padding-left:660px;
}

.prefix-7 {
	padding-left:770px;
}

.prefix-8 {
	padding-left:880px;
}

.prefix-9 {
	padding-left:990px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.suffix-1 {
	padding-right:110px;
}

.suffix-2 {
	padding-right:220px;
}

.suffix-3 {
	padding-right:330px;
}

.suffix-4 {
	padding-right:440px;
}

.suffix-5 {
	padding-right:550px;
}

.suffix-6 {
	padding-right:660px;
}

.suffix-7 {
	padding-right:770px;
}

.suffix-8 {
	padding-right:880px;
}

.suffix-9 {
	padding-right:990px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.push-1 {
	left:110px;
}

.push-2 {
	left:220px;
}

.push-3 {
	left:330px;
}

.push-4 {
	left:440px;
}

.push-5 {
	left:550px;
}

.push-6 {
	left:660px;
}

.push-7 {
	left:770px;
}

.push-8 {
	left:880px;
}

.push-9 {
	left:990px;
}





/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.pull-1 {
	right:110px;
}

.pull-2 {
	right:220px;
}

.pull-3 {
	right:330px;
}

.pull-4 {
	right:440px;
}

.pull-5 {
	right:550px;
}

.pull-6 {
	right:660px;
}

.pull-7 {
	right:770px;
}

.pull-8 {
	right:880px;
}

.pull-9 {
	right:990px;
}

.grid-1 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-1.png) no-repeat center -1px;
}
.grid-2 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-2.png) no-repeat center -1px;
}
.grid-3 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-3.png) no-repeat center -1px;
}
.grid-4 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-4.png) no-repeat center -1px;
}
.grid-5 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-5.png) no-repeat center -1px;
}
.grid-6 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-6.png) no-repeat center -1px;
}
.grid-7 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-7.png) no-repeat center -1px;
}
.grid-8 .block .content.seperator {
	background: url(http://static.mobypicture.com/layout/mobypicture/bg-block-seperator-8.png) no-repeat center -1px;
}