/**
 * CSS for Digific
 * @author: Andy Thomas (email@digific.com)
 * @date:   26/06/2010
 */


/** RESET **/
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 {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
border:0;
outline:0;
background:transparent;
}
	
ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;
}

:focus {
outline: 0;
}

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

textarea {
resize:none;
}

/** MAIN **/

body {
background-color:#fff;
color:#adadb0;
font-family:verdana,sans-serif;
font-size:62.5%;
min-height:42em;
}

a {
color:#7f9dac;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h2 {
display:none;
}

#digific {
height:42em;
margin:-21em auto 21em auto;
min-height:42em;
min-width:75em;
overflow-x:auto;
overflow-y:hidden;
position:absolute;
top:50%;
width:100%;
}

.page {
display:block;
height:40.8em;
margin:0 auto;
min-width:75em;
overflow-x:hidden;
overflow-y:auto;
position:relative;
width:75em;
}

/** LOGO **/

h1 {
background:url(/img/logo.png) 0 0 no-repeat;
height:15.8em;
left:0%;
margin:-7.3em -3.8em 7.3em 3.8em;
overflow:hidden;
position:absolute;
text-indent:-9999em;
top:50%;
width:33.8em;
}

/** HOME **/

#default h1 {
left:50%;
margin:-7.3em 16.9em 7.3em -16.9em;
}

#default #coming-soon {
background:url(/img/coming-soon.png);
height:7.3em;
left:0%;
margin:4.4em -6.2em -4.4em 6.2em;
overflow:hidden;
position:absolute;
text-indent:-9999em;
top:0%;
width:14.2em;
}

/** ERROR **/

#error #error-info {
height:14em;
left:50%;
margin:-5.2em -5em 5.2em 5em;
overflow:hidden;
position:absolute;
text-align:center;
top:50%;
width:31.8em;
}

#error #error-info h2 {
display:block;
font-size:8.5em;
}

/** FOOTER **/

#ftr {
bottom:0em;
font-size:1em;
font-weight:700;
height:1.2em;
margin:0 auto;
padding:0 .5em 0 0;
position:relative;
text-align:right;
text-transform:lowercase;
white-space:nowrap;
width:74.5em;
}

#ftr li {
display:inline;
border-left:.1em solid #adadb0;
margin:0 -.3em 0 0;
padding:0 .5em;
}

#ftr li:first-child {
border-left:0;
}

#ftr a:hover {
text-decoration:none;
border-bottom:.1em solid #f2f7f8;
}