/*  
Theme Name: BCSC
Description: A Child Theme of Thematic
Template: thematic
Author: Kim Aldis
Author URI: http://www.kim-aldis.co.uk

*/
@import url(../thematic/style.css);

/* local to this child theme */
@import url(../thematic/library/layouts/2c-l-fixed.css);

body {

	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 12px;
}

#main {
	width: auto;
	padding: 6px 0 22px;

}
#container {
	margin: 4px 275px 0 250px;
	padding: 0 10px;
	float: left;
	width: auto;
}
#content {
	margin: 0 0 0 0;
	width: auto; 
}
.hentry {
	/*border-color: #bebebe;
	border-style: solid;
	border-width: 1px;*/

	width: auto;
	padding: 0;
}
/* override the left hand sidebar */
#primary {
	border: none;
	padding: 0;
	padding-top: 0px;
  	margin: 0;
  	position: absolute;    
  	top: 10px;
  	left: 20px;
  	/*bottom: 20px;*/
  	overflow: auto;    
  	width: 225px; 
/*margin:0 0 0 0px;*/
}
#secondary {
	/*border-color: #bebebe;
	border-style: solid;
	border-width: 1px;*/

	float: right;
	padding: 0;
		padding-top: 0px;

  	margin: 0;
  	position: absolute;    
  	top: 10px;
  	/*left: 220px;*/
  	/*bottom: 20px;*/
  	overflow: auto;    
  	width: 260px; 
/*margin:0 0 0 0px;*/
}
.main-aside ul {
	padding: 0 15px; /* padding either side of sidebar content */
}
.main-aside ul ul {
	margin-bottom: 15px; /* margin under each widget */
}
.aside {

	font-size: 12px;

}
.aside h3 {
	background-color: #f3f3f3;
	font-size: 12px;
	border-bottom: solid 1px;
}
aside ul ul li {

	padding: 0 0;
	font-size: 12px;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre { /* margin under sidebar list items */

	margin-bottom: 5px;

}
.entry-title {

	border-bottom: solid 1px;

	padding: 5px 5px 5px 5px;
	font-style: normal;

	font-weight: normal;
	font-size: 20px;

	border-color: #bebebe;

	border-style: solid;

	background-color: #eeeeee;

}
.entry-title a:hover, .entry-title a:active {
	color: #666666;
}
.entry-content {
	padding: 10px 10px 10px 10px;
	line-height: 15px;
}
.entry-meta {
	font-size: 11px;
}
.entry-meta a:hover, .entry-meta a:active {

	color: #aaaaaa;

}

/* header styles */
#branding {

	background-image: url(images/BCSCHeader.jpg);
	background-repeat:no-repeat;
	background-color: #000000;

	width: auto;
	padding: 150px 0 10px; /* mess about with this to get the blog title vertical pos 
							first arg is space above, second is below 
							also controls height of header */

}
#blog-title {

	font-weight: normal;
	padding: 0 0 0 20px; /* pad away from lhs */
	
	
	/* position title text in header
	position: absolute;
	top: 100px;
	*/

}
#blog-title a {
	color: #ffffff;
	font-weight: normal;
}
#blog-title a:hover, #blog-title a:active {

	color: #dddddd;
}
hr {

	margin-bottom: 10px;

}



/* ***************** Kim's dropdown menu CSS ************************* */

#access {

	overflow: visible;
}

#ka_menuh-container
	{
	top: 1em;
	left: 1em;
	}

#ka_menuh  /* what goes on behind the menus. */
	{
	background-color: #e4e4e4;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;		/* controls margin around toplevel menu */
	margin-top: 0px;
	padding-left: 30px;
	}
		
#ka_menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.4em;				/* padding around the menu text */
	padding-left: 18px;			/* add a little left and right padding to give it space */
	padding-right: 18px;
	}
	
#ka_menuh a:link, #ka_menuh a:visited, #ka_menuh a:active	/* menu at rest */
	{
	border-left-color: #9e9e9e;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	margin-top: 0px;
	margin-left: 0px;
	color: #dadada;
	background-color: #5b5b5b;

	text-decoration:none;
	}
	
#ka_menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #9e9ca0;

	text-decoration:none;
	}	
	
#ka_menuh a.top_parent, #ka_menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#ka_menuh a.parent, #ka_menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#ka_menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#ka_menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#ka_menuh ul ul
	{
	margin-left: 6px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: -20px;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	
	}

#ka_menuh ul ul ul
	{
	margin-left: -21px; /* offset 2nd level to left and down a bit */
	margin-bottom: 0;
	margin-right: 0;
	margin-top: -5px;
	top:0;
	left:100%;

	}

div#ka_menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#ka_menuh li:hover ul ul,
div#ka_menuh li li:hover ul ul,
div#ka_menuh li li li:hover ul ul,
div#ka_menuh li li li li:hover ul ul
{display:none;}

div#ka_menuh li:hover ul,
div#ka_menuh li li:hover ul,
div#ka_menuh li li li:hover ul,
div#ka_menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
/* End CSS Drop Down Menu */