/* GLOBAL STYLING */
#wrapper {
	width:100%;
	max-width:960px !important;
	margin:0 auto;
	overflow:hidden;
}

.searchheader {
	margin-top:55px;
}

.failedsearch {
	margin-top:55px;
}

.failedsearch .errormessage {
	font-size:2em;
	margin-bottom:20px;

}


/* SCREEN DEPENDENT STYLING */

@media (min-width: 601px) {
/*
Theme Name:Wood Rogers
 
*/

	.ngg-singlepic {
		width:100% !important;
		height:auto;
	}	

	.ngg-imagebrowser-nav {
		float:left !important;
		margin-left:auto;
		margin-right:auto;
		top:370px !important;
		width:100%;
	}	

	.ngg-imagebrowser .pic a img {
		width:100% !important;
		height:auto;
	}

	.ngg-imagebrowser {
		margin-bottom:10px;
	}	

/* RESET */
* {
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hometext, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}
/* BASIC */
abbr[title], acronym[title] {
	border-bottom:thin solid;
	cursor:help;
}
body {
	background:#fff;
	font-size:12px;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#555;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1, h2 {
	font-size:30px;
	line-height:32px;
	padding-bottom:10px;
}
h1 span {font-weight:normal;} 

hometext {
	font-size:30px;
	line-height:32px;
	padding-bottom:10px;
}

h3 {
	font-size:16px;
	line-height:24px;
}
h4 {
	font-size:14px;
	line-height:20px;
}
h5 {
	font-size:14px;
	line-height:20px;
}
h6 {
	font-size:14px;
	line-height:20px;
}
small {
	font-size:10px;
	line-height:16px;
}
dl {
	font-size:12px;
}
dt {
	font-weight:bold;
}
a {
	color:#0047a7;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
fieldset, img {
	border:none;
}
hr {
	color:#ddd;
	background-color:#ddd;
	height:1px;
	border:0px;
}


#content {
	overflow:hidden;
	max-width:680px !important;
	padding-top:55px;
	padding-right:10px;
}

.left {float:left;}
.right {float:right;}
/* #left_wrap */
#left_wrap {
	display:inline-block;
	float:left;
	width:280px;
	height:600px;
	min-height:600px;
	vertical-align:top;
}
/*  .left_wrap_fixed{position:fixed;}*/
#left_wrap_bg {
	position:relative;
	width:280px;
	height:100%;
}
/* #header */
#header {
	overflow:hidden;
	width:280px;
	height:55px;
}
.show_on_mobile {display:none;}

#header h1 {
	width:280px;
	height:100px;
}
#header h1 a {
	display:block;
	color:#767676;
	line-height:100px;
	height:100px;
	text-align:center;
	text-shadow:1px 2px 3px #999;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header h1 a.logo_img {
	overflow:hidden;
	width:280px;
	text-align:center;
}
#header h2 {
	display:none;
	height:20px;
	line-height:20px;
	margin:0;
	color:#999;
	font-size:12px;
	font-weight:normal;
}
/* #nav */
#menus {
	width:270px;
	background:#7db347
}
#menus a {
	display:block;
	color:#fff;
	line-height:22px;
	padding:0 10px;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	text-align:left;
	border:0px;
	height:22px;
}
#menus ul {
	list-style:none;
	margin:0;
}
#menus ul ul a {
	background:#fff;
	color:#666;
	margin:0px;
	padding:0 22px;
	text-align:left;

}
#menus li {
	position:relative;
	line-height:22px;
	margin:0;
	padding:0;
	background:none;
	width:270px;
}

#menus a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #a1bC87 !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
}

/*********************************************************************/
/* Start Submenu customization, Talk to Devin if this is screwed up. */
/*********************************************************************/

#menus ul ul ul ul li.current_page_item > a {
	background-image:url('/wp-content/uploads/bullet2.png') ;
	background-repeat:no-repeat;
	background-position:left center;
 
 	color:#000;
} 



/* Currently Opened Link, MAIN menu, Level 1*/
#menus ul li.current_page_item > a {
    background:#b1cc97;
 	color:#fff;
	
} 

/* Currently Opened SUB menu, Level 2*/
#menus ul ul li.current_page_item > a {
   
    background:#b1cc97;
 	color:#fff;
} 

/* PARENT of Currently Opened SUB menu, Level 2*/
#menus ul ul li.current_page_parent > a  {
	background:#ffffff;
	background-image:url('/wp-content/uploads/bullet1.png') !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
	color:#666;
	font-weight:bold;
}

#menus ul ul ul li.current_page_parent > a  {
	background:#ffffff;
	background-image:url('/wp-content/uploads/bullet2.png') !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
	color:#666;
	font-weight:bold;
}


#menus ul ul li.current-menu-parent > a {
	background:#ffffff;
	color:#fff;
}

/* Ancestor of Level 4 selected item (Edits level 2) */
#menus ul ul li.current_page_ancestor > a  {
	color:#666 !important;
	font-weight:bold !important;
    background:#ffffff;
	background-image:url('/wp-content/uploads/bullet1.png') !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
}



/* Currently Opened SUB menu CHILD, Level 3*/
#menus ul ul ul li.current_page_item > a {
    background:#b1cc97;
 	color:#fff !important;
	background-image:none !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
} 

#menus ul ul ul ul li.current_page_ancestor > a {
    background:#ffffff;
 	color:#000000 !important;
	background-image:none !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
} 

/* Temporary design note: No apparent changes if edited here*/
#menus ul li.current-menu-item > a, 
#menus ul li.current-menu-parent > a {
	background:#b1cc97 !important;
	color:#fff;
}

#menus ul li.current_page_ancestor > a  {
	background:#b1cc97;
	color:#fff;
}



#menus ul li.current-menu-ancestor > a {
	background:#ffcc97 !important;
	color:#fff;
}

/* parent of currently selected Sub menu, level 2 (highlight level 1 item)*/
#menus ul li.current_page_parent > a {
	background:#b1cc97;
	color:#fff;
}



/* Main menu block, level 1 and 2 HOVER*/
#menus ul li.current_page_item:hover > a, 
#menus ul li.current-menu-ancestor:hover > a, 
#menus ul li.current-menu-item:hover > a, 
#menus ul li.current-menu-parent:hover > a {
	background:#b1cc97;
}


/* Controls the separation between the bottom most
item in the main menu and the first sub-item */
#menus ul ul {
display:none;
margin-top:23px;
}

/* Makes sure that the margin from the main menu isn't passed
on to its children */
#menus ul ul ul {
display:none;
margin-top:0px;
}

/***************************************************/
/*************** END Customization *****************/
/***************************************************/

#menus ul li.current_page_ancestor {display:block}
 
#menus ul ul ul ul {
display:none;
}
#menus ul ul ul ul ul {display:none;}

#menus ul li.current_page_item ul {display:block}
#menus ul li.current_page_item ul ul {display:none}

#menus ul li.current_page_parent ul {display:block}
#menus ul li.current_page_parent ul ul {display:none}

#menus ul li.current_page_ancestor ul {display:block}
#menus ul li.current_page_ancestor ul ul {display:none}

#menus ul li.current_page_parent ul li.current_page_item ul {display:block;}
#menus ul li.current_page_parent ul li.current_page_item ul  ul {display:none;}


#menus ul li.current_page_ancestor ul  li.current_page_item  ul {display:block} 
#menus ul li.current_page_ancestor ul li.current_page_item ul ul{display:none}


#menus ul li.current_page_ancestor ul li.current_page_parent ul {display:block}
#menus ul li.current_page_ancestor ul li.current_page_parent ul ul {display:none}

#menus ul li.current_page_ancestor ul li.current_page_parent ul li.current_page_item ul {display:block}
#menus ul li.current_page_ancestor ul li.current_page_parent ul li.current_page_item ul ul {display:none}

#menus ul li.current_page_ancestor ul li.current_page_ancestor ul   {display:block}
#menus ul li.current_page_ancestor ul li.current_page_ancestor ul ul {display:none}

#menus ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul   {display:block} 
  
  #menus ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul.children li  ul li{
    display: none;
}

/* Sub menu level 1 */
#menus ul ul li {
	border:none;
}

/* Sub menu level 2 */
#menus ul ul ul li a {
	padding:0 0 0 40px;
	
} 

/* Sub menu level 3 */
#menus ul ul ul ul li a {
	padding:0 0 0 50px;
}

#menus ul ul ul {
	left:100%;
	
}


/* rss + search */
#rss_search {
	display:none;
	height:28px;
	margin:0;
	padding:10px;
	border-top:1px solid #fff;
}
#rss {
	float:left;
	line-height:28px;
	padding-left:32px;
	background:url("images/all_icon.png") no-repeat 0 -320px;
}
#search {
	overflow:hidden;
	float:right;
	width:160px;
	height:26px;
	margin:1px 0;
	background:url("images/all_icon.png") no-repeat 0 0;
}
#search form {
	padding:0;
	position:relative;
}
#search input#s {
	width:120px;
	height:20px;
	background:transparent;
	border:none;
	color:#333;
	padding:3px 6px;
	font-size:12px;
}
#search form input#searchsubmit {
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	width:27px;
	height:26px;
	border:none;
	text-indent:-9999px;
	background:transparent;
}
#search form input#searchsubmit:hover {
	background:url("images/all_icon.png") no-repeat -133px -30px;
}
#searchform {
	margin-bottom:18px;
}
.entry #searchform input#s {
	height:16px;
	padding:3px 6px;
}
/* #sidebar */
#sidebar {
	width:280px;
	height:100%;
	display:none;
}
.sidebar_fixed {
	padding:0 0 120px;
	display:none;
}
#sidebar a {
	color:#333;
}
#sidebar a:hover {
	color:#0047a7;
	text-decoration:underline;
}
#sidebar h3, #sidebar h2 {
	display:block;
	line-height:40px;
	height:40px;
	margin:0 auto;
	text-align:center;
	text-shadow:0 1px 0 #aaa;
	font-size:14px;
	color:#333;
	border-top:1px solid #fff;
}
#sidebar h3 span, #sidebar h2 span {
	position:relative;
	display:inline-block;
	padding:0 18px;
}
#sidebar span.s_title_l, #sidebar span.s_title_r {
	position:absolute;
	top:0;
	width:18px;
	height:40px;
	padding:0;
	background:url("images/all_icon.png") no-repeat 0 -265px;
}
#sidebar span.s_title_l {
	left:0;
}
#sidebar span.s_title_r {
	right:0;
	background-position:5px -265px;
}
#sidebar li {
	list-style:none;
	line-height:22px;
	padding:0 0 0 20px;
	background:url("images/all_icon.png") no-repeat -30px -220px;
}
#sidebar .widget {
	padding:0 0 0px 0;
}
#sidebar .widget ul, #sidebar .widget div {
	padding:0;
}
#sidebar .widget ul ul, #sidebar .widget div div {
	padding:0;
}
#sidebar ul {
	list-style:none;
}
/* widget */
#sidebar .widget input#s {
	width:190px;
	height:22px;
	line-height:22px;
	padding:0 5px;
}
#sidebar .widget input#searchsubmit {
	width:65px;
}
#sidebar .meta_and_powered {
	position:relative;
	left:0;
	bottom:0;
}
.meta {
	display:none;
	overflow:hidden;
	height:22px;
	margin:30px 10px 10px;
	padding:0 0 0 25px;
	background:url("images/all_icon.png") no-repeat 0 -242px;
}
#sidebar .meta a {
	text-decoration:underline;
}
#sidebar .meta ul li {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	background:none;
}
#sidebar .widget .powered {
	display:none;
	margin:0;
	padding:10px 10px 0;
	text-shadow:0 1px 0 #fff;
	font-size:11px;
	border-top:1px solid #fff;
}
#sidebar .widget .powered a {
	text-decoration:underline;
}
/* WP-RecentComments */
#sidebar .widget_recentcomments ul li {
	line-height:16px;
	margin:0 0 5px;
	padding:0;
	background:none;
}

#path {
	display:none;
	height:28px;
	line-height:28px;
	margin:0 0 18px;
	padding:0 0 0 20px;
	color:#999;
	border-bottom:2px dotted #ccc;
	background:url("images/all_icon.png") no-repeat -30px -96px;
}
#path a {
	color:#999;
	text-decoration:underline;
}
#path a:hover {
	color:#0047a7;
}
/* .post */
.post {
	width:100%;
	max-width:680px;
	margin:0 0 15px;
	border-bottom:2px dotted #ccc;
}
.sticky {
}
.post_singular {
	border:none;
}
.post_date {
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	margin:0 10px 0 0;
	color:#999;
	background:url("images/all_icon.png") no-repeat 0 -30px;
	display:none;
}
.date_d {
	display:block;
	height:26px;
	line-height:26px;
	padding:2px 0 0 0;
	text-align:center;
	font-weight:bold;
	font-size:22px;
}
.date_m {
	display:block;
	height:22px;
	line-height:22px;
	text-align:center;
}
h2.title {display:none;
	font-size:18px;
	text-shadow:1px 1px 1px #aaa;
}
h2.title a {
	color:#666;
}
h2.title a:hover {
	color:#0047a7;
}
h2.title_sticky a {
	color:#0047a7;
}
h2.title_page {
}
.post_info {
	overflow:hidden;
	margin:0 0 20px 60px;
	height:20px;
	line-height:20px;
	color:#999;
}
.post_info a {
	color:#999;
	text-decoration:underline;
}
.post_info a:hover {
	color:#0047a7;
}
.p_author, .p_catetory, .p_postviews, .p_edit, .p_comment, .p_tag, .p_navi {
	float:left;
	padding:0 10px 0 20px;
	background:url("images/all_icon.png") no-repeat 0 0;
}
.p_author {
	background-position:0 -180px;
	display: none;
}
.p_catetory {
	background-position:-30px -160px;
}
.p_postviews {
	background-position:0 -300px;
}
.p_edit {
	background-position:0 -120px;
}
.p_comment {
	background-position:0 -140px;
	float:right;
	padding:0 0 0 20px;
	display:none;
}
.p_comment_single {
	background-position:0 -80px;
}
.entry {
	font-size:13px;
	overflow:show;
	width:100%;
	max-width:680px;
}

.breadcrumb {display:none;color:#666666; font-size:14px; font-weight:normal;}
.breadcrumb a {display:none; color:#63992e; font-size:14px; font-weight:bold;}

.breadcrumb  li {display:none;}



.entry ul, .entry ol {
	margin:0 30px 18px;
}
.entry li {
	line-height:18px;
}
.entry hr {
	display:block;
}
.entry p { padding:0px 0 1em 0;
	line-height:16px; 
}
.entry > p {padding:0px 0 1em 0; margin:0px;} /*in this site, all first entries are photos so we don't want the margin on that to give us more control */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin:0 0 0px 0;
	color:#555;
}
.entry a {
	color:#63992e;
	text-decoration:none;
	font-weight:bold;
}
.entry a:hover {
	text-decoration:none;
}
.entry img {
	background:#fff;
	max-width:180px;
	height:auto;
	width:auto !important;
}

.entry img {
	background:#fff;max-width: 100%; width: auto; height: auto;
}
.entry img.wp-smiley {
	background:transparent;
	border:none;
	padding:0;
}
.entry .alignleft, .entry img.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.entry .alignright, .entry img.alignright {
	display:inline;
	float:right;
	margin-left:10px;
	margin-top:10px;
}
.entry .aligncenter, .entry img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter {
	margin-bottom:10px;
}
.entry table {
	background:#fff;
	border:0;
	margin:5px 0 0px;
}
.entry th, .entry td {
	border:0;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.entry .entry tr.even td {
	background:#f7f7f7;
}
.entry th {
	background:#edeff0;
}
.entry blockquote {
	padding:10px;
	margin:0 0 20px;
	border:1px solid #cbcbcb;
	border-left:3px solid #cbcbcb;
	background:#f2f2f2;
}
.entry code {
	background:#333;
	color:#ddd;
}
.entry pre {
	overflow:auto;
	width:95%;
	line-height:16px;
	color:#555;
	font-family:"Courier New", FixedSys;
	font-size:12px;
	margin:0 0 20px;
	padding:0 5px 16px;
	background:#eee;
	border:1px solid #ccc;
	border-left:15px solid #ccc;
}
.entry p.read-more a, .entry p a.more-link {
	font-weight:bold;
}
.entry p a.more-link {
	display:block;
	margin-top:18px;
}
.entry p.read-more a:hover, .entry p a.more-link:hover {
	text-decoration:none;
}
.page_link {
	clear:both;
	padding:10px 0 18px;
}
.post_info_b {
	display:block;
	width:620px;
	line-height:16px;
	height:16px;
	margin:0 0 18px;
	padding:4px 10px;
	background:url("images/navi_bg.png") no-repeat 0 0;
}
.p_tag {
	background-position:0 -360px;
}
.p_navi {
	float:right;
	background:none;
}
.related_posts {
	padding:0 10px 18px;
}
.related_posts a {
	color:#333;
}
.related_posts a:hover {
	text-decoration:underline;
}
.related_posts h3 {
	margin:0 0 5px;
	font-size:14px;
}
.related_posts ul li {
	list-style:none;
	line-height:20px;
	margin:0;
	padding:0 0 0 20px;
	background:url("images/all_icon.png") no-repeat -30px -220px;
}
/* navigation */
#pagination, .navigation {
	display:block;
	width:620px;
	line-height:16px;
	height:16px;
	margin:0;
	padding:4px 10px;
	text-align:right;
	background:url("images/navi_bg.png") no-repeat 0 0;
}
.navigation {
	text-align:right;
}
.navigation a {
	padding:0 3px;
}
.navigation .current {
	padding:0 3px;
	background:#fff;
	border:1px solid #ccc;
}
/* #comments */
h2#comments {
	width:620px;
	line-height:16px;
	height:16px;
	margin:0 0 18px 0;
	padding:4px 10px;
	font-size:14px;
	background:url("images/navi_bg.png") no-repeat 0 0;
}
h2#comments span {
	float:left;
}
h2#comments span.add_comment {
	margin-left:30px;
	font-size:12px;
	color:#999;
}
h2#comments span.add_comment a {
	color:#999;
}
h2#comments span.add_comment a:hover {
	text-decoration:underline;
}
/* comments list style */
ol.commentlist li {
	position:relative;
	list-style:none;
	height:1%;
	margin:0 0 15px;
	padding:10px;
	color:#777;
	border:1px solid #cacaca;
}
ol.commentlist li div em.approved {
	color:#ff0000;
}
ol.commentlist li div.comment-author {
	margin:0;
	padding:0;
	line-height:16px;
	height:16px;
	display:block;
}
ol.commentlist li div.vcard img.avatar {
	position:absolute;
	right:10px;
	top:10px;
	width:32px;
	height:32px;
	background:#fff;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
}
ol.commentlist li.bypostauthor {
	border-color:#bbb;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#0047a7;
	text-decoration:underline;
}
ol.commentlist li span.comment-meta a {
	color:#777;
}
ol.commentlist li span.comment-meta a:hover {
	color:#333;
}
ol.commentlist li div.comment-text {
	margin:0 60px 10px 0;
	padding-top:10px;
}
ol.commentlist li div.comment-text a {
	color:#777;
	text-decoration:underline;
}
ol.commentlist li div.comment-text a:hover {
	color:#333;
	text-decoration:none;
}
ol.commentlist li p {
	margin-bottom:10px;
}
ol.commentlist li blockquote {
	margin:5px;
	padding:5px;
	border:1px dotted #ddd;
	color:#999;
	background:#fafafa;
}
ol.commentlist li blockquote p {
	margin-left:0;
}
ol.commentlist li code {
	margin-bottom:10px;
	padding:2px;
	background:#777;
	color:#ddd;
}
ol.commentlist li div.reply {
	margin:0 0 10px;
	text-align:right;
}
ol.commentlist li ul.children li {
	margin:0 0 10px 20px;
	color:#333;
	background:#fafafa;
}
/* #respond */
#respond {
	display:none;
	margin:0 0 20px 0;
	padding:20px 0 0 0;
}
#respond small {
	font-size:12px;
}
#respond h2, #respond h3 {
	text-shadow:1px 1px 1px #999;
	margin-bottom:10px;
}
#respond a#cancel-comment-reply-link {
	font-weight:normal;
	color:#920017;
	text-shadow:none;
}
#respond a#cancel-comment-reply-link:hover {
	text-decoration:underline;
}
#commentform {
	margin:0;
	padding:0;
}
#commentform p {
	margin:0 0 10px;
	padding:0;
}
#commentform p.smilies {
	margin:0 0 3px;
	padding:0 3px;
}
#commentform p.comment-notes {
	margin:10px 0;
	color:#999;
}
#commentform textarea {
	padding:3px;
	background:#f6f6f6;
	border:1px solid #ddd;
}
#commentform .comment-form-comment label {
	display:none;
}
#author, #email, #url {
	height:16px;
	margin-right:5px;
	padding:3px;
	border:1px solid #ddd;
	background:#f6f6f6;
}
#comment {
	width:99%;
	height:125px;
}
#submit {
	color:#555;
	width:62px;
	height:23px;
	line-height:23px;
	padding:0;
	text-align:center;
	font-weight:bold;
	border:none;
	background:#f2f2f2 url("images/submit_bg.gif") no-repeat 0 0;
}
#submit:hover {
	color:#333;
}
/* #footer */
#footer {
	overflow:hidden;
	width:960px;
	margin:20px auto;
	padding:15px 0 15px 00px;
	background:#fff;
	border-top:1px solid #d6d6d6;
}

#footer a, #footer a:visited {color:#555;text-decoration:none;}
.footer_widget { 
	overflow:hidden;
	float:left;
	margin:0 20px 20px 0;
	color:#999;
}
.footer_widget h3, .footer_widget h2 {
	margin:0 0 18px;
	font-size:16px;
	color:#333;
}
.footer_widget a {
	color:#333;
}
.footer_widget a:hover {
	color:#0047a7;
	text-decoration:underline;
}
.footer_widget ul li {
	line-height:22px;
	margin:0 0 0 18px;
	padding:0;
}

.footer_widget .left {width:480px;}
.footer_widget .right {width:460px; text-align:right;vertical-align:baseline;}
.footer_widget img {width:16px;height:16px;vertical-align:baseline;}
/* widget */
#footer .widget_links ul li, #footer .widget_archive ul li, #footer .widget_categories ul li {
	float:left;
	width:120px;
	line-height:22px;
	margin:0 10px 0 18px;
}
#footer .widget_recentcomments ul li {
	margin:0 0 5px;
	line-height:16px;
}
/* Other */
.aligncenter, div.aligncenter {
	display:block;
	margin:auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	text-align:center;
	padding-top:0px;
	margin-right:10px;
	width:160px !important;
	margin-bottom:10px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

/* calendar START */
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#e6e6e6;
}
#wp-calendar tbody a {
	font-weight:bolder;
}
#wp-calendar caption {
	font-family:Arial;
	font-weight:bolder;
	letter-spacing:-0.05em;
	font-size:150%;
	text-align:left;
	padding-bottom:5px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:1px solid #ccc;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
	background:#999;
	color:#fff;
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}
/* .gallery-caption */
#content .gallery .gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}
/* radius */
ol.commentlist li, #submit {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.navigation .current {
	-moz-border-radius:12px;
	border-radius:12px;
}
#nav_menu-2, #nav_menu-3 {
	display:none
}

/* two column wood rogers project */
.main_info {position:relative; width:60%;float:left;}

.meta_info {width: 200px; text-align: right; float: right;}

.meta_info p {padding:0;margin:0 0 10px 0 !important;}


#menus > ul {display:none;}

/* to hide home page link in side nav */
li.page-item-4 {display:none;} 

/* services menu item   */
.page-item-22 > ul.children
 {
	background:#fff;
	position:absolute; 
	top:22px; 
	left:0px;
}
.page-item-9 > ul.children
 {
	background:#fff;
	position:absolute; 
	top:88px; 
	left:0px;
}

/* main services category pages with breadcrumbs */ 

.wp-caption-dd {
    background-image: url("/wp-content/uploads/fade70.png");
    background-repeat: repeat;
    float: left;
    height: 30px;
    left: 0;
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
    position: absolute;
    top: 130px;
    width: 120px;
    text-alight: center;
}
.wp-caption {
position:relative; 
float:left;
margin-right=10px;
width=160px;
}
.wp-caption a{display:block; background:#999;width:160px;height:160px !important;}
 

.wp-caption p.wp-caption-text {
	background:url("images/gallery_caption_bg.png") repeat scroll 0 0 transparent;
    bottom: 0px;
    color: #333333;
    font-size: 12px;
    left: 0px;
    line-height: 17px;
    margin: 0px;
    padding: 0px; !important;
    padding-right: 5px;
    position: absolute;
    height: 32px;
    width: 100%;
	color:#333;
}

.contact_box  {height:310px; display:inline-block; float:left; position:relative; background: #999; color:#fff;margin-right:10px;margin-bottom:10px}
.contact_box div {width:216px;overflow:hidden; }
.contact_box h2{ font-size:30px;padding:7px; color:#fff;} 
.contact_box p{padding:0 7px; color:#fff;font-size:12px;line-height:18px;}
.contact_box a {color:#fff;}
.contact_box.contact_sacramento {background:#999 url(images/photo_contact_sac.jpg) no-repeat left bottom;}
.contact_box.contact_oakland {background:#999 url(images/photo_contact_oakland.jpg) no-repeat left bottom;}
.contact_box.contact_reno {background:#999 url(images/photo_contact_reno.jpg) no-repeat left bottom;}
.contact_box.contact_salinas {background:#999 url(images/photo_contact_salinas.jpg) no-repeat left bottom;}
.contact_box.contact_vista {background:#999 url(images/photo_contact_vista.jpg) no-repeat left bottom;}
.contact_box.contact_vegas {background:#999 url(images/photo_contact_vegas.jpg) no-repeat left bottom;}
.contact_box.contact_pleasanton {background:#999 url(/wp-content/uploads/2011/07/photo_contact_pleasanton.jpg) no-repeat left bottom;}
.contact_box.contact_sandimas {background:#999 url(/wp-content/uploads/2015/08/sandimas.jpg) no-repeat left bottom;}

/* to hide home page link in side nav  - ids will change from site to site */

li.page-item-393 {display:none;}


/* will need to change IDs when site is on new server */
.page-item-186 > ul.children
 {
	background:#fff;
	position:absolute; 
	top:66px; 
	left:0px; 
	border-bottom:1px solid #ccc;
}
.page-item-184 > ul.children
 {
	background:#fff;
	position:absolute; 
	top:88px; 
	left:0px;
	border-bottom:1px solid #ccc;
}


#menus .page-item-184 > ul.children a,
#menus .page-item-186 > ul.children a {
	font-size:14px !important; 
	line-height:20px; 
	}
.page-id-194 .wp-caption {position:relative; float:left;}
.page-id-194 .wp-caption a{display:block; background:#999;width:160px;height:160px !important;}
 

.page-id-194 .wp-caption p.wp-caption-text {
	background:url("images/gallery_caption_bg.png") repeat scroll 0 0 transparent;
    bottom: 0px;
    color: #333333;
    font-size: 12px;
    left: 0px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 160px;
	color:#333; 
}

/* NexGen gallery style overwrites */

.ngg-gallery-thumbnail span {display:none;}

.ngg-imagebrowser img span {
    display: none !important;
}

.ngg-imagebrowser h3 {display:none;}

.ngg-imagebrowser img {border: none;
    display: block !important;
    margin:0px;
    padding:0px;
    height: 340px;
}
	
.mobile_gallery {display:none}
.slideshowlink {display:None;}

.page-item-190 ul {
    display: block;
    margin-top: 0 !important;
    position: absolute;
    top: 45px;
}

.page-item-190 ul li a {
    font-size: 14px !important;
}

div.quick-chat-history-timestring {
    font-style: italic;
    margin: 0;
    padding: 0;
    display: none !important;
}

.portfolio-slideshow {
    clear: both;
    margin: 0px 0 0 !important;
    z-index: 1 !important;
}

.management {
	display:inline-block;
	vertical-align:top;
	margin-top:0px;
	padding:0px;
	height:168px;
	position:relative;
	top:-20px;
}

.management img {
	width:160px;
	height:160px;
}

.management a div {
    color:black;
    font-weight:100;
    font-size:0.9em;
    float:left;
    position:relative;
    top:-48px;
    background:rgba(255,255,255,0.5);
    width:160px;
    height:48px;
    vertical-align:top;
    text-align:center;
}


.management a:hover div {

    background:rgba(255,255,255,0.8);

}

.management .name {
	display:inline-block;
	margin-top:auto;
	margin-bottom:2px;
	vertical-align:bottom;
}

	.widget_text {
		width:100%;
	}

	.textwidget {
		width:100%;
	}

	#footer {
		width:100%;
		max-width:960px;
	}

}

@media (max-width: 600px) {
/*
Theme Name:Wood Rogers Mobile
 
*/


body[orient="portrait"] {}
body[orient="landscape"] {
property: value;
}


/* RESET */
* {
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}
/* BASIC */
abbr[title], acronym[title] {
	border-bottom:thin solid;
	cursor:help;
}
body {
	background:#fff;
	font-size:1em;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#555;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1, h2{
	font-size:2em;
	font-size:2em;
	padding:0 .5em;
}
h1 span {font-weight:normal;}
 h3 {
	
	font-size:1.4em;
	line-height:1.6em;
}
h4 {
	font-size:1.2em;
	line-height:1.4em;
}
h5 {
	font-size:1.2em;
	line-height:1.4em;
}
h6 {
	font-size:1.2em;
	line-height:1.4em;
}
small {
	font-size:.6em;
	line-height:.8em;
}
dl {
	font-size:1em;
}
dt {
	font-weight:bold;
}
a {
	color:#0047a7;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
fieldset, img {
	border:none;
}
hr {
	color:#ddd;
	background-color:#ddd;
	height:1px;
	border:0px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}

/* #left_wrap */
#left_wrap {
	width:100%;
	height:100%;
}
/*  .left_wrap_fixed{position:fixed;}*/
#left_wrap_bg {
	position:relative;
	width:100%;
	height:100%;
}

/* #content */


/* #header */
#header {
	overflow:hidden;
	width:100%;
	height:55px;
	display:block !important;
}
#header h1 {
	width:100%;
	height:100px;
}
#header h1 a {
	display:block;
	color:#767676;
	line-height:100px;
	height:100px;
	text-align:center;
	text-shadow:1px 2px 3px #999;
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header h1 a.logo_img {
	overflow:hidden;
	width:100%;
	text-align:center;
}
#header h2 {
	display:none;
	height:20px;
	line-height:20px;
	margin:0;
	color:#999;
	font-size:1em;
	font-weight:normal;
}
/* #nav */
#menus { 
	width:100%;
	background:#73a932
}
#menus a {
	display:block;
	color:#fff; 
	padding:1em 1em;
	font-size:1em;
	font-weight:normal;
	margin:0px;
	text-align:left;
	border:0px; 
	padding:.2em 1em; 
	border-bottom: solid 1px #ccc;
	background:url('/wp-content/themes/woodrodgers/images/link_right.gif') right 11px no-repeat;line-height:2.0em;
	height:2.0em; 
}

#menus > a {display:none}

#menus ul {
	list-style:none;
	margin:0;
	margin-left:10px !important;
	
}
#menus ul ul a {
	color:#a66; 
	text-align:left; 
	line-height:2.0em;
	height:2.0em;
	padding-top:.6em;
	background:url(images/link_right.gif) right 11px no-repeat;
}
#menus li {
	position:relative;
	 margin:0;
	padding:0;
	background:#73a932;
	width:100%; 
}


.home #menus ul{display:block;}
.home #menus ul.children {display:none;}

#menus li:hover > a { 
	color:#fff;
	background:#b1cc97 url(images/link_right.gif) right 11px no-repeat;
}
#menus ul li.current_page_item > a, 
#menus ul li.current_page_parent > a, 
#menus ul li.current-menu-ancestor > a, 
#menus ul li.current-menu-item > a, 
#menus ul li.current-menu-parent > a, 
#menus ul li.current_page_ancestor > a {
	background:#b1cc97 !important;
	color:#fff;
}
 
#menus ul li.current_page_item:hover > a, 
#menus ul li.current-menu-ancestor:hover > a, 
#menus ul li.current-menu-item:hover > a, 
#menus ul li.current-menu-parent:hover > a {
	background:#b1cc97;
}
 
#menus ul ul {display:none;margin-top:0px;}

#menus li.page_item > a {
    display: none;
}

#menus li.page_item a {
    display: block;
    color:white;
}

#menus a {
display: none;
}

/* These are the parent ULs */
#menus ul li.current_page_ancestor > a {
    display: block !important;
    height:auto;
    padding:5px;
    font-size:0.9em;
    background:#73a932 !important;
}

#menus ul {
    display: block !important;
    color:red;
}

#menus li.current_page_item a {
    display: block !important;
}
#menus li.current_page_ancestor a {
    display: none;
}
#menus li.current_page_item li.current_page_parent a {
    display: none !important;
}

#menus ul li.current_page_ancestor {display:block}
 
#menus ul ul ul ul {display:none;}
#menus ul ul ul ul ul {display:none;}

#menus ul li.current_page_item ul {display:block}
#menus ul li.current_page_item ul ul {display:none}

#menus ul li.current_page_parent ul {display:block}
#menus ul li.current_page_parent ul ul {display:none}

#menus ul li.current_page_ancestor ul {display:block}
#menus ul li.current_page_ancestor ul ul {display:none}

#menus ul li.current_page_parent ul li.current_page_item ul {display:block;}
#menus ul li.current_page_parent ul li.current_page_item ul  ul {display:none;}


#menus ul li.current_page_ancestor ul li.current_page_item ul {display:block} 
#menus ul li.current_page_ancestor ul li.current_page_item ul ul{display:none}


#menus ul li.current_page_ancestor ul li.current_page_parent ul {display:block}
#menus ul li.current_page_ancestor ul li.current_page_parent ul ul {display:none}

#menus ul li.current_page_ancestor ul li.current_page_parent ul li.current_page_item ul {display:block}
#menus ul li.current_page_ancestor ul li.current_page_parent ul li.current_page_item ul ul {display:none}

#menus ul li.current_page_ancestor ul li.current_page_ancestor ul   {display:block}
#menus ul li.current_page_ancestor ul li.current_page_ancestor ul ul {display:none}

#menus ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul   {display:block} 

 
.page.page-child #menus  {display:none}
.page.page-child.page-parent #menus {display:block;}

.page.page-parent #menus ul li.page_item a {display:none}
.page.page-parent #menus ul li.page_item.current_page_item a {display:none}

.page.page-parent #menus ul li.page_item.current_page_item ul.children li.page_item a{display:block}
.page.page-parent #menus ul li.page_item.current_page_item ul.children li.page_item a{display:block !important}

.page.page-parent.page-child #menus ul li.page_item.current_page_ancestor a{display:block}
.page.page-parent.page-child #menus ul li.page_item.current_page_ancestor ul.children  li.page_item.current_page_item a {display:none}
 
.page.page-parent.page-child #menus .page_item.current_page_ancestor.current_page_parent a {display:none;}
.page.page-parent.page-child #menus .page_item.current_page_ancestor.current_page_parent ul.children a{display:block}

.page.page-parent.page-child #menus .page_item.current_page_ancestor.current_page_parent ul.children li a {display:none}
.page.page-parent.page-child #menus .page_item.current_page_ancestor.current_page_parent ul.children li ul.children li.page_item ul li.page_item a {display:none}

.page.page-parent.page-child #menus .page_item.current_page_ancestor.current_page_parent li.current_page_item a {display:none;}
 
.page.page-parent.page-child #menus ul li.page_item.current_page_ancestor ul.children  li.page_item.current_page_item a {display:none}
.page.page-parent.page-child #menus ul li.page_item.current_page_ancestor ul.children  li.page_item.current_page_item ul li.page_item a{display:block}

.page.page-parent.page-child #menus ul li.page_item.current_page_ancestor li.page_item a  {display:none;}
 
.page.page-parent.page-child #menus ul li.page_item.current_page_ancestor > a {display:none;}
 
  

/* rss + search */
#rss_search {
	display:none;
	height:28px;
	margin:0;
	padding:10px;
	border-top:1px solid #fff;
	display:none;
}
#rss {
	float:left;
	line-height:28px;
	padding-left:32px;
	background:url("images/all_icon.png") no-repeat 0 -320px;
	display:none;
}
#search {
	overflow:hidden;
	float:right;
	width:160px;
	height:26px;
	margin:1px 0;
	background:url("images/all_icon.png") no-repeat 0 0;
}
#search form {
	padding:0;
	position:relative;
}
#search input#s {
	width:120px;
	height:20px;
	background:transparent;
	border:none;
	color:#333;
	padding:3px 6px;
	font-size:12px;
}
#search form input#searchsubmit {
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	width:27px;
	height:26px;
	border:none;
	text-indent:-9999px;
	background:transparent;
}
#search form input#searchsubmit:hover {
	background:url("images/all_icon.png") no-repeat -133px -30px;
}
#searchform {
	margin-bottom:18px;
}
.entry #searchform input#s {
	height:16px;
	padding:3px 6px;
}
/* #sidebar */
#sidebar { 
}
.sidebar_fixed {
}
#sidebar a {
	color:#333;
}
#sidebar a:hover {
	color:#0047a7;
	text-decoration:underline;
}
#sidebar h3, #sidebar h2 {
	display:block;
	line-height:40px;
	height:40px;
	margin:0 auto;
	text-align:center;
	text-shadow:0 1px 0 #aaa;
	font-size:14px;
	color:#333;
	border-top:1px solid #fff;
}
#sidebar h3 span, #sidebar h2 span {
	position:relative;
	display:inline-block;
	padding:0 18px;
}
#sidebar span.s_title_l, #sidebar span.s_title_r {
	position:absolute;
	top:0;
	width:18px;
	height:40px;
	padding:0;
	background:url("images/all_icon.png") no-repeat 0 -265px;
}
#sidebar span.s_title_l {
	left:0;
}
#sidebar span.s_title_r {
	right:0;
	background-position:5px -265px;
}
#sidebar li {
	list-style:none;
	line-height:22px;
	padding:0 0 0 20px;
	background:url("images/all_icon.png") no-repeat -30px -220px;
}
#sidebar .widget {
	padding:0 0 10px 0;
}
#sidebar .widget ul, #sidebar .widget div {
	padding:0;
}
#sidebar .widget ul ul, #sidebar .widget div div {
	padding:0;
}
#sidebar ul {
	list-style:none;
}
/* widget */
#sidebar .widget input#s {
	width:190px;
	height:22px;
	line-height:22px;
	padding:0 5px;
}
#sidebar .widget input#searchsubmit {
	width:65px;
}
#sidebar .meta_and_powered {
	position:relative;
	left:0;
	bottom:0;
}

.meta {display:none;}
#sidebar .meta {
	overflow:hidden;
	height:22px;
	margin:30px 10px 10px;
	padding:0 0 0 25px;
	background:url("images/all_icon.png") no-repeat 0 -242px;
	display:none;
}
#sidebar .meta a {
	text-decoration:underline;
}
#sidebar .meta ul li {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	background:none;
}
#sidebar .widget .powered {
	display:none;
	margin:0;
	padding:10px 10px 0;
	text-shadow:0 1px 0 #fff;
	font-size:11px;
	border-top:1px solid #fff;
}
#sidebar .widget .powered a {
	text-decoration:underline;
}
/* WP-RecentComments */
#sidebar .widget_recentcomments ul li {
	line-height:16px;
	margin:0 0 5px;
	padding:0;
	background:none;
}
/* #content */
#content { padding:0 0px;
	background:#fff;
}
#path {
	display:none;
	height:28px;
	line-height:28px;
	margin:0 0 18px;
	padding:0 0 0 20px;
	color:#999;
	border-bottom:2px dotted #ccc;
	background:url("images/all_icon.png") no-repeat -30px -96px;
}
#path a {
	color:#999;
	text-decoration:underline;
}
#path a:hover {
	color:#0047a7;
}
/* .post */
.post {
	position:relative;  
	margin:0 0 15px;
	border-bottom:2px dotted #ccc;
	max-width:680px;
}
.sticky {
}
.post_singular {
	border:none;
}
.post_date {
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	margin:0 10px 0 0;
	color:#999;
	background:url("images/all_icon.png") no-repeat 0 -30px;
}
.date_d {
	display:block;
	height:26px;
	line-height:26px;
	padding:2px 0 0 0;
	text-align:center;
	font-weight:bold;
	font-size:22px;
}
.date_m {
	display:block;
	height:22px;
	line-height:22px;
	text-align:center;
}
h2.title {display:none;
	font-size:18px;
	text-shadow:1px 1px 1px #aaa;
}
h2.title a {
	color:#666;
}
h2.title a:hover {
	color:#0047a7;
}
h2.title_sticky a {
	color:#0047a7;
}
h2.title_page {
}
.post_info {
	overflow:hidden;
	margin:0 0 20px 60px;
	height:20px;
	line-height:20px;
	color:#999;
}
.post_info a {
	color:#999;
	text-decoration:underline;
}
.post_info a:hover {
	color:#0047a7;
}
.p_author, .p_catetory, .p_postviews, .p_edit, .p_comment, .p_tag, .p_navi {
	float:left;
	padding:0 10px 0 20px;
	background:url("images/all_icon.png") no-repeat 0 0;
}
.p_author {
	background-position:0 -180px;
}
.p_catetory {
	background-position:-30px -160px;
}
.p_postviews {
	background-position:0 -300px;
}
.p_edit {
	background-position:0 -120px;
}
.p_comment {
	background-position:0 -140px;
	float:right;
	padding:0 0 0 20px;
}
.p_comment_single {
	background-position:0 -80px;
}
.entry {
	font-size:.9em; 
	width:100%;
}

.breadcrumb { background-color:#ffffff;   line-height:1.2em; padding: .5em .5em; font-weight:normal;display:block; color:#fff; font-size:1em;}
.breadcrumb a {color:#fff; font-size:1em; font-weight:bold;}

.breadcrumb  li {display:inline;}
.breadcrumb div {margin-left:2.2em;}

.breadcrumb img {position:absolute; left:.2em; top:.4em;}

.entry ul, .entry ol {
	margin:0 30px 18px;
}
.entry li {
	line-height:18px;
}
.entry hr {
	display:block;
}


.entry > p {padding:0 0 1em 0 !important; margin:0 ;} /*in this site, all first entries are photos so we don't want the margin on that to give us more control */
.entry p {
	padding:0 1em 1em 1em;
	line-height:1em;
	}	
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin:0 0 0px 0;
	color:#555;
}

.entry h1 {display:none;}
.entry p img {margin-top:00px;}
.entry a {
	color:#63992e;
	text-decoration:none;
	font-weight:bold;
}
.entry a:hover {
	text-decoration:none;
}
.entry img {
	background:#fff;max-width: 100%; width: auto; height: auto;
}
.entry img.wp-smiley {
	background:transparent;
	border:none;
	padding:0;
}
.entry .alignleft, .entry img.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.entry .alignright, .entry img.alignright {
	display:inline;
	float:right;
	margin-left:10px;
	margin-top:10px;
}
.entry .aligncenter, .entry img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter {
	margin-bottom:10px;
}
.entry table {
	background:#fff;
	border:1px solid #ccc;
	border-width:2px;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.entry th, .entry td {
	border:1px solid #ccc;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.entry .entry tr.even td {
	background:#f7f7f7;
}
.entry th {
	background:#edeff0;
}
.entry blockquote {
	padding:10px;
	margin:0 0 20px;
	border:1px solid #cbcbcb;
	border-left:3px solid #cbcbcb;
	background:#f2f2f2;
}
.entry code {
	background:#333;
	color:#ddd;
}
.entry pre {
	overflow:auto;
	width:95%;
	line-height:16px;
	color:#555;
	font-family:"Courier New", FixedSys;
	font-size:12px;
	margin:0 0 20px;
	padding:0 5px 16px;
	background:#eee;
	border:1px solid #ccc;
	border-left:15px solid #ccc;
}
.entry p.read-more a, .entry p a.more-link {
	font-weight:bold;
}
.entry p a.more-link {
	display:block;
	margin-top:18px;
}
.entry p.read-more a:hover, .entry p a.more-link:hover {
	text-decoration:none;
}

.entry .main_info {padding:0;}
.page_link {
	clear:both;
	padding:10px 0 18px;
}
.post_info_b {
	display:block;
	width:620px;
	line-height:16px;
	height:16px;
	margin:0 0 18px;
	padding:4px 10px;
	background:url("images/navi_bg.png") no-repeat 0 0;
}
.p_tag {
	background-position:0 -360px;
}
.p_navi {
	float:right;
	background:none;
}
.related_posts {
	padding:0 10px 18px;
}
.related_posts a {
	color:#333;
}
.related_posts a:hover {
	text-decoration:underline;
}
.related_posts h3 {
	margin:0 0 5px;
	font-size:14px;
}
.related_posts ul li {
	list-style:none;
	line-height:20px;
	margin:0;
	padding:0 0 0 20px;
	background:url("images/all_icon.png") no-repeat -30px -220px;
}
/* navigation */
#pagination, .navigation {
	display:block;
	width:620px;
	line-height:16px;
	height:16px;
	margin:0;
	padding:4px 10px;
	text-align:right;
	background:url("images/navi_bg.png") no-repeat 0 0;
}
.navigation {
	text-align:right;
}
.navigation a {
	padding:0 3px;
}
.navigation .current {
	padding:0 3px;
	background:#fff;
	border:1px solid #ccc;
}
/* #comments */
h2#comments {
	width:620px;
	line-height:16px;
	height:16px;
	margin:0 0 18px 0;
	padding:4px 10px;
	font-size:14px;
	background:url("images/navi_bg.png") no-repeat 0 0;
}
h2#comments span {
	float:left;
}
h2#comments span.add_comment {
	margin-left:30px;
	font-size:12px;
	color:#999;
}
h2#comments span.add_comment a {
	color:#999;
}
h2#comments span.add_comment a:hover {
	text-decoration:underline;
}
/* comments list style */
ol.commentlist li {
	position:relative;
	list-style:none;
	height:1%;
	margin:0 0 15px;
	padding:10px;
	color:#777;
	border:1px solid #cacaca;
}
ol.commentlist li div em.approved {
	color:#ff0000;
}
ol.commentlist li div.comment-author {
	margin:0;
	padding:0;
	line-height:16px;
	height:16px;
	display:block;
}
ol.commentlist li div.vcard img.avatar {
	position:absolute;
	right:10px;
	top:10px;
	width:32px;
	height:32px;
	background:#fff;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
}
ol.commentlist li.bypostauthor {
	border-color:#bbb;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#0047a7;
	text-decoration:underline;
}
ol.commentlist li span.comment-meta a {
	color:#777;
}
ol.commentlist li span.comment-meta a:hover {
	color:#333;
}
ol.commentlist li div.comment-text {
	margin:0 60px 10px 0;
	padding-top:10px;
}
ol.commentlist li div.comment-text a {
	color:#777;
	text-decoration:underline;
}
ol.commentlist li div.comment-text a:hover {
	color:#333;
	text-decoration:none;
}
ol.commentlist li p {
	margin-bottom:10px;
}
ol.commentlist li blockquote {
	margin:5px;
	padding:5px;
	border:1px dotted #ddd;
	color:#999;
	background:#fafafa;
}
ol.commentlist li blockquote p {
	margin-left:0;
}
ol.commentlist li code {
	margin-bottom:10px;
	padding:2px;
	background:#777;
	color:#ddd;
}
ol.commentlist li div.reply {
	margin:0 0 10px;
	text-align:right;
}
ol.commentlist li ul.children li {
	margin:0 0 10px 20px;
	color:#333;
	background:#fafafa;
}
/* #respond */
#respond {
	display:none;
	margin:0 0 20px 0;
	padding:20px 0 0 0;
}
#respond small {
	font-size:12px;
}
#respond h2, #respond h3 {
	text-shadow:1px 1px 1px #999;
	margin-bottom:10px;
}
#respond a#cancel-comment-reply-link {
	font-weight:normal;
	color:#920017;
	text-shadow:none;
}
#respond a#cancel-comment-reply-link:hover {
	text-decoration:underline;
}
#commentform {
	margin:0;
	padding:0;
}
#commentform p {
	margin:0 0 10px;
	padding:0;
}
#commentform p.smilies {
	margin:0 0 3px;
	padding:0 3px;
}
#commentform p.comment-notes {
	margin:10px 0;
	color:#999;
}
#commentform textarea {
	padding:3px;
	background:#f6f6f6;
	border:1px solid #ddd;
}
#commentform .comment-form-comment label {
	display:none;
}
#author, #email, #url {
	height:16px;
	margin-right:5px;
	padding:3px;
	border:1px solid #ddd;
	background:#f6f6f6;
}
#comment {
	width:99%;
	height:125px;
}
#submit {
	color:#555;
	width:62px;
	height:23px;
	line-height:23px;
	padding:0;
	text-align:center;
	font-weight:bold;
	border:none;
	background:#f2f2f2 url("images/submit_bg.gif") no-repeat 0 0;
}
#submit:hover {
	color:#333;
}
/* #footer */
#footer {
	display:none;
	overflow:hidden;
	width:660px;
	margin:0 0 0 280px;
	padding:15px 0 15px 20px;
	background:#f2f2f2;
	border-top:1px solid #d6d6d6;
}
.footer_widget {
	overflow:hidden;
	float:left;
	width:300px;
	margin:0 20px 20px 0;
	color:#999;
}
.footer_widget h3, .footer_widget h2 {
	margin:0 0 18px;
	font-size:16px;
	color:#333;
}
.footer_widget a {
	color:#333;
}
.footer_widget a:hover {
	color:#0047a7;
	text-decoration:underline;
}
.footer_widget ul li {
	line-height:22px;
	margin:0 0 0 18px;
	padding:0;
}
/* widget */
#footer .widget_links ul li, #footer .widget_archive ul li, #footer .widget_categories ul li {
	float:left;
	width:120px;
	line-height:22px;
	margin:0 10px 0 18px;
}
#footer .widget_recentcomments ul li {
	margin:0 0 5px;
	line-height:16px;
}
/* Other */
.aligncenter, div.aligncenter {
	display:block;
	margin:auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	text-align:center;
	padding-top:0px;
	margin:0px;
	width:170px !important;
	margin-bottom:10px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

/* calendar START */
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#e6e6e6;
}
#wp-calendar tbody a {
	font-weight:bolder;
}
#wp-calendar caption {
	font-family:Arial;
	font-weight:bolder;
	letter-spacing:-0.05em;
	font-size:150%;
	text-align:left;
	padding-bottom:5px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:1px solid #ccc;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
	background:#999;
	color:#fff;
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}
/* .gallery-caption */
#content .gallery .gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}
/* radius */
ol.commentlist li, #submit {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.navigation .current {
	-moz-border-radius:12px;
	border-radius:12px;
}
#nav_menu-2, #nav_menu-3 {
	display:none
}

/* two column wood rogers project */
.meta_info {padding:1em;}
.meta_info p {padding:0;margin:0 0 10px 0 !important;}


#menus > ul {display:none;}

/* to hide home page link in side nav */
li.page-item-4 {display:none;} 

/* services menu item   */
.page-item-22 > ul.children
 {
	background:#fff;
	position:absolute; 
	top:22px; 
	left:0px;
}
.page-item-9 > ul.children
 {
	background:#fff;
	position:absolute; 
	top:88px; 
	left:0px;
}


.wp-caption {position:relative; float:left;}
.wp-caption a{display:block; background:#999;width:160px;height:160px !important;}
 

.wp-caption p.wp-caption-text {
	background:url("images/gallery_caption_bg.png") repeat scroll 0 0 transparent;
    bottom: 0px;
    color: #333333;
    font-size: 12px;
    left: 0px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 160px;
	color:#333;
}

.contact_box  {color:#999;padding:1em;background:url(images/link_right_white.gif) right 64px no-repeat;border-bottom: solid 1px #999; } 
.contact_box a {padding:0px; margin:0px;}
.contact_box a h2{ font-size:1.1em;padding: 0; color:#7db347;} 
.contact_box a p{color:#999;font-weight:normal; padding:0;margin:0; font-size:1em;line-height:1.3em;} 



/* to hide home page link in side nav  - ids will change from site to site */

li.page-item-286, 
li.page-item-1195{display:none !important;}


/* will need to change IDs when site is on new server */
.page-item-186 > ul.children
 {
	background:#fff; 
	top:66px; 
	left:0px; 
	border-bottom:1px solid #ccc;
}
.page-item-184 > ul.children
 {
	background:#fff;	 
	top:88px;  
	left:0px;
	border-bottom:1px solid #ccc;
}


#menus .page-item-184 > ul.children a,
#menus .page-item-186 > ul.children a {
	font-size:14px !important; 
	line-height:20px; 
	}
	
	/*hiding thumbnail images on board member and principal pages from mobile view */
.page-id-194 .entry {display:none;}
.page-id-196 .entry {display:none;}


li.page-item-286 {display:none;} /*home */
li.page-item-393 {display:none;} /*home */


/* hide logo on all pages except home page */
#header {display:none;}
.page-id-286 #header {display:block}
.page-id-393 #header h1 {padding:0 0 0 0 !important}
.page-id-393 #header {display:block}
.page-id-393 .breadcrumb {display:none;}

.hide_from_mobile {display:none;}
.slideshowlink {display:None;}

.page-id-188 #menus, .page-id-188 #menus ul, .page-id-188 #menus ul li, .page-id-188 #menus ul li a {display:none;} /* hide menus on contact page */
.page-id-190 #menus, .page-id-190 #menus ul, .page-id-190 #menus ul li, .page-id-190 #menus ul li a {display:none;} /* hide menus on careers page */


.spec_sheet {width:100%;display:block;padding:0;margin:0 !important;color:#333;}
.spec_sheet li {display:block;clear:both;list-style-type:none;margin:0px; padding:0px .6em; position: relative;line-height:1.2em !important;}
.spec_sheet li span {position:absolute; left:.6em; top:.6em; width: 6em;}
.spec_sheet li strong {float:right;margin-left:6em;padding-bottom:.5em;}
.spec_sheet li.alt {background:#CCC;}
.spec_sheet br {clear:all;}

/* hide bizarre blank bar on about page and home page */
.menu a[href="http://www.woodrodgers.com"] {
    display: none !important;
}

div.menu ul li.page-item-184 a[href="http://www.woodrodgers.com"] {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none;
}

/* #content */
#content {
	overflow:hidden;
	float:left;
	width:94%;
	background:#fff;
	padding-left:2%;
}

.entry {
	width:100%;
}

.show_on_mobile {
	padding-bottom:10px;
}


	.textwidget {
		width:100%;
	}
	#footer {
		display:block;
		width:100%;
		font-size:1em;
		padding:0px !important;
		margin:0px;
		float:right;
	}

	.widget_text {
		display:none;
		width:100%;
		max-width:960px;
		font-size:1em;
		padding:0px !important;
		margin:0px;
	}

	#footer input {
		max-width:150px;
	}

}

.widget_text {
	width:100%;
}

.textwidget {
	width:100%;
}

#footer {
	width:100%;
}

/* MEDIA SPECIFIC */

@media only screen and (min-width: 760px) and (max-width: 970px) {

	.main_info {position:relative; width:55%;float:left;}	

	h1 { 
		font-size:24px;
		line-height:24px;
	}
	.meta_info {
		margin-bottom:10px;
		float:right;
		text-align:left;
	}
	.ngg-singlepic {
		width:100% !important;
		height:auto;
	}	


	.ngg-imagebrowser-nav {
		text-align:center;
		float:left !important;
		margin-left:auto !important;
		top:55px !important;
		padding-left:20% !important;
	}	

	.ngg-imagebrowser .pic a img {
		width:100% !important;
		height:auto;
	}

	.ngg-imagebrowser {
		margin-bottom:10px;
	}	

}

@media only screen and (min-width: 666px) and (max-width: 759px) {
	.main_info {position:relative; width:100%;float:left;}	
	h1 { 
		font-size:18px;
		line-height:18px;
	}
	.meta_info {
		margin-bottom:10px;
		float:left;
		text-align:left;
	}
	/* NextGen Gallery Resizing */
	.ngg-singlepic {
		width:100% !important;
		height:auto;
	}	

	.ngg-imagebrowser-nav {
		float:left !important;
		padding-left:60px !important;
		margin-left:0px !important;
		height:5px;
		top:55px !important;
	}	

	.ngg-imagebrowser .pic a img {
		width:100% !important;
		height:auto;
	}

	.ngg-imagebrowser {
		margin-bottom:10px;
	}	
	
	.ngg-browser-prev {
		padding-top:0px; !important;
		margin:0px !important;
	}	
}

@media only screen and (min-width: 601px) and (max-width: 665px) {
	.main_info {position:relative; width:100%;float:left;}		
	h1 { 
		font-size:16px;
		line-height:16px;
	}
	.meta_info {
		margin-bottom:10px;
		float:left;
		text-align:left;
	}
	
	/* NextGen Gallery Resizing */
	.ngg-singlepic {
		width:100% !important;
	}	

	.ngg-imagebrowser-nav {
		float:left !important;
		padding-left:0px !important;
		margin-left:0px !important;
		height:5px;
		top:55px !important;
	}	

	.ngg-imagebrowser .pic a img {
		width:100% !important;
		height:auto;
	}

	.ngg-imagebrowser {
		margin-bottom:10px;
	}	
	
	.ngg-browser-prev {
		padding-top:0px; !important;
		margin:0px !important;
	}


}



/* OVERRIDES */
img.psp-active {
	width:100% !important;
}


#content .ngg-imagebrowser img {
	max-height:340px;
	width:auto !important;
        margin-left:auto;
        margin-right:auto;
}

.post-188 {
	width:105%;
}

