/*
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: #121214 url(http://civilianjeep.com/images/bkg-sky.jpg) no-repeat fixed center top ;
}

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 #637686;
	}

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

h3 {
	font: italic bold 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
	/*color:#637686;  - denim blue */
	color:#A9A858;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

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.5em;
	clear: left;
	margin: 6px 0;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #806d62;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}


#shell {
	margin: 0 auto;
	position:fixed;
	width:100%;
	background: url(http://civilianjeep.com/images/head-top.png) no-repeat center top;
	overflow: hidden;
	height: 200px;
	padding-left: 460px;
	z-index: 90;
	}


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

	}


div#container {
	width: 630px;
	_height: 1%;
	display: inline;
	float: right;
	color: #333333;
	padding: 10px;
	margin-top: 170px;
	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;
	text-shadow: 0 1px 0 #000000;
}


.entry-content {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:#d8e8ef;
	background:rgba(0,0,0,.2);
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:8px;
	border-bottom:1px solid #6B5044;
	margin-bottom:10px;


}

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

div#content h2 a:hover {
	color: #a9a858;
	text-shadow: 0 1px 0 #000000;
	
}



div#content img,
div#content embed {
	padding: 7px;
	margin: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:#acb9bf;
	background:rgba(0,0,0,.30);
	color: #ffffff;
	border-bottom:1px solid #6b5044;
	border-left:0px ;
	border-right:0px;
	border-top:0px;
}

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



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


div#content a:hover  {
	text-shadow:0 1px 0 #637686;
}


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

div#content ul li {
	color:#333333;
    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 #6b5044;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.20);
}


.more-link {
	font: italic bold 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#637686;
	letter-spacing:-.5px;
}

div.sidebar {
	float: left;
	font: normal .95em/1.5em"Helvetica",Arial,sans-serif;
	padding: 10px;
	width: 278px;
	_height:1%;
	display: inline;
	color: #333333;
	margin-top: 50px;
	text-shadow: 0 1px 0 #000000;
	text-align:left;
	z-index:95;
	position:fixed;
	}
	
div.sidebar a {
	color:#6b5044;
}

div.sidebar a:hover {
	color:#fff;
	text-shadow:0 1px 0 #000000;
}

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

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

}

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


div.sidebar li a:hover{
	color:#ffffff;
	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,.10);
	padding-left: 4px;
	padding-right: 4px;
	text-shadow:#000000;
}



.entry-date {
	font-size: .9em;
	color: #484b55;
    padding-bottom: 6px;
	padding-top:3px;
}
.entry-meta {
	
    font: normal .8em/1.5em"Helvetica",Arial,sans-serif;
	color: #806d62;
    padding: 20px;
    margin-bottom: 40px;  
    -webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	border-bottom:1px solid #6B5044;
	background:#d8e8ef;
	background:rgba(0,0,0,.2);

}

.entry-meta a:hover{
	text-shadow:0 1px 0 #637686;
}

.unapproved  {
	color: #ffffff;
	text-shadow:0 1px 0 #637686;
}


entry-title {
	margin-top: 5px;
}

entry-title  {
	color: #fff;
	text-shadow:0 1px 0 #637686;
}


.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#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%;}



#footer {
	clear: both;
	color: #806D62;
	width: 920px;
	font: normal .95em/1.5em"Helvetica",Arial,sans-serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
}
#footer p{
	padding-left: 300px;
	text-shadow: 0 1px 0 #000000;
}
	
#footer h3 {
	width:225px;
	float:right;
	
	}

#footer ul {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-top: 8px;
	padding-left: 320px;
	}

#footer li {
	display: inline;
	font: normal 1em/1.5em"Helvetica",Arial,sans-serif;
	font-style:italic;
}

#footer a {
	color:#637686;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow:0 1px 0 #000000;
	}


#footer a:visited  {
	color:#637686;
	}



/* 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 .8em/1.3em Georgia, "Times New Roman", Times, serif; color:#b39f93; }
.published {font: italic .8em/1.3em Georgia, "Times New Roman", Times, serif; border:0; color:#806d62;}

.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,.2);
	color: #ffffff;
	border-bottom:1px solid #6b5044;
	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-bottom:1px solid #6b5044;
	border-left:0px ;
	border-right:0px;
	border-top:0px;
}

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

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


.text-input  {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.35);
	color: #ffffff;
	padding: 10px;
	border-top:0px;
	border-bottom:1px solid #6b5044;
}

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

#searchform {

	margin-bottom: 25px;
	margin-top:5px;
	overflow: hidden;
	width:100%;
}

.post img {

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

.form-label {
	color:#b39f93;
}
