/*Style Name: base
Version		: 0.33
Modified on	: 120123_1208
Author		: Jefferson Soczek
Author Site	: http://w1zard.com
Description : Style sheet created to avoid redudant code, reducing the size of the theme's style sheets.
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

****** boxes *******************************************************************************************/
.alert {
background:#fff6bf url('images/alert.png') no-repeat 15px 50%;
text-align:left;
border:1px solid #ffd324;
color:#000;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px 20px 5px 45px;
}

.blizz {
background:#333 url('images/blizz.gif') no-repeat 15px 50%;
text-align:left;
border:1px solid #3CAEE2;
color:#33A7FF;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px 20px 5px 45px;
}

.info {
background:#A1D3EB url('images/info.png') no-repeat 15px 50%;
text-align:left;
border:1px solid #3CAEE2;
color:#000;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px 20px 5px 45px;
}

.download {
background:#A9EE8D url('images/download.png') no-repeat 15px 50%;
text-align:left;
border:1px solid #44C411;
color:#000;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px 20px 5px 45px;
}

.zip {
background:#A9EE8D url('images/zip.png') no-repeat 15px 50%;
text-align:left;
border:1px solid #44C411;
color:#000;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px 20px 5px 45px;
}

.alert a,.alert a:visited,.info a,.info a:visited,.download a,.download a:visited,.zip a,.zip a:visited {
text-decoration:none;
font-weight:700;
color:#000;
}

.alert a:hover,.info a:hover,.download a:hover,.zip a:hover {
text-decoration:underline;
font-weight:700;
color:#000;
}

/******* something like a bad innerself and other people talking shit **********************************************/
.speech-myself {
background:url('images/author.png') left center no-repeat;
padding:2px 0 2px 20px;
}

.speech-evil {
background:url('images/speech_evil.png') left center no-repeat;
color:#c00;
padding:2px 0 2px 20px;
}

.speech-boy {
background:url('images/speech_boy.png') left center no-repeat;
color:#00f;
padding:2px 0 2px 20px;
}

.speech-girl {
background:url('images/speech_girl.png') left center no-repeat;
color:#f0f;
padding:2px 0 2px 20px;
}

.speech-green {
background:url('images/speech_green.png') left center no-repeat;
color:#44C411;
padding:2px 0 2px 20px;
}

/******* what am i listening? *******************************************************************************/
.music {
background:url('images/music.png') left center no-repeat;
font-weight:700;
padding:2px 0 2px 20px;
}

.music-mute {
background:url('images/mute.png') left center no-repeat;
font-weight:700;
padding:2px 0 2px 20px;
}

/******* blog value ****************************************************************************************/
.blog-value {
text-align:center;
background:url('images/money.png') left center no-repeat;
padding:2px 0 2px 20px;
}

/******* terminal *****************************************************************************************/
#terminal {
border:1px solid;
-moz-border-radius:10px;
background:#000;
padding:1em;
}

#terminal .command {
color:#80ff80;
}

#terminal .text {
color:#0f0;
}

#terminal .cursor {
text-decoration:blink;
}

/******* flickr *******************************************************************************************/
.flickr img {
	margin: 2px 10px 2px 10px;
	border:solid medium #000;}
	
.flickr img:hover {
	border:solid medium #e8a902;}
