/*
Theme Name: Dandelion
Description: A customisable theme built just for your Webeezi Website
Author: The Webeezi Team
Author URI: http://www.webeezi.co.uk
Template: memiah-framework
Tags: white, two-columns, fixed-width, custom-header
*/

@import url('/wp-content/themes/memiah-framework/style.css');

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Georgia";
}

#wrap {
	min-height: 100%;
	height: auto;
}

h1, h2, h3 {
	color: #333;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

#content .mem-contact-page p.mem-contact-page-tel {
    margin-bottom: 25px;
}

.entry-title {
	color: #333;
	font-size: 26px;
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: 5px solid #99cccc;
}

a {
	color: #99cccf;
	text-decoration: none;
}

a:hover {
	color: #111;
}

p {
	line-height: 1.65em;
	font-size: 13px;
	color: #333;
}

.container {
	width: 920px;
	margin: 0 auto;
}
    .with-tel .container {
        width: auto;
    }
#headwrap {
	margin: 0 auto;
	background: url(img/head_back.png) bottom repeat-x #352B27;
	min-height: 166px;
}

#header {
	padding-top: 30px;
	width: 920px;
	position: relative;
}

#header-image {
	width: 918px;
	margin: 0 auto;
	border: 1px solid #fff;
	clear: both;
	position: relative;
}

.header-img {
	border-bottom: 15px solid #99cccc;
	max-width: 918px;
}

#site-title a {
	color: #FFF;
	font-size: 38px;
	display: block;
	margin: 0;
}

.logo {
	position: absolute;
	max-height: 200px;
	max-width: 888px;
	top: 80px;
	left: 40px;
}

.logo img {
	float: left;
	margin-right: 15px;
}

#site-description {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}

#telephone {
	font-size: 20px;
	color: #99cccc;
	float: right;
}

.phone-icon {
	background: #99cccc;
	margin-right: 10px;
	vertical-align: middle;
}

/* Navigation */

#nav {
	float: left;	
}
#nav.with-tel {
	width: 680px;
}


#nav ul li {
	float: left;
	background: url(img/nav_divide.png) no-repeat right center;
	/*border-radius: 5px 5px 0 0;*/
}

#nav li.current_page_item {
	background: url(img/current_page.png) repeat-x;
}

#nav a:hover{
	color: #999;
}

#nav li a {
	color: #fff;
	display: block;
	padding: 0 30px;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
}

/* Content */

#main {
	margin: 10px auto 25px;
	clear: both;
	width: 920px;
	padding: 15px 0 37px;
}

#content p {
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 680px;
	font-size: 13px;
}
.sidebar-left #content {
    float: right;
}

.no-sidebar #content {
	width: 100%;
	margin: 0 0 10px;
}

#footwrap {
	width: 100%;
	background: #99cccf;
	
	margin-top: -37px;
}

#footer {
	width: 920px;
	clear: both;
	padding: 10px 0 6px;
	overflow: hidden;
	padding-left: 2px;
}

#footer p {
	float: left;
	color: #fff;
}

#sidebar {
	float: right;
	width: 210px;
	padding: 0 0 20px;
}
.sidebar-left #sidebar {
    float: left;
}

#sidebar-widgets li.widget-container {
	margin-bottom: 20px;
}

#sidebar-widgets li.widget-container .widget-title {
	padding: 15px 0;
	margin-bottom: 10px;
	border-bottom: 5px solid #99cccc;
	width: 100%;
}

#sidebar-widgets li.widget-container h3 {
	font-size: 21px;
	color: #333;
	line-height: 26px;
	display: block;
}

#sidebar-widgets li.widget-container p, #sidebar-widgets li.widget-container ul, #sidebar-widgets li.widget-container table, #sidebar-widgets li.widget-container form {
	clear: both;
}

#sidebar-widgets li.widget-container ul li{
	line-height: 30px;
	border-bottom: 1px solid #cfcfcf;
	font-size: 13px;
}
#sidebar-widgets li.widget-container ul li a{
	line-height: 30px;
}

li.widget-container ul li a:after {
	content: '\203a';
	float: right;
}

#social-icons {
	bottom: 6px !important;
}

/* Navigation roll-over */
#nav ul {
	position: relative;
}

#nav ul li ul{
	box-shadow: 3px 3px 3px #666;
	display: none;
	position: absolute;
	top: 56px;
	height: auto;
	width: auto;
	z-index: 9999;
}

#nav ul li a{
	color: #fff;
}

#nav ul li:hover > ul {
	display: block;
}

.mobile_browser #nav ul li:hover > ul {
	display: none;
}
.mobile_browser #nav ul li:hover > ul.activated, .mobile_browser #nav ul.activated {
	display: block;
}

#nav ul li ul a {
	line-height: 40px;
	text-align: left;
	display: inline-block; 
	white-space: nowrap;
}

#nav ul li ul li {
	background: #342b27;
	margin-right: 0;
	border-bottom: 1px solid #3f3f3f;
	position: relative;
	float: none;
}

#nav ul li ul li a {
	width: 100%;
}

#nav ul li ul li ul {
	top: 0;
	left: 100%;
}
#footer-widgets .inner{
	padding: 10px;
}

#footer-widgets .inner a{
	color: #fff;
}

#footer-widgets li:nth-child(3n+1) .inner{
	padding-left: 0px;
}
#footer-widgets li:nth-child(3n+3) .inner{
	padding-right: 0px;
}

#footer-widgets h3{
	border-bottom: 5px solid white;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 15px 0;
}
#footer p a {
	color: #fff;
}

.widget_calendar table#wp-calendar caption {
    color: #fff;
}