/*
Theme Name: matthewpateman
Theme URI: http://www.matthewpateman.com/
Description: The theme of matthewpateman.com
Version: 1.0
Author: Matthew Pateman
Tags: Matthew Pateman.com
*/


/* LEFT */
body {
	margin: 10px auto;
	font: 10px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#48494A;
}

ul {
	list-style-type:none;
	padding:0;
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
}

h3 {
	margin: 0;
	font: 14px;
	border-bottom: none;
	cursor: pointer;
}

div#left {
	width:150px;
	position:relative;
	float:left;
	margin-left:50px;
	margin-top:50px;
	margin-right:50px;
}

div#logo {
	background-image:url(http://www.matthewpateman.com/img/logo.jpg);
	background-repeat:no-repeat;
	width:110px;
	height:69px;
	margin-bottom:30px;
}

/* home button - START*/
div#menuleft h3 div.menu ul li a {padding-top:1px; padding-bottom:1px; text-decoration:none; color:#48494A;}
div#menuleft h3 div.menu ul li a:hover  {text-decoration:none; color:#EC008C;}
/* home button - END*/


div#menuleft {
	padding-left:20px;
}


div.accordion {
	width: 110px;
}

div.accordion h3 {
	margin: 0;
	font: 14px;
	border-bottom: none;
	cursor: pointer;
}

div.accordion h3:hover {
	color:#EC008C;
}



div.accordion ul li a {padding-top:1px; padding-bottom:1px;}
div.accordion ul li a:link {text-decoration:none; color:#48494A;}
div.accordion ul li a:visited {text-decoration:none; color:#48494A;}
div.accordion ul li a:hover {text-decoration:underline; color:#EC008C;}




/* SEARCH BAR - START*/
div#search {
	padding-top:15px;
	padding-bottom:15px;
		}
input.text {	
	width: 65px;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bolder;
	color:#48494A;
	background:#ffffff;
	border: none;
		}
input.button {	
	width: 20px;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bolder;
	color:#48494A;
	background:#ffffff;
	border: none;
	cursor:pointer;
		}
/* SEARCH BAR - END*/



/* MAIN PAGE */

div#right {
	width:550px;
	position:relative;
	float:left;
	margin-top:50px;
}

div#right a {padding-top:1px; padding-bottom:1px;}
div#right a:link {text-decoration:none; color:#48494A;}
div#right a:visited {text-decoration:none; color:#48494A;}
div#right a:hover {text-decoration:underline; color:#EC008C;}




