body {
	margin: 0px;
	padding: 0px;
	/* below back colour is of whole screen - imgwhite01 is colour around page header at sides of screen - we make header fit the same height as the image */
	background: #CCCCCC;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;  /* colour of body text */
}




h1, h2, h3 {
	margin-top: 0px;
	margin-left: 10px;
	color: #FF0000;
	font-family: "Bookman Old Style", "Copperplate Gothic Bold";
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1em;
	 
}

h3 {
	font-size: 1.4em;
}

ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.955em;
	 
	margin-bottom: 1.2em;
	line-height: 120%;
	margin-right: 30px;

}



a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #333333;
	text-align: center;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 100px; /* height of header */
	margin: 0px auto;
	padding-right: 0px;
	background: #000066  repeat-x;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header-wrapper {
	width: 100%;
	height: 100px;
}

/* Logo */

#logo {
	float: left;
	background:  url(file://///nas-be-79-d0/websites/photographygift/images) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	margin-left: 10px;
	padding-left: 10px;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;
	font-family: "Bookman Old Style", "Copperplate Gothic Bold";
	font-size: 28px;
}

#logo h1 {
	padding: 0px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 40px 0px 0px 10px; /*widens gaps tween menu items */
}

#menu a {
	display: block;
     color: #FFFFFF;
	width: auto;
	height: 12px;
	padding: 5px 5px;
}

#menu a:hover {

	background: #000000 url(file://///nas-be-79-d0/websites/photographygift/images/img26.gif) repeat-x 0px 0px;
	text-decoration: none;
}

#menu .active {

	background: #FFFFFF url(file://///nas-be-79-d0/websites/photographygift/images/img26.gif) repeat-x 0px 0px;
}

#menu .active a {
	background: #FFFFFF url(file://///nas-be-79-d0/websites/photographygift/images/img26.gif) repeat-x 0px 0px;
}

/* Page  this gives the colour of whole page*/

#page {
	width: 900px;
	height: auto;
	margin: 0px auto;

	padding: 40px 0px;
	background: #996600  repeat-x;
}

/* Content */

#content {
	float: right;
	width: 600px;
	background: url(file://///nas-be-79-d0/websites/photographygift/images) no-repeat right bottom;
	margin-right: 20px;
}
/* wrapper has height 10000px so page can be 100% instead of fixed but can't tell hwo to vary height to content */
#wrapper {
	width: 100%;
	height: auto;
	margin: 20px; /* margin at top */
	padding: 0px;
	border: thick #0000ff;
}

.post {
	margin: 0px 0px 30px 0px;

}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000000;      /* h1 text photofaculty photography courses in London */
}

.post .entry {
	font-size: 14px;
	color: #000000;
}

.post .meta {
	font-weight: bold;

	}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	
}

#sidebar-bgtop {
	height: 3px;
	
}

#sidebar-bgbtm {
	height: 3px;
	
}

#sidebar-content {
	padding: 0px 10px 20px 20px;

}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar li li {
	background: url(file://///nas-be-79-d0/websites/photographygift/images/img05.jpg) no-repeat left 50%;
	margin-left: 5px;
	padding-left: 10px;
}

#sidebar h2 {
	color: #333333;
	background: url(file://///nas-be-79-d0/websites/photographygift/images/img36.gif) no-repeat left 50%;
	padding-left: 15px;
	font-size: 1.4em;
	font-family: "Bookman Old Style", "Copperplate Gothic Bold";
	text-align: left;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer-wrapper {
margin: 0px auto;

}

#footer {
	clear: both;
	height: 60px; 

	margin-left:50px;
	margin-right:50px;
	color: #000000;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #000066;

}

.style1 {
	font-size: 2em;
	font-family: "Comic Sans MS", Verdana, Arial;
}
.style2 {color: #FF0000}

.style3 {
	font-family: Arial, Helvetica, sans-serif
}
.style4 {
	color: #000000;
	text-align: left;
}
.style6 {font-size: 16px}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
