/*  
Theme Name: RR Proposed Index
*/

/*  -----|  Structure  |----------------------------------------------------  */

body {
	background-color: #000000;
	color: #DFDEE0;
	font: 110% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
}
#wrapper {
	max-width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 1px solid #666;
	color: #E1E0E2;
	background-color: #272727;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#site-title {
	color: #fff;
	font-size: 1.7em;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#content {
	padding: 2px 20px 18px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #363430;
	border-right-color: #363430;
	border-bottom-color: #363430;
	border-left-color: #363430;
}
#pfooter {
	font-family: Georgia, 'Times New Roman', serif;
	color: #999;
	text-align: center;
	font-size: 85%;

	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
}
h1 {
	color: #fff;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 20px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
}
h2 {
	color: #D2A356;
	font-size: 1.3em;
	margin: 5px 0px 24px 0px;
	padding: 0px;
}
h3 {
	color: #D2A356;
	font-size: 1.3em;
	margin: 32px 0px 0px 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px dotted #D2A356;
	clear: both;
}
h4 {
	color: #D2A356;
	font-size: 1.2em;
	margin: 20px 0px 0px 2px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1.0em;
	line-height: 160%;
}
ul {
	list-style-type: disc;
}
li {
	font-size: 1.1em;
	margin: 14px;
	line-height: 130%;
}
/*  -----|  Links  |------------------------------------------------  */

a:link, a:visited, a:active {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#navBar a:link, a:visited, a:active {
	color: #F3C04F;
	text-decoration: none;
}
#navBar a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
#anchorLinks a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#anchorLinks a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a.sidebarlink:link, a.sidebarlink:visited, a.sidebarlink:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a.sidebarlink:hover {
	color: #FFFFCC;
	text-decoration: underline;

}
#footer img:hover {
	outline: 1px solid #CCC;