/*-----------------------------------------------------------------------------
Style Sheet for sallyelford.co.uk

version:   1.0
author:    Stephen Elford
email:     steve@trafficwebsites.co.uk
website:   http://www.trafficwebsites.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #D3CEB8;
}
/* Put it back on certain elements */
p {
  margin: 0 0 1em 0;
}
h1 {
	margin: 0 0 10px 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
	height: 1px;
	line-height: 0px;
}

img { border: 0; }
.hidden { display: none; }
.noborder { border: none; }
.red { color: #990000; }
.green { color: #006600; }
.yellow { color: #FFC400; }
.left { float:left; }
.right { float: right; }

#container {
	width: 805px;
	margin: 0 auto;
	position: relative;
}
.promoLeft, .promoRight {
	position: absolute;
	top: 106px;
}
.promoLeft {
	left: -128px;
}
.promoRight {
	right: -128px;
}
p.copyright {
	font-size:9px;
	color: #FFFFFF;
	text-align: center;
}

/* =Header
-----------------------------------------------------------------------------*/
#header {
	background-color: #D3CEB8;
	height: 106px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#header div img {
	width: 100%;
	height: 100%;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mIllustration,
#mPrints,
#mPattern,
#mSamplePack,
#mNews {
	position: absolute;
	width: 127px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mIllustration:hover,
#mPrints:hover,
#mPattern:hover,
#mSamplePack:hover,
#mNews:hover,
#illustration #mIllustration,
#prints #mPrints,
#pattern #mPattern {
	background-position: 0px -24px;
	cursor: pointer;
}
#mIllustration {
	background-image: url(../images/menu/menu_01.png);
	left: 298px;
	top: 48px;
}
#mPrints {
	background-image: url(../images/menu/menu_02.png);
	left: 298px;
	top: 72px;
}
#mPattern {
	background-image: url(../images/menu/menu_03.png);
	left: 423px;
	top: 48px;
}
#mSamplePack {
	background-image: url(../images/menu/menu_05.png);
	left: 423px;
	top: 72px;
}
#mNews {
	background-image: url(../images/menu/menu_04.png);
	left: 423px;
	top: 72px;
}
/* =Admin Nav
-----------------------------------------------------------------------------*/
#adminNav {
	background: #6D6967;
	height: 24px;
	padding: 0 0 0 38px;
	list-style: none;
}
#adminNav li {
	float: left;
	margin: 5px 48px 0 0;
}
#adminNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#adminNav a:hover {
	color: #FFC400;
}
#home #mHome a,
#illustration #mIllo a,
#pattern #mPatt a,
#contact #mContact a,
#shop #mShop a,
#links #mLinks a,
#mList #mMList a,
.shop #mShop a {
	color: #FFC400;
}
li#mAdmin {
	margin-right: 24px;
}
#mAdmin a,
#mLogout a {
	color: #BCB7B2;
}
#mAdmin a:hover,
#mLogout a:hover {
	color: #FFFFFF;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#subNav {
	background-color: #BCB7B2;
	height: 24px;
	padding: 0 0 0 38px;
	list-style: none;
}
#subSubNav {
	background-color: #DAD4CE;
	height: 24px;
	padding: 0 0 0 38px;
	list-style: none;
}
#subNav li,
#subSubNav li {
	float: left;
	margin: 5px 48px 0 0;
}
#subNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#subNav a:hover {
	color: #990000;
}
#subSubNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#subSubNav a:hover {
	color: #000000;
}
.cats #sCats a,
.portfolio #sPortfolio a,
.searches #sSearches a,
.lists #sLists a,
.emails #sEmails a,
.shop .config #shopMenuConfig a,
.shop .categories #shopMenuCats a,
.shop .products #shopMenuProducts a, 
.shop .postage #shopMenuPostage a,
.shop .orders #shopMenuOrders a {
	color: #990000;
}

/* =Rollovers
-----------------------------------------------------------------------------*/
.add {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/add.gif) 0px 0px no-repeat;
}
.edit {
	display: block;
	width: 32px;
	height: 16px;
	background: url(../images/buttons/edit.gif) 0px 0px no-repeat;
}
.delete {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/delete.gif) 0px 0px no-repeat;
}
.mail {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/mail.gif) 0px 0px no-repeat;
}

.add:hover,
.edit:hover,
.delete:hover,
.mail:hover {
	background-position: 0px -16px;
}
.add img,
.edit img,
.delete img,
.mail img {
	width: 100%;
	height: 100%;
}

/* =Main Content
-----------------------------------------------------------------------------*/
.pageNav {
	text-align: right;
	margin: 0 30px 5px 0;
}
#mainContent {
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px 0 10px 0;
	position: relative;
}
#mainContent a {
	color: #990000;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000000;
	text-decoration: none;
}
#mainContent #contentLeft {
	float: left;
	width: 400px;
}
#mainContent #contentRight {
	float: right;
	width: 400px;
}
#mainContent .boxTitle {
	font-weight: normal;
	background: #FFFFFF;
	padding: 7px;
	margin-left: 7px;
	position: relative;
	display: inline;
	top: -7px;
}
.indent {
	margin-left: 30px;
}
/* =Homepage
-----------------------------------------------------------------------------*/

#about {
	margin: 0px 11px 11px 0px;
	height: 106px; 
	width: 291px;
	background-color: #D3CEB8;
	float: left;
	line-height: 16px;
	position: relative; /*need this for ie6 for some reason*/
	overflow: hidden;
}
#about div {
	padding: 11px;
}

/* =Work
-----------------------------------------------------------------------------*/
#thumbnailGrid {
	margin: 0 0 0 30px;
	padding: 0px 0 20px 0;
}
#thumbnailGrid .thumbnail {
	margin: 0px 11px 11px 0px;
	display: block;
	width: 140px;
	float: left;
	position: relative;
}
.thumbnail .fader {
	background-color: #FFFFFF;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
#thumbnailGrid .thumbnail:hover .fader {
	display: none;
}
#imageNav {
	margin: 0px auto;
	width: 252px;
}
#imageNav .left {
	width: 84px;
	text-align: left;
}
#imageNav .right {
	width: 168px;
}
#imageNav .right .left {
	text-align: center;
}
#imageNav .right .right {
	width: 84px;
	text-align: right;
}


#fullImage {
	display: block;
	margin: 14px auto;
}
#ImageDetails {
	width: 464px;
	margin: 0 auto;
	text-align: center;
	padding: 7px;
}
#ImageDetails h2 {
	margin-bottom: 1em;
	font-size: 13px;
	font-weight: normal;
}
#thumbnailPages {
	float: right;
	margin-right: 24px;
}
/* =Prints (shop)
-----------------------------------------------------------------------------*/
#productImage {
	width: 442px;
	margin: 0 0 42px 24px;
	overflow: hidden;
}
#productImage img {
	display: block;
	margin: 0 auto;
}
#productDetails {
	width: 291px;
	margin: 0 24px 0 0;
}
#prints #imageNav {
	margin-bottom: 14px;
}
#productPrices td {
	padding: 0 0 4px 0;
}
#productInfo .thumbnail {
	float: left;
	margin: 0 0 11px 0;
}

/* =Contact
-----------------------------------------------------------------------------*/
#contact .textBox {
	margin: 0 0 0 24px;
	width: 434px;
	border: 1px solid #3C3734;
	padding: 14px 14px 24px 14px;
}
#contact .textBox label {
	display: block;
	width:100px;
	float: left;
}
#contactForm .txtField {
	width: 326px;
	border: 1px solid #3C3734;
	padding: 2px;
}
/* =Sample Pack
-----------------------------------------------------------------------------*/
.samplePack {
	padding: 40px;
	background: #FFFFFF;
	text-align: center;	
}
.samplePack p,
.samplePack p a {
	font-size: 16px;
	color: #A3002E;
	text-decoration: none;
}
.samplePack p a:hover {
	color: #000000;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 16px 0;
	color: #FFFFFF;
}
#mlSubmit, #searchSubmit {
	position: relative;
	top: -1px;
}
#prints #searchForm,
#pattern #searchForm,
#news #searchForm {
	display: none;
}
#viewCart {
	display: none;
}
#prints #viewCart {
	display: block;
}
#stockistsLink {
	display: none;
}
#prints #stockistsLink {
	display: block;
}
/* =AntiSpam
-----------------------------------------------------------------------------*/
#recaptcha_image {
	display: block;
	margin: 0 auto;
}

/* =Forms
-----------------------------------------------------------------------------*/
#mlForm .field,
#searchForm .field {
	border: 1px solid #FFFFFF;
	margin: 0 0 0 7px;
}
#mlForm #mlFeedback {
	text-align: right;
	width: 300px;
	margin: 14px 0;
}
#admin .txtField {
	border: 1px solid #3C3734;
	padding: 2px;
}
.button {
	border: 1px solid #3C3734;
	padding: 2px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.button:hover {
	background-color: #FFC400;
}
fieldset {
	border: none;
	float: left;
	margin-right: 14px;
}
form#composeEmail {
	margin: 0 0 0 24px;
	width: 500px;
}
/* =Lists
-----------------------------------------------------------------------------*/
ul {
	list-style:none;
}
li.sortitem {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	overflow: hidden;
}
#links li.sortitem {
	padding: 2px;
}
li.sortitem img.handle {
	cursor: move;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
li.sortitem .delete {
	margin: 4px 0 0 4px;
}
li.sortitem a .edit {
	margin-left: 5px;
	position: relative;
	top: 2px;
}
.hide_chkbox {
	padding-right: 5px;
	float: left;
}

/* =Tables
-----------------------------------------------------------------------------*/

table {
	border: 1px solid #6D6967;
	position:relative;
	background-color:#FFFFFF;
	overflow: hidden;
}
caption {
	text-align: left;
	font-size: 16px;
	color: #666666;
}
table.stockists {
	border: none;
}
table.stockists td {
	padding: 10px 0 0 0;
	color: #666666;
}
table.stockists td h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}
table td {
	padding: 2px;
	position:relative;
}
table .header_row {
	background-color: #6D6967;
	color: #FFFFFF;
	text-align: center;
	
}
table .header_row td{
	padding: 2px;
}
table .col_heading td {
	border-bottom: 1px dashed #6D6967;
}
table .info_row td {
	color: #000000;
	border-right: 1px solid #6D6967;
}
table .info_row_shaded {
	color: #000000;
	background-color: #E6E6E6;
	border-right: 1px solid #6D6967;
}
table .info_row .last_col {
	border-right: none;
}
table .bottom_row td {
	border-top: 1px dashed #6D6967;
}

#mainContent .textBox table {
	margin-left: 0px;
}
/* =Image Replacement
-----------------------------------------------------------------------------*/
#imageNav .back,
#imageNav .next,
#imageNav .back2folio,
#imageNav .back2search,
#imageNav .back2gallery,
#searchResults {
	display: block;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 22px;
	background-repeat: no-repeat;
}
#imageNav .back {
	width: 84px;
	background-image: url(../images/back.gif);
	background-position: left top;
}
#imageNav .next {
	width: 84px;
	background-image: url(../images/next.gif);
	background-position: right top;
}
#imageNav .back2folio {
	width: 84px;
	background-image: url(../images/text/portfolio.gif);
	background-position: center top;
}
#imageNav .back2search {
	width: 107px;
	background-image: url(../images/text/search_results.gif);
	background-position: center top;
}
#imageNav .back2gallery {
	width: 84px;
	background-image: url(../images/text/gallery.gif);
	background-position: center top;
}
#searchResults {
	background-image: url(../images/text/search_results.gif);
	margin-left: 30px;
}
.samplePack .imageReplace {
	display: block;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	margin: 0 auto 12px auto;
}
.samplePack .download {
	width: 290px;
	background-image: url(../images/text/download-my-sample-pack.gif);
	background-repeat: no-repeat;
}
.samplePack .orTxt {
	width: 48px;
	background-image: url(../images/text/or.gif);
	background-repeat: no-repeat;
	cursor: default;
}
.samplePack .email {
	width: 290px;
	background-image: url(../images/text/email-me-for-hi-res.gif);
	background-repeat: no-repeat;
}
.samplePack .download:hover,
.samplePack .email:hover {
	background-position: 0px -24px;
}
#footer label {
	display: block;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 15px;
	float: left;
}
#footer #viewCart {
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 15px;
}
#footer label#jml {
	width: 103px;
	background-image: url(../images/text/join_mailing_list.gif);
	background-repeat: no-repeat;
}
#footer label#sk {
	width: 108px;
	background-image: url(../images/text/search_keyword.gif);
	background-repeat: no-repeat;
}
#footer input {
	height: 15px;
	position: relative;
	bottom: 4px;
}
#footer #viewCart {
	width: 62px;
	background-image: url(../images/text/view_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #viewCart:hover {
	background-position: 0px -15px;
}
#footer #stockistsLink {
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 15px;
	width: 62px;
	background-image: url(../images/text/stockists.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #stockistsLink:hover {
	background-position: 0px -15px;
}
table.stockists caption {
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 17px;
	width: 58px;
	background-image: url(../images/text/stockistsCaption.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* =Admin
-----------------------------------------------------------------------------*/
#admin .textBox {
	margin: 0px 24px 0 24px;
	border: 1px solid #3C3734;
	padding: 0 14px 14px;
}
#admin #contentRight .textBox {
	margin-left: 0px;
}
#admin .textBox .boxTitle {
	margin-left: -7px;
}
#admin  #home  .thumbnail {
	margin: 14px 14px 0 0;
	float: left;
}
#admin input {
	margin-bottom: 3px;
}
#admin #thumbnailGrid .thumbnail {
	cursor: move;
}
#admin #thumbnailGrid .sorthelper {
	background-color: #CCCCCC;
	float: left;
}
#admin #gallery .thumb {
	float: left;
	width: 64px;
}
#thumbnailGrid .thumbnail .edit {
	position: absolute;
	left: 0px;
	top: 0px;
}
#thumbnailGrid .thumbnail .delete {
	position: absolute;
	right: 0px;
	top: 0px;
}
#emailImgBox {
	height: 300px;
	overflow-y: auto;
}
.eamilImg {
	width: 100px;
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}
.emailImg .add {
	position: absolute;
	top: 0;
	right: 0;
}
#tag_cloud {
	margin: 0 30px;
}
#edit .textBox {
	margin: 0px;
}
/* =Thickbox windows
-----------------------------------------------------------------------------*/

#tbWindow {
	padding: 20px;
}
#tbWindow  #newImages {
	position: relative;
}
#tbWindow  #thumb {
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#tbWindow  #thumb img{
	border: 1px solid black;
}
.thickbox {}