/*
Theme Name: ConwayWeary
Description: Child theme for the twentyten theme 
Author: June Thomas
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

body.custom-background {
	/* background-position: center bottom !important; */
	height: 100%;
    position: absolute;
	top: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; /* CSS3 scales the background image as large as possible */
	background-attachment: fixed; /* the background image doesn't scroll as the user scrolls */
	background-position: top center; /* centers the fixed background -- I added top */
	overflow: hidden; /* so a panel has an end point when you scroll ? */
	min-height: 525px;
	width: 100%;
	min-width: 900px;
}

.entry-content a:hover {
	/* color:#1a390f; */
	color:#0f1e39;
	text-decoration:none;
	border-bottom:1px solid #0f1e39;
}

#header {
	width:980px;
	margin:0px auto 0px auto;
	background-image:url('images/layout/content-top-background-wider.png');
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:bottom;
	height:235px;
}
a.logo {
	float:left;
}
#page {
	background-image:url('images/layout/content-area-background.png');
	background-repeat:repeat-y;
	background-color:transparent;
	background-position:center;
	width:980px;
	margin:0 auto;
}

#site-generator {
	background-image:url('images/layout/content-bot-background-wider.png');
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top;
    border-top: none;
    color: #3e4651;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 0px 0px 0px;
    text-align: left;
height:103px;
margin:0 auto 200px auto;
width:980px;
}
#site-generator .copyright {
	max-width:950px;
	margin:0 auto 0 auto;
}
#site-generator p {
	margin-left:35px;
	padding-left:0px
}

.only-search {
	display:none;
}
#branding {
	border-top: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 9999;
}


/** Main Navigation Style **/

#access {
	background:transparent;
	box-shadow:none;
	float:right;
	width:330px;
	clear:none;
	margin-top:90px;
}
#access div {
    margin: 0;
}
#access li {
	float:right;
}
#access a {
	font-family:Helvetica, Sans-serif;
	font-size:14px;
	padding:45px 14px 0px 15px;
	line-height:14px;
}
#access li.spacer {
	color:#fff;
	float:right;
	width:5px;
	margin:0px;
}
#access li.spacer a {
	padding:46px 0px 0px 0px;
	font-size:22px;
}
#access li:last-child a {
	display:none;
	padding:0px;
	margin:0px;
	width:0px;
}
#access .current_page_item a, #access .current_page_item a:hover {
	font-weight:normal;
	background-image:url('images/layout/nav-feather.png');
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
}
#access li > a:hover {
	background:transparent;
	color: #0f1e39;}

/** Content Area Style **/
#main {
    clear: both;
    padding:0 0 0 0;
}
.page-template-sidebar-page-php #secondary {
	margin:0px 4% 0px 0px;
	width:22.1%;
}

.home #secondary {
	margin-top:45px;
	background-image: url('images/layout/hakomi-crane-smaller.png');
	background-repeat:none;
	background-position:top center;
}
.singular #primary {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}
.page-template-sidebar-page-php #content {
    margin: 0 34% 0 40px;
	width:650px;
}
.singular #content, .page-template-sidebar-page-php.singular #content {
    margin: 0;
    position: relative;
    width: 100%;
}
.page-template-sidebar-page-php #content .entry-content {
	border-right:1px solid #c5c7c9;
}
#content .entry-content {
	border:none;
	padding:0px 30px 0px 0px;
}
.page .hentry {
	padding:0px;
	border-bottom:none;
}


.singular .entry-header, .singular #content .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 92%;
padding:0px;
}
 h1.entry-title {
	font-family:times, serif;
	font-size:25px;
	color:#4a5074;
	font-weight:normal;
	line-height:30px;
	padding:0px 0px 20px 0px;
}
.page-template-sidebar-page-php  h1.entry-title  {
	display:none;
}
body.home.page-template-sidebar-page-php   h1.entry-title  {
	display:block;
}
.entry-content p.lilbotmargin {
	margin-bottom:5px;
}
.entry-content p, .entry-content ul {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	color:#353c60;
	line-height:20px;
}
.entry-content ul {
	list-style-type:circle;
}
.entry-content ul li {
	margin-bottom:3px;
}
.entry-content a {
	color:#56265a;
	text-decoration:none;
	border-bottom:1px dotted #56265a;
}
.entry-meta .edit-link a {
	display:none;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border:none;
}

/** Home Page Testimonials Styles **/

.testimonialswidget_testimonial {
	margin-left:0px;
}
.testimonialswidget_testimonial p {
	font-size:14px;
	font-style:italic;
	color:#8f1442;
	line-height:20px;
}
.testimonialswidget_testimonial cite {
	font-size:12px;
	font-style:normal;
	text-align:left;
	float:left;
	margin-top:14px;
	width:100%;
}
blockquote:before, q:before {
    /* content: "“"; */
	font-size:14px;
	font-family:Georgia;
	color:#8f1442;
	margin-left:0px;
	line-height:70%;
}
blockquote:after, q:after {
  /*  content: "”"; */
	font-size:14px;
	font-family:Georgia;
	color:#8f1442;
	margin-right:0px;
	line-height:97%;
}
q:lang(en) {
    quotes: "“" "”" "‘" "’";
}
/** Services Page Style **/
ul.services-list {
margin-left:240px;
font-size:14px;
}
.page #cboxLoadedContent, .page #cboxContent {
background-color:transparent;
}
.page #cboxContent {
background-image:url('images/layout/content-area-background.png');
background-repeat:none;
}
.one-area {	
	float:left;
	font-family:Helvetica, sans-serif;
	background:transparent;
}
.one-area.col1, .one-area.col2 {
	margin-right:15px;
}
.one-area .top, .one-area .mid, .one-area .bot {
	width:220px;
	padding:0px 30px 0px 30px;
}
.one-area.col1 .top {
	background-image: url('images/layout/services-col1-bg-top.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:72px;
}
.one-area.col2 .top {
	background-image: url('images/layout/services-col2-bg-top.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:72px;
}
.one-area.col3 .top {
	background-image: url('images/layout/services-col3-bg-top.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:72px;
}
.one-area.col1 .mid {
	background-image: url('images/layout/services-col1-bg.png');
	background-repeat:repeat-y;
}
.one-area.col2 .mid {
	background-image: url('images/layout/services-col2-bg.png');
	background-repeat:repeat-y;
}
.one-area.col3 .mid {
	background-image: url('images/layout/services-col3-bg.png');
	background-repeat:repeat-y;
}
.one-area.col1 .bot {
	background-image: url('images/layout/services-col1-bg-bot.png');
	background-repeat:no-repeat;
	height:72px;
}
.one-area.col2 .bot {
	background-image: url('images/layout/services-col2-bg-bot.png');
	background-repeat:no-repeat;
	height:72px;
}
.one-area.col3 .bot {
	background-image: url('images/layout/services-col3-bg-bot.png');
	background-repeat:no-repeat;
	height:72px;
}
.one-area h2 {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	color:#1f254b;
	border-bottom:1px solid #a9aac4;
	padding-top:30px;
}
.one-area ul {
	font-size:13px;
	color:#4a5074;
	list-style-type:circle;
	line-height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 14px;
}
.one-area ul li {
	margin:16px 0px 0px 0px;
}
.one-area ul li.first {
	margin-top:0px;
}

/** Services Page Style **/
.jay-credit {
	background-image:url('../../uploads/2012/05/jay-credit-bg.png');
	background-repeat:no-repeat;
	background-position: center center;
	font-size:13px;
	color:#525b7d;
	font-style:italic;
	line-height:17px;
	font-family:Helvetica;
	padding:13px 0px 13px 0px;
	margin-top:-19px;
}

/** Contact Form Styles **/
.simplecontactformrevisited_widget .widget-title {
	display:none;
}
.simplecontactformrevisited_widget .contactform label {
	float:none;
	color:#060c2f !important;
	padding:0px;
	font-size:12px;
}
.simplecontactformrevisited_widget .contactform input, .simplecontactformrevisited_widget .contactform textarea {
    background-color: #f3e7e6;
    border: 1px solid #e4d6ca;
    border-radius: 0px;
    color: #222222 !important;
    font-size: 12px;
    margin-bottom: 5px !important;
    padding: 3px !important;
    text-shadow: none !important;
	float:none;
	clear:left;
}
.simplecontactformrevisited_widget .contactform textarea {
overflow:auto;
}
.simplecontactformrevisited_widget .contactform input {
	width:99% !important;
}
.simplecontactformrevisited_widget .contactform input[type="submit"] {
	background-color:#77818d;
	color:#fff !important;
	text-transform:uppercase;
	width:90px !important;
	height:27px;
	float:right;
	margin-right:0px;
	border:none;
}

/** Footer Mountains **/

#mountains {
  bottom:0;

 left:50%;
 margin-left:-670px;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight))); 
    height:362px;
	width:1334px;
	background-image:url('images/layout/mountains-narrow.png');
	background-position: top center;
	background-repeat:no-repeat;
	display:none;
}

/* =Responsive Structure REMOVED
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0px -26.6% 0px 20px;
		width:950px;
	}
	.home #main #content, .page-id-11 #main #content {
		margin: 0px -26.6% 0px 40px;
		width:650px;
	}
	#main #secondary {
		float: right;
		margin-right: 4%;
		width: 22.1%;
	}
	.home #main #secondary {
		margin-top:45px;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
}

/* Global Styles
----------------------------------------------- */

.alignleft {float:left; margin:0px 10px 0px 0px;padding:0px;vertical-align:top;}