
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: /*url('center.bg.jpg')*/ no-repeat center top; } /* background center image */

/* links coloring */

a { color: #7F0014; } /* text links color */
a:hover { color: #3d3d3d; } /* hover color (you can remove this) */

/* Social Media icons */


#social {
position:absolute;
text-align: right;
padding-right: 4px;
top:20px;
margin-left:365px;
*margin-left:50px;
_margin-left:50px;
}

#social img {
margin-top: 2px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
#social img:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


#socialHome {
position:relative;
text-align: right;
padding-right: 4px;
margin-right:15px;
margin-top:-55px;
}
#socialHome img {
margin-top: 2px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
#socialHome img:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}