/*
Theme Name: 5604 Manor
Theme URI: www.5604manor.org
Description: A custom theme for 5604 Manor
Author: Joseph Carrington
Author URI: http://josephcarrington.com/work/wordpress/
Version: 0.1
/* ---- Reset ---- */
@import url('reset.css');

/* ---- Font-faces ---- */
@font-face {font-family: Chunk; src: url("Chunk.eot") /* EOT file for IE */}
@font-face {font-family: Chunk; src: url("Chunk.ttf") /* TTF file for CSS3 browsers */}

/* ---- Redeclarations ---- */
body
{
	background: #0083b4 url('images/body-bg.png');
	font-family: Sans-serif;
	font-size: 14px;
	color: #231F20;
	line-height: 1.3em;
}

p
{
	margin: 15px 0;
}

h2
{
	font-family: Chunk;
	font-size: 26px;
	padding: 15px 25px 13px;
	color: white;
	background-color: #FFC20E;
	letter-spacing: 1px;
}

h2 a
{
	color: white;
	text-decoration: none;
}

h3
{
	font-size: 20px;
	font-family: Chunk;
	color: 
	margin: 10px 0;
}

strong
{
	font-weight: bold;
}

/* ---- Sections ---- */
#header
{
	z-index: 10;
	padding: 10px 45px;
	width: 900px;
	height: 55px;
	margin: auto;
	background: url('images/header-bg.png') no-repeat;
	position: relative;
	margin-bottom: -75px;
}

#container
{
	z-index: 9;
	background: url('images/container-bg.png') repeat-y;
	margin: auto;
	width: 910px;
	padding: 55px 30px 0;
	position: relative;
}

/* ---- Columns ---- */
.two-column .top
{
	background: url('images/content-top.png');
	height: 5px;
}

.two-column .bottom
{
	background: url('images/content-bottom.png');
	height: 5px;
}

.two-column .entry
{
	background: url('images/2-column-bg.png') repeat-y;
	padding: 0 5px;
}

.left-column
{
	width: 555px;
	float: left;
	padding: 15px 25px;
}

.right-column
{
	width: 245px;
	padding: 10px 25px;
	float: right;
}

.entry .right-column p
{
	padding: 0;
}

.entry .right-column a
{
	font-weight: normal;
}

.entry h2
{
	margin: 0 -25px;
	line-height: 1.05em;
}

.left-column ul
{
	list-style-type: disc;
	margin-left: 15px;
}

.left-column ol
{
	list-style-type: decimal;
	margin-left: 15px;
}

#feature
{
	overflow: hidden;
	width: 900px;
	height: 380px;
	margin: auto;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);

}

#feature #slides
{
	left: 0px;
	position: relative;
}

#feature .slide
{
	width: 605px;
	float: left;
}

#feature .slide-title, #feature .slide-description
{
	display: none;
}

#feature #slide-info
{
	height: 380px;
	width: 295px;
	background-color: white;
	position: absolute;
	right: 35px;
	z-index: 2;
}

#feature #current-slide-title, #feature #current-slide-description
{
	text-align: center;
}

#feature #current-slide-description
{
	padding: 25px;
}

#feature #slides
{
	width: 999999px;
}

/* ---- Navigation ---- */
#menu-top-nav
{
	float: right;
}

#menu-top-nav li
{
	float: left;
	text-transform: uppercase;
	display: block;
}

#menu-top-nav li a
{
	color: #FFC20E;
	text-decoration: none;
	display: block;
	padding: 10px;
}


#menu-top-nav li a:hover
{
	color: white;
}

#menu-top-nav li.current-menu-item a
{
	color: white;
}

#menu-top-nav ul
{
	position: absolute;
	width: 12em;
	left: -999em; 
	margin-left: -10px;
	background-color: #222;
}


#menu-top-nav li:hover ul,
#nav li.sfhover ul
{
	left: auto;
}


#contact-form
{
	list-style-type: none;
}

#contact-form input[type=text]
{
	width: 130px;
}

#contact-form label
{
}

#contact-form input
{
	padding: 2px;
	margin: 10px 0;
}

.wpcf7-list-item
{
	display: list-item;
}

/* ---- Type ---- */
.entry a
{
	color: #006BA5;
	font-weight: bold;
	text-decoration: none;
}

/* ---- Widgets ---- */
#front-sidebar
{
	line-height: 1em;
}

#front-sidebar li
{
	margin: 0 0 15px;
}

#front-sidebar p
{
	margin: 0;
}

.feed-link
{
	background-color: #006BA5;
	font-size: 12px !important;
	color: white !important;
	padding: 7px 5px 5px;
	margin: 5px 0;
	display: inline-block;
	max-width: 185px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}

.feed-arrow
{
	margin: 0 15px;
}

/* ---- WordPress Styles ---- */
.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
}

.aligncenter
{
	margin: auto;
	display: block;
}

.alignright
{
	float: right;
	margin: 0 0 10px 10px;
}

/* ---- Hacks ---- */
.clearfix
{
	clear: both;
}
