/*
Theme Name: erin joy
Theme URI: http://www.erinjoy.co.uk
Description: Custom theme based on WP default
Version: 1.0
Author: Erin Joy & Simon Raybould
Author URI: http://www.erinjoy.co.uk
*/

/* STYLE RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	color: #000000;
}
a:active, a:focus {
  outline: none;

}

/* STYLES */
body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	/*text-align: center;*/
	/*margin: 20px;*/
}

#background-line {
	width: 50%;
	height: 15px;
	background-color: #dadbdd;
	margin-bottom: -15px;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: white;
	overflow: hidden;
}

#menu {
	float: left;
	width: 265px;
	padding: 0 20px 20px 0;
	text-align: left;
	font-size: 1.2em;
}
	#menu a {
		text-decoration: none;
		color: #BBBBBB;
	}
	#menu a:hover {
		color: #888888;
	}
	#menu li ul {
		margin: 5px 0 10px 10px;
		display: none;
		font-size: 0.8em;
		color: #000000;
	}
	#menu li ul.active {
		display: block;
	}
	#menu-title {
		margin-bottom: 10px;
	}
	.menu-section {
		margin: 10px 0;
	}
	
#content-container {
	float: left;
	overflow: hidden;
	width: 695px;
}
	#content {
	padding: 38px 20px 20px 0;
	font-size: 0.8em;
	text-align: left;
	}

	#content h1 {
		font-weight: bold;
		margin: 5px 0;
	}
	#content h2 {
		font-style: italic;
		margin: 5px 0;
	}
	#content p {
		width: 600px;
		margin: 0 0 20px 0;
		
	}
	#content img {
		margin: 2px 0;
	}
	#menu li.current-cat a {
		color: #333333;
	}
	
	#menu .widget {
		margin: 10px 0;
	}
	
#content .wpcf7-form input[type="text"], .wpcf7-form textarea {
	font-family: Arial, sans-serif;
	margin: 3px 3px 3px 0;
}
#content .wpcf7-form p {
	margin: 0 0 10px 0;
}
#content .wpcf7-mail-sent-ok {
	border: none;
}
#content .wpcf7-response-output {
	margin: 0;
	padding: 0;
}

#content .blog {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
	
#footer {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #EEEEEE;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-style: Arial, sans-serif;
	color: #999999;
}


	#footer ul li {
		float: left;
		margin-top: 0px;
		margin-right: 10px;
		line-height: 31px;
	}
	
	#footer ul img {
		vertical-align: middle;
	}
	
	#footer .float-right {
		float: right;
		margin-right: 0;
	} 
