/*
---------------------------------------------------
Design: 	Blagonic Brothers
XHTML/CSS:	Lucijan Blagonić
---------------------------------------------------
*/

/******************************* CSS RESET - MEYERWEB.COM *******************************/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/******************************* BASE CSS *******************************/
/* 	Common elements
	Commonly used elements on the site. Srsly.
*/
.clear { clear:both }
.left { text-align:left } .center { text-align:center } .right { text-align:right }
.alignleft { float:left } .aligncenter { margin:0 auto } .alignright { float:right }
img.alignleft, table.alignleft { margin:0 20px 10px 0 } img.alignright, table.alignright { margin: 5px 0 5px 10px }
img.aligncenter { display:block; margin: 10px auto }
.noborder { border:none; padding:0 }
.nomargin { margin:0 }
.banner { border:none; padding:0; margin-bottom:10px }
.hidden { display:none }
strong { font-weight:bold; color:#444; }
.spacer { clear:both; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #dcdcdc }
p.spacer { clear:none }

/* 	Styling the Body tag */
body {
	font-size:62.5%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color:#444;
	text-align:center;
	background:#292929;
}
header, footer, section, article, aside { display:block; }

/* 	Main tags */
h1, h2, h3, h4, h5, h6, p, table { margin-bottom:15px }
h1 {
	font:normal 28px/32px Cambria, Georgia, Times, 'Times New Roman', serif;
	color:#444;
	text-shadow:0 1px 0 rgba(255,255,255,1);
	padding-left:40px;
	background:url(../img/art/icon-twitter.png) no-repeat 0 50%;
}
h2 {
	font:normal 24px/28px Cambria, Georgia, Times, 'Times New Roman', serif;
	color:#444;
}
h3 {
	font:normal 18px/22px Cambria, Georgia, Times, 'Times New Roman', serif;
	color:#444;
}
h4 {
	font:normal 16px/20px Cambria, Georgia, Times, 'Times New Roman', serif;
	color:#444;
}

p, .view li, .column li, .view td, .view th {
	font-size:14px;
	line-height:20px;
	color:#666;
}
header p { 
	font-size:20px;
	line-height:28px;
	color:#444;
	text-shadow:0 1px 0 rgba(255,255,255,1);
	
}
.view ul {
	list-style:disc inside;
}
.view ul ul { margin-left:25px; }
.view ul.widget, .view ul.widget ul { list-style:none; }
.view ol {
	margin-left:25px;
	list-style:decimal;
}
.view ol ol { list-style:lower-latin }
.view ul ul, .view ol ol { margin-bottom:0 }
.view li li { font-size:1em }

blockquote {
	font:italic 12px/16px 'Helvetica Neue', Arial, sans-serif;
	color:#888;
	margin-bottom:10px;
	padding:0 20px;
}
em { font-style:italic;}
span.hashtag {
    color:#7e750f;
    background-color:#fff8a3;
    text-shadow:0 1px 0 rgba(255,255,255,.5);   
}
p span.hashtag {
    background-color:#fffde7;
    color:#60590b;
}
span.highlight {
    background-color:#e8f6dc;
    color:#202b17;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
}

/*	Links */
a {
	color:#ba131a;
	text-decoration:none;
}
a:hover { 
	color:#000;
	text-decoration:underline;
}
a, .container, .column {
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* Blocks */
.container {
    width:940px;
    background-color:#fff;
    margin:160px auto 50px auto;
    text-align:left;
    -moz-box-shadow:0px 5px 20px #000;
    -webkit-box-shadow:0px 5px 20px #000;
    box-shadow:0px 5px 20px #000;
}
section {
    padding:40px 310px 40px 50px;
    position:relative;
    border-bottom:1px solid #ddd;
    position:relative;
}
section.participate {
    padding:40px 50px 40px 310px;
}
section.thanks { padding-right:50px }
header {
    border-bottom:1px solid #ccc;
    background-color:#eee;
    position:relative;
    
    -moz-box-shadow:inset 0px 0px 50px rgba(0,0,0,.2);
    -webkit-box-shadow:inset 0px 0px 50px rgba(0,0,0,.2);
    box-shadow:inset 0px 0px 50px rgba(0,0,0,.2);
}
header .intro { padding:40px 310px 40px 50px; }
footer {
    padding:20px 50px;
    background:url(../img/art/gradient-x-bottom2.png) repeat-x center bottom;
    position:relative;
}
footer h4 { display:none;}
footer p {
    font-size:11px;
    line-height:16px;
    color:#888;
    margin-bottom:0;
}
footer p a {
    color:#555;
}
footer .html5 {
    height:32px;
    padding-right:85px;
    display:block;
    position:absolute;
    right:50px;
    top:30px;
    background:url(../img/art/html5-badge.png) no-repeat 100% 50%;
    font-size:11px;
    color:#aaa;
    line-height:32px;
}

/* Header */
header .top {
    background:#333 url(../img/art/gradient-x-bottom.png) repeat-x center bottom;
    height:100px;
    position:relative;
}
header .top #logo {
    display:block;
    height:375px;
    width:425px;
    background:url(../img/art/logo-tzzz.png) no-repeat 0 0;
    position:absolute;
    top:-125px;
    right:-50px;
}
header .top .title {
    font:normal 18px/22px Cambria, Georgia, Times, 'Times New Roman', serif;
    color:#ccc;
    display:block;
    padding:40px 50px;
    text-shadow:0 1px 0 rgba(0,0,0,1);
}
header .top .title .presents { color:#999;}
.share {
    position:absolute;
    bottom:50px;
    /*left:680px;*/
    right:50px;
}

/* About */
img.tzzz-timeline {
    float:right;
    position:relative;
    margin-top:-40px;
    margin-right:-310px;
}
img.new-tweet {
    float:left;
    position:relative;
    margin-top:-45px;
    margin-left:-325px;
}
p.abouttwitter {
    padding-bottom:50px;
    background:url(../img/art/logo-twitter.png) no-repeat 0 100%;
}

/* Partners */
.partners {
    margin-top:60px;
    
}

/* Columns */
.column { 
    width:260px; 
    float:left; 
    margin-left:30px; 
    padding:19px;
    width:220px;
    border:1px solid #e5e5e5;
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,.05);
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.05);
    box-shadow:0px 0px 10px rgba(0,0,0,.05);
}
.column.first { margin-left:0 }
.column h3 { margin-bottom:10px;}
.column p { font-size:12px; line-height:18px; margin-bottom:0;}

/*	Fixevi */

.clearfix:before, .clearfix:after, .container:before, .container:after, .widget li:before, .widget li:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after, .container:after, .widget li:after { clear: both; }
.clearfix, .container { zoom: 1; }

/*	The end ;) */