/* 

Theme Name: performers blog
Theme URI: http://www.performerswebdesign.co.uk/
Description: A blog and news page
Version: 2.9.2
Author: Peter Blake

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
   width: 768px;
	margin: 0 auto;
	text-align: center;
	background-color: Silver;
	color: #000000;
	font-size: .75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
        }

		
/*  --------- 2. structure  --------- */
		
#masthead {
	height: 75px;
	background-image: url(images/banner.jpg);
	margin-top: 0;
	border-top: 6px solid Silver;
		}
		
#masthead h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	padding-top: 20px;
	letter-spacing: .25em;
	padding-left: 5px;
}	

.blue {
	color: #0001AE;
}	
/* line-height 1.2 cures missing text in content in IE 6 */
#content {
	background-color: #f2f2f2;
	padding-top: 0;
	line-height: 1.2em;
}

#content p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 18px;
	line-height: 1.75em; /* cures missing text in versions of IE5 */
	font-size: 1.25em;
	margin-bottom: 0;
}

/* blog title uses h2 */
#content h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 12px;
}	

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 20px 0 0 12px;
}

.entry a:link {
	text-decoration: none;
	color: Blue;
}

.entry a:hover {
   text-decoration: underline;
}

#content a:link {
	color: Blue;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: Blue;
}  		

#content a:hover {
	text-decoration: underline;
}	

img.left { 
	display: block;
	clear: both;
	padding: 0; 
	margin: 8px 7px 10px 0; 
	float: left;
	border-right: 2px solid;
	border-bottom: 2px solid; 
}
.alignleft { 
            display: block;
				clear: both;
            float: left;
				margin: 8px 7px 10px 0;
				border-right: 2px solid;
				border-bottom: 2px solid; }

img.right { 
	display: block;
	float: right;
	padding: 0; 
	margin: 0 0 2px 7px;
	border-bottom: 2px solid;
	border-left: 2px solid;  
}

img.centered { display: block; margin-left: auto; margin-right: auto; }	


.normal {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.75em; /* cures missing text in versions of IE5 */
	font-size: 1.25em;
	margin-bottom: 0;
}



#rightcol {
	float: right;
	width: 240px;
	padding: 0;
	background-color: #AFAFAF;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 16px;
}

#rightcol p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
} 

#rightcol a:link, #rightcol a:visited {
	text-decoration: none;
	color: Blue;
}

#rightcol a:hover {
         text-decoration: underline;
}

#rightcol ul {
	list-style-type: none;
	width: 240px;
	margin-bottom: 5px;
	padding: 0 0 10px 0;
}
#rightcol li {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*  for round corners in rightcol 
    for IE bug bottom left corner see ie2.css style sheet */
.rndtop_index {
	background: url(images/r_coltopright.gif) no-repeat right top;
}
.rndbottom_index {
	background: url(images/r_colbottomright.gif) no-repeat right bottom;
}
/*  end for round corners in rightcol  */


.other {
	background-color: #888888;
	margin-top: 15px;
	padding-bottom: 10px;
}

#footer {
	clear: left;
	margin-top: 25px;
	text-align: center;
	background-color: #666666;
	padding: 10px 0px 10px 0px;
	color: #aaaaaa;
		}

.separator {
		clear: both;
		height: 20px;
		}

/* ---------- 3. links and navigation ---------- */

#navigation {
	background: #656565;
	font: bold 14px Arial,sans-serif;
	height: 29px;
	margin-bottom: 12px;
	border-top: 4px solid;
	border-bottom: 4px solid;
		}
/* ------- divide the number of links into the page width ( 768px ) to get the width
           of the link ------- */
#navigation a {
	display: block;
	width: 192px;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	color: #ffffff;
		}
#navigation a:hover {
	background: #777777;
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
		}

#navigation li {
	display: inline;
	float: left;
		}
		
/* ---------- 4. fonts ---------- */

 h2, h3, h4, p, ul {
		}


h3 {
		}
		
h4 {
		}

p {
		}



/* ---------- 5. images first rule removes border from image
                 nested in links ---------- */

a img {
		border: 0;
		}

		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		width: 768px;
		background-color: #f2f2f2;
		} 
#boxout1 {
	margin-left: 7px;
} 
