/*
Theme Name: Grafizul-1
Author: Danilo Strauss Neto
reference: danilosneto.com, reignwars.com
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
}

.content strong {font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color:#004879;
	font:13px "Lucida Sans Unicode","Lucida Grande", Helvetica, Arial, sans-serif;
	min-width:99%;
	min-height:99%;
	background:#fff;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#004879;
}
a:hover {text-decoration:none; color:#000;}
input, textarea, select {
	font:12px "Lucida Grande", Helvetica, Arial, sans-serif;
	vertical-align:middle;
	color:#004879;
}
#main {
	z-index: 2;
	position: relative;
	margin: auto;
	width: 330px;
	padding: 20px;
	background:#fff;
	font-size: 12px;
	color: #004879;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#domains {
   background-attachment:fixed;
   overflow:hidden;
}

p { 
	font-size:12pt;
}

.vcard img, .vcard  div.tags {
	display:none;
	
}

.vcard { margin-top:20px; }

.logo{
	float:left;
	margin:24px 25px 0 0;
	text-indent:-9999px;
	width:186px;
	height:53px;
	background:url('../img/grafizul-logo.jpg') no-repeat;
}
.logo a{
	display:block;
	height:100%;
}

#bkga, #bkgb {
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
	width:100%; 
	height:100%;
	position:absolute;
}

#bkga {
	background:#fff url('../img/bkg01.jpg') no-repeat 50% 50%;
}

.socials{float:right;}
#footer .socials{ margin:-4px 0 0;}
.socials li{
	float:left;
	padding:3px 3px;
}
.socials a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:16px;
	height:16px;
}
.facebook{ background:url(images/facebook.gif) no-repeat;}
.twitter{ background:url(images/twitter.gif) no-repeat;}
.g-plus{ background:url(images/g-plus.png) no-repeat;}
