/*
Theme Name: Child theme of Twenty Ten
Theme URI: http://www.sydneybridgecentre.com/
Description: Child Theme for Demo Purposes or whatever you want as a description
Author: <em>[Will Jenner-O'Shea</em>
Author URI: <em>www.sydneybridgecentre.com</em>
Template: twentyten
Version: 0.1
*/
@import url("../twentyten/style.css");


/* Menu bold - added bold and 120% wjo */
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
font-weight: bold;
font-size: 120%;	
}

/*For newsfeed items on front page */
.sbc {
  background-color: #555555;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  text-align: left;
  text-indent: 12px;
  letter-spacing: 3px;
  text-transform: capitalize;
  font-size: larger;

}

/*Put an image before and after the SBC tag */
.sbc:before {
  content: "\00a0 \2665 \00a0";
}

.sbc:after {
  content: "\00a0 \2660 \00a0";
}

/*For CHRISTMAS items on front page */
.sbc .christmas {
  background-color: #00ff00;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  text-align: left;
  text-indent: 12px;
  letter-spacing: 3px;
  text-transform: capitalize;
  font-size: larger;

}

/* THe next two shirnk the white space above the image */
h1#site-title{
height:1px;
}

#header{
  padding: 0 0 0;
}


/* Make all fonts on teh site SANS SERIF */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* Font size for MENU links */
#access .menu-header,
div.menu {
    font-size: 16px;
}


/* LArger fonts in widget area */
.widget-area a:link,
.widget-area a:visited,
.textwidget {
	text-decoration: none;
font-size: 14px;