/* --- [ color codes] ---------- */

/*

Brown:  #342518
Orange: #bf5528
Tan:    #b09b83

*/

/* --- [ reset] ---------- */

* {

	margin:0;
	padding:0;
	border:none;
	vertical-align:baseline;
	font-weight:normal;

}

/* --- [ general tags ] ---------- */

html {

	background-color:#342518;
	background-image:url('http://magicmarkker.com/i/pattern.jpg');
	color:#b09b83;

}

body {

	font-size:76%;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;

}

p {

	margin:10px 0;
	font-size:1.1em;
	line-height:1.4em;
	clear:both;

}

form {

	display:block;
	clear:both;

}

input { border: 1px solid #342518; }
input:focus { border: 1px solid #bf5528; } 

/* --- [ lists ] ---------- */

ul {

	clear:both;

}

ul li {

	list-style-position:inside;
	list-style-type:square;
	font-size:1.1em;

}

div#about div.right ul li {

	list-style-position:outside;
	list-style-type:none;

}

div#about div.right ul li { padding:12px 0 12px 0; } 
div#about div.right ul li a#doc {

	background-image:url('http://magicmarkker.com/i/doc.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding:12px 0 12px 38px;
}

div#about div.right ul li a#pdf {

	background-image:url('http://magicmarkker.com/i/pdf.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding:12px 0 12px 38px;

}

div#footer ul li, div#contact ul li {

	list-style-position:outside;
	list-style-type:none;

}

/* --- [ links ] ---------- */

a {

	color:#bf5528;
	text-decoration:none;
	outline:none;

}

a:hover {

	color:#fff;

}

div#footer a {

	color:#fff;

}

div#footer a:hover {

	color:#bf5528;

}

/* --- [ headings ] ---------- */

h2 {

	background-color:#bf5528;
	padding:3px 5px;
	clear:both;
	float:left;
	margin-bottom:10px;
	font-size:1.1em;
	color:#fff;

}

h3 {

	display:block;
	clear:both;
	margin:10px 0 0;
	font-size:1.1em;
	color:#fff;

}

h3 span {

	color:#b09b83;

}

/* --- [ wrap ] ---------- */

div#wrap {

	width:760px;
	margin:20px auto;

}

/* --- [ header ] ---------- */

div#header {

	display:block;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;

}

div#header h1 {

	display:block;
	width:180px;
	height:65px;
	float:left;

}

div#header h1 a {

	display:block;
	width:180px;
	height:65px;
	background-image:url('http://magicmarkker.com/i/mhi.png');
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;

}

div#header h1 a:hover {

	background-position:0 -65px;

}

/* --- [ navigation ] ---------- */

div#header ul {

	display:inline;
	float:left;
	clear:none;
	width:310px;
	overflow:hidden;
	margin:52px 0 0 270px;

}

div#header ul li {

	display:inline;
	float:left;
	margin:0 0 0 30px;

}

div#header ul li a {

	display:block;
	background-image:url('http://magicmarkker.com/i/nav.png');
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	height:12px;

}

div#header ul li#nav-about {

	margin:0;

}

div#header ul li#nav-about a {

	width:50px;
	background-position:0 0;

}

div#header ul li#nav-about a:hover {

	background-position:-100px 0;

}

div#header ul li#nav-services a {

	width:65px;
	background-position:0 -50px;

}

div#header ul li#nav-services a:hover {

	background-position:-100px -50px;

}

div#header ul li#nav-work a {

	width:43px;
	background-position:0 -100px;

}

div#header ul li#nav-work a:hover {

	background-position:-100px -100px;

}

div#header ul li#nav-contact a {

	width:62px;
	background-position:0 -150px;

}

div#header ul li#nav-contact a:hover {

	background-position:-100px -150px;

}

/* --- [ sections ] ---------- */

div.section {

	display:block;
	clear:both;
	width:760px;
	margin:20px 0;
	padding:20px 0 0;
	border-top:1px solid #b09b83;
	overflow:hidden;

}

div.left {

	display:block;
	float:left;
	width:410px;
	margin:0 40px 0 0;

}

div.right {

	display:block;
	float:left;
	width:310px;
	margin:0;

}

/* --- [ contact form ] ---------- */

div#contact form div {

	margin:10px 0;

}

div#contact form div label {

	font-size:1.1em;
	display:block;
	clear:both;
	margin-bottom:2px;

}

div#contact form div input {

	width:200px;
	padding:3px;
	font-size:1.1em;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	background-color: #332a1d;
	color: #b09b83;

}

div#contact form div textarea {

	width:402px;
	height:150px;
	padding:3px;
	overflow:auto;
	font-size:1.1em;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	background-color: #332a1d;
	color: #b09b83;
	border: 1px solid #342518;

}
div#contact form div textarea:focus { border: 1px solid #bf5528; }

div#contact form div button {

	padding:3px 10px;
	font-size:1.1em;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	background-color: #332a1d;
	color: #bf5528;
	cursor:pointer;

}

div#contact form div button:hover {

	background-color:#bf5528;
	color:#fff;

}

/* --- [ footer ] ---------- */

div#footer p {

	margin:0;

}

div#footer ul {

	text-align:right;

}

div#footer ul li {

	display:inline;
	margin-left:22px;

}

/* --- [ misc ] ---------- */
#error { display: none; }
