/*
THEME NAME: Sandbox 
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

* { margin: 0; padding: 0; }
/* Global reset for all elements */

html{
	background: #090501 url(http://marcsdesign.com/images/bkg-paper-lower.jpg) no-repeat fixed center 80px;
}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 81%;
	}
	

h1 {
	color: #FFFFFF;
	font: normal normal 2.1em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-shadow:0 1px 0 #000000;
	}

h2 {
	color: #FFFFFF;
	font: normal normal 2.4em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-shadow:0 1px 0 #000000;
}

h3 {
	font: italic bold 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}

h4 {
	font: italic bold 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#6a816f;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
h2 a {
	color: #ffffff;
	}	
	
	
h2 a:visited {
	color: #ffffff;
	}





h4 {
	color: #322928;
	font:  normal 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
        text-shadow:0 1px 0 #dcd8c8;
	}

p {
	font-size: 1em;
	line-height: 1.6em;
	clear: left;
	margin: 6px 0;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #acacac;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}



#shell {
	margin: 0 auto;
	position:fixed;
	width:100%;
	background: url(http://marcsdesign.com/images/bkg-desk-top2.jpg) no-repeat center top;
	overflow: hidden;
	height: 101px;
	z-index: 90;
	}



#wrapper {
	margin: 0 auto;
	width: 820px;
	overflow: hidden;
	position: relative;
	padding-top: 85px;;

	}

#navigation {
	color: #b49a5a;
	padding: 60px 0 0 210px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: .2px;
	height: 92px;
	background: url(http://marcsdesign.com/images/logo-md.png) no-repeat left;
}

#navigation li {
	display: block;
	float:left;

}

#navigation a {
	color: #775335;
	text-decoration: none;
	display:block; /* Give the a tag a block element so we can use background images on it */
	float:left; /* float it left for IE 6. Otherwise it creates a break even though the li above is floating*/
	padding: 13px 10px 0;
	min-height:37px;
	max-height:37px;
	}

/* IE 6 Min Height hack */
* html #navigation a { height:37px}

#navigation a:hover {
	color: #6a816f;
	text-decoration: none;	
	}

#navigation a.selected {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
	background:rgba(0,0,0,.40);
	}
	

div#container {
	width: 590px;
	_height: 1%;
	display: inline;
	float: left;
	color: #acacac;

	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#container a{
	color: #6a816f;
	text-decoration: none;
}
div#container a:hover{
	color: #fff;
	text-decoration: none;
}
div#container a.visited{
	color: #6a816f;
	text-decoration: none;
}

div#content {
	margin: 0 0 0 0px;
        font:  normal 1.15em/1.4em "Helvetica",Arial,sans-serif;
}

div#content h2 a{
	color: #ffffff;
}

div#content h2 a:hover {
	color: #6a816f;
}


div#content img,
div#content embed{
	padding: 7px;
	margin: 6px;
	background: #090501;
	border: 1px solid #464646;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.40);
}

div#content a:hover img{
	background:rgba(0,0,0,.50);
}



div#content a{
	color: #6a816f;
	text-decoration: none;
}

div#content a.visited{
	color: #6a816f;
	text-decoration: none;
}

div#content ul li {
	color:#acacac;
        list-style-image:url(http://www.marcsdesign.com/images/icn_star.gif);
        list-style-position:outside;
        list-style-type:none;
        margin:0 35px 0 25px;
        padding-bottom:5px;
        padding-top:5px;;
}

.img-wrap {
	padding: 7px;
	margin: 6px;
	background: #090501;
	border: 2px solid #666c71;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.40);
}

div.sidebar {
	float: right;
	background: url(images/bkg_testimonials.png) no-repeat;
	padding: 10px;
	width: 178px;
	_height:1%;
	display: inline;
	color: #484B55;
	margin-top: 30px;
	text-shadow: 0 1px 0 #000000;
	}



div.sidebar h3 {
margin-top:20px;
}

div.sidebar li {
	font: .95em/1.6em "Helvetica",Arial,sans-serif;
	color:#acacac;
	list-style: none;
	border-bottom:1px dotted #2c2c21;
	padding-bottom:1px;

}

div.sidebar li a{
	color:#6a816f;
	list-style: none;
	text-decoration: none; display:block;
}


div.sidebar li a:hover{
	color:#fff;
	list-style: none;
	text-decoration: none; display:block;
	font-weight: bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-raidus:4px;
	background:rgba(0,0,0,.40);
	padding-left: 4px;
}




.entry-date {
	font-size: .9em;
	color: #484b55;
        padding-bottom: 6px;
		padding-top:3px;
}
.entry-meta {
	
    font: italic .75em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #acacac;
    padding: 6px;
    margin-bottom: 40px;  
    -webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
	background:rgba(0,0,0,.30);

}

entry-title {

	margin-top: 5px;
}


.nav-previous {
 font: italic .75em/1.3em Georgia, "Times New Roman", Times, serif;
}

.nav-next {
 font: italic .75em/1.3em Georgia, "Times New Roman", Times, serif;
}



/* Just some example content */
div#header{text-align:left;margin-bottom:1em;}
div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

.entry-title{clear:both;}
div#container {margin-top:.4em;}
div.sidebar{margin-top:.012em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:;color:#775335;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 .75em; padding-left: 15px;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}




/*div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font:"Lucida Grande", Lucida, Verdana, sans-serif; margin-bottom: 5px;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 0em;}
div.sidebar ul ul li{margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0em;}*/


#footer {
	clear: both;
	color: #484b55;
	width: 820px;
	font: .81em "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#footer p{
padding-left: 20px;
}
	
#footer h3 {
	width:225px;
	float:right;
	
	}

#footer ul {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 18px;
	padding-top: 35px;
	padding-left: 20px;
	}

#footer li {
	display: inline;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#footer a {
	color: #6a816f;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccd3b0;
	}


#footer a:visited  {
	color:#6a816f;
	}



/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}

.avatar { float:right; border: 1px solid #d6e0e4; padding:3px; background: #ffffff;}
.comments h3 {text-align:left; font:1.5em Georgia, serif; margin: 10px 0}
.comments ol {list-style:none;}
.comments .fn {font-weight: bold; font:1.4em Georgia, serif;}
.comment-meta {font: italic .75em/1.3em Georgia, "Times New Roman", Times, serif; color:#775335; }
.published {font: italic .8em/1.3em Georgia, "Times New Roman", Times, serif; border:0; color:#775335;}

.comments li {
	
	padding:18px 13px 18px 23px; 
	margin-bottom: 5px;
	padding: 8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.40);
	color: #ffffff;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
	border-left:0px ;
	border-right:0px;
}


.comments-link a {
	background:url(http://marcsdesign.com/images/icn_comment.gif) no-repeat ;
	padding:0 0 0 18px;
	}

.tag-links  {
	background:url(http://marcsdesign.com/images/icn_tag.gif) no-repeat ;
	padding:0 0 0 18px;}


.cat-links  {
	background:url(http://marcsdesign.com/images/icn_folder.gif) no-repeat ;
	padding:0 0 0 18px;
	}

#content h3 {text-align:left; font:1.5em Georgia, serif; margin: 1px 0;}


#commentform input[type="text"], #commentform textarea {
	margin-bottom: 5px;
	padding: 8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.40);
	color: #ffffff;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
	border-left:0px ;
	border-right:0px;
}

#commentform input:focus {
	background: #627B69;
	background:rgba(0,0,0,.60);
	
}

#commentform textarea:focus {
	background: #627B69;
	background:rgba(0,0,0,.60);
	
}


.text-input  {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.40);
	color: #ffffff;
	padding: 9px;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
}

#searchform input {
	float:left;
	padding-left: 4px;
	border-left:0px ;
	border-right:0px;
}

#searchform {

	margin-bottom: 30px;
	overflow: hidden;
	width:100%;
}

#blockquote {
background:#d9e8ef url(http://marcsdesign.com/images/blockquote.gif) no-repeat scroll left bottom;
margin:1em;
padding:5px 20px 30px;
}


.post img {

max-width: 566px;
height: auto;
}