/*
THEME NAME: Hike
THEME URI: http:/hikenj.net/
DESCRIPTION: Custom Theme for HikeNJ.net
VERSION: 1.0
AUTHOR: <a href="http://placenamehere.com/">Chris Casciano</a>
AUTHOR URI:
TAGS: custom, sandbox
*/


html {
	background: #bfce9c url(images/bg_bokeh.jpg) no-repeat fixed center top;
}

body {
	background: transparent url(images/bg_body.png) no-repeat center top;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

/*#access,*/
#wrapper {
	width: 900px;
	margin: 0 auto;	
}

#header {
	height: 600px;
	background:  url(images/bg_body.png) no-repeat -100px 0;
}

#pageWrap {
	background: #fff;
	/* overflow: auto; */
}

#pageWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#blog-title {
	font-size: 112px;
	padding: 30px 0 0 34px;
	white-space: nowrap;
	text-shadow: 0 0 8px rgba(0,0,0,.8);
	-webkit-text-shadow: 0 0 8px rgba(0,0,0,.8);
	-moz-text-shadow: 0 0 8px rgba(0,0,0,.8);
}

#blog-title a:link,
#blog-title a:visited {
	color: #000;
	text-decoration: none;
}
#blog-title a:hover,
#blog-title a:active {
	color: #b1d0f2;
}


h1,
h2 {
	font-size: 1.6em;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
	-webkit-text-shadow: 0 0 4px rgba(0,0,0,.5);
	-moz-text-shadow: 0 0 4px rgba(0,0,0,.5);
}

h3 {
	margin-top: 1em;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
	-webkit-text-shadow: 0 0 4px rgba(0,0,0,.5);
	-moz-text-shadow: 0 0 4px rgba(0,0,0,.5);
}

h4,
h5 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

a:link {
	color: #6d8baa;
}
a:visited {
	color: #000;
}
a:hover,
a:active {
	color: #b1d0f2;
}

img {
	margin: 6px 10px 6px 0px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
}

img.avatar {
	padding:1px;
}

img.alignright { /* WP Editor */
	float: right;
	display: inline;
	margin: 6px 0 6px 10px;
}

img.alignleft {
	float: left;
	display: inline;
	margin: 6px 10px 6px 0;
}

img.centered { /* WP Editor */
	display: block;
	margin-left: auto;
	margin-right: auto;
}


hr {
	margin: 1em 0.5em;
}

.form-label,
.form-submit {
	margin-top: 8px;
}

.form-label,
.sidebar #search h3 {
	padding: 0 4px;
	border-left: solid 4px #000;	
}

.sidebar #search h3 {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.sidebar img {
	margin: 6px 10px 6px 0px;
	padding: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

input[type=text],
textarea {
	padding: 4px;
	width: 554px;
	background: #b1d0f2;
	border: solid 4px #000;
}

input[type=text]:focus,
textarea:focus {
	background: #fff;
}

input[type=submit] {
	padding: 4px;
	font-weight: bold;
	background: #a7b983;
	border: solid 4px #000;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #fff;
}

strong {
	font-weight: bold;
}

/* post content typography */

.entry-content ul,
.entry-content ol {
	margin-left: 30px;
}
.entry-content li,
.entry-content p,
.entry-content blockquote {
	margin-bottom: 0.5em;
}

.entry-content blockquote {
	font-style: italic;
	padding: 0 2em;
	color: #666;
}

.entry-date {
	margin-bottom: 1em;
	color: rgba(0,0,0,.5);
	font-style: italic;
	font-size: 0.9em;	
}

.entry-meta {
	margin-top: 2em;
	color: rgba(0,0,0,.5);
	font-style: italic;
	font-size: 0.9em;
}

#blog-description {
	font-size: 14px;
	padding-right: 100px;
	padding-left: 300px;
	margin-top: -15px;
}

#menu {
	margin-top: 20px;
}

#menu li {
	font-size: 16px;
	width:300px;
	margin-bottom: 3px;
}

#menu li a {
	color: #000;
	display:block;
	font-size: 18px;
	width:270px;
	padding:5px 0 3px 30px;
	font-weight: bold;
	text-decoration: none;
}

#menu li.current_page_item a {
	background-color: #fff;
}

#menu li a:hover,
#menu li a:active {
	color: #b1d0f2;
	background-color: rgb(255,255,255);
}

#menu .page-item-38 a {
	padding-left: 74px;
	width: 226px;
}

#menu .page-item-4 a {
	padding-left: 115px;
	width: 155px;
}

#menu .page-item-32 a {
	padding-left: 125px;
	width: 145px;
}

#menu .page-item-29 a {
	padding-left: 100px;
	width: 200px;
}

#menu .page-item-2 a {
	padding-left: 30px;
	width: 270px;
}

#container {
	float:right;
	display: inline;
	margin:0 0 0 -300px;
	width:100%;
	background: #fff;
	line-height: 1.4;	
}

#container #content {
	margin:0 30px -340px 300px;
	position: relative;
	top: -340px;
}


.sidebar {
	float:left;
	display: inline;
	overflow:hidden;
	width: 240px;
	padding-left: 30px;
	font-size: 0.9em;
	background: #fff;
}

.sidebar input[type=text] {
	width: 140px;
}

#secondary {
	clear:left;
	padding-bottom: 30px;
}

.sidebar .ad {
	margin: 1em 0 1em -10px ;
}

.sidebar li li {
	margin-bottom: 0.25em;
}

#footer {
	height: 300px;
	background: #bfce9c url(images/bg_footer.png) no-repeat left bottom;
	background: rgba(255,255,255,.3) url(images/bg_footer.png) no-repeat left bottom;
	clear:both;
/*	margin-top:30px; */
	padding: 30px;
}

#footer h3 {
	color: #fff;
	margin-top: 0;
}

#footer p {
	font-size: 0.9em;
	line-height: 1.4;
}

#footer .support {
	font-size: 0.9em;
	float: left;
	display: inline;
	width: 240px;
	margin: 0;
}

#footer .support p {
	padding: 0 12px;
}

#footer .support img {
	margin: 6px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 8px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.8);
}

#footer .sitemap {
	font-size: 0.9em;
	float: left;
	display: inline;
	width: 240px;
	margin: 0 0 0 30px;
}

#footer .bio {
	font-size: 0.9em;
	width: 240px;
	margin: 0 0 0 600px;
}
* html #footer .bio {
	width: 230px;
}

#footer p a:link,
#footer p a:visited {
	color: #fff;
}
#footer p a:hover,
#footer p a:active {
	color: #000;
}


/* content specific stuff */

.entry-content .parkList {
	margin-left: 0;
}

.parkList li {
	margin-bottom:0;
}

.parkList a {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.parkList a:hover,
.parkList a:active {
	color: #b1d0f2;
}

#footer .parkList a:hover,
#footer .parkList a:active {
	color: #fff;
}

/* commenting */

#comments {
	margin-top: 90px;
	margin-bottom: 30px;
}

#comments .comment {
	position: relative;
	margin: 1em 0;
}

#comments .comment-author,
#comments .comment-meta {
	font-size: 0.9em;
	padding-left: 44px;
	line-height: 1.6;
	color: rgba(0,0,0,.5);
	font-style: italic;
}

#comments .comment-meta {
	padding-bottom: 0.5em;
	margin-bottom: 4px;
	border-bottom: solid 4px #000;
	zoom: 1;
}

#comments .avatar {
	position: absolute;
	top: -2px;
	left: 0px;
}

* html #comments .avatar {
	left: -44px;
}

#respond {
	margin-top: 30px;
}

#respond #login {
	margin: 1em 0;
}

/* parks pages */
#books {
	zoom: 1;
}

#books:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#books ul {
	margin-left: 0;
}

#books li {
	float: left;
}

.entry-content .imgList {
	margin-left: 0;
}

.imgList {
	zoom: 1;
}

.imgList:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imgList li {
	float: left;
}

/* wp stuff */

.edit-link {
	display: block;
	display: none;
	padding: 4px;
	background: pink;
	text-align: right;
}
