/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* = Main styles = */

h1, h2, h3 {font-weight: bold; letter-spacing: -.06em;}
h1 {font-size: 60px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}

/*body { background: url(bg.png) no-repeat top center; font-family: 'Crimson Text', Georgia, Times, serif; }*/
body { background: url(bg.png) no-repeat top center; font-family: Verdana, Helvetica, sans-serif; }
.main { margin: 100px auto; width: 990px; border-top: 1px solid #fff;}
.inner-top { margin: 20px 20px 0 400px; height: 350px; position: relative; }
    .inner-top h1, .inner-top h2 {text-shadow: 0 0 1px #fff;}
    .inner-top h1 { padding-top: 30px; color: #fff; font-size: 60px; font-weight: bold; }
    .inner-top h2 { padding-top: 10px; color: #fff; font-size: 32px; font-weight: bold; }
    .inner-top .bottom-right {position: absolute; bottom: 30px; right: 30px; transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -o-transform:rotate(-2deg);}
    
.inner-bottom { margin: 40px 0; color: #4c4c4c; font-size: 14px;}
    .inner-bottom .column { width: 483px; background: #fff; border: 1px solid #efefef; }
        .inner-bottom .column div {margin: 20px; height: 200px;}
    .inner-bottom .alignleft { float: left; }
    .inner-bottom .alignright { float: right;}
    .inner-bottom ul { margin: 18px 0 0 20px; list-style: disc; }
    .inner-bottom ul li { margin: 8px 0 0 0; }
    .inner-bottom form { margin: 18px 0 0 0; }
        .inner-bottom form dt {float: left; clear: left; margin: 2px 0 8px 0; }
        .inner-bottom form dd {margin: 0 0 8px 100px;}
        .inner-bottom form .text { width: 330px; border: 1px solid #888; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 6px; font-family: Verdana, Helvetica, sans-serif; }
        .inner-bottom form input#submit {margin: 0 0 8px 0px; float: right;}
    .inner-bottom h1, .inner-bottom h2 {text-shadow: 1px 1px 2px #aaa;}

.clear {clear: both;}

.ruszamy-za {color: #3789c6; margin-bottom: 10px; font-size: 20px;}


#countdown_dashboard {
	height: 76px;
    width: 400px;
    border: 1px solid #37296D;
}

.dash {
    float: left;
	width: 60px;
	height: 56px;
	position: relative;
	color: #3789c6;
    margin: 0 20px;
}

.weeks_dash {
}

.days_dash {
}

.hours_dash {
}

.minutes_dash {
}

.seconds_dash {
}

.dash .digit {
	font-size: 44px;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: center;
	position: relative;
}

.dash_title {
	font-size: 11px;
    display: block;
    margin: 8px 20px 0 0;

}