
body, html
{    
    font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
    background-color: #fff; 
    
}

body
{
    font-size: 0.8em;
    margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	min-width:750px;
	width:expression(document.body.clientWidth < 250 ? "750px" : "100%" );
}

h1
{
    font-size: 1.8em;   
    font-weight: bold;
    letter-spacing: 120%;
    margin: 10px 0 10px 0;   
    color: #575757;
    /*border-bottom: 1px solid silver;*/
}

h2
{
    margin: 10px 0 10px 0;
    font-size: 1.3em;      
    font-weight: bold;
    border-bottom: 1px dotted silver;
}

p
{
    margin-bottom: 10px;  
    margin-top: 10px;  
}

a img
{
     border: none;
}

a:link, a:visited
{
    text-decoration: none;
}


hr
{
    color: #bbb;
    height: 1px;
}

#contentWrapper a:link, #contentWrapper a:visited, #header a:link, #header a:visited
{
    color: #627EB7;
}

#topBar a:link, #topBar a:visited, #footer a:link, #footer a:visited
{
    color: #649DAE;   
}

a:hover, #contentWrapper a:hover, #topBar a:hover, #footer a:hover
{
    color: #E00025;
    text-decoration: underline;   
}

a.fileLink
{

    /*background-color: #F5F5F5;
    border: solid 1px #ddd;
    padding: 4px 3px 3px 3px;*/
}


.right
{
    float: right;
}

.bold
{
	font-weight:bold;
}

 /*------------- top bar ---------------------*/
#topBar
{
    font-size: 0.9em;
    height: 20px;
    color: #0C263F;
    
    text-transform: lowercase;
    text-align: right;
    padding-right:23px;
    margin-bottom: 2px;
}



#header
{

    z-index:2;
    padding: 0 0px 0px 0;
    margin: 0;
    margin-right: 24px;
    height: 130px;    
    background: url(./images/header.gif) no-repeat;

}

#header h1
{
	display:none;
}

#header img
{ 
    margin: 0;
    padding: 0;
    margin-left:20px;
    margin-top:26px;
}
/*------------------------  Application and Logo Image -------------------*/
#header .appimg
{
	/*background-image: url(./images/CityOfLondonLogo.jpg);*/
	height: 127px;
	width: 110px;
	margin: 2px 0 0 22px;
	float:left;
}

p.appTxt
{
	
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:1.1em;
	text-align:justify;
	padding-left:135px;
	padding-top:30px;
	padding-right:10px;
}

p.home
{
	background: url(images/FairtradeCup.JPG) no-repeat;
	height: 350px;
	
}




#main
{
   background: url(./images/header-right.gif) top right no-repeat; 
}

#contentWrapper 
{  
   background: url(./images/left-long.gif) repeat-y;
   padding-left:14px;
   min-height: 300px;
}

#page img
{

}

#homeImg img
{
	float:right;
	
}

#signupTxt
{
	margin-bottom: 20px;
}

.primaryContent, .primaryContentPlain
{
    padding: 15px 10px 10px 20px;
    padding-right:43px;
    padding-top:8px; 
    margin: 0 0 0 155px;
    background: url(./images/right-long.gif) top right repeat-y #fff;   
    min-height: 450px;
}

.primaryContentPlain
{
	margin-left: 0px;
}

#menucase 
{
	
}

#sidebar
{
    float: left;
    width: 150px;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 10px;
    border-right: solid 1px #EEE;
}

#sidebar ul
{
    margin: 5px 0px 10px 0px;   
    padding-left: 0px;
    list-style-image: url(images/bullet_arrow_up.png);
    list-style-position: outside;
}

#sidebar ul li
{
    font-weight: bold;   
    margin-bottom: 5px;
}

#sidebar li ul
{
    margin-left: 20px;
}

#sidebar li ul li
{
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 5px;
}

#sidebar li ul li:hover
{
    
}

#sidebar li.noLink
{
    list-style-image: none;
    list-style-type: none;
}





#catlist
{
	margin-right: 0;	
}

#catlist ul 
{
	list-style-type: none;
	list-style: disc url(images/comments.png) outside;
	margin: 0;
	padding: 1em 0.5em 1em 2em;
	font-weight: bold;	
}

#catlist li 
{
	padding: 0em 0 1em 0.5em;
	color: #0C83DF;
}

.posts
{
	background-color: White;
	
}


#addEntry
{
    font-weight: bold;
    background-image: url(images/add.png);
    background-repeat: no-repeat;
    padding-left: 20px;  
    margin-top: 0px;
    margin-bottom: 10px;  
}

.posts .header, .posts .primaryContent, .posts .footer, 
.post_xfolkentry .header, .post_xfolkentry .primaryContent, .post_xfolkentry .footer
{
	padding-left: 1em;
	background-color: White;
}

.rating
{
	
}

/****  page inside a page style****/

#pagelist
{
    border-right: solid 1px silver;    
    float: left;
    width: 124px;
    margin-right: 5px;
}

#pagelist ul 
{
	list-style-type: none;	
	margin: 0;
	padding: 1em;
	background-color: #DDE4E7;
}

#pagelist li
{
    width: 100px;   
    padding-top: 5px;
}

#pagelist li ul
{
    padding-left: 5px;
    padding-top: 0;
}

#ctl00_cphBody_divText
{
	padding-left: 1em;
}

/* end of test css*/

#download
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	text-align:left;	
}

#download img
{
	vertical-align:-12px;
	float: none;
}

#email
{
    text-align:center;	
}

#email p
{
	margin: 0;
	padding: 0;
}
#hrLine
{
	border-top: dotted 1px #5AADC9;
	margin-left:150px;
	margin-bottom:5px;
	width:70%
}


/* -------- footer ---------- */



#footer
{
	clear:both;
	font-size: 0.75em;
	background: url(./images/bottom-left.gif) bottom left no-repeat;
	padding-left:20px;
	padding-bottom: 45px;	
	margin-right: 17px;
	margin-top:0px
}
 
#footer .footerText
{
    color: Gray;
    padding-left: 4px;
}

 #footer #bottomRightBorder
{
    float:right;
	position:relative;
	left:20px;
	bottom:17px;
	background: url(./images/bottom-right.gif) bottom right no-repeat;
	padding-right:35px;
	padding-top:0px;
	padding-bottom:31px; 
	padding-left:-20px;
 }

#footer p
{
    padding: 0; /* 0 10px 35px;*/
    margin: 0;   
}    

#footer ul
{
    list-style-type: circle;
}

#footer li
{
    display: inline;
    margin-right: 10px;
}



.tmkgRed, .linkSeparator
{
    color: #e00025;   
}

.linkSeparator
{
    font-size: 140%;
    margin: 0px 5px 0px 5px;   
    vertical-align: middle;    
}

.line
{ 
    border-top: solid 1px #cfcfcf;
    margin-left: 5%;
    margin-right:5%;   
}


img.floatleft
{
    float: left;
    margin: 0px 14px 3px 0px;
}


ul.linklist
{
    list-style: none;
}

ul.linklist li
{
    border-top: solid 1px #EEEEEE;
    padding-top: 5px;
    margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

#upbg
{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff url('images/upbg.gif') no-repeat;
    width: 747px;
    height: 264px;
    z-index: 1;
}

#outer
{
    position: relative;
    width: 747px;
    margin: 0 auto;
    background: #fff url('images/abg.gif') repeat-y;
}

#inner
{
    position: relative;
    padding: 13px 30px 13px 30px;
    z-index: 2;
}


#date
{
    position: absolute;
    top: 0px;
    line-height: 52px;
    color: #BDBDA2;
    right: 30px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -1px;
}



/* BlogEngine.NET additions */



/*----------------------------
					Comments
----------------------------*/

#comment 
{
	margin-bottom:10px;	
}

.comment {
	border: 1px solid silver;
	background-color: White;
	padding: 3px 10px;
	margin-top:5px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
}

.comment img.flag{
	position: relative;
	top : 2px;
}

.success{
	color:Green;
	font-weight: bold;
}


.commentForm 
{
	padding: 5px;
}
	
.commentForm h1 
{
	font-size:15px;
	margin-bottom:10px;
	
}

.commentForm h2
{
	font-size:15px;
	
}

.commentForm label {
	float: left;
	display: block;
	width: 345px;
}

.commentForm input {
	width: 345px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}
	
	
/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

.bookmarks a img {
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

.bookmarks a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	margin:5px 0px 15px 0px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	padding: 0px 0px 12px 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 3px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: White;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive span {
	display: block;
	margin-bottom: 3px;
}

#archive span a {
	margin-left: 4px;
}
/*----------------------------
					Star rater
----------------------------*/

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*----------------------------
				Search page
----------------------------*/

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .content a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .content a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .content a[rel~="contact"] ,
div.post .content a[rel~="acquaintance"],
div.post .content a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .content a[rel~="contact"][rel~="met"] ,
div.post .content a[rel~="acquaintance"][rel~="met"] ,
div.post .content a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .content a[rel~="colleague"] ,
div.post .content a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .content a[rel~="colleague"][rel~="met"] ,
div.post .content a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .content a[rel~="muse"] ,
div.post .content a[rel~="crush"] ,  
div.post .content a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .content a[rel~="muse"][rel~="met"] ,
div.post .content a[rel~="crush"][rel~="met"] ,  
div.post .content a[rel~="date"][rel~="met"] ,
div.post .content a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}