/*-----------------------------------------------------------------------------
Style Sheet for stephenelford.com

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: 11px;
}
body {
	background-color: #F7F5F4;
}
/* 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: 1026px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 1px solid #3C3734;
	border-right: 1px solid #3C3734;
}

#feedback {
	color: #990000;
	margin: 0 0 14px 24px;
}
/* =Header
-----------------------------------------------------------------------------*/
#header {
	background-color: #3C3734;
	color: #FFFFFF;
}
#logo {
	margin: 24px 0 15px 24px;
	float: left;
}
#mlForm {
	float: right;
	margin: 24px 24px 0 0;
}
#header #mlForm input {
	border: 1px solid #FFFFFF;
	margin: 0 0 0 7px;
}
#header #mlForm #mlSubmit {
	background: #FFFFFF;
	padding: 0px 5px;
}
#header #mlForm #mlSubmit:hover {
	background: #FFC400;
	border-color: #FFC400;
	cursor:pointer;
}
#header #mlForm #mlFeedback {
	text-align: right;
	width: 300px;
	margin: 14px 0;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	background: #6D6967;
	height: 24px;
	padding: 0 0 0 26px;
	list-style: none;
}
#mainNav li {
	float: left;
	margin: 0 48px 0 0;
	line-height: 24px;
}
#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:hover {
	color: #FFC400;
}
#home #mHome a,
#work #mWork a,
#clients #mClients a,
#contact #mContact a,
.shop #mShop a,
#links #mLinks a,
#mList #mMList a {
	color: #FFC400;
}
li#mAdmin {
	margin-right: 24px;
}
#mAdmin a,
#mLogout a {
	color: #BCB7B2;
}
#mAdmin 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,
.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
-----------------------------------------------------------------------------*/
#mainContent {
	color: #3C3734;
	margin: 24px 0;
}
#mainContent a {
	color: #990000;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000000;
	text-decoration: none;
}
#mainContent #contentLeft {
	float: left;
	width: 512px;
}
#mainContent #contentRight {
	float: right;
	width: 512px;
}
#mainContent .boxTitle {
	font-weight: normal;
	background: #FFFFFF;
	padding: 7px;
	margin-left: 7px;
	position: relative;
	display: inline;
	top: -7px;
}

/* =Homepage
-----------------------------------------------------------------------------*/

#about {
	margin: 0px 0 0 24px;
	height: 100px;
	width: 434px;
	border: 1px solid #3C3734;
  	overflow: hidden;
	padding: 14px;
}

/* =Work
-----------------------------------------------------------------------------*/
.work .inner {
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
}
.work .imageArea {
	float: left;
	width: 650px;
	height: 444px;
	position: relative
}
.work .imageArea .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
}
.work .imageArea .image-wrapper img {
	display: block;
	margin: 0 auto;
}
.work .thumbArea {
	float: left;
	width: 102px;
	margin: 0 12px;
}
.work ul.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
.work .thumbArea img {
	display: block;
	border: 1px solid #6d6967;
	margin: 0 0 12px 0;
}
.work .infoArea {
	float: right;
	width: 200px;
}
.work h1 {
	padding-bottom: 2px;
	border-bottom: 1px dotted;
}
.work .textChunk {
	border-bottom: 1px dotted;
	margin-bottom: 11px;
}
.work table#prices {
	width: 100%;
	margin: 0;
	border: 0;
}
.work table#prices td {
	line-height: 23px;
}
.work table#prices td .button{
	float: right;
}
.work .gallery {
	width: 998px;
	clear: both;
}
.work .gallery .thumbnail {
	width: 128px;
	height: 128px;
	border: 1px solid #6d6967;
	margin: 0 11px 11px 0;
	float: left;
}
.work .gallery .thumbnail img {
	width: 128px;
	height: 128px;
}
.work.product .gallery {
	padding-top: 20px;
}
.work.product .gallery .thumbnail {
	width: 64px;
	height: 64px;
	border: 1px solid #6d6967;
	margin: 0 4px 4px 0;
	float: left;
}
.work.product .gallery .thumbnail img {
	width: 64px;
	height: 64px;
}
/* =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;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #3C3734;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
}

/* =AntiSpam
-----------------------------------------------------------------------------*/
#recaptcha_image {
	display: block;
	margin: 0 auto;
}

/* =Forms
-----------------------------------------------------------------------------*/
#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;
}
#admin fieldset {
	border: none;
	float: left;
	margin-right: 14px;
	padding-top: 14px;
}
form#composeEmail {
	margin: 0 0 0 24px;
	width: 600px;
}

/* =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;
}
li.sortitem .delete {
	margin-left: 5px;
}
li.sortitem a .edit {
	margin-left: 5px;
}
.hide_chkbox {
	margin-left: 5px;
}
li.sortitem label {
	margin-left: 3px;
}

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

table {
	border: 1px solid #6D6967;
	position:relative;
	background-color:#FFFFFF;
}
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 table {
	margin-left: 24px;
}
#mainContent form table {
	margin: inherit;
}
#mainContent .textBox table {
	margin-left: 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;
}
#thumbnailGrid .thumbnail .edit {
	position: absolute;
	left: 0px;
	top: 0px;
}
#thumbnailGrid .thumbnail .delete {
	position: absolute;
	right: 0px;
	top: 0px;
}
#emailImgBox {
	height: 300px;
	overflow-y: auto;
}
.emailImg {
	width: 100px;
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}
.emailImg .add {
	position: absolute;
	top: 0;
	right: 0;
}
#imgList {
	width: 394px;
}
#imgList .imgThumbnail {
	cursor: move;
	width: 394px;
	height: 124px;
	position: relative;
	clear: left;
}
#imgList .imgThumbnail img {
	float:left;
}

#imgList .imgThumbnail .delete {
	position: absolute;
	top: 0;
	right: 0;
}
.sorthelper {
	background-color: #CCCCCC;
}
#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;
}

/* =Shop
-----------------------------------------------------------------------------*/

#productDetails,
#productGallery {
	width: 476px;
	height: 476px;
	border: 1px solid #3C3734;
}
#productDetails {
	margin-left: 24px;
}
#productDetails .fullsize {
	display: block;
	margin: 12px auto;
}
#productDetails #productInfo {
	margin: 12px;
}
#productDetails #productInfo h1 {
	font-size: 16px;
}
#productGallery {
	margin-right: 24px;
}
#productGallery .thumbnail {
	position: relative;
	float: left;
	width: 119px;
	height: 119px;
}
#productGallery a img{
	width: 119px;
	height: 119px;
 
}
.holding-message {
margin: 0 auto;
width: 460px;
height: 300px;
text-align: center;
border: 2px solid #CCCCCC;
margin-bottom: 20px;
padding: 20px;
}
.holding-message h1 {
color: #666666;
font-size: 18px;
}
.holding-message p {
color: #666666;
font-size: 14px;
}