/*
Theme Name: Daisy
Description: A customisable theme built just for your Webeezi Website
Author: The Webeezi Team
Template: memiah-framework
Author URI: http://www.webeezi.co.uk
Tags: white, two-columns, fixed-width, custom-header
*/
@import url('/wp-content/themes/memiah-framework/style.css');

body {
	background: #ede9dd;
	font-family: Arial;
}

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

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

.entry-title {
	color: #e2493c;
	font-size: 26px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

a {
	color: #e2493c;
	text-decoration: none;
}

a:hover {
	color: #f60;
}

p {
	line-height: 1.5em;
	font-size: 13px;
	color: #57443b;
}

.container {
	width: 980px;
	margin: 0 auto;
}

#header {
	margin: 30px auto 0;
	background: #abc;
	width: 978px;
	height: 184px;
	border: 1px solid #FFF;
	position: relative;
    overflow: hidden;
}
#header.no-header-image {
	border: none;
	border-bottom: 1px solid #FFF;
}

#logo {
	position: absolute;
	top: 55px;
	left: 55px;
    width: 955px;
}

#logo img {
	float: left;
	margin-right: 20px;
}

#site-title, #site-description {
	font-family: "Helvetica Neue";
	font-weight: 200;
}

#site-title a {
	color: #e2493c;
	font-size: 34px;
	font-weight: 200;
}

#site-description {
	color: #554239;
	font-size: 20px;
	height: 20px;
}

#telephone {
	float: right;
	font-size: 20px;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
}

/* #nav igation */

#nav {
	height: 62px;
	width: 978px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0 auto;
	background: #e35649;
	position: relative;
}

#nav ul li {
	float: left;
	border-right: 1px solid #fff;
	height: 62px;
	width: 162px;
	background: url(img/menu_gradient.png) 0 0 repeat-x;
	position: relative;
}

#nav .menu li.menu-2, #nav .menu li.menu-8{ background-position: 0 -200px; }
#nav .menu li.menu-3, #nav .menu li.menu-9{ background-position: 0 -400px; }
#nav .menu li.menu-4, #nav .menu li.menu-10{ background-position: 0 -600px; }
#nav .menu li.menu-5, #nav .menu li.menu-11{ background-position: 0 -800px; }
#nav .menu li.menu-6, #nav .menu li.menu-12{ background-position: 0 -1000px; }


#nav .menu li a:hover {
	color: #000;
}

#nav .menu > li:last-child{
	width: 163px;
	border-right: none;
}

#nav .menu li a {
	color: #ede9dd;
	display: block;
	bottom: 10px;
	left: 15px;
	position: absolute;
	width: 136px;
	font-size: 20px;
}

#nav .menu > ul > li > a, #nav .menu > li > a {
	background: url(img/nav_arrow.png) no-repeat bottom right;
}

.cleared-full {
    clear: both;
    position: relative;
    width: 978px;
    margin: 0 auto;
}
.header-tel {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #E2493C;
    font-size: 18px;
}

/* Content */
#main {
	clear: both;
	background: #fff;
	width: 920px;
	padding: 55px 30px
}

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

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

#content {
	float: left;
	width: 650px;
	font-size: 13px;
	color: #57443B;
}
.sidebar-left #content {
    float: right;
}

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

#footer {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 2px;
	padding: 15px 0;
}

#sidebar {
	float: right;
	width: 208px;
	background: url(img/widget_gradient.png) repeat-x;
}
.sidebar-left #sidebar {
    float: left;
}

#sidebar-widgets {
	background: #fff;
	margin: 6px 6px 0;
}

#sidebar-widgets li.widget-container {
	padding: 0 10px;
}

#sidebar-widgets li.widget-container h3 {
	font-size: 20px;
	color: #57443b;
	line-height: 40px;
	padding-top: 10px;
}

#sidebar-widgets li.widget-container p, #sidebar-widgets li.widget-container ul, #sidebar-widgets li.widget-container table {
	clear: both;
	border-top: 1px solid #e5e5e5;
}


#sidebar-widgets li.widget-container ul li{
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 25px;
	font-size: 13px;
	background: url(img/rarrow.png) no-repeat left 10px;
}

#sidebar-widgets li.widget-container ul li a{
	line-height: 30px;
}

#sidebar-widgets li.widget-container ul li ul li{
	background: none;
	padding-left: 10px;
}

#sidebar-widgets li.widget-container ul li ul li{
	background: none;
	padding-left: 10px;
}
#sidebar-widgets li.widget-container ul li ul li:last-child{
	border-bottom: none;
}

#sidebar-widgets li.widget-container form#searchform input#s {
	width: 128px;
}


#footer-widgets li.widget-container {
    width: 32%;
}

#footer-widgets li.widget-container {
	padding: 0 5px;
}

#footer-widgets li.widget-container h3 {
	font-size: 20px;
	color: #57443b;
	line-height: 40px;
	padding-top: 10px;
}

#footer-widgets li.widget-container p, #sidebar-widgets li.widget-container ul, #sidebar-widgets li.widget-container table {
	clear: both;
	border-top: 1px solid #e5e5e5;
}
    #footer-widgets li.about p, #footer-widgets li.services p {
        border-top: none;
    }


#footer-widgets li.widget-container ul li{
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 25px;
	font-size: 13px;
	background: url(img/rarrow.png) no-repeat left 10px;
}

#footer-widgets li.widget-container ul li a{
	line-height: 30px;
}

#footer-widgets li.widget-container ul li ul li{
	background: none;
	padding-left: 10px;
}

#footer-widgets li.widget-container ul li ul li{
	background: none;
	padding-left: 10px;
}
#footer-widgets li.widget-container ul li ul li:last-child{
	border-bottom: none;
}

#footer-widgets li.widget-container form#searchform input#s {
	width: 130px;
}


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

.telephone {
	padding-left: 8px;
	margin-left: 8px;
	border-left: solid 1px;	
}

/* Navigation Menus */
#nav ul li ul{
	box-shadow: 0 3px 3px #ccc;
	margin: 62px 0 0;
	display: none;
}

#nav ul li ul ul{
	left: 100%;
	top: 0;
	display: none;
	margin: 0;
	position: absolute;
}

#nav ul li ul li{
	border: none;
	float: none;
	padding: 10px 15px;
	height: auto;
	width: 132px;
	z-index: 99999;
}

#nav .menu li li a {
	position: static;
}

#nav ul li a{
	background-image: none;
}

#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;
}



/*
 * Footer Widgets
 */
#footer-widgets{
	border: 1px solid white;
	background: white;
	margin-bottom: 10px;
}
#footer-widgets h3{
	color: #57443B;
    font-size: 20px;
    line-height: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}
#footer-widgets li.widget-container .inner{
	padding: 0px 10px;
}
