/******************************* 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);
}
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:16px;
	line-height:22px;
	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;
	-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;
}
a:hover { 
	color:#000;
	text-decoration:underline;
}

/* Blocks */
.container {
    background-color:#fff;
    text-align:left;
}
section {
    padding:20px;
    position:relative;
    border-bottom:1px solid #ddd;
}
header {
    border-bottom:1px solid #ccc;
    background-color:#eee;
    position:relative;
    background:url(../img/art/gradient-x-bottom2.png) repeat-x 50% 100%;
}
header .intro {
    padding:20px;
}
header .top {
    background:#333 url(../img/art/gradient-x-bottom.png) repeat-x center bottom;
}
header .top #logo {
    display:block;
    height:85px;
    width:75px;
    background:url(../img/art/logo-tzzz-small.png) no-repeat 0 0;
    display:none;
}
header .top .title {
    font:normal 18px/22px Cambria, Georgia, Times, 'Times New Roman', serif;
    color:#ccc;
    display:block;
    padding:20px 10px;
    text-shadow:0 1px 0 rgba(0,0,0,1);
    text-align:center;
    
}
header .top .title .presents { color:#999;}


footer {
    padding:20px;
    background:url(../img/art/gradient-x-bottom2.png) repeat-x center bottom;
}
footer p {
    font-size:11px;
    line-height:18px;
    color:#888;
}
footer p a {
    color:#555;
}
footer h4 { display:none;}

/* Columns */
.column {  
    margin-bottom:10px;
    padding:19px;
    border:1px solid #ccc;
    background-color:#f5f5f5;
    -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 h3 { margin-bottom:10px;}
.column p { font-size:12px; line-height:18px; margin-bottom:0;}

/* Stuff */
img.tzzz-timeline {
    float:right;
    margin:0 -20px 10px 20px;
}
img.new-tweet {
    float:none;
    display:block;
    text-align:center;
    margin:0 auto 10px auto;
}
p.abouttwitter {
    padding-bottom:50px;
    background:url(../img/art/logo-twitter.png) no-repeat 50% 100%;
}

.partners { margin-top:20px;}

/*	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 ;) */