
/* -------------------- */
/* ---   LEFTSIDE   --- */
/* -------------------- */


#leftside {
	display: block;
	width: 245px;
	float: left;
	background: #c00;
	margin-bottom: 12px;
	padding-bottom: 15px;
	border-bottom-right-radius: 25px;

	/* float: none;
	position: absolute;
	top: 0;
	left: 0; */
}

#leftside a.logo {
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}

#leftside a.logo span.name {
	display: block;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 41px;
	color: #fff;
	line-height: 0.9;
}

#home #leftside a.logo:hover {
	cursor: default;
}

#leftside p.contact_me {
	color: #fff;
	font-weight: bold;
	margin: 15px 0 10px 16px;
}

@media (max-width: 480px) {
.logo img {
    height:100px;
} }


/* #mainnav */

#mainnav {
	width: 210px;
	margin: 15px auto 0 auto;
	padding: 0;
	display: block;
}

#mainnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}

#mainnav li a {
	color: white;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 4px 0;
	padding: 3px 0;
	background: #a00;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8px;
	text-shadow: 1px 1px #700;
}

#mainnav li.cta a {
    background: gold;
    /* border-radius: 1rem!important; */
    color: #333;
    text-shadow: none;

    margin: 0.3rem 0;
		padding-bottom: 0.2rem;
}
#mainnav li.cta a:hover {
	text-shadow: 0;
}

#mainnav li a:hover {
	background: #cc9933;
	text-shadow: 1px 1px #500;
}

#mainnav li.cta a:hover {
	text-shadow: none;
}

#mainnav li span.tooltip {
	display: none;
	width: 400px;
	font-weight: bold;
	color: #fff;
	background: url('../images/tooltip_bg.png') 0 0 no-repeat;
	position: absolute;
	left: 211px;
	top: 0;
	z-index: 5;
	text-shadow: 1px 1px #333;
}

#mainnav li span.tooltip span {
	display: block;
	margin-left: 13px;
	padding: 7px 12px 8px 12px;
	background: #666;
}

#mainnav li:hover span.tooltip {
	display: block;
}


/* #contact_me */

#contact_me {

}

#contact_me fieldset {
	border: 0;
	margin: 0 16px;
	padding: 0;
}

#contact_me label {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 1px;
}

#contact_me input[type=text] {
	width: 205px;
	margin-bottom: 8px;
}

#contact_me select {

}

#contact_me input[type=submit] {
	margin-left: 10px;
}

#leftside p.form_error,
#leftside p.form_success {
	display: block;
	margin: 0 11px 10px 11px;
	padding: 10px;
	background: #ffc;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

#leftside p.form_error {
	background: #fcc;
}


#leftside p.form_success {
	background: #ffc;
}

#leftside p.form_error span,
#leftside p.form_success span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 2px;
}
