/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: Crush Design Studio
Template: twentyten
*/

@import url("../twentyten/style.css");

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('CartoGothicStd-Book-webfont.eot');
	src: local('☺'), url('CartoGothicStd-Book-webfont.woff') format('woff'), url('CartoGothicStd-Book-webfont.ttf') format('truetype'), url('CartoGothicStd-Book-webfont.svg#webfontiSSvHuvy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('CartoGothicStd-Italic-webfont.eot');
	src: local('☺'), url('CartoGothicStd-Italic-webfont.woff') format('woff'), url('CartoGothicStd-Italic-webfont.ttf') format('truetype'), url('CartoGothicStd-Italic-webfont.svg#webfontVz7NhMTG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), url('CartoGothicStd-Bold-webfont.woff') format('woff'), url('CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('CartoGothicStd-Bold-webfont.svg#webfontXG7opWym') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('CartoGothicStd-BoldItalic-webfont.eot');
	src: local('☺'), url('CartoGothicStd-BoldItalic-webfont.woff') format('woff'), url('CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'), url('CartoGothicStd-BoldItalic-webfont.svg#webfontxsBXupzT') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-bottom: 7px;
}

#content {
	margin-left: 0;
padding-top: 40px;
min-height: 450px; 
height:auto !important;
height:450px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0;
	width: 899px;
}

/*
LAYOUT: Two column, no sidebar
DESCRIPTION: Two columns with no sidebar
*/
.two-column #content, .two-columnleft #content {
margin: 0 auto;
width: 899px;
}


/* Main global 'theme' and typographic styles 
-------------------------------------------------------------- */
body {
	background: #fff;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit],
#poshfooter p
{
	font-family: CartoGothicStdBook, Helvetica, Arial, sans-serif;
}


pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}




/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#wrapper {
	margin-top: 0;
}

a:link {
	color:#ad9681; text-decoration: none;
}
a:visited {
	color:#ad9681;
}
a:active,
a:hover {
	color: #768790;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}

#site-title {
	margin: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
display:none;
}
#site-title a {
display:none;
}
#site-description {
	margin: 0;
	width: 0;
display:none;
}


/* This is the custom header image */
#branding img {
	border-top: none;
	border-bottom: none;
margin-left: 142px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	margin: -96px auto 0 auto;
padding: 61px 0 0 0;
	width: 900px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 0;
margin-right: 0;
padding-right:0;
}

#access a {
	color:#29201e;
letter-spacing: .3px;
	padding:10px 0;
margin: 0 21px 0 0;
	line-height:17px;
}


#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
border: 1px solid #e0d8d7;
border-top: none;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 8px 10px;
	width: 160px;
	height: auto;
font-size: 12px;
}


#access li:hover > a {
	color:#ad9681;
	background:#fff;
}

#access ul ul :hover > a {
	background: #e0d8d7;
	color: #fff;
}



#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #29201e;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#29201e;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 1px 0 0 0;
}

#main #poshmain {
margin-top: -40px;
}

#content .entry-content p {
font-size: 13px;
line-height: 26px;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 24px;
}

#content .wp-caption p.wp-caption-text {margin-bottom: 10px;}

#content .entry-title, #menu-gallery-menu {
	color: #ad9681;
	font-size: 13px;
	line-height: 1.3em;
letter-spacing: 1px;
	font-weight: normal;
text-transform: uppercase;
}

#menu-gallery-menu li {list-style: none; padding: 0 0 10px 0; font-size: 12px;}

.two-column #content .entry-title {position: relative; left: 358px;}

.two-column #content img {
	margin: -28px 0 0 0;
	height: auto;
	max-width: 302px;
	width: auto;
}

#content .wp-caption {background-color: #fff; margin: 0 25px 0 0; padding: 2px 0 0 0;}


/* Images Gallery
-------------------------------------------------------------- */

#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
width: 110px;
margin: 0 20px 10px 0;
	
}

#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 20px;
line-height: 14px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 1px solid #e0d8d7;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/* =Widget Areas
-------------------------------------------------------------- */
#primary {
padding-top: 40px;
}

#primaryleft, {
	float: left;
	overflow: hidden;
	width: 358px;
}

.two-columnleft .widget-title {display:none;}
.widget_sp_image-description {font-size: 10px;}

.servicesbox {font-size: 12px; color:#b5a18c; border: 1px solid #e0d8d7; padding: 45px; margin: 3px 56px 0 0;	text-align:justify; line-height: 2em;}




/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: none;
	margin-top: -4px;
	padding: 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
display:none;
}
#site-info a {
	color: #000;
	text-decoration: none;
display:none;
}
#site-generator {
	position: relative;
	font-style: italic;
display:none;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
display:none;
}
#site-generator a:hover {
	text-decoration: underline;
display:none;
}
img#wpstats {
	display:none;
	margin: 0 auto 10px;
}


/* =Crush Addons
-------------------------------------------------------------- */



#access .menu-header ul#menu-main-menu li#menu-item-35 {
margin-right: 457px;
}

#access .menu-header ul#menu-main-menu li#menu-item-345 a {
margin-right: 0; padding-right: 0;
}

#poshfooter {
height: 90px;
text-align: right;
margin-top:7px;
}

#poshfooter p {
	font-size: 12px;
letter-spacing: .5px;
	color:#29201e;
	margin: 0;
	padding: 0;
}

#poshfooter p a:link, #poshfooter p a:visited {color:#29201e; text-decoration: none;}
#poshfooter p a:hover {text-decoration: underline;}


div.slideshow {margin-left: 0; margin-right: 0;text-align: left;}



/* Contact Template
-------------------------------------------------------------- */

.contact #content {
background: url(http://www.poshhomeleclaire.com/images/contactposh.jpg) no-repeat 0 40px;
}

.remodel #content {
background: url(http://www.poshhomeleclaire.com/images/remodel2.jpg) no-repeat 0 40px;
}

#poshinfo {
width: 430px;
position: relative;
left:358px;
}




/* Gravity Form
---------------------------------------------------*/

.gform_description {font-size: 13px;}



