/*
Theme Name: Essay Medic
Description: Child theme for the Twenty Ten theme 
Author: Mike Matera
Template: twentyten
*/

@import url("../twentyten/style.css");

body {
	background-color:#5c5c5c;
}

#branding img {
border-bottom: 2px black ridge;}


a:link, a:visited {
color: #F04E00;
}

#main {
	padding-top:30px;
	padding-left:10px;
}

#container {
	float:right;
	margin-right:-250px;
}

#primary {
	float:right;
}

#access li {
	background-color: #ff8c00;
	color:black;
	}

#access {
	background-color: transparent;
	text-align: right;
}

ul#menu-primary.menu {
	margin-right: 13px;
}
#access ul {
 float: right;
}

#access a {
	color: #000000;
	display: block;
	line-height: 38px;
	padding: 0px 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
	border-right:1px solid black;
}

#access li:hover > a, #access ul ul :hover > a {
background: #000000;
color: white;
font-weight:bold;
}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: white;
background-color: #000000;
font-weight:bold;
}

#access ul ul a {
	color:white;
	text-align:left;
}

#content .entry-title {text-align:right; text-decoration:none; font-size:24px; margin-top:-7px; color:#C64000; }

#content .entry-title a:link, .entry-title a:visited {
color:#C64000;}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
margin-bottom: 16px;
}

#content img.alignleft, #content img.alignright, #content img.aligncenter {
margin-bottom: 0px;
}

#content h3 {
	margin-bottom: 5px;
}

#content h2 {
	text-decoration: underline;
}

#content input, #content textarea {
margin-bottom:3px;}

#site-title {
	display:none;
}

#site-description {
	display:none;
}
#contact {width:600px;float:right;}
#quote {width:620px; }

#contact, #quote {
border:2px solid black;
padding:8px;
background-color:#F3F3F3;}

#quote {float:right; 
border:2px solid black;
padding:8px;
background-color:#F3F3F3;
}

#content input, #content textarea {
border:1px solid orange;
}

.wpcf7-submit
{
color: #000000;
font-weight:bold;
background: #ff8c00;
border: 3px outset black;
}

.widget-title {
color: #333;
font-size:17px;
font-weight: bold;
margin-bottom:7px;
}

.widget-area ul ul {
list-style: circle;}