/* 
//-//-//-//-//-//-//-//-//-//-//-//-//-//-//
	Theme Copyright MartyniP.co.uk 2011 
	Created by Martyn Watton
//-//-//-//-//-//-//-//-//-//-//-//-//-//-//
*/
* {
	margin: 0;
	padding: 0;	
}
body {
	background-image: url(http://hosting.martynip.co.uk/theme2/images/background.png);
	background-repeat: repeat;
}
a {
	color: #2c2c2c;
}
a:visited {
	color: #2c2c2c;
}
a:hover {
	text-decoration: none;
	/*color: #c6c6c6;*/
}
#wrapper {
	width: 960px;
	margin: auto;
}
#wrapper #header {
	background-image: url(http://hosting.martynip.co.uk/theme2/images/header.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 960px;
}
#wrapper #header h2 {
	padding-top: 60px;
	padding-left: 120px;
	font-size: 20pt;
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#wrapper #header h2 a {
	color: #c6c6c6;
	text-decoration: none;
}
#wrapper #posts {
	width: 800px;
	float: left;
}
#wrapper #posts .post .title {
	background-image: url(http://hosting.martynip.co.uk/theme2/images/posts-h3.png);
	background-repeat: no-repeat;
	height: 25px;
	padding: 0;
	padding-left: 40px;
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-decoration: underline;
}
#wrapper #posts .post .title a {
	color: #2c2c2c;
	text-decoration: none;
}
#wrapper #posts .post ul {
	list-style-position: inside;
	list-style-image: url(http://hosting.martynip.co.uk/theme2/images/sidebar-small.png);
	list-style-type: none;
	padding-left: 50px;
}
#wrapper #posts .post p {
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 20px;
}
#wrapper #posts .post h3 {
	padding-left: 45px;
	padding-bottom: 5px;
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
#wrapper #posts .post blockquote {
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #posts .post .meta {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 65px;
	height: 20px;
}
#wrapper #posts .post .meta-margin {
	height: 10px;
	visibility: hidden;
}
#wrapper #footer {
	background-image: url(http://hosting.martynip.co.uk/theme2/images/footer.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 960px;
	clear: both;
	/*bottom: 0px;
	position: fixed;*/
}
#wrapper #sidebar {
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	float: left;
}
#wrapper #sidebar ul {
	list-style-type: none;
}
#wrapper #sidebar ul li h3 {
	/*background-image: url(http://hosting.martynip.co.uk/theme2/images/sidebar.png);
	background-repeat: no-repeat;
	padding-left: 25px;*/
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
#wrapper #sidebar ul li ul li {
	list-style-type: none;
	list-style-image: url(http://hosting.martynip.co.uk/theme2/images/sidebar-small.png);
	list-style-position: inside;
	margin-left: 10px;
}
#wrapper #sidebar ul li p {
	background-image: url(http://hosting.martynip.co.uk/theme2/images/sidebar-small.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 7px;
}
#wrapper #footer #links {
	list-style-type: none;
}
#wrapper #footer #links li {
	padding-top: 30px;
	padding-left: 20px;
}
