/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* CSS FOR COLLIERVILLE PROPERTIES ADDED BY MARKETING PROGRESS - START */
a { 
	color: #225190; 
}

a:hover,
em, code { color: #0a5ac5; }

body.home #system .title a {
color: #FFF;
}

body.home a { 
	color: #b2cfe4; 
}

body.home a:hover {
	color: #94d1ff;
	text-decoration: underline;
}

body.home em {
	color: #FFFFFF;
}
 
body#page {
	padding: 0;
	background: #2F4223 url('../images/background.jpg') center top no-repeat;
}

.componentheading {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 36px;
    line-height: 36px;
	
}


#header-under {
	position: absolute;
	z-index: -1;
	background-color: #003551;
}

#toolbar {
float: right;
margin-top: 40px;
width: 35%;
font-size: 30px;
font-family: Times, Georgia, serif;
line-height: 36px;
color: #FFFFFF;
text-align: center; 
}

#top-b div.module {
margin: 0;	
}

body.home #maininner {
	background-color: #49687F;
	color: #FFF;
}

body #maininner {
	background-color: #FFFFFF;
}

.menu-dropdown .dropdown-bg > div { 
/* See /styles/header/css/menus.css for changes */
}


/*#innertop {
	background: url(../images/innertop.png) no-repeat;	
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
*/
#innertop .module {
	margin: 10px 10px 10px 10px;
}

#innertop h1.title {
	color: white;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #125175;
}

#innertop img {
	padding: 2px 10px 3px 0px;
}
#innertop td {
	vertical-align: top;
}

#innertop a {
	color: #000;
}

#innertop a:hover {
	text-decoration: underline;
}

#innertop .grid-h .mod-line:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 0px;
	border: 0 solid #ddd; /* For Responsive */
	background: url(http://colliervilleparks.org/templates/yoo_nano2/images/line_dotted_v.png) 0 0 repeat-y;
}



/* Sidebar Backgrounds */
#sidebar-a {
	position: relative;
	z-index: 0;
	background: #97A191;
	border-bottom-left-radius: 15px;
	color: #31422a;
}

#sidebar-b {
	position: relative;
	z-index: 0;
	background: #B4D0DA;
	border-bottom-right-radius: 15px;
	color: #2f5d6f;
}

#sidebar-b a {
	color: #0577ad;
	}

#sidebar-a a {
	color: #546643;
}	
/* End Sidebar Backgrounds */


body.home #system .pagination a,
#system .pagination strong {
	color: #FFF;
}


#footer {
	margin-top: 10px;
	color: #627647;
	text-align: left;
}
 
#system .pagination strong,
#system .pagination a:hover {
	background: #003451;
}

/* CSS FOR COLLIERVILLE PROPERTIES ADDED BY MARKETING PROGRESS - END */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(http://colliervilleparks.org/images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}