* {
	padding:0;
	margin:0;
}
body {
	color: #402530;
	font: 0.8em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	background-color: #ffffff;
	line-height: 1.1em;
}

a {	
	color:#cddc6f;
	outline: none;
	text-decoration: none;
} 

a:visited {
	color:#c0c56f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #dce36c;
}
img, a img {
	border:none;
}
code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}
.clear {
	clear: both;
}

h1, h2, h3 {
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	color: #e68b92;
}


/*		
//////////////////////////////////////////////////////
		LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 870px;
	margin: 0px auto;
	background: url(images/header_bg.gif) no-repeat right top;
}

body.portfolio div#wrapp {
		background: url(images/top-portfolio.jpg) no-repeat right top;
}

/*		
//////////////////////////////////////////////////////
		HEADER
//////////////////////////////////////////////////////
*/ 

#header {
	width: 870px;
	height: 200px;
}
#HederTitle {
	width: 500px;
	height: 207px;	
}
#HederTitle h1 {
	color: #fef6df;
	font-weight: normal;
	font-style: italic;
	font-size: 40px;
	width: 250px;
	padding: 60px 0px 0px 15px;
}
#HederTitle h1 a:link,
#HederTitle h1 a:visited {
	text-decoration: none;
	color: #fef6df;
}
#HederTitle h1 a:hover {
	text-decoration: none;
	color:#cdd36f;
}
#HederTitle span {
	color: #676767;
	display: block;
	width: 450px;
	font-size: 1.1em;
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
}

a#sayhello {
	background:url(images/sayhello.gif) left -33px no-repeat;
	display:block;
	height:33px;
	width: 90px;
	margin: 0px;
	float: right;
}
a#sayhello:hover {
	background-position:left 0px;
}
#BottomHeader {
	height: 240px;
	width: 550px;
	background-color: #FFFFFF;
	border: solid 1px #e68b92;
	margin-top:6px;
	margin-bottom: 10px;
}

#BottomHeaderWrapp {
	width: 550px;
	height: 280px;
	overflow:auto;
}

#BottomHeaderWrapp h2 {
	padding: 10px 0 10px 20px;
	color: #e68b92;
}

#BottomHeaderWrapp p {
	color: #e68b92;
	font-size: 1.0em;
	padding: 10px 0 10px 20px;
}
#BottomHeaderWrapp img,
#BottomHeaderWrapp a img {
	padding: 20px;
}
#BottomHeaderWrapp a:link,
#BottomHeaderWrapp a:visited,
#BottomHeaderWrapp p a:link,
#BottomHeaderWrapp p a:visited {
	color:#e68b92;
	text-decoration: none;
}
#BottomHeaderWrapp a:hover,
#BottomHeaderWrapp p a:hover {
	color:#e68b92;
	text-decoration: underline;
}
#BottomHeaderWrapp span {
	display:block;
	float:right;
	margin: 0px 25px 0px 0px;
}

/*		
//////////////////////////////////////////////////////
		MAIN
//////////////////////////////////////////////////////
*/ 

#main {
	width: 550px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#main .navigation {
	width: 550px;
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:visited {
	color:#928771;
	text-decoration: none;
}
#main .navigation .alignleft a:link {
	color:#cdd36f;
	text-decoration: none;
}
#main .navigation .alignleft a:hover {
	color:#cdd36f;
	text-decoration: underline;	
}
#main .navigation .alignright {
	float: right;
}
#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#cdd36f;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#cdd36f;
	text-decoration: underline;
}
#main .entryBox {
	width: 550px;
	background: none;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #E3DDD3;
	float: left;
}

body.portfolio #main .entryBox {
	border: 0px;
}

#main .entryBox .tagscontainer{
	width: 100px;
	float: left;
	margin: 10px 0 0 10px;
	padding-top: 2px;
}

#main .entryBox .postcontainer{
	width: 430px;
	float: left;
	margin: 10px 0 0 0;
	padding-top: 0px;
	line-height: 18px;
}

#main .entryBox .postcontainer,
#main .entryBox .tagscontainer,
#main .entryBox .tagscontainer a,
#main .entryBox span.date {
	line-height: 20px;
}

#main .entryBox .postcontainer h2,
#main .entryBox span.date {
	line-height: 24px;
}

#main .entryBox .title h2 {
	margin: 0 0 16px 0;
}

#main .entryBox .title h2 a:visited {
	color: #c0c56f;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
#main .entryBox .title h2 a:link {
	color: #cdd36f;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
#main .entryBox .title h2 a:hover {
	color: #cdd36f;
	background: none;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
#main .entryBox span.date {
	font-size: 0.8em;
	color: #928771;
	display: block;
	margin: 0px;
}
#main .entryBox .entry {
	overflow: auto;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
#main .entryBox .entry p {
	color: #402530;
	font-size: 1.0em;
	margin: 3px 0px 10px 0px;
}
#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	font-weight:bold;
}

#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	font-weight:bold;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	font-weight:bold;
}

#main .entryBox .entry img {
	padding: 0px;
	margin: 6px;
	float: left;
}
#main .entryBox .entry ol,
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
}
#main .entryBox .entry ol li {
	list-style: decimal inside;
}
#main .entryBox .entry ul li {
	list-style: circle inside;
}
#main .entryBox .entry code {
	display: block;
	background-color: #DEDBD0;
	padding: 3px;
	margin: 10px 5px 10px 0px;
	font: 1em/1.5em "Courier New", Courier, mono;
}
#main .entryBox .entry blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: oblique;
	padding: 5px 10px;
	border-left: 2px solid #cdd36f;
}
#main .entryBox .entry pre {
	width: 430px;
}
#main .entryBox .entryBottom {
	height:30px;
}
#main .entryBox .tags {
	clear:both;
	margin: 0px;
	font-size: 0.8em;
	display:block;
	color: #928771;
	padding: 0px;
}
#main .entryBox .tags a {
	margin: 0px;
	padding: 0px;
}

#main .entryBox .entryBottom span {
	font-size: 0.8em;
	display:block;
	color: #928771;
}

#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited,
#main .entryBox .tags a:link,
#main .entryBox .tags a:visited {
	color: #928771;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover,
#main .entryBox .tags a:hover{
	color: #cdd36f;
	font-weight: bold;	
}

a.moretext {
   width: 97px; 
   height: 25px; 
   background:url(http://www.susanengel.co.uk/blogimg/b_viewproject.gif) no-repeat 0 0;
   padding: 0px;
   display:block;  	
   color: #F5F3F0;
   }
   
a.moretext:hover {
   width: 97px; 
   height: 25px; 
   background:url(http://www.susanengel.co.uk/blogimg/b_viewproject.gif) no-repeat 0px -25px;
   padding: 0px;
   display:block;
   }

/*		
//////////////////////////////////////////////////////
		SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	width: 430px;
	overflow: auto;
	margin: 0px auto;
}
#main .entryBox .entryDescription p,
#main .entryBoxAlt .entryDescription p {
	padding: 15px 8px 0px;
	line-height: 1.5em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:visited,
#main .entryBox .entryDescription p a:visited {
	text-decoration: none;
	color:#cdd36f;
}
#main .entryBox .entryDescription p a:hover,
#main .entryBoxAlt .entryDescription p a:hover {
	text-decoration: underline;
	color: #cdd36f;
}
#main .entryBox p.who,
#main .entryBoxAlt p.who {
	padding: 5px 0px 5px 15px;	
}
#main .entryBox p.who img,
#main .entryBoxAlt p.who img {
	padding-top:5px;
}
#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited,
#main .entryBoxAlt p.who a:link,
#main .entryBoxAlt p.who a:visited,
#main .entryBoxAlt .entryBottom p.commentmetadata a:link,
#main .entryBoxAlt .entryBottom p.commentmetadata a:visited {
	text-decoration: none;
	color: #928771;
}
#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBoxAlt .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover,
#main .entryBoxAlt p.who a:hover {
	text-decoration: underline;
	color: #928771;
}
#main .entryBox .entryBottom p.commentmetadata,
#main .entryBoxAlt .entryBottom p.commentmetadata {
	font-size: 0.8em;
	color: #928771;
	padding: 15px 0px 5px 15px;
}
#main .entryBoxAlt {
	width: 547px;
	background: #D4CFC1 url(images/entry_bg_top_alt.jpg) no-repeat -1px 0px;
	margin: 0px 0px 55px;
}
#main .entryBoxAlt .entryBottom {
	height: 40px;
	background: url(images/entry_bg_bottom_alt.jpg) no-repeat -1px 1px;
}
#main #commentForm {
	width:550px;
}
#main #commentForm p.tags {
	padding: 10px;
	width: 530px;
}
#main #commentForm p {
	padding:5px;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	color:#cdd36f;
	text-decoration: none;
}
#main #commentForm p a:hover {
	color:#cdd36f;
	text-decoration: underline;
}
#main #commentForm input#submit {
	border:none;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	padding: 8px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#main h3.respond {
	padding: 10px 5px 10px;
}

/*		
//////////////////////////////////////////////////////
		SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float: right;
	width: 297px;
	padding: 0px;
	margin: 0px;
}

#sidebar h3 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #cdd36f;
	margin: 20px 0 0 0;
	padding: 0px;
}

#sidebar h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #cdd36f;
	margin: 20px 0 0 0;
	padding: 0px;
}

#sidebar ul {margin: 0px;
}

#sidebar p {margin: 0 0 10px 0;
}

#sidebar ul,
#sidebar li {
	list-style-type: none;
}
#sidebar ul li {
	padding: 3px 3px 3px 0px;
	list-style-type: none;
	color: #9f8ca2;
}

#sidebar li ul li {
	padding: 3px 3px 3px 10px;
	list-style-type: none;
}

#sidebar ul.float li {
	padding: 3px 3px 3px 10px;
	list-style-type: none;
	float:left;
	width:130px;
}

#sidebar ul.float {
	width: 290px;
	clear:left;
}

#sidebar li.categories ul li {
	float: left;
	width:130px;
}

#sidebar li.categories ul li a {
	width:130px;
}

#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #402530;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: none;
	background-color:#cdd36f;
	color:#402530;

}
#sidebar form input#s {
	padding: 8px 5px;
	margin:0px 0px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1.3em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}

#sidebar form input#s:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input {
	border:none;
	padding:5px;
}
/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	height: 35px;
	margin: 25px 0px 0px;
}
#footer p {
	padding: 5px 0px 0px 15px;
}
#footer p a:link,
#footer p a:visited {
	color: #cdd36f;
	text-decoration: none;
}
#footer p a:hover {
	color: #AAA185;
	text-decoration: underline;
}


