/*
File:			custom.css
Description:	Custom styles for Tilda Virtual Services

*/
.custom .menu {
	background:#D32E86;}
	.menu {
		background:#D32E86;}

body.custom {
	background: #44443f;}

.custom #container {
	margin-top: 2em; 
	margin-bottom: 2em; 
	padding: 0.3em; 
	background: #33332f; 
	border: 0.4em solid #DDDDDD;}

.custom #page {background: #fff;}

.custom #header { 
	border-bottom:none; 
	height:199px; 
	width:900px; 
	padding-top:0;	
	padding-bottom:0; 
	background:url('images/Tilda_WebBanner.jpg') no-repeat;}

.custom #header #logo { 
	display:none; }

.custom #header #tagline { 
	display:none; }

.custom .format_text input {
         border:0;
         padding:0;
         width: auto;}

/* This formats the outside box */
.custom div.post_ad {
background-color: #EEEEEE;
margin: 0;
padding: 6px;
border: 2px solid #D32E86;
}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
margin-top: 0;
font-weight: bold;
font-size: 1.1em;
line-height: 1em;
border-bottom-style: dotted;
border-bottom-width: 1px;
padding-bottom: 5px;
margin-bottom: 6px;
}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
margin: 0 0 9px;
}

/* This formats the image */
.custom div.post_ad img {
float: right;
margin-bottom: 8px;
margin-left: 8px;
}

/* This code is not in my CSS but I decided to add it in.
This formats the color of a hyperlink */
.custom div.post_ad a {
color: #D32E86;
}
.custom blockquote {
        margin:22px 40px;
        font-weight: bold;
        background-color:#EDF3E7;
        padding: 0 50px;
}
