/*   
Theme Name: Vision
Description: A Child Theme of Candour
Template: candour
http://themeshaper.com/2009/04/17/wordpress-child-theme-basics/
*/

@import url(../candour/style.css);

body{
	background-image: URL("../../uploads/2015/12/main-bkg.gif")!important;
}

a :hover{
	color: red!important;
}

h1{ 
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-weight: normal;
	color: #2E436C;
	font-size: 2.0em;
}

.top-header-con h2{
	margin: 0px!important;
	float: none!important;
}

.top-header-con{
	color: #7C5353;
	background-color: #fff;
	text-align: center;
}

.top-header-con img {
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	width: 897px; 
}


.mtop{ margin-top: 0px; }

.page-container { 
	margin-right: 200px; 
}

#sidebar{
	width: 200px;
}

.container { max-width: 917px; }

#main-menu, #main_menu li{
	background-color: #2E436C!important;
}

#main-menu{
	border: 10px solid #FFF;
	border-bottom: 1px solid #fff;
	min-width: 897px;
}

#main-nav{
	background-color: transparent!important;
}


.entry-content p, .entry-content li {
	line-height: 1.3;
}

.oneCol{
	margin-right: 0px!important;
}

#content1{ width: auto!important;}

#inner-content{ 
	padding: 0px;
	padding-left: 15px;
}
.entry-content p { padding-left: 0px; }

#main-footer{
	margin-top:0px;
	position: relative

}

#bottom-footer{
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	background-color: transparent;
}

#bottom-footer .container{ 
	background-color: white;
	color: black;
	height: 286px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#footer-copyright{
	margin-left: 15px;
	width: 96%;
	padding: 4px;
}

#footer-nav-links{
	text-align: center;
	width: 100%;
}




.textwidget{
	text-align: center;
	font-weight: bold;
}
.widget_text{ 
	margin-bottom: 0px;
	border-bottom: 0px solid white; 
}

.cntctfrm_contact_form div{
	clear: none;
}

#main-footer a:hover{
    color: red;
}


