/* Pennbrook Apartments

Color Palette:
light yellow: #FEE8BC
dark yellow: #FFCC66
crimson: #990000
dark gray: #666666
light gray: #cccccc

gold: #FDB918
darker gold: #EDA700
blue: #005EA9


*/



body {
	background-color: #000000;
	padding: 0;
	margin: 0;
}

body, td {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #005EA9;
	text-decoration: none;
}

a:visited {
	color: #005EA9;
	text-decoration: none;
}

a:hover {
	color: #EDA700;
	text-decoration: underline;
}

.header {
	background-color: #FDB918;
	height: 150px;
}

.address {
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 0 20px;
}

.nav-table {
	background: #005EA9;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.nav {
	padding-left: 0px;
	text-transform: uppercase;
}

.menulist, .menulist  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menulist li {
	float: left;
	display: block;
	background: #005EA9;
}

.menulist a {
	display: block;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a.highlighted, .menulist a:focus {
	color: #ffffff;
	background-color: #000000;
}

.main {
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

.mainpage {
	font-size: 14px;
}

.content {
	padding: 10px;
}

.formpage {
	padding-left: 20px;
	padding-top: 10px;
}

.caption {
	color: #005EA9;
	font-style: italic;
	font-size: 12px;
}

.sidebar {
	padding: 10px;
	font-size: 12px;
}

.h1 {
	color: #005EA9;
	font-family: garamond;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.bold {
	color: #EDA700;
	font-weight: bold;
	font-style: italic;
	font-family: georgia;
}

p {
	margin-bottom: 10px;
}	

.red {
	color: #990000;
}

.blue {
	color: #005EA9;
	font-weight: bold;
}

.blue2 {
	color: #005EA9;
	font-weight: bold;
	font-size: 14px;
}

.bold_form {
	color: #444444;
	font-weight: bold;
}

.indent {
	padding-left: 20px;
}

.burst1 {
	position: absolute;
	top: 265px;
	left: 690px;
}

.burst2 {
	position: absolute;
	top: 400px;
	left: 650px;
}

.burst3 {
	position: absolute;
	top: 570px;
	left: 685px;
}

.footer {
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
}


/* blog style */

#beta {
	width: 150px;
}

#container-inner {
	width: 100%;
}

.layout-tw #alpha {
    left: 150px;
    width: 725px;
}

.layout-tw #beta {
    left: -725px;
    width: 150px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    padding-right: 10px;
    padding-left: 10px;
}

h2.entry-title,
h2.entry-title a,
h1.entry-title,
h1.asset-name {
	color: #EDA700;
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

h2.comments-header,
h2.comments-open-header {
	color: #EDA700;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

h1.archive-title {
	color: #EDA700;
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.widget-content,
.content-nav {
	font-size: 10px;
}

#beta-inner .sidebar,
.widget,
.widget-content {
	padding: 0px;
	margin-bottom: 10px;
	text-align: right;
}

.comment {
	padding: 5px 10px 0px 10px;
	background: #E4ECF2;
	border-left: 1px solid #7EA9CB;
	border-bottom: 1px solid #7EA9CB;
}

.comment .byline img {
	display: none;
}
