﻿/*
-----------------------------------------------
markboultondesign.com
Stylesheet:  Global.css
Author:   Mark Boulton
Version:  4 July 2007
Revision: 
----------------------------------------------- */

/* Global whitespace reset */
* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	color: #4f4e4e;

}



/* Links */

a,
a:active,
a:link {
	text-decoration: none;
	color: #7a974d;
	border-bottom: 1px dotted;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #576c36;
	border-bottom: 1px solid;
}

ul#skiplinks {
	display: none;
}





/* Lists */
dl {
	font-size: 110%;
}

dt {
	margin: 0.5em 0 0 0;
	line-height: 1.6em;
}

dd {
	margin: 0;
	line-height: 1.6em;
}

dd.date,
span.date {
	font-style: italic;
	color: #999;

	font-size: 90%;
}

ul {
	list-style: none;
}

ul.bulletlist {
	list-style: circle;
}

ul.italic {
	font-style: italic;
	color: #666;
	margin: 1.5em 0 0 0;
}

div.c2 ul,
div.c3 ul {
	margin: 0 0 2em 0 ;
}

/*clients*/

ul.clientsname {
	width: 180px;
	float: left;
	margin: 20px 10px 0 0;	
}

li {
	font-size: 110%;
	line-height: 1.3em;
	margin: 0.5em 0 0 0;
}


/* Quotes */

blockquote {
	margin: 0 0 3em 0;
}

cite {
	font-style: italic;
	font-size: 100%;
	color: #999;
	margin: 1.6em 0 0 0;
	line-height: 1.6em;
}


/* Images */

img {
	border: none;
}

img.thumb {
	float: left;
	margin: 0 1em 0 0 ;
	border: 1px solid #eee;
}



/* branding */
#branding {
	margin: 0 0 60px 5px;
}

#branding h1 {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent; 
}
	
#branding h1 a { display: block; width: 283px; height: 37px; overflow: hidden; 
               background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/markboultondesign_finallogo.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               border-bottom-style: none; border-bottom-width: medium; 
               background-position: 0% }
#branding h1 a:hover {
	background-position: 0 -36px;
	border-bottom: none;
}





/* forms */

/* General form styles
----------------------------------------*/
fieldset {
    border: none;
    padding: 0;
    }

fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
    
fieldset ul li {
    padding-bottom: 0;
    }
    
fieldset input, 
fieldset select,
fieldset textarea {
	font: 1em/1.6em "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	font-weight: normal;
	border: 0;
	border-bottom: 1px dotted #a8a18f;
	padding: 3px 3px 3px 0;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #fff;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border-bottom: 1px solid #a8a18f;
}
	
fieldset textarea {
    overflow: auto;
	font: 1em/1.6em "Myriad Pro", "Lucida sans", Verdana, sans-serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
    padding: 0 1em 0 2px;
}

fieldset label {
	font: 1em/1.6em Georgia, "Times New Roman", serif; 
    display: block;
    margin: 1em 0 0.5em 0;
}

fieldset label.note {
	font: 1em/1.6em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
    font-weight: normal;
    color: #999;
    margin: 0.2em 1em 0 0;
    font-style: italic;
}

.required {
    color: #ff6600 !important;
}

fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
}

fieldset label.full, fieldset input.full,
fieldset select.full, fieldset textarea.full { width: 98%; }

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 0.5em !important;
}


/* Buttons */

.buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#bde2a5;
    border:1px solid #9dc958;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#5a9300;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#2a1b08;
    border:1px solid #2a1b08;
    color:#fff;
}


/* news */

div#newscontainer {
	margin: 1.5em 0 0 0;
}

a.rss, body#home a.rss { background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/icon_rss.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               border-style: none; border-width: medium; margin-left: 0; 
               margin-right: 0; margin-top: 0.5em; margin-bottom: 0.25em; 
               padding-left: 20px; padding-right: 0; padding-top: 0; 
               padding-bottom: 0; background-position: 0% }
/* news post */
div.post {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}

/* book promo */

dd.promo {
	padding: 0 0 1em 5.5em;
}

dd.fss       { background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/icon_packshot.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0 10px }
dd.wsc       { background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/icon_packshot.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               height: 60px; background-position: 0 10px }
/* work */
body#work .c1 img {
	margin: 1em 0 0 0;
	border: 1px solid #eee;
}

body#work blockquote {
	color: #666;
}

body#home .c2 img {
	margin: 1em 0 0 0;
	border: 1px solid #eee;
}

body#work .c1 h3 {
	clear: both;
	padding: 1em 0 0 0;
	margin: 0;
}

div.workentry {
	clear: both;
	position: relative;
	margin: 0 0 2em 0;
}

div.workentry img {
	position: relative;
	margin: 0 1em 1em 0;
	border: 1px solid #eee;
}

div.workentry p {
	position: absolute;
	top: 0;
	left: 30%;
	width: 69%;
}

div.workentry a {
	border: none;
}

div#slideshow {
	border: 1px solid #e5e5e5;
	margin: 0 0 2em 0;
}





/* contact */

div#googlemap {
	margin: 0 0 3em 0;
	border: 1px solid #e5e5e5;
}

div.vcard {
	line-height: 1.6em;
}

/* hcard 
div.adr {
	padding: 5px 0 5px 38px;
	margin: 0.5em 0 0.5em 0;
	background: url(../img/icon_snailmail.gif) no-repeat;	
}*/

div.phoneblock { background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/icon_phone.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               margin-left: 0; margin-right: 0; margin-top: 0.25em; 
               margin-bottom: 0.25em; padding-left: 38px; padding-right: 0; 
               padding-top: 5px; padding-bottom: 5px; background-position: 0% }
div.emailblock { background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/icon_email.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               margin-left: 0; margin-right: 0; margin-top: 0.25em; 
               margin-bottom: 0.25em; padding-left: 38px; padding-right: 0; 
               padding-top: 5px; padding-bottom: 5px; background-position: 0% }
div.vcardblock { background-image: 
               url('../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/icon_vcard.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               margin-left: 0; margin-right: 0; margin-top: 0.25em; 
               margin-bottom: 0.25em; padding-left: 25px; padding-right: 0; 
               padding-top: 0; padding-bottom: 5px; background-position: 0% }
/* SECOND ROW footer
----------------------------------------------- */
#secondrow {
	margin: 4em 0 2em 0;
}

/* Homepage headings */

#secondrow h4 {
	margin: 0 0 1em 0;
	border-top: 1px solid #cac6bf;
	font: 1.3em/1.6em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
	text-transform: lowercase;
}

#secondrow h4 a {
	color: #cac6bf;
}

#secondrow h4 a:hover {
	border: none;
}



/* CLEARING
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*End hide from IE Mac*/
