/*
Theme Name: Fig Cashmere Limited
Theme URI: http://www.figcashmere.co.uk/
Description: Custom Theme for FCL.
Author: G-RAFF
Author URI: http://www.g-raff.com
Template: thematic
Version: 1.11

A Custom Child theme built on the themespaper thematic framework.

*/

@import url('../thematic/style.css');

	
body, input, textarea {
	color:#000;    
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	line-height:18px;
	}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
color: #435413C;
}
h3{
	font-weight: normal;
	font-size: 16px;
}

.aside h3 {
	font-size: 16px;
	font-weight: normal;
}

.main-aside h3 {
	padding-top: 17px;
	padding-right: 0pt;
	padding-bottom: 1px;
	padding-left: 0pt;
	}

/* CHILD THEME OVERRIDES FOR FLC */

a:link, a:visited {
color: #56007A;
text-decoration: none;
}

a:hover{
color: #FB007C;
}

.entry-title {
font-weight:normal;
}

.entry-title a {
text-decoration: none;
color: #45413C;
}

.entry-title a:hover {
text-decoration: none;
color: #56007A;
}

#wrapper {
border-top-width: 0px;
border-top-style: solid;
border-top-color: black;
background: #fff url(images/himalaya.jpg) no-repeat top center;

}

#header {
background: transparent;
}

#branding {
width: 940px;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
}

#xheader {
	padding-top: 80px;
	width: 310px;
	height: 80px;
	position: relative;
	}
#xheader span {
	background: url(images/fig_cashmere_the_human_touch.gif) no-repeat;
	position: absolute;
/*	width: 100%;
	height: 100%;*/
	width: 310px;
	height: 80px;
	}



#access {
	font-size: 11px;
	background-color: transparent;
	background-image: none;
	border: none;
	margin-top: 10px; 
}


/* menu customisation */
.skip-link {
    display:none;
}

#menu {
    padding:7px 0 8px 0;
    overflow:hidden; /* clears the inner float  */
}

#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
#menu a {
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 8px;
    background:transparent;
    color:#59017A;
    border: none;
    text-decoration:none;
}
#menu a:hover {
	/*font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;*/
	font-size: 13px;
	text-transform: uppercase;
    background:#c9acd6;
    color:#fff;
    border: none;
}
#menu .current_page_item a {
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
    background:#59017A;
    color:#fff;
    border: none;;
}

#menu a:focus {
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
    background:#59017A;
    color:#fff;
    border: none;;
}


#main {
padding-top: 10px;
padding-right: 0pt;
padding-bottom: 34px;
padding-left: 0pt;
}


#comments {
background-color: #b5beea;
color: #ffffff;
}

#respond {
background-color: #8789dd;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #8789dd;
}