@charset "UTF-8";

/* ******************************************************************************************

DESC: SALLYDERNIE.COM / GLOBAL.CSS PHASE 7
AUTH: DANNY BROOKS
DATE: 30.02.07

*********************************************************************************************

COLOUR REFERENCES

#675C53 = WARM GREY
#DE374E = DARK MAGENTA
#DE374E = LIGHT PINK

*********************************************************************************************

FONT SIZE REFERENCE
SET 10px TYPE ON 18px BASELINE

10px = 0.833em - LEAD = 1.800em
11px = 0.917em - LEAD = 1.636em
---
12px = 1em     - LEAD = 1.500em
---
13px = 1.083em - LEAD = 1.500em
14px = 1.167em - LEAD = 1.385em
15px = 1.250em - LEAD = 1.200em
16px = 1.333em - LEAD = 1.125em
18px = 1.500em - LEAD = 1em
20px = 1.667em
26px = 2.167em

****************************************************************************************** */

@import "reset.css";

/* ******************************************************************************************

GLOBAL

****************************************************************************************** */

html, body { height: 100%; }
body { font: normal 62.5% Helvetica, Arial, Sans-serif; color: #675C53; text-align: center; background-attachment: fixed; }

/* BACKGROUND PATTERNS */
.index { background: #A09491 url(../img/sally_patterns/default.gif) top left repeat; }
.background { background: #A09491 url(../img/sally_patterns/star.gif) top left repeat; }
.offer { background: #A09491 url(../img/sally_patterns/garden.gif) top left repeat; }
.commission { background: #A09491 url(../img/sally_patterns/snow.gif) top left repeat; }
.urbancottage { background: #A09491 url(../img/sally_patterns/arrow.gif) top left repeat; }
.familyspace { background: #A09491 url(../img/sally_patterns/floural.gif) top left repeat; }
.kentownhouse { background: #A09491 url(../img/sally_patterns/blockhead.gif) top left repeat; }
.decoinspired { background: #A09491 url(../img/sally_patterns/geometric.gif) top left repeat; }
.cityappartment { background: #A09491 url(../img/sally_patterns/diamond.gif) top left repeat; }
.industry { background: #A09491 url(../img/sally_patterns/dandylion.gif) top left repeat; }

a { color: #675C53; }
a:link { color: #675C53; }
a:visited { color: #675C53; }
a:hover { color: #DE374E; }
a:active { color: #DE374E; }

a.textlink { text-decoration: none; }
a:link.textlink { text-decoration: none; color: #675C53; font-weight: bold;  /*border-bottom: 1px dotted #675C53; padding: 1px 0px 1px 0px;*/ }
a:visited.textlink { color: #675C53; border-color: #675C53; border-width: 0 0 1px 0; border-style: none none dotted none; padding: 1px 0px 1px 0px; }
a:hover.textlink { color: #DE374E; text-decoration: none; border-color: #DE374E; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, Sans-Serif; color: #DE374E; }

h2 { font-size: 1.4em; line-height: 1.286em; font-weight: bold; padding-bottom: 0.643em; margin: 0.714em 0 0.643em 0; }
h2 span { display: block; color: #B3ADA9; }
h3 { color: #DE374E; font-size: 1.4em; line-height: 1.286em; font-weight: bold; margin: 0 0 1.286em 0; }
h4 { font-size: 1.1em; line-height: 1.636em; font-weight: bold; padding: 0.82em 0 0 0; margin: 0 0 0.82em 0; border-top: 1px solid #cccccc; }

p { font-size: 1.2em; line-height: 1.5em; margin: 0 0 1.5em 0; }

/* ******************************************************************************************

STRUCTURE

****************************************************************************************** */

#primary_wrapper { margin: 0 auto; text-align: left; width: 870px; background: url(../img/overlay.png) repeat-y top left; min-height: 100%; }
* html #primary_wrapper { height: 100%; } /* IE6 STAR HACK FOR 100% HEIGHT */

#inner_wrapper { padding: 0 0 10px 0; margin: 0 0 0 10px; width: 850px; /*background-color: #FFCC00;*/ /*background: url(../img/global/grid.gif) repeat-y top left;*/  }

/* HEADER */

#header { float: left; margin: 0; padding: 0; width: 850px; background: url(../img/global/headstrip.gif) top left no-repeat; /*background-color: #FFCC77;*/ }
#header h1 { float: left; font: normal 1.6em/18px Helvetica, Arial, Sans-Serif; color: #ffffff; height: 34px; margin: 30px 0 0 10px; padding: 0; width: 103px; }
#header h1 a { background: url(../img/global/SD_logo.png) no-repeat top left; border: 0; display: block; height: 34px; text-indent:-9999px; width: 103px; }
#header h1 a span { display: none; }

/* ******************************************************************************************

GLOBAL NAVIGATION

****************************************************************************************** */

#navigation { 
	width: 540px;
	float: right; 
	margin: 0 0 22px 0; 
	padding: 0;
	/*background-color: #FFCC00;*/
	}

#navigation ul { 
	font: bold 11px Helvetica, Arial, Sans-serif; 
	color: #ffffff; 
	width: 170px; 
	float: left; 
	margin: 2.7em 10px 0 0; 
	/*display: inline;*/
	padding: 0;
	}

#navigation ul li { 
	margin: 0 0 1px 0; 
	padding: 0; 
	list-style-type: none; 
	/*height: 18px;*/ 
	width: 170px; 
	}

#navigation ul.right { 
	line-height: 21px; 
	margin-right: 0;
	float: right; 
	width: 180px;
	}

#navigation ul.right li a,
#navigation ul.right li a:visited,
#navigation ul.right li a:hover { background: none; text-decoration: none; padding: 0;}

#navigation ul li a,
#navigation ul li a:visited { /*line-height: 18px;*/ display: block; padding: 6px 0 4px 10px; margin: 0; text-decoration: none; color: #ffffff; }

#navigation ul li a:hover { color: #DE374E; background-color: #373736; text-decoration: none; }
#navigation ul li a.current { color: #FEFEFE; background-color: #373736; text-decoration: none; /*background-position: 0 0;*/ }

/* ******************************************************************************************

CONTENT

****************************************************************************************** */
/*PASSED*/

#contentwrapper { padding: 10px; margin: 0 0 10px 0;  /*width: 810px;*/ background-color: #FFFFFF; float: left;}
#contentwrapper img { margin: 0; padding: 0; }

#maincontent { width: 530px; float: right; /*margin: 0 0 40px 0;*/ }
#maincontent .copy { float: left; display: inline; width: 340px; margin: 10px 0 0 10px; }
#maincontent .copy img { margin: 0 0 18px 0; }



/*LISTS*/
ul.services { margin: 0; padding: 0 0 0 1em; text-indent: -1em; list-style-type: disc; list-style-position: inside; font: normal 1.2em/1.5em Helvetica, Arial, Sans-serif; margin: 0 0 1.5em 0; color: #DE374E; }
ul.services li { margin: 0 0 0 0; padding: 3px 0 3px 0; }

#standfirst { background: url(../img/global/standfirst.png) top left repeat; /*height: 140px;*/ position: absolute; width: 830px; z-index: 100; }
#standfirst h2 { width: 360px; font-size: 1.6em; line-height: 1.25em; font-weight: normal; color: #FFFFFF; margin: 0 0 20px 310px; padding: 20px 0 0 0; }
#standfirst p { width: 350px; font: normal 1.6em/1.25em Helvetica, Arial, Sans-serif; color: #FFFFFF; margin: 0 0 0 300px; }

/*SCROLLER*/
#contentwrapper #commission { width: 530px; float: right; position: relative; overflow: hidden; margin: 0 0 0 0; }
#contentwrapper #commission ul { padding:0; margin:0; position:relative; list-style:none; width: 7950px; }
#contentwrapper #commission ul li { position:relative; width:530px; margin: 0; float: left; display: inline; }
#contentwrapper #commission ul li img{ position:relative; top:0; left:0; display: block; }

/*SIDEBAR*/
#contentwrapper #sidebar { float: left; width: 260px; margin-right: 40px; }
#contentwrapper #sidebar ul{ padding: 0; margin: 0; list-style: none; width: 260px; }
#contentwrapper #sidebar ul li{ padding: 0; margin:0 0 9px 0; float:left; text-align:center; display: inline; }
#contentwrapper #sidebar ul li a{ padding: 6px 6px; text-decoration: none; font: bold 11px/18px Arial, sans-serif; color:#909090; }
#contentwrapper #sidebar ul li a:hover{ color:#DE374E; background-color: #B3ADA9; }
#contentwrapper #sidebar .selected { color:#FFFFFF; background-color: #675C53; }
#contentwrapper #sidebar ul.links{ padding: 0 0 0 0; margin: 0 0 0 0; list-style:none; width: 260px; }
#contentwrapper #sidebar ul.links li{ padding:0; margin:0; text-align:center; padding-bottom:1px; }

/* PRESS PAGE TABLES */
table.press { width: 510px; padding: 0; margin: 10px 0 10px 10px; border-collapse: collapse; border-spacing: 0; }
th, td { border-bottom: 1px dotted #675C53; font: normal 11px Helvetica, Arial, sans-serif; padding: 10px 0 9px 0; color: #675C53; width: 170px; }
th { font-weight: bold; border-bottom: 2px solid #675C53; }

td a { 
	/*border-bottom: 1px dotted #675C53; */
	font-weight: bold; 
	}

td.magazineTitle { font: bold 14px Helvetica, Arial, sans-serif; padding: 36px 0 9px 0; border-bottom: 1px solid #675C53; /*background: #000000;*/ }
td.widecol { width: 350px; /*border-bottom: 1px solid #675C53;*/ }
td.firsttitle { font: bold 14px Helvetica, Arial, sans-serif; padding: 0 0 9px 0; border-bottom: none; }
td.first { padding: 0 0 9px 0; }



ul #commissions { width: 530px; }
#commissions li { float: left; background-color: #EEEEEE; height: 170px; margin-bottom: 10px; width: 530px; position: relative; }
#commissions li.last { margin-bottom: 0;}
#commissions li img { margin: 0; position: absolute; top: 0; right: 0; }
#commissions li a .metatitle,
#commissions li a .metadetail {	color: #666666; float: left; margin: 0 0 0 10px; width: 340px; }
#commissions li a .metatitle { font-size: 1.4em; line-height: 1.286em; font-weight: bold; padding: 0.714em 0 0 0; /*border-bottom: 1px solid #cccccc;*/ } /*1.286em*/
#commissions li a .metadetail { font-size: 1.2em; line-height: 1.5em; padding: 1.5em 0 0 0; /*text-indent: -0.5em;*/ }
#commissions li a,
#commissions li a:link { display: block; height: 170px; width: 530px; margin: 0; }
#commissions li a:hover { background-color: #F8F0F1; }
#commissions li a:hover .metatitle { color: #DE374E; }

/* ******************************************************************************************

FOOTER

****************************************************************************************** */

#footer { clear: both; margin: 0; background-color: #FFFFFF; height: 46px; position: relative; }

#footer ul {
	margin: 7px 0 0 10px;
	padding: 0;
	font: normal 1.1em/1.636em Helvetica, Arial, sans-serif;
	}

#footer ul li {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
	display: inline;
	}

#footer p { font: normal 1.1em/1.636em Helvetica, Arial, sans-serif; padding: 7px 0 0 0; margin: 0 0 0 10px; color: #675C53; /*line-height: 40px;*/ }


#footer #credits { height: 46px; padding: 0 0 0 0; display: none; background-color: #F9EAEC; width: 540px; position: absolute; top: 0; right: 0; z-index: 105; }
#footer #credits h5 { font: bold 1.4em/1.286em Helvetica, Arial, sans-serif; margin: 0 0 0.643em 0; color: #675C53; }

.credit {
	background-image: url(../images/disclaimer_note.gif);
	background-repeat: no-repeat;
	background-color: #444444;
	height: 40px;
	width: 260px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	color: #FFFFFF;
	font-style: italic;
	display: none;
	}

/* ******************************************************************************************

COMMON CLASSES

****************************************************************************************** */

.pink { background-color: #F9EAEC; }
.helv_14 { font-size: 1.4em; line-height: 1.286em; color: #675C53; margin: 0 0 1.286em 0; }
.dquo { margin-left: -0.3em; } /* Quote Marks */ /*&#8220;-&#8221;*/
.bold  { font-weight: bold; }
.boldbreak  { font-weight: bold; display: block; }
.italic { font-style: italic; }
.normal { font-weight: normal; }

/*
.entry-content blockquote{
font-style:italic;
padding:0 1.571em;
border-top:0.071em dotted #999990;
border-bottom:0.071em dotted #999990;
}
*/