/*
Theme Name: Green Pages NJ
Theme URI: 
Description: Custom WordPress Theme Design and Development by iDesign Studios
Author: iDesign Studios
Author URI: http://www.idesignstudios.com
Version: 1.0
Tags: 
*/

/* CSS Document - Table of Contents
--------------------------------------------- /

01 - Color Palette
02 - Main Styles
03 - ID's
04 - Navigation
05 - Classes
06 - Lists / Blockquotes
07 - Forms
08 - Images
09 - Comments

/* 01 Color Palette
--------------------------------------------- /

#FFFFFF - White
#000000 - Black

#EBEDE2 - Green 1 - Light
#DFE5D3 - Green 2
#BBC7AB - Green 3
#C2D0AF - Green 4
#547139 - Green 5 - Dark

#949494 - Grey - Light
#646464 - Grey - Medium
#555555 - Grey - Dark

*/


/* 02 - Main Styles
--------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bk_body-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #EBEDE2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 140%;
	color: #646464;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 30px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
	line-height: 130%;
}
h1 {
	padding: 0px 0px 10px 0px;
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.sidebar h3 {
	padding: 0px;
	font-size: 20px;
}
#nav h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	color: #547139;
}
#footer h3 {
	padding: 0px 0px 10px 0px;
}
hr {
	margin: 30px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #BDBDBD;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	height: 0px;
	clear: both;
}

/* 03 - ID's
--------------------------------------------- */

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 5px solid #C2D0AF;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;	
	height: 245px;
}
#nav_container {
	margin: 0px auto 0px auto;
	padding: 85px 0px 0px 0px;
	background-image: url(images/bk_header-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 245px;
	width: 960px;
	height: 80px;
}

#nav {
	margin: 0px auto 0px auto;
	padding: 12px 0px 0px 335px;
	background-image: url(images/bk_nav-trans.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #547139;
	text-align: left;
	width: 345px;
	height: 76px;
	float: left;
}
#logo {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 60px;
	float: left;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
}
#page {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(images/bk_page-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 960px;
	min-height: 205px;
	clear: both;
}
#content {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 625px;
	float: left;
}
#content_full {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background-image: url(images/bk_body-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #EBEDE2;
	width: 960px;
	min-height: 205px;
}
#sidebar {
	margin: 0px 55px 30px 0px;
	padding: 10px 30px 50px 30px;
	background-image: url(images/bk_body-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #DFE5D3;
	font-size: 12px;
	line-height: 130%;
	min-height: 205px;
	width: 220px;
	float: left;
}
.sidebar_footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer_container {
	margin: 0px auto 0px auto;
	padding: 10px 0px 30px 0px;
	text-align: center;
	clear: both;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	clear: both;
}
#footer_top {
	margin: 0px auto 30px auto;
	padding: 20px 0px 20px 0px;
	border: 1px solid #BDBDBD;
	border-left: 0px;
	border-right: 0px;
	width: 960px;
	text-align: center;
}
#footer_copyright {
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
	width: 960px;
	font-size: 12px;
	color: #646464;
}
#footer_credit {
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 0px;
	width: 960px;
	font-size: 11px;
	color: #949494;
}


/* 04 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #547139;
}
a:visited {
	text-decoration: none;
	color: #547139;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #547139;
}


a.widget_footer:link {
	text-decoration: none;
	color: #547139;
}
a.widget_footer:visited {
	text-decoration: none;
	color: #547139;
}
a.widget_footer:hover, a.widget_footer:focus {
	text-decoration: none;
	color: #000000;
}
a.widget_footer:active {
	text-decoration: none;
	color: #547139;
}


a.footer_copyright:link {
	text-decoration: none;
	font-size: 13px;
	color: #646464;
}
a.footer_copyright:visited {
	text-decoration: none;
	font-size: 13px;
	color: #646464;
}
a.footer_copyright:hover, a.footer_copyright:focus {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
a.footer_copyright:active {
	text-decoration: none;
	font-size: 13px;
	color: #646464;
}

a.footer_credit:link {
	text-decoration: none;
	color: #949494;
}
a.footer_credit:visited {
	text-decoration: none;
	color: #949494;
}
a.footer_credit:hover, a.footer_credit:focus {
	text-decoration: none;
	color: #000000;
}
a.footer_credit:active {
	text-decoration: none;
	color: #949494;
}


#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#nav li a {
	margin: 0px;
	padding: 30px 15px 20px 15px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	height: 24px;
}
#nav li a:visited {
	text-decoration: none;
}
#nav li a:hover, #nav li a:focus {
	text-decoration: none;
}
#nav li a:active {
	text-decoration: none;
}


/* 05 - Classes
--------------------------------------------- */
.small {
	font-size: 12px;
}
small {
	font-size: 11px;
}
.widget {
	margin: 0px;
	padding: 0px;

}
.widget_footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	text-align: left;
	line-height: 120%;
	font-size: 11px;
}
.navigation {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	clear: both;
}
.content_3col_left {
	margin: 0px 0px 30px 0px;
	padding: 0px 55px 0px 0px;
	font-size: 14px;
	line-height: 130%;
	width: 280px;
	float: left;
	clear: both;
}
.content_3col_photo_right {
	margin: 0px;
	padding: 0px;
	width: 625px;
	height: 260px;
	float: left;
}
.content_3col_mid {
	margin: 0px 0px 30px 0px;
	padding: 0px 55px 0px 0px;
	width: 285px;
	float: left;
}
.content_3col_right {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 285px;
	float: left;
}

/* 06 - Lists, etc.
--------------------------------------------- */

blockquote {
	margin: 20px;
	padding: 5px 10px 5px 20px;
	border: 1px solid #BDBDBD;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}

ul li {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.entry ul li {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	list-style-type: none;
	list-style-image: none;	
}

.sidebar ul li li {
	margin: -1px 0px 0px 0px;
	padding: 0px;	
	list-style: none;
	font-size: 12px;
	border: 1px solid #BDBDBD;
	border-left: 0px;
	border-right: 0px;
	text-decoration: none;
	display: block;
}

.sidebar ul li li a {
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	display: block;
}
.sidebar ul li li a:hover, .sidebar ul li li a:focus {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	text-decoration: none;
}

.sidebar ul p, .sidebar ul select {
}

.sidebar ul ul, .sidebar ul ol {
	padding: 10px 0px 0px 0px;
}

.sidebar ul ul ul, .sidebar ul ol {
	padding: 0px 0px 0px 10px;
}

ol li, .sidebar ul ol li {
}

.sidebar ul ul li a, .sidebar ul ol li a {
}
	
.sidebar ul ul li a:hover, .sidebar ul ol li a:hover, .sidebar ul ul li a:focus, .sidebar ul ol li a:focus {
}

.sidebar ul ul ul li, .sidebar ul ul ol li {
}

.sidebar ul ul ul li a, .sidebar ul ul ol li a {
}

.sidebar ul ul ul li a:hover, .sidebar ul ul ol li a:hover, .sidebar ul ul ul li a:focus, .sidebar ul ul ol li a:focus {
}



/* 07 - Forms
--------------------------------------------- */
form {
	margin: 0px;
}
input, textarea {
	margin: 0px;
	padding: 5px;
	border: 0px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #BBC7AB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
} 
input:hover, textarea:hover, select:hover, input:focus, textarea:focus {
	background-image: none;
	background-color: #BBC7AB;
} 
select {
	margin: 0px;
	padding: 5px;
	border: 0px;
	background-color: #BBC7AB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
} 
select:focus {
	background-color: #BBC7AB;
} 
#submit {
	margin: 0px;
	padding: 5px;
	border: 0px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #547139;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
}
#submit:hover, #submit:focus {
	background-image: none;
	background-color: #547139;
}


/* 08 - Images
--------------------------------------------- */

.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}	
.imgborder {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
	border: 0px;
}
img.alignnone{
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
}
img.aligncenter {
	margin: 0px auto 0px auto;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	display: block;
	border: 0px;
}
img.alignright {
	margin: 0px 0px 15px 15px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	display: inline;
	border: 0px;
}
img.alignleft {
	margin: 0px 15px 15px 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	display: inline;
	border: 0px;
}
.alignright {
	float: right;
	border: 0px;
}
.alignleft {
	float: left;
	border: 0px;
}
.aligncenter {
	margin: 0px auto 0px auto;
	text-align: center;
	display: block;
	border: 0px;
}
.wp-post-image {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
}
a.wp-post-image {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
}
a.wp-post-image:visited {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
}
a.wp-post-image:hover, a.wp-post-image:focus {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_moreopaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
}
a.wp-post-image:active {
	margin: 0px;
	padding: 5px;
	background-image: url(images/sp_moreopaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
}
.clear {
	clear: both;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0px;
	display: block;
}
#access .menu {
	font-size: 14px;
}
#access .menu ul {
	margin: 0px;
	list-style: none;
}
#access .menu li {
	position: relative;
}
#access a {
	padding: 0px; 
	display: block;
	text-decoration: none; 
	color: #547139; 
}
#access ul ul {
	display: none;
	position: absolute;
	top: 43px;
	left: 0px; 
	float: left;
	z-index: 99999;
	text-align: left;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	border: 1px solid #BDBDBD;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
#access ul ul ul {
	top: -11px; 
	left: 200px;
}
#access ul ul a {
	padding: 10px 15px 10px 15px; 
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	border: 1px solid #EBEDE2;
	background-color: #EBEDE2;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 170px;
	height: auto; 
	font-size: 13px;
}
#access li:hover > a, #access li:focus > a {
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #EBEDE2;
	color: #547139; 
}
#access ul ul :hover > a, #access ul ul :focus > a {
	background-image: url(images/sp_moreopaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #EBEDE2;
	color: #000000; 
}
#access ul li:hover > ul, #access ul li:focus > ul {
	display:block;
}


/* Blog Posts
-------------- */

.post_info {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
}
#author_byline {
	padding: 0px 35px 30px 25px;
	background-image: url(images/sp_moreopaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	text-align: justify;
	font-size: 14px;
}

.author_avatar {
	margin: 0px 10px 15px 0px;
	padding: 5px;
	background-image: url(images/sp_moreopaque-trans.png);
	background-position: top left;
	background-repeat: repeat;
	display: inline;
	border: 0px;
	float: left;
}


/* Begin Comments*/

.thread-alt {
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
}
.thread-even {
	background-image: url(images/sp_moreopaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
}
.depth-1 {
}

.even, .alt {
}


.alt {
	margin: 0px;
	padding: 10px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
}
.commentlist {
	padding: 0px;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 20px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
}
.children {
	padding: 0px;
}
#commentform p {
	margin: 5px 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
	font-size: 11px;
	color: #555555;
}
.commentmetadata a {
	margin: 0px;
	display: block;
	font-size: 11px;
	color: #555555;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 14px;
	line-height: 140%;
}
.commentlist li .avatar { 
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #BDBDBD;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
}

.bypostauthor cite, .bypostauthor cite a {
	font-style: normal;
	color: #547139;
}



#commentform p {
	margin: 5px 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.says {
	display: none;
}

.comment_disclaimer {
	padding: 0px 10px 5px 0px;
	font-size: 11px;
	color: #555555;
}
li.bypostauthor {
	background-color: #BBC7AB !important;
}


/* End Comments */
