/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
@import url('http://46.32.240.39/master-cleaners.co.uk/fonts/stylesheet.css');
@import url('http://46.32.240.39/master-cleaners.co.uk/css/foundation.css');
@import url('http://46.32.240.39/master-cleaners.co.uk/css/mc.css');


/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	width:1050px; padding:0px 40px 0px 40px; margin:auto; background-color:#fff;
}
div#content
{
	width:760px; min-height:500px; float:left; margin-right:20px; background-color:#fff;
}



/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
}
.entry-content a
{
	color:#96c625	
}
.entry-content a:hover
{
	color:#5e7c16;
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
	width:190px; height:auto; float:left
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/



/*** YOUR CSS ***/

html, body{font-family: 'latoregular';}

ul.dropdown li {
    height: 24px;;
}

ul.dropdown li a {
  height: 24px;
  line-height: 24px !important;
}]