/**
  * Branding for EagleiOnline
  *
  * @red:							#7f2418
  * @near-black:			#2f2d26
  * @light-grey:			#cccccc
  *
  */

a:link,a:visited {
	color:#7f2418;
}

.post .post-meta a:link, .post .post-meta a:visited, .entry a:link, .entry a:visited {
	color: #2180ff;
	border-bottom: 1px dotted;
}

.post .post-meta a:hover, .entry a:hover {
	border-bottom: none;
}

.entry .read-more a:link, .entry .read-more a:visited {
	color: #fff;
}

body {
	background-color:#fff;
	font-family:Garamond, Georgia, serif;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:inherit;
}

p.excerpt {
	margin-bottom: 10px;
	font-size: 90%;
	text-align: justify; 
}

.post .title {
	font-weight: bold;
}

#top {
	background:#fff no-repeat top center;
}

#page-nav,.post-bottom,#loopedSlider {
	background:#2f2d26;
}

#header {
	padding:0;
}

#topad {
	top:8px;
	width: 486px;
	height: 60px;
	background: url(eagleionline/eio-ad-bg.png) no-repeat;
}

#topad img {
    margin-left: 30px;
    margin-top: 12px;
}

.slides .post {
	min-height: 280px;
}

#main #loopedSlider {
	width: 640px;
	border: none;
}

#main #loopedSlider .container {
	border: none;
}

#loopedSlider ul.pagination li {
	border-bottom:1px solid #3e3e3e;
}

#loopedSlider ul.pagination li.active a {
	background:#4f4f4f;
}

#loopedSlider ul.pagination li a:hover {
	background:#4f4f4f;
}

#loopedSlider ul.pagination em {
	color:#fff;
}

#loopedSlider ul.pagination .meta {
	color:#ccc;
}

.box {
	margin: 0px 0px 10px;
}

.third {
	width: 310px;
}

.third .box {
	padding-bottom: 10px;
	background: none;
	border-bottom: 1px solid #ccc;
}

.third .box .widget {
	margin: 0;
}

.third.fl .box .post {
	padding: 0;
}

.third.fr .box .post {
	padding: 0 0 20px 0;
}

.third.fl .box .post-meta {
	margin: 0;
}

.third.fl .box .post-meta img {
	margin: 0 5px 0 0;
}

.third.fl .box .post-bottom {
	padding: 0;
	line-height: inherit;
	background-color: transparent;
	border: none;
}

#nav li ul li {
	background:#7d7d7d;
}

.entry a.btn,input.submit,#commentform #submit {
	background-color:#7f2418;
	border:1px solid #557c90;
	font-style:normal;
}

.post #share .banner {
	background:url(eagleionline/banner-share.png) no-repeat;
}

.post-bottom div a {
	color:#ccc;
}

.post-bottom div a:hover {
	color:#fff;
}

.third.fl .post-bottom div a {
	color:#2f2d26;
}

.third.fl .post-bottom div a:hover {
	color:#ccc;
}

.featured-banner {
	background:url(eagleionline/banner-featured.png) no-repeat;
}

#tabs, .widget {
	font-size: 12px;
}

#tabs ul.wooTabs li a.selected,#tabs ul.wooTabs li a:hover {
	color:#7f2418;
}

#footer {
	background:#2f2d26;
}
	
/* Contact Page */
body.page-template-template-contact-php .entry p {
	width:400px;
	float:right;
	clear:right;
}

body.page-template-template-contact-php .entry div.wpcf7 {
	width:480px;
	float:left;
}

body.page-template-template-contact-php .entry div.wpcf7 p {
	width:auto;
	float:none;
	clear:none;
}

body.page-template-template-contact-php .entry div.wpcf7 input.txt,body.page-template-template-contact-php .entry div.wpcf7 textarea {
	background:none;
	border:2px inset;
	padding:8px 25px 8px 12px;
	width:430px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#2f2d26;
}

body.page-template-template-contact-php .entry div.wpcf7 input.captcha {
	width: 340px;
}

body.page-template-template-contact-php .entry div.wpcf7 img.captcha-img {
	vertical-align: middle;
}


/* WP Sign-up Page */
.mu_register {
	width: 960px !important;
}

.mu_register h2 {
	margin-bottom: 15px;
}

.mu_register p {
	margin-bottom: 10px;
}

/* Miscellanous */
.fix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
