/*  
Theme Name: Edgar Filing Agent
Theme URI: http://design4results.com/
Description: A custom WordPress Theme for EFA.
Version: 1.0
Author: Komra Moriko
Author URI: http://design4results.com/
*/



/* Begin Typography & Colors */
body {
	background-image: url(images/bknd.gif);
	background-repeat: repeat-x;
	background-color: #d9d7c9;
	margin: 27px 18px 18px 18px;
	line-height: 1.5em;
}

body, p, td, li	{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}
			 
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #1f3b57;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}

h2	{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
text-transform: uppercase;
color: #660000;
} 


a 			{ color: #1f3b57; text-decoration: underline;}
a:link		{ color: #1f3b57; text-decoration: underline; }
a:visited	{ color: #1f3b57; text-decoration: underline; }
a:active	{ color: #330000; text-decoration: underline; }
a:hover		{ color: #330000; text-decoration: underline; }

a .rollarrow 			{ visibility: hidden; }
a:link .rollarrow		{ visibility: hidden; }
a:visited .rollarrow	{ visibility: hidden; }
a:active .rollarrow	 	{ visibility: visible; }
a:hover .rollarrow		{ visibility: visible; }

form	{
margin: 0;
padding: 0;
}

.small	{
font-family: Verdana, Arial, sans-serif;
font-size: .9em;
line-height: 15px;
color: #000000;
}

ul {
	padding: 0 0 0 1.5em;
	list-style-type: square;
}

li {
	padding: 0 0 .3em 0;
}

sup {
	font-size: .5em;
}


#page {
	width: 850px;
	background-color: white;
	padding: 1px;
	border: 1px solid #b2b2b2;
	margin: 0 auto;
}

#tagline {
	font-size: 9px;
	text-transform: uppercase;
	color: #9e9e9e;
	padding-left: 8px;
}
#content {
	padding: 4px 18px 9px 12px;
}

#footer_outline {
	width: 850px;
	background-color: white;
	padding: 1px;
	border: 1px solid #b2b2b2;
	margin: 0 auto;
}

#footer {
	background-color: #1f3b57;
	padding: 10px;
}

#footer_nav {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

#footer_nav li {
	font-size: 10px;
	color: #c2c8bd;
	line-height: 11px;
	display: inline;
	padding: 0 0 0 9px;
	background-image: url(images/footer-list-bullet.gif);
	background-repeat: no-repeat;
}

#footer a 			{ color: #c2c8bd; text-decoration: none;}
#footer a:link		{ color: #c2c8bd; text-decoration: none; }
#footer a:visited	{ color: #c2c8bd; text-decoration: none; }
#footer a:active	{ color: #c2c8bd; text-decoration: underline; }
#footer a:hover		{ color: #c2c8bd; text-decoration: underline; }

#drop_shadow {
	width: 850px;
	margin: 0 auto;
}

#nav {
	margin: 0;
	padding: 1px;
	list-style-type: none;
	border: 1px solid #b2b2b2;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	background-color: #dce3e5;
	background-image: url(images/bknd-nav.gif);
	background-repeat: repeat-y;
	border: 1px solid #ffffff;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 2px 3px 9px;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	background-image: url(images/bknd-nav-on.gif);
	text-decoration: none;
}

.response_box {
	margin-top: 18px;
	border-top: 1px solid #efefef;
	padding-top: 9px;
}

.gray_background {
	background-image: url(images/bknd-graywhite-vert.gif);
	background-repeat: repeat-y;
}

.ques {font-weight: bold;}
.ans {font-weight: normal;}