/* doole.in.rs Style */
@import url(style3.css);

body {
	margin: 0;
	padding: 0;
	background-color: #b8b8b8;
	background-image: url('../images/fancybg.jpg');
	background-repeat: repeat;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}

a span {
	display: none;
}

a:hover span {
	display: inline;
}

#wrap {
	margin: 3em auto;
	width: 33em;
}

.spacer {
	font-size: 3em !important;
	font-family: 'Covered By Your Grace', 'Lucida Grande', Arial, sans-serif;
	color: #ffd700;
	text-align: left;
	clear: both;
	padding-left: 0;
	margin-top: 1em;
	margin-right: 1ex;
	letter-spacing: 2px;
	text-shadow: 0 1px 1px #333;
}

.header-box {
	clear: both;
	padding: 0.2em 0;
	/*font-family: Georgia, "Times New Roman", serif;*/
	/*font-size: 2em;*/
	text-align: right;
	
}

.header-box span {
	color: #fff;
	font: 4em/20px 'RabioheadRegular', 'Lucida Grande', Arial, sans-serif;
	text-shadow: 0 2px 1px #333;
}

.header-box a img {
	border: 0;
}

.right-box a {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 0 1px 1px #333;
}

.right-box {
	border-bottom: 1px dotted #ddd;
}

.left-box,
.right-box {
	width: 100%;
	float: left;
	padding: 10px;
	margin: 0 1px;
/*	border: 5px solid #222; */
	color: #555;
}

.left-box a:hover,
.right-box a:hover,
.footer-box a:hover {
	color: #ddd;
	text-decoration: underline;
	
}

a.button {
	width: 32px;
	height: 32px;
	display: inline-block;
	/*float: left;*/
	margin-right: 5px;
}

a.gplus {
	background: transparent url(/images/googleplus.png) no-repeat 0 0;
}

a.gplus:hover {
	background: transparent url(/images/googleplus.png) no-repeat 0 -32px;
}

a.facebook {
	background: transparent url(/images/facebook.png) no-repeat 0 0;
}

a.facebook:hover {
	background: transparent url(/images/facebook.png) no-repeat 0 -32px;
}

a.twitter {
	background: transparent url(/images/twitter.png) no-repeat 0 0;
}

a.twitter:hover {
	background: transparent url(/images/twitter.png) no-repeat 0 -32px;
}

a.lastfm {
	background: transparent url(/images/lastfm.png) no-repeat 0 0;
}

a.lastfm:hover {
	background: transparent url(/images/lastfm.png) no-repeat 0 -32px;
}

a.linkedin {
	background: transparent url(/images/linkedin.png) no-repeat 0 0;
}

a.linkedin:hover {
	background: transparent url(/images/linkedin.png) no-repeat 0 -32px;
}

a.delicious {
	background: transparent url(/images/delicious.png) no-repeat 0 0;
}

a.delicious:hover {
	background: transparent url(/images/delicious.png) no-repeat 0 -32px;
}

a.blogger {
	background: transparent url(/images/blogger.png) no-repeat 0 0;
}

a.blogger:hover {
	background: transparent url(/images/blogger.png) no-repeat 0 -32px;
}

a.tumblr {
	background: transparent url(/images/tumblr.png) no-repeat 0 0;
}

a.tumblr:hover {
	background: transparent url(/images/tumblr.png) no-repeat 0 -32px;
}

a.youtube {
	background: transparent url(/images/youtube.png) no-repeat 0 0;
}

a.youtube:hover {
	background: transparent url(/images/youtube.png) no-repeat 0 -32px;
}

a.wp {
	background: transparent url(/images/wordpress.png) no-repeat 0 0;
}

a.wp:hover {
	background: transparent url(/images/wordpress.png) no-repeat 0 -32px;
}

.footer-box {
	clear: left;
	padding: 10px;
}

.footer-box span.meta {
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

.promo-box {
	height: 190px;
	padding: 0 10px;
	margin-top: 1em;
}

.promo-box a img {
	background-color: #eee;
	border: 5px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
