/*
Theme Name:		Weimer Team

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/* Global */

.container {
	background: #fff;
}

body {
	background: #621919;
}

.header {
	background: #fff url(images/header.gif) no-repeat;
	height: 125px;
}

#logo a {
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	height: 115px;
	display: block;
	width: 310px;
	cursor: pointer;
}

.footer {
	background: #e7e7e8 url(images/remax_footer.gif) no-repeat bottom right;
	height: 30px;
	padding: 20px 10px;
}

/* Homepage */

#slideshow {
	width: 710px;
	height: 340px;
}

#meet_team {
	background: #fff url(images/team_home.jpg) no-repeat;
	width: 710px;
	height: 280px;
}

#meet_team .hfeed {
	width: 320px;
	float: right;
	height: 280px;
}


/* Sidebar */

.aside {
	background: url(images/sidebar.jpg) no-repeat;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

h3.widget-title {
	color: #797979;
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	height: 40px;
	line-height: 30px;
	display: block;
	width: 248px;
	background: url(images/h3_widget_bg.gif) repeat-x;
	margin: 0 0 0 2px;
}

.textwidget table {
	border: none;
	margin: 0 auto;
}

.textwidget .ihfQuickSearch {
    padding: 0 40px;
    color: #7d7c7c;
}

.widget {
	margin-bottom: 5px;
}

/* Navigation */

.menu {
	height: 38px;
	border-bottom: 2px solid #bfbfbf;
}

.menu ul {
	border: none;
	margin: 0;
}

.menu ul li {
	height: 38px;
}

.menu ul li ul {
    margin: 10px 0 0 0;
    border: 1px solid #bfbfbf;
    border-top: none;
}


.menu ul li a, .menu ul li a:visited {
	border: none;
	color: #4f62ab;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 10px 25px 0;
	display: block;
	height: 28px;
}

.menu ul li a:hover {
	color: #fff;
	background: #4f62ab;
}

.menu li.nav-hover {
    background: #e9e9e9;
}

/* Misc */

.inside { padding: 10px; }

/* General Typography */

h1, h1.entry-title {
	color: #8d4040;
	font-size: 36px;
	padding: 15px 0;
}

p {
	color: #7d7c7c;
}

h2 {
    color: #4f62ab;
}

h3 {
    color: #4f62ab;
    font-weight: 900;
    font-size: 15px;
}

h4 {
    color: #555555;
    font-weight: 900;
}

/* Specific Typography */

p#copyright {
	
}

p#copyright a, p#copyright a:visited {
	color: #b96868;
}

.testimonial {
	color: #444;
}

#imc_footer {
	width: 960px;
	margin: 20px auto;
	text-align: center;
	font-size: .9em;
}