/*
 Theme Name:   NewBar Child Theme
 Theme URI:    http://gamerpotion.blogspot.co.uk/2014/05/newbar.html
 Description:  NewBar Child Theme
 Author:       Dom Delimar
 Author URI:   http://domdelimar.com
 Template:     newbar
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         white, light, black, gray, two-columns, left-sidebar, custom-header, custom-background, fixed-layout, full-width-template, featured-images, editor-
 Text Domain:  newbar-child
*/

.site-title a {
	color: #7BF3FF;
	font-size: 30pt;
}

.site-title a:hover {
        color: #7BF3FF;
        font-size: 30pt;
}

.site-description {
	color: rgba(100,100,100,1);
	font-style: italic;
}

#container3 {
	background-color: #7BF3FF;
}

#content {
	    color: #333333;
}

.navmenu ul {
	background: #7BF3FF;
}

#sidebar ul li a {
	color: #00b9eb;
	font-size:11.5pt;
}

.sidebarwrapper, .postwrapper {
	box-shadow: 0 0 0 0 #fff;
}

#neurology-services, #stomatology-services {
	float: right;
	width: 40%;
	margin-right: 10%;
}
#neurology-services {
	float:left;
}

#footer-sidebar aside {
	width: 100%;
}

.divider {
	border-bottom: 1px solid #eaeaea;
	margin: 0px 10px 7px 10px;
}


