/* ZA */
body {
	background-position: top left;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h2.section {
	color: #fff;
}

.post {
	border-bottom: none;
}

a {
	border: none !important;
	color:#6CF;
	text-decoration: underline;
}
a:hover, a:active {
	border: none !important;
	color: #39F;
	text-decoration: none;
}

li.widget {
	color:#ccc;
}

li.widget a {
	color: #6CF;
}

li.widget .wrap{
	background: #000; background: rgba(0,0,0,0.4); 
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(128,128,128,0.4)), to(rgba(0,0,0,0.4))); /* for webkit browsers */
	background: -moz-linear-gradient(top,  rgba(128,128,128,0.4),  rgba(0,0,0,0.4)); /* for firefox 3.6+ */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000');
}

small {
	color: #999;
	font-size: 0.8em;
}

div#footer li {
	font-size: 0.8em;
	color: #999;
	line-height: normal;
}

#za_script-3 .post {
	background: #fff;
	padding: 15px 0 0 15px;
}


/* follow buttons */
.followflickr {
	color: #fff !important;
	border: solid 1px #b73948;
	background: #FF1183;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff51a4), to(#FF1183));
	background: -moz-linear-gradient(top,  #ff51a4,  #FF1183);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a4', endColorstr='#FF1183');
}
.followflickr:hover {
	color: #fff;
	background: #0061D8;
	background: -webkit-gradient(linear, left top, left bottom, from(#4699ff), to(#0061D8));
	background: -moz-linear-gradient(top,  #4699ff,  #0061D8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4699ff', endColorstr='#0061D8');
}
.followflickr:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF1183), to(#ff51a4));
	background: -moz-linear-gradient(top,  #FF1183,  #ff51a4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1183', endColorstr='#ff51a4');
}

.followblog {
	color: #fff !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.followblog:hover {
	color: #fff;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.followblog:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.followlastfm {
	color: #fff !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.followlastfm:hover {
	color: #fff;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.followlastfm:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.followdelicious {
	color: #fff !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.followdelicious:hover {
	color: #fff;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.followdelicious:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.followbehance {
	color: #fff !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.followbehance:hover {
	color: #fff;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.followbehance:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}