/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


body {
	background-color: #2c7233;
	background-image:url(../bg-gradient.jpg);
	background-repeat:repeat-x;
	color: #555;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.wrapper {
	margin: 0 auto; 
	text-align: left; 
	width: 1140px;
}

div.wrapper-main {
	background-color: #fff;
	-moz-box-shadow: 0 0 15px #e1e1e1;
	-webkit-box-shadow: 0 0 15px #e1e1e1;
	box-shadow: 0 0 15px #e1e1e1;
	padding: 10px 20px;
}



a {color: #3169c8; text-decoration:none; }
a:hover {color: #193465;}
a:focus { outline: none; }
a:hover, a:active { outline: none; }

h1,h2,h3,h4,h5,h6 {
	color: #3169c8;
	margin-bottom: 10px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #3169c8;
	margin-bottom: 20px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #3169c8;
}


/*Titles for posts, categories, pages */
.title-xsmall {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.title-small {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.title-medium {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.title-large {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

.title-xlarge {
	font-size: 14px;
	line-height: 20px;
}

.title-xxlarge {
	font-size: 14px;
	line-height: 20px;
}





header div.divider {
	border-bottom: 1px solid #57aa57;
	margin: 5px 0;
}
#main div.divider {
	border-bottom: solid 1px #57aa57;
	margin: 20px 0;
}


#logo {
	float: left;
/*	display: inline;*/
	margin: 0px 0px 0px 0;
}

#very-top-menu{
	float:right;
		display: inline;
	font-size: 12px;
	line-height: 18px;
		text-align:right;

}

#very-top-menu a:link, #very-top-menu a:visited {
color:#2c7233;
}

#very-top-menu a:hover {
color:#3169c8;
}


/*Social Bartender plugin */

.sh-sb-icon{
	margin: 8px 0px 3px 8px;
}
#search {
/*    position:relative;
    top:60px;*/
   /* float: right;
    margin: 0 20px 20px 0;*/
    margin-top:10px;
}
#searchform input {
    color:#000;
}

#nav-secondary {
position:relative;
z-index:30;
font-weight:bold;	
}


#nav-primary {
position:relative;
z-index:10;	
font-weight:bold;		
}

/*From WPZOOM */

#top-menu {
	float: right;
	display: inline;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
	text-transform:none;
}

#top-menu a, #very-top-menu a {
	color: #2c7233;
}

#top-menu a:hover {
	color: #333;
	text-decoration: underline;
}




div.secondary {
	background-color: #ffffff;
	border-top: solid 1px #ddd;
	border-bottom: none;
	color: #2c7233;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 10px;
}

nav#main-menu {
	background-color: #2c7233;
	font-size: 13px;
	margin-bottom: 15px;
    position:relative;
    z-index:50;
    min-height: 36px;
}

.multisports {
	
	color:#F00;
	
	}

/* Featured Slider */

#featured-posts {
	margin: 10px 0 0px 55px;
	position:relative;
}

#featured-posts p.read-more {
	margin: 10px 0 0;
}

#featured-posts li {
	list-style-type: none;
}

#featured-posts h2 {
	font-size: 20px;
	line-height: 24px;
	margin-top:5px;
	margin-bottom:0px;
}

#featured-posts div.post-excerpt {
	background-color: #f7f5ed;
	float: left;
	display: inline;
	margin-right: 10px;
	padding:10px 10px 20px 20px;
	width: 290px;
	min-height: 210px;
	font-size: 13px;
	line-height: 18px;
}

#featured-posts div.post-cover {
	float: left;
	display: inline;
	width: 620px;
}

#featured-posts .slides {
	width:960px;
	height:270px;
	display:none;
}

#featured-posts .slides li {
	width:960px;
	height:270px;
	display:block;
}

#featured-posts a.browse
{
	background:transparent url(images/arrows-port.png) no-repeat 0 0;
	cursor:pointer;
	display:block;
	font-size:1px;
	height:30px;
	position:absolute;
	text-indent:-2000px;
	bottom:1px;
	width:30px;
	z-index:30;
}

#featured-posts a.prev
{
	background-position:0 0;
	right:31px;
}

#featured-posts a.prev:hover
{
	background-position:0 -33px;
}

#featured-posts a.next
{
	background-position:-41px 0;
	right:0;
}

#featured-posts a.next:hover
{
	background-position:-41px -33px;
}

/*Welcome text Teaser */
/* Welcome Message */

#welcome-message {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 10px 20px 20px;
	text-align: left;
}

#welcome-message h1 {
	font-size: 22px;
	line-height:20px;
	width: 300px;
	text-align: left;
	font-weight: bold;
}
#post-message {
	margin-left:150px;
	display: inline;
	margin-right: 10px;
	padding:10px 10px 20px 20px;
	min-height: 210px;
	font-size: 13px;
	line-height: 18px;
}
#post-message h2 {
	margin-left:280px;
}
#post-message p {
	margin-left:280px;
}
.goodinvest{
	
	display: block;
line-height: 1.4em;
color: inherit;
margin:0px;
padding: 0px;
font-size:16px;
}
ul.list1 li{
	list-style-type:circle;
	
	}


/*CONTENT including 'wrapper reversed' for left sidebar */
/********************************************************************************************* 

4. Page Structure: Main Content

*********************************************************************************************/

div.breadcrumbs {
	color: #999;
	font-size: 12px;
	margin: 10px 0 20px;
}

#content {
	float: left;
	display: inline;
	width: 760px;
	margin: 0 20px 50px 10px;
	border-left: 2px solid black;
	padding-left:15px;
}

aside {
	float: left;
	display: inline;
	width: 300px;
}

div.wrapper-reversed #content {
	float: right;
	margin-right: 20px;
	margin-left: 0px;
}

div.full-width #content {
	margin-right: 0;
	float: none;
	display: block;
	width: 940px;
}

div.wrapper-reversed img.cover-wide {
	margin-left: 0;
}

.post-content, article {
	font-size: 14px;  
	line-height: 20px; 
	overflow: hidden;
	max-width: 630px;
}

/* Hanji added to custom.css */

div.infoBox{
	
	border:2px solid transprent;
	padding:10px; 
	border-radius:1.5em;
	
	background-image: -ms-linear-gradient(bottom left, #94D1FF 0%, #94D1FF 70%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #94D1FF 0%, #94D1FF 70%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #94D1FF 0%, #94D1FF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #94D1FF), color-stop(1, #94D1FF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #94D1FF 0%, #94D1FF 70%);

}

div.press{
	
}

.page-id-560 #content{
	border-left:hidden;
}

.page-id-560 h2{
	
	border-bottom:2px double black;
}









/*Widgets */
p.title {
	font-size: 36px;
	font-weight: normal;
	line-height: 24px;
	margin-top:5px;
	margin-bottom: 10px;
	text-transform: none;
	color: #2c7233;
	text-transform:none;
}


.widget-title {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: none;
	color: #2c7233;
	text-transform:none;
}

img.cover {
	
      display:none;
	}



/********************************************************************************************* 

10. Page Structure: Prefooter & Footer

*********************************************************************************************/

#prefooter {
	background-color: #fdf8ee;
	border: solid 1px #fcf2dd;
	margin: 0 0 10px;
	padding: 10px 0px 0px 20px;
	color:#2c7233;
}

#prefooter a {
color: #3169c8;
}

#prefooter a:hover {
color: #193465;

}

#prefooter h1, #prefooter h1 .title{
	line-height: 24px;
	margin-bottom:20px;
	padding-left:60px;
}

#prefooter p.title {
	color: #2c7233;
	font-weight: bold;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;

}
.prefooter-inside{
	display:none;
}

#prefooter li {
	line-height: 15px;
}

#prefooter div.widget {
	font-size: 13px;
text-align:center;
}

#prefooter div.column {
	float: left;
	display: inline;
	margin-left:15px;
	margin-right: 10px;
	width: 280px;
	padding-left:60px;

}

#prefooter div.column.column-last,
#prewidgets div.column.column-last {
	margin-left:15px;
	margin-right: 0;

}
/****/

#prefooter2 {
/*clear:both;*/
	background-color: #fdf8ee;
	border: solid 1px #fcf2dd;
	/*margin: 0 0 10px;*/
	margin: 0 auto;
	width: 1140px;;
	padding: 10px 19px;
	
}

#prefooter2 a {
color: #3169c8;
}

#prefooter2 a:hover {
color: #193465;	
}

#prefooter2 p.title {
	color: #2c7233;
	font-weight: bold;
	text-transform: none;
	font-size: 18px;
	line-height: 18px;
}

#prefooter2 li {
	line-height: 15px;
}

#prefooter2 div.widget {
	font-size: 12px;
}

#prefooter2 div.column2 {
	float: left;
	display: inline;
	width: 205px;
	padding-left:20px;
}

#prefooter2 .widget_text{
	
	}


 .column2-last{
	display: inline;
}

#nav_menu-19{
	margin-bottom:40px;
	width:205px;
	float:left;
}

#nav_menu-18{
	
	width:205px;
	float:right;
	
}

#menu-item-696 a{
	
	color:red;
	}

#menu-item-182 a {
	font-weight:bold;
	color:red;
	}



footer {
	font-size: 14px;
	line-height: 20px;
	color:white;
	margin: 20px 0 0 0px;
	text-align:center;
}

footer a:link, footer a:visited{
	
	color:white;
}

footer a:hover{
	color:#ffffff;
}

footer div.wrapper {
	width: 980px;
		text-align:center;
		color:#eeeeee;
		color:#09F
}

#menu-item-178 a{
	
	color:red;
	font-weight: bold;
}
#nav_menu-9{
	
	display:none;
}
#nav_menu-8{
	
	display:none;
}
#nav_menu-11{
	
	display:none;
}
#text-3{
	margin-top:40px;
	}
#text-4{
	margin-top:40px;
}

footer p.copy {text-align:center; display: inline; color:#eeeeee;}
footer p.wpzoom { display: inline; float: right; }
footer p.wpzoom a {color: #999; text-decoration: none;}
footer p.wpzoom img { display: inline; float: right; padding: 0 0 0 2px; }

/***stupid form buttons **/

#form-subscribe input#form-submit,
a.button {
	font-size: 12px;
	font-weight: bold;
	color: #2c7233;                
}

#form-subscribe input#form-submit:hover,
a.button:hover {
color:#3169c8;
}

a.button.green {
	background-color: #f3f8e4;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#f3f8e4), to(#f5f5f5));
	background-image: -moz-linear-gradient(top, #f3f8e4, #f5f5f5);
	background-image: -ms-linear-gradient(top, #f3f8e4, #f5f5f5);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f8e4), color-stop(100%, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #f3f8e4, #f5f5f5);
	background-image: -o-linear-gradient(top, #f3f8e4, #f5f5f5);
	background-image: linear-gradient(top, #f3f8e4, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f8e4', endColorstr='#f5f5f5', GradientType=0); 
/*	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;*/
		border-color: none;
	border: none;
	text-shadow: none;


}


#logo-slider a{
	
	margin:100px 0px 0px 100px;
	
	}

.slider-controls #prev{
	
		background:url(http://www.familynatureparcs.com/wp-content/themes/discovery-mod/images/arrows-port.png) no-repeat 0 0;
		background-position:-41px 0;
		height:30px;
	    right:0;
		float:right;
		margin-right:-150px;
		/*margin-right:-50px;*/
	}
.slider-controls #next{
	
		background:url(http://www.familynatureparcs.com/wp-content/themes/discovery-mod/images/arrows-port.png) no-repeat 0 0;
		background-position:0px 0;
		height:30px;
	    right:31;
		float:left;
		/*margin-left:-30px;*/
	}

/*NEWSLETTER SIGN-UP STYLES */


p#ns-checkbox{ clear:both; display:block; } 
#ns-checkbox input{ margin:0 5px 0 0; display:inline-block; width:13px; height:13px; } 
#ns-checkbox label{ display:inline-block; } .nsu-form { margin:10px 0; width: 400px;} 
.nsu-form p,.nsu-text-before-form,.nsu-text-after-form{ clear:both; display:block; margin:5px 0; } 
.nsu-text-before-form ul,nsu-text-after-form ul,.nsu-text-before-form ol,nsu-text-after-form ol{ margin-left:15px; } 
.nsu-form label{display:block;  font-weight:bold; } 
/*.nsu-form input{ padding:2px; display:block; text-align:left; color:#999; } */
/*.nsu-form input:focus, .nsu-form input:active{ color:#000; } 
.nsu-field{ background:white; }
 input.nsu-submit{ color:#000; } */
 .nsu-error { font-size:75%; font-style:italic; } 
 
 
 
div.ctsop_div {
	height:200px
}

#menu-item-756 a{
	font-weight:bold;
}