/*
Theme Name: Lane Office
Description: Design by Christine Larsen.
Version: 1.0
Author: Dominic Espinosa
*/



/* Begin Typography & Colors */
html {
	background: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.overflow {
	overflow: auto;
	position: relative;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
em {
	font-style: italic;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #9a8e22;
	text-decoration: none;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#menu li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	line-height: 28px;
	text-align: center;
}

.home #menu #overview a {
	width: 91px;
}

#menu #overview a {
	width: 92px;
}

#menu #approach a {
	width: 94px;
}

#menu #services a {
	width: 87px;
}

#menu #projects a {
	width: 94px;
}

#menu #leadership a {
	width: 102px;
}

#menu #sustainability a {
	width: 125px;
}

#menu #news a {
	width: 70px;
}

#menu #contact a {
	width: 85px;
}

#menu li a:hover {
	background-color: #858585;
	text-shadow: 0px 1px 1px #333;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px;
	padding: 0 1em 0;
	min-width: 988px;
	}
	
#clientnav {
	width: 205px;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	float:right;
	margin:-65px 0 15px 0;
}

#clientnav a {
	color: #797979;
	font-size: 1.2em;
	display: block;
	font-size: 1.1em;
	color: #555;
	padding: 2px 11px;
}
	
#menu, #menu li, #menu li a {
	height: 30px;
}

#menu li, #menu a {
	display: block;
}
	
#menu {
	background: #333333;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	overflow: auto;
	font-size: 1.1em;
	height: 30px;
	margin: 0 9px 0 230px;
	clear: right;
}

.home #menu {
	margin: 0 231px 0 9px;
}

#menu li {
	float: left;
}

.overview #overview a, .overview #overview a:hover, .approach #approach a, .approach #approach a:hover, .services #services a, .services #services a:hover, .projects #projects a, .projects #projects a:hover, .leadership #leadership a, .leadership #leadership a:hover, .sustainability #sustainability a, .sustainability #sustainability a:hover, .news #news a, .news #news a:hover, .contact #contact a, .contact #contact a:hover {
	background: url(images/indicator.png) no-repeat 50% 25px;
}

.home .feature {
	margin: 0;
	width: 748px;
	height: 498px;
}

#content {
	margin: 17px 70px 17px 240px;
}

.overview #content, .resources #content, .sustainability #content, .subscribe #content {
	min-height: 250px;
}

.home #content {
	margin: 0 9px;
}

.home .post {
	margin-top:-40px;
}

.home p.edit {
	clear: both;
}

.entry {
	margin-bottom: 40px; 
}

.home .entry {
	float: left;
	width: 748px;
	margin-bottom: 12px;
}

.home #sidemodule {
	float: left;
	width: 210px;
	margin:-30px 0 0 11px;
}

.home #sidemodule h2, .home #sidemodule h2 a {
	height: 168px;
}

.home #sidemodule h2 {
	background: #333333;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	
}

.home #sidemodule h2 a {
	color: #fff;
	display: block;
	padding: 0 10px;
	line-height: 300px;
	background-color: #333;
	background-repeat: no-repeat;
}

.home #sidemodule h2 a:hover {
	background-color: #858585;
	text-shadow: 0px 1px 1px #333;
}

.home .mod {
	margin-bottom: 12px;
}

#titleblock {
	width: 210px;
	height: 154px;
	background: #aaa319;
	margin: -29px 0 0 9px;
	position: relative;
}

#page {
	background-color: white;
	margin: 10px auto 0;
	padding: 0;
	width: 988px;
	border: 1px solid #969696;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}


.entry p {
	margin: 1em 0;
	font-size: 1.1em;
	line-height: 1.6em;
}

.entry p:first-child {
	font-size: 2.3em;
	margin:0.75em 0;
	line-height:1.25em;
}

.home .entry p {
	margin: 18px 0;
	font-size: .95em;
	line-height: 1.7em;
}

.entry strong {
	font-weight: bold;
}

.entry em {
	font-style: italic;
}

.entry h1 {
	font-weight: bold;
	float: none;
	margin: 1em 0;
	font-size: 2em;
}

.entry h2 {
	font-weight: bold;
	margin: 1em 0;
	font-size: 1.5em;
}

.entry h3 {
	font-weight: bold;
	margin: 1em 0 0;
	font-size: 1.17em;
}

.entry h4 {
	font-weight: bold;
	margin: 1em 0 0;
	font-size: 1em;
}

.entry h5 {
	font-weight: bold;
	margin: 1em 0 0;
	font-size: .83em;
}

.entry h6 {
	font-weight: bold;
	margin: 1em 0;
	font-size: .75em;
}

.entry h3.services {
	color: #a49a00;
}

.entry .entry2col1, .entry .entry2col2 {
	float: left;
	width: 45%;
	margin-right: 2em;
}

.services #content {
	margin:17px 70px 17px 230px;
}

.services .entry {
	margin-left: 10px;
}

.services .slider-navigation {
	overflow: visible;
	position: relative;
	border-bottom: dotted 1px #666;
	height:37px;
}

.services .slider-navigation li {
	float: left;
	position: absolute;
}

.services .slider-navigation a {
	font-weight: bold;
	color: #999;
	display: block;
	text-align: center;
	height: 28px;
	padding-top:8px;
}

.services .slider-navigation li.project-management a {
	width: 146px;
}

.services .slider-navigation li.furniture-wall {
	left: 146px;
}

.services .slider-navigation li.furniture-wall a {
	width: 222px;
}

.services .slider-navigation li.relocation {
	left: 368px;
}

.services .slider-navigation li.relocation a {
	width: 168px;
}

.services .slider-navigation li.procurement {
	left: 536px;
}

.services .slider-navigation li.procurement a {
	width: 181px;
}

.services .slider-navigation a:hover {
	color: #000;
}

.services .slider-navigation a.selected {
	color: #9A8E22;
	border-color: #666 #666 #FFF;
	border-style: dotted dotted solid;
	border-width:1px;
	padding-top: 7px;
	height: 29px;
}

.services .slider-navigation a.selected:hover {
	text-decoration: none;
}

.services #slider {
  width: 719px;
  margin: 0 auto;
  position: relative;
}

.services .scrollButtons {
  position: absolute;
  top: 250px;
  cursor: pointer;
}

.services .scrollButtons.left {
  left: -30px;
}

.services .scrollButtons.right {
  right: -30px;
}

.services .scroll {
  /* height: 250px; */
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  line-height: 1.6em;
  width: 675px;
}

.services .scrollContainer div.panel {
  padding-left: 10px;
  /* height: 210px; */
  width: 665px; /* change to 560px if not using JS to remove rh.scroll */
}

.services .scrollContainer div.panel h3 {
	font-weight: bold;
	font-size: 1em;
}

.services .scrollContainer .title {
	padding-top: 10px;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2em 0 1em;
	display: block;
}

.services .scrollContainer .top {
	padding-left: 10px;
	margin: 1em 0;
	display: block;
	width: 90px;
}

#sidecolumn {
	width: 210px;
	margin-left:9px;
	position:absolute;
	top:263px;
}

.single .projects #sidecolumn {
		top:271px;
}

.archive .projects #sidecolumn {
	position:relative;
	top: 0;
	float: right;
	margin-left: 0;
	margin-right: 5px;
}

#sidecolumn .ui-state-default {
	background-image: url(images/cat_arrow.gif);
}

#sidecolumn .ui-state-active {
	background-image: url(images/cat_arrow_up.gif);
}

#sidecolumn .projectnav {
	background-color: #C9C29F;
	background-position: 185px 50%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #66604F;
	font-size: 1.3em;
	outline: none;
	margin-bottom: 11px;
	cursor: pointer; 
}

#sidecolumn .projectnav a {
	color: #66604F;
	padding: 9px;
	display: block;
}

#sidecolumn .projectnav a:hover {
	text-decoration: none;
}

.projects .banner {
	background-image: url(images/banner_projects_chair.jpg);
}

.projects #breadcrumb {
	font-size: 1.6em;
	color: #333;
	margin: 12px 9px 4px 230px;
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
	display: block;

}

.archive .projects #breadcrumb {
	margin: 0;
	margin-right: 6px;
	margin-left: 7px;
	margin-bottom: 1px;
}

.archive .projects .post {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.6em;
	width: 114px;
	height: 114px;
	position: relative;
}

.archive .projects .post span {
	display: block;
	margin-top: 1.5em;
}

.archive #projectwrapper {
	margin-top: 12px;
}

.archive .projects #content {
	width: 762px;
	
	float: right;
	overflow: auto;
	margin: 0;
	margin-right: 3px;
}

.projects .medthumb {
	height: 114px;
	width: 114px;
	display: block;
	position: absolute;
	top: 0;
	text-indent:-999em;
}

.projects .medthumb:hover {
	opacity: .75;
	filter:alpha(opacity=75);
}

.archive .projects .post {
	margin:6px 6px 7px 7px;
	float: left;
	background: black;
}

.single .projects #content {
	margin:10px 0 30px 230px;
	overflow: auto;
}

.single #sidecolumn {
	text-align: right;
	font-size:1.3em;
}

.single #sidecolumn a.back {
	text-align: right;
	font-weight: bold;
	margin-right:28px;
}

.single .news #sidecolumn {
	padding-top: 12px;
}

.single #sidecolum a:hover span {
	text-decoration: none;
}

.single .projects .post {
	overflow: auto;
	height:450px;
	margin:0 0 10px;
}

.single .projects #breadcrumb {
	text-transform: uppercase;
}

.single .projects #slidecolumn {
	width: 437px;
	float: left;
	margin-bottom: 8px;
	text-align:center;
}

.single .projects #metacolumn {
	width: 254px;
	float: left;
	margin: 0 0 0 11px;
}

.single .projects dl {
	text-transform: uppercase;
	line-height: 1.5em;
}

.single .projects dt {
	font-weight: bold;
}

.single .projects dd {
	margin-bottom: 7px;
}

.single .projects dd#images {
	margin: 3px 0 0 0;
}

.single .projects dd#images img {
	
}

.single .projects dd#images a {
	position: relative;
	display: block;
	height: 66px;
	width: 66px;
	float: left;
	margin: 0 8px 8px 0;
}

.single .projects dd#images a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.single .projects dd#images a.active:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}

.single .projects dd a span {
	height:10px;
	position:absolute;
	width:10px;
	z-index:15;
	bottom: -5px;
	left: 28px;
}

.single .projects dd a.active span {
	background-image: url(images/indicator.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

.single .navigation {
	margin: 0 9px 15px 0;
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
	overflow: auto;
	padding: 9px 0px;
}

.pagination {
	clear: both;
	margin: 0 9px 15px 0;
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
	overflow: auto;
	padding: 9px 0px;
	position: relative;
}

.single .news .navigation {
	margin: 0 9px 50px 0;
}

.single .projects .navigation a span {
	color: #333;
}

.sustainability #sidecolumn {
	background: url(images/leed-logo-large.gif) no-repeat 50px 0;
	height: 121px;
}

.sustainability #sidecolumn a {
	display: block;
	height: 121px;
	width: 123px;
	margin-left: 50px;
}

.leadership .leader {
	margin-bottom: 35px;
	clear: both;

}

.leadership .leaderimg {
	width: 210px;
	float: left;
}

.leadership .leaderinfo {
	width: 440px;
	float: left;
	margin-left: 20px;
}

.leadership .leader p {
	font-size: 1.1em;
	line-height: 1.3em;
}

.leadership .leader h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 8px;
}

.leadership .leader h3 em {
	font-weight: normal;
}

.news .post {
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
	clear: both;
}

.news .entry {
	margin-bottom: 25px;
}

.single .news .entry {
	margin-bottom: 0;
}

.news .newsimg {
	float:left;
	margin-right:21px;
	margin-bottom: 15px;
}

.news .post h3 {
	margin: 0;
}

.news h3.singletitle {
	font-size:2.3em;
	line-height:1.25em;
	margin:0 0 0.75em 0;
}

.single .news .entry p:first-child {
	font-size:1.1em;
	line-height:1.6em;
	margin:1em 0;
}

.news .excerpt {
	margin-top: 20px;
	line-height: 1.3em;
}

.news #sidecolumn h3 {
	margin: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
}

.news #sidecolumn h3 a {
	color: #555;
}

.news #sidecolumn h3 a:hover {
	color: #9A8E22;
}

.resources .entry h3 {
	margin: 1.5em 24px 2px;
	text-transform: uppercase;
}

.resources .entry ul {
	margin: 0;
}

.resources .entry li {
	list-style: none;
	padding-left: 24px;
}

.resources .entry li.pdf {
	background:transparent url(images/icon-pdf.gif) no-repeat 0 50%;
}

.resources .entry li.xls {
	background:transparent url(images/icon-excel.gif) no-repeat 0 50%;
}

.resources .entry li.doc {
	background:transparent url(images/icon-word.gif) no-repeat 0 50%;
}

.subscribe form.phplist {
	background: #E5E5E5;
	width: 415px;
	padding:20px 30px 5px !important;
	font-size:1.2em;
	line-height: 1.6em;
}

.subscribe form.phplist label {
	color:#444444;
	padding-left:4px;
}

.subscribe form.phplist input {
	margin: 0 0 1em 0;
	border: 2px solid #e5e5e5;
	padding: 4px;
	width: 398px;
}

.subscribe form.phplist input:focus {
	border: 2px solid #999;
}


.subscribe form.phplist input#contactsubmit {
	background:#929292;
	color:#FFFFFF;
	text-transform:uppercase;
	width:8em;
	border: none;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	font-size: 1.2em;
	margin: 9px;
	}
	
.superscript {
	font-size:0.7em;
	position:relative;
	top:-3px;
}

#copyright {
	color: #999999;
	height: 42px;
	width: 988px;
	margin: -35px auto 0;
	padding: 12px 0 0;
	text-align: left;
}

#extlinks {
	text-align: right;
	margin: 0 auto;
	width: 988px;
	overflow:hidden;
	position: relative;
}

#extlinks a {
	background-repeat: no-repeat;
	text-indent: 9999em;
	float: right;
	display: block;
	height: 37px;
}

#extlinks a#dirtt {
	width: 66px;
	background-image: url(images/footer-logos-dirtt.gif);
}

#extlinks a#knoll {
	width: 65px;
	background-image: url(images/footer-logos-knoll.gif);
}

#extlinks a#leed {
	width: 35px;
	background-image: url(images/footer-logos-leed.gif);
}

/* End Structure */



/*	Begin Headers */
#logoheader {
	overflow: auto;
	margin: 0 0 2px;
	
}

#logoheader .description {
	margin: 42px 0 0 9px;
	float: left;
	text-transform: uppercase;
	line-height: 1.2em;
}

#logoheader .description span {
	color: #808080;
}

.banner {
	background-image: url(images/banner-default.jpg);
	background-repeat: no-repeat;
	height: 115px;
	margin: -115px 0 0 230px;
}

h1 {
	margin: 9px;
	width: 113px;
	float: left;
	position: relative;
	z-index: 999;
}

h1 a {
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999em;
	display: block;
	width: 113px;
	height: 65px;
	}


h2.pagetitle {
	top: 115px;
	right: 27px;
	text-align: right;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-transform: lowercase;
	font-size: 2.2em;
	line-height: 1em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul, .entry ol {
	font-size: 1.1em;
	margin: 1em 0;
	line-height: 1.6em; 
}

.entry ul li {
	list-style-image: none;
	list-style-type: square;
}

.entry ul.nobullet li {
	list-style: none;
}

.entry ul.post-meta-list li {
	list-style: none;
}

.entry ul.post-meta-list {
	margin-top: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidecolumn ul {
	margin: 6px 0 15px;
}
	
#sidecolumn li a {
	color: #444;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	display: block;
	padding: 0 9px;
}

#sidecolumn li a span {
	font-weight: normal;
	color: #888;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: .7em;
	}
	
.entry blockquote p {
	line-height: 1.4em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */

/* Confact Form 7 */

.contact address {
	font-size: 1.2em;
}

div.wpcf7 h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

div.wpcf7 {
	background: #e5e5e5;
	padding: 20px 20px 5px 20px !important;
	margin:0 0 0 230px !important;
	position: absolute;
	top: 55px;
	width: 430px;
}

div.wpcf7 p {
	margin-left: .75em;
	font-size: 1.2em;
}

div.wpcf7 label {
	padding-left: 4px;
	color: #444;
}

div.wpcf7 input, div.wpcf7 textarea {
	border: 2px solid #e5e5e5;
	padding: 4px;
	color: #000;
	width:398px;
}


div.wpcf7 input:focus, div.wpcf7 textarea:focus {
	border: 2px solid #999;
}

div.wpcf7 p.submit input {
	background: #929292;
	text-transform: uppercase;
	color: #fff;
	width: 8em;
}

.contact #content {
	height:590px;
}

.contact .entry {
	position: relative;
}

div.wpcf7-response-output {
	margin:1em .75em.5em 1em !important;
	background: #fff;
	padding: 0.5em 1em;
}

div.wpcf7-mail-sent-ok {
	border:2px solid #AAA319 !important;
}

