body {
	background: url('../images/bg.gif');
	color: #707070;
	font-family: "Droid Sans", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #444444;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	color: #db322b;
	text-decoration: none;
}

#main-menu {
	background: #333333 url('../images/bg-menu.png') top left repeat-x;
}

.masadenta-main-menu .menu-link {
	border-left: 1px solid #151515;
	border-right: 1px solid #565656;
	color: #cccccc;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.masadenta-main-menu .menu-link:hover, .masadenta-main-menu .menu-link.active {
	background-color: #FFB901;
	color: #000000;
}

.masadenta-main-menu > .menu-item:first-child > .menu-link {
	border-left: none;
}

.masadenta-main-menu > .menu-item:last-child > .menu-link {
	border-right: none;
}

#header {
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfdfd 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border-bottom: 3px solid rgba(200,50,50,0.8);
}

.masadenta-logo {
	background: url('../images/logo.png') center center no-repeat;
}

#content-search-form {
	float: right;
}

#content-search-form input[type=text] {
	background: #ebebeb;
	border: none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	box-shadow: inset 1px 1px 3px #696969;
	color: #444444;
	font-size: 12px;
}

#content-search-form button {
	background: #e6645e; /* Old browsers */
	background: -moz-linear-gradient(top, #e6645e 0%, #dc2f27 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6645e), color-stop(100%,#dc2f27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6645e 0%,#dc2f27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6645e 0%,#dc2f27 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6645e 0%,#dc2f27 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6645e 0%,#dc2f27 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6645e', endColorstr='#dc2f27',GradientType=0 ); /* IE6-9 */
	border: none;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#main-body {
}

#main-body .bx-window,
.banner-single-container img,
.contact-content-container img {
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
}

h1,
h2,
h3.content-block-title,
h3.stat-title {
	font-size: 20px;
}

.masadenta-sidebar-menu {
	list-style: none;
}

.masadenta-sidebar-menu > .menu-item {
	background: url('../images/marker.png') left center no-repeat;
	border-top: 1px solid #c7c7c7;
	font-size: 14px;
}

.masadenta-sidebar-menu > .menu-item:first-child,
.stats > .stat-item:first-child {
	border: none;
}

.masadenta-sidebar-menu .menu-link,
.stats > .stat-item {
	color: #444444;
	text-decoration: none;
}

.masadenta-sidebar-menu .menu-link:hover, .masadenta-sidebar-menu .menu-link.active {
	color: #4073c2;
	text-decoration: underline;
}

h4.content-block-item-title a {
	color: #4073c2;
}

.content-block-item-timestamp,
.content-list-data,
.content-detail-data {
	font-size: 11px;
}

h2.content-detail-subtitle {
	font-size: 16px;
}

.contact-form-sent {
	text-align: center;
	font-style: italic;
}

.contact-error {
	border: 1px solid #ff0000;
	background-color: #f0a3a3;
}

.contact-form input[type=text],
.contact-form textarea {
	-webkit-box-shadow: inset 1px 1px 2px #cccccc;
	-moz-box-shadow: inset 1px 1px 2px #cccccc;
	box-shadow: inset 1px 1px 2px #cccccc;
	border: 1px solid #cccccc;
}

.contact-form textarea {
	font-family: monospace;
}

.form-label {
	font-size: 14px;
}

.button {
	font-size: 16px;
	color: #ffffff;
	border: none;
	background-color: #707070;
}

/* Captcha Special Styles */
.captcha-row {
	border: 1px solid #cccccc;
	display: inline-block;
}

.captcha-input {
	border: none !important;
	font-size: 28px;
	padding: 7px 5px !important;
	width: 250px !important;
}

/* Pagination Special Styles */
.pagination {
	text-align: center;
	white-space: nowrap;
	word-spacing: -0.95em;
	margin: 20px 0;
}

.pagination span, .pagination a {
	padding: 5px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	background: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
	background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
	background: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
}

.pagination span:first-child, .pagination a:first-child {
	border-left: 1px solid #CCCCCC;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.pagination span:last-child, .pagination a:last-child {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.pagination a:hover {
	background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background: -o-linear-gradient(top, #ffffff, #e9e9e9);
	text-decoration: none !important;
}

.pagination a:active {
	-moz-box-shadow: inset 0px 1px 2px #bbbbbb;
	-webkit-box-shadow: inset 0px 1px 2px #bbbbbb;
	box-shadow: inset 0px 1px 2px #bbbbbb;
	text-decoration: none !important;
}

.current-page {
	font-weight: bold;
}

#footer {
	border-top: 1px solid #c4c4c4;
	font-size: 12px;
}

.masadenta-footer-menu .menu-link {
	border-left: 1px solid #696969;
	text-decoration: none;
}

.links-item {
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
}

.links-item-data,
.links-item-data a {
	color: #ffffff;
}

.links-item-data {
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.links-item-data:hover {
	color: #ffffff;
	text-decoration: none;
}

.links-item:hover .links-item-data {
	opacity: 1;
}

.links-item-url {
	font-size: 12px;
}

.masadenta-group-link {
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
}

.link-masadenta {
	background-image: url('../images/logo-masadenta.png');
}

.link-cbp {
	background-image: url('../images/logo-cbp.png');
}

.link-gravita {
	background-image: url('../images/logo-gravita.png');
}

.stats {
	list-style-position: inside;
}

.stat-item {
	border-top: 1px solid #c7c7c7;
}

.stat-count {
	color: #DB322B;
}

.stat-count:before {
	content: ': ';
	color: #707070;
}

/* Revision */
h1.content-detail-title,
h3.content-block-title,
h3.content-block-title a,
#sidebar .content-block-single-summary {
	color: #444444;
}

h2.menu-title,
.home-container .content-section-block h3.content-block-title a,
.home-container h2.masadenta-group-title,
#sidebar h3.content-block-title a,
h3.stat-title {
	font-size: 18px;
	color: #ffffff;
}

.home-container .content-section-block h3.content-block-title {
	background-color: #34CD65;
	border-bottom: 2px solid #30B460;
}

h2.masadenta-group-title {
	background-color: #CE3A3A;
	border-bottom: 2px solid #9B0000;
}

h2.menu-title {
	background-color: #52B7E5;
	border-bottom: 2px solid #7F94B1;
}

#sidebar h3.content-block-title {
	background-color: #9670A9;
	border-bottom: 2px solid #865C9E;
}

h3.stat-title {
	background-color: #8F908A;
	border-bottom: 2px solid #888886;
}
