/* @override http://67.20.95.85/wp-content/themes/nardin/style.css */

/* 
	Theme Name: Nardin Park UMC
	Description: Custom Made for Nardin Park
	Author: Bill Robbins
	Author URI: http://www.billrobbinsdesign.com
	Version: 1.0
	Tags: For support email <a href="mailto:support@organizedthemes.com">support@organizedthemes.com</a>
	
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded */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, font, 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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

/* Type */


h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #111;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 { 
	font-size: 36px; 
	line-height: 1; 
	margin-bottom: 8px; 
}

h2 { 
	font-size: 24px; 
	margin-bottom: 12px; 
}

h3 { 
	font-size: 20px; 
	line-height: 1; 
	margin-bottom: 12px; 
}

h4 { 
	font-size: 18px; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

h5 { 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 24px; 
}

h6 { 
	font-size: 16px; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { 
	margin: 0;
}

/* Text Elements */

p { 
	margin: 0 0 24px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	margin: 24px; 
	color: #666; 
	font-style: italic; 
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 24px; 
	font-style: italic;
}

del {
	color:#666;
}

/* Lists */

li ul, li ol {
	margin: 0 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol {
	list-style-type: decimal;
	font: 16px 'Grablau', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Global */

body {
	background: #000 url(http://images.nardinpark.org/wp-content/themes/nardin/images/background.jpg) center top no-repeat;
	margin: 0 auto;
}

a, a:visited {
	color: #023752;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:hover {
	color: #747474;
	text-decoration: none;
}

img {
	border-style: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Sticky Footer */
html, body {    
   height: 100%; 
}

#wrapper {
   min-height: 100%;
   margin-bottom: -30px;
   position: relative;
}

.clearfooter {
   height: 30px;
   clear: both;
}

/* @end */

/* @group Header */

#header {
	height: 142px;
	margin: 0 auto;
}

#upper-navigation {
	float: right;
	display: inline;
	margin-top: -2px;
	width: 460px;
	height: 30px;
}

#upper-navigation ul {
	float: right;
	list-style: none;
	height: 26px;
	background-color: #163c51;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#upper-navigation li {
	color: #fff;
	float: left;
	padding-top: 5px;
	font-size: 15px;
}

#upper-navigation a, #upper-navigation a:visited {
	color: #fff;
	margin-right: 19px;
}

#upper-navigation a:hover {
	color: #ccc;
}

#logo {
	margin-bottom: 15px;
	float: left;
	width: 398px;
	display: inline;
}

/* Navigation Bar */

#navigation {
	width: 900px;
	height: 35px;
	background: url(http://images.nardinpark.org/wp-content/themes/nardin/images/navigation-bar.png) no-repeat;
	position: relative;
	z-index: 25;
	float: left;
	margin-bottom: 15px;
}

#navigation-left {
	float: left;
	width: 615px;
	display: inline;
}

.sf-menu, .sf-menu * {
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a, .sf-menu a:visited {
	padding-left: 9px;
	padding-bottom: 7px;
	padding-right: 9px;
	padding-top: 7px;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0 0;
}

.sf-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.sf-menu a:hover {
	color: #fff;
	font-weight: bold;
	background: url(http://images.nardinpark.org/wp-content/themes/nardin/images/navigation-hover.jpg) repeat-x;
}



.current_page_ancestor {
	color: #fff;
	font-weight: bold;
}

.current_page_parent {
	font-weight: bold;
}

.sf-menu li ul {
	width: 200px;
	background-color: #000;
	border: 3px solid #838383;
	margin-top: -9px;
	margin-left: 0;
	-webkit-box-shadow: 2px 2px 5px #000;  
	-moz-box-shadow: 2px 2px 5px #000;  
	box-shadow: 2px 2px 5px #000;
}

.sf-menu li li {
	float: left;
	padding: 0px;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color: #fff;
	width: 200px;
	float: none;
	padding: 10px;
	font-weight: normal;
	font-style: normal;
}

.sf-menu li li a:hover {
	width: 180px;
	color: #000;
	font-weight: normal;
	background-color: #e0e0e0;
	background-image: none;
	font-style: normal;
}

.sf-menu li li li {
	color: #fff;
}
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

li.small-home {
	margin-top: -2px;
}

li.small-home a:hover {
	background-image: none;
}

#navigation-right {
	float: right;
	width: 264px;
	display: inline;
	padding-top: 6px;
}

#searchdiv {
	padding-top: 3px;
	display: inline;
}

#searchform {
	width: 229px;
	display: inline;
}

#sbutt {
	width: 52px;
	height: 19px;
	text-indent: -9999px;
	cursor: pointer;
}

input#s {
	width: 161px;
	text-align: left;
	background: transparent;
	border: none;
}

#searchsubmit, input#sbutt {
	border: none;
	background: transparent;
}

#navigation-right img {
	float: right;
	margin-right: 13px;
	display: inline;
}

/* @end */

/* @group Home */

#home a, #home a:visited{
	color: #023752;
}

#home-left {
	float: left;
	width: 670px;
}

#home-left-bottom {
	margin-top: 25px;
}

#home-left-bottom-right {
	float: right;
	width: 318px;
	background-color: #fff;
	padding: 7px;
	height: 324px;
}

#home-left-bottom-right-content {
	background-color: #e6e4e5;
	padding: 3px;
	height: 316px;
	position: relative;
}

#home-left-bottom-right h2 {
	color: #023752;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	margin-top: 9px;
}

ul.home-blog {
	list-style: none;
	margin: 0;
}

p.home-list-title {
	margin-bottom: 0;
}

ul.home-blog li {
	border-bottom: 1px dotted #14455e;
	margin-bottom: 9px;
}

p.home-meta {
	font-size: 12px;
}

.home-blog .calendar-link {
	bottom: 2px;
}

/* @group Calendar */

.calendar-list {
	background: url(http://images.nardinpark.org/wp-content/themes/nardin/images/calendar-widget.jpg) no-repeat;
	width: 318px;
	height: 338px;
	position: relative;
	float: left;
}

.calendar-list h2 {
	color: #023752;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	padding-top: 17px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.calendar-list ul {
	list-style: none;
	margin-right: 0;
	margin-left: 16px;
	margin-bottom: 0;
}

.calendar-list ul li {
	width: 300px;
	height: 39px;
	margin-bottom: 2px;
	padding-top: 1px;
}

.left-list {
	width: 210px;
	float: left;
	height: 31px;
	padding-top: 8px;
	padding-left: 7px;
}

.right-list {
	width: 50px;
	float: right;
	margin-right: 15px;
	margin-bottom: 8px;
}

.day-list {
	font-size: 19px;
	text-align: center;
}

.month-list {
	font-size: 10px;
	text-align: center;
}

.calendar-link {
	text-align: center;
	position: absolute;
	left: 49px;
	margin: 0;
	bottom: 11px;
}

/* @end */

#home-rotator {
	border: 10px solid #fff;
}

#home-right {
	float: right;
	width: 200px;
}

#home-right img {
	margin-bottom: 20px;
	background-color: #fff;
	width: 200px;
}

/* @end */

/* @group Page */

#page {
	padding: 20px;
	background-color: #fff;
	margin-top: 25px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#page a, #page a:visited {
	color: #023752;
	text-decoration: none;
	border-bottom: 1px dotted #023752;
}

#page a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background-color: #023752;
}

#page-left ol {
	list-style-type: decimal;
}

#page-left {
	width: 600px;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page-right {
	width: 200px;
	float: right;
	background-color: #e1e1e1;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

#page-right a, #page-right a:visited {
	border-bottom: none;
}

li.widget-page-parent  {
	list-style: none;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 3px;
}


li.post-fake-navigation-child  {
	list-style: none;
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
}

li.post-fake-navigation-child-bottom  {
	list-style: none;
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}


ul.pages, .pages li {
	list-style: none;
}

.meta-bar {
	height: 20px;
	font-size: 12px;
}

/* @group Blog Page Template */

.title {
	width: 400px;
	margin: 0;
	display: inline;
	line-height: 1.3;
}

.date {
	width: 165px;
	margin: 5px 0 0;
	display: inline;
	text-align: right;
}

h4.date {
	padding-top: 4px;
	font-size: 16px;
}

h2 a, h2 a:visited {
	color: #023752;
	text-decoration: none;
	font-family: 'Grablau', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post-meta {
	background: #e1e1e1;
	height: 12px;
	padding: 3px 5px 2px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	color: #000;
	font-family: Junction, "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
}

.post-meta {
	font-size: 10px;
	font-family: Junction, "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @end */

/* @group Sidebar */

.widget {
	list-style: none;
	padding: 5px;
}

.widget h2 {
	color: #023752;
	font-size: 20px;
}

.widget li {
	list-style: none;
}

.widget ul {
	margin: 0;
}

.widget ul li ul li {
	margin-left: 17px;
}

/* @end */

/* @group Footer */

#footer {
	width: 900px;
	margin: 18px auto 20px;
	height: 30px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer p {
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer a, a:visited {
	color: #fff;
}

#footer a:hover {
	color: #747474;
	text-decoration: none;
}

/* @end */

/* @group Odds and Ends */

/* @group Page Navigation */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi {
	
	font-family: 'Grablau', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.wp-pagenavi a:visited {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #033853;
}

.wp-pagenavi a:active {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #ccc;
	background-color: #033853;
}

.wp-pagenavi span.pages {
	padding: 2px 4px; 
	margin: 2px;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #033853;
}

.wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;	
	color: #000;
}

/* @end */

/* @group Images & Captions */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

/* @end */

/* @group Default Widgets */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.rsswidget img {
	display: none;
}

/* @end */

#submit {
	border: 1px solid #adadad;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
}


.gform_wrapper {
	font: 14px 'Grablau', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Event Calendar */

#dbem-location-map {
	margin-bottom: 20px;
}

td input, td select {
	margin-top: -15px;
}

td input {
	width: 200px;
}

tr th {
	padding-top: 8px;
}

ul.dbem_events_list {
	list-style: none;
	margin-top: 25px;
}

.dbem_events_list li {
	margin-bottom: 15px;
}

h2.calendar-item {
	margin: 0 0 10px;
	padding: 0;
}

/* @end */

/* @end */

/* @group Comments */

/* Forms */

#single-comments #comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 600px;
}
#single-comments .comment-content {
	width: 470px;
}
#single-comments #comments h2,
#single-comments #comments h3 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#single-comments #comments a {
	color: #023752;
	text-decoration: none;
}
#single-comments #comments a:hover {
	text-decoration: none;
}
#single-comments #comments ol,
#single-comments #comments li,
#single-comments #comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#single-comments label {
	clear: left;
	display: block;
	float: left;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 8px 20px 0 0;
	text-align: right;
	width: 150px;
}
#single-comments #comments input, #single-comments  #comments textarea {
	border: 2px solid #d3d4d6;
	color: #2f2f2f;
	float: left;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 30px;
	padding: 5px;
	width: 300px;
	-webkit-border-radius: 5px;
}
#single-comments textarea {
	height: 100px;
	max-height: 100px;
}
#single-comments input:focus, #single-comments textarea:focus {
	color: #000;
}
#single-comments input#submit {
	color: #000;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
#single-comments input#submit:hover {
	color: #023752;
	background-color: #ababab;
	cursor: pointer;
}
#single-comments label.hidden {
	display: none;
}

/* Comments */

#single-comments ol#commentlist, 
#single-comments ol#commentlist li {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#single-comments li.comment img.avatar {
	float: left;
	margin-right: 15px;
}
#single-comments .comment-content {
	background: url('images/content.png') top repeat-x;
	border: 1px solid #999;
	float: right;
	margin-bottom: 25px;
	padding: 5px 15px 15px 15px;
}
#single-comments .comment cite {
	font-style: normal;
}
#single-comments .comment p.meta {
	font-size: 0.7em;
	margin-bottom: 0;
	text-transform: uppercase;
}

#single-comments h3#postcomment {
	padding-top: 20px;
}
#single-comments form#commentform {
	width: auto;
}
#single-comments form#commentform input {
	clear: both;
	float: left;
	margin-right: 15px;
	width: 200px;
}
#single-comments form#commentform textarea {
	margin-bottom: 20px;
	width: 400px;
}
#single-comments form#commentform label {
	clear: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	float: left;
	width: auto;
}
#single-comments form#commentform input#submit {
	margin: 0 0 30px 0;
	padding: 0;
	width: 215px;
}

body div#comments div#trackbacks ol {
	margin-left: 40px;
}
#single-comments #trackbacks li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

/* @end */

/*@group Author Box */

#avatar{
    display: inline;
         float: left;
         padding: 6px
}

#authorbox{
    background:#EFEFEF;
    border:1px solid #CECFD0;
    width:100%;
    margin-bottom:10px;
    overflow:hidden;
	margin-top: 10px;
}
#authorbox h4{
	font-size:16px;
    color:#191919;
    margin:0;
    padding:10px 10px 5px 10px;
}

.authortext{
	padding-left:100px;
}

#authorbox img{
	margin:0;
    padding:10px;
    float:left;
}

#authorbox p{
	color:#191919;
    margin:0;
    padding:0px 10px 10px 10px;
}

 #authorbox h4 > a{
	text-decoration:none;
}

#authorbox p{
	color:#191919;
}



/* @end */    

