/*
Theme Name: MIS-Interpreting.com
Theme URI: http://mis-interpreting.com/
Description: A Wordpress theme for Merritt Interpreting Services.
Version: 1.0
Author: Matt Satorius
Author URI: http://sators..com/
Tags: tan

*/



/* Begin Custom Code */
@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4b4b4b;
	background-color: #f7f7ef;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align:left;
}
#logo {
	height: 133px;
}
#nav {
	height: 45px;
	padding: 0;
	margin: 0;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}
#nav ul li a {
	font-size: 24px;
	text-transform: lowercase;
	line-height: 45px;
	vertical-align: middle;
	display: block;
	padding-left: 24px;
	padding-right: 23px;
	color: #2e2e2e;
	text-decoration: none;
	border-left: 1px solid white;
}
#nav ul li.page-item-19 a {
	border-right: 1px solid white;
}
#nav ul li a:hover {
	background: #f7f7ef
}
#banner {
	height: 267px;
	position:relative;
}
#request-an-interpreter {
	position: absolute;
	width: 427px;
	height: 37px;
	bottom: 0;
	right: 0;
}
#content {
	background: #edede3;
	padding: 25px 17px 25px 17px;
}
ul#sidebar {
	float: left;
	width: 200px;
	color: #767672;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar li p {
	margin-top: 7px
}
#content #right-wrapper {
	margin-left: 215px;
}
b, strong {
	color: black;
}
h1, h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.copyright {
	font-size: 10px;
	margin: 10px;
}

/* Begin Wordpress Related Code */

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
