@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

body {
	background-color: #346179;
	font-family: 'Ubuntu';
	font-size: 15px;
}
::selection {
	color: #FFF;
	background: #F40000;
}
::-moz-selection {
 color:#FFF;
 background: #F40000;
}
h2 {
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}
input, select, textarea, select {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}
input:focus, select:focus, textarea:focus, select:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #F40000;
}
input[type:"submit"] {
	cursor: pointer;
}
div.art-header-jpeg {
	background-image: url(media/header.jpg);
}
#art-page-background-glare-image {
	background-image: none;
}
.art-post-body {
	background-color: rgba(255,255,255,0.5);
}
.art-sheet {
	background-color: rgba(255,255,255,0.3);
}
.art-content-layout .art-sidebar1, .art-content-layout .art-sidebar2 {
	background-color: rgba(52,97,121,0.5);
}
.art-footer-body {
	height: 60px;
}
.art-menu a {
	text-transform: uppercase;
}
.art-rss-tag-icon {
	height: 50px;
	width: 50px;
	cursor: pointer;
}