body {
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	color: #0f1d45;
	font-family: 'Times New Roman';
	font-variant: small-caps;
}

div#placeholder-logo {
	color: #fff;
	font-family: 'Times New Roman';
  font-size: 25px;
  font-variant: small-caps;
	font-weight: bold;
	letter-spacing:0.3em;
	padding-top: 20px;
	padding-left: 20px;
}

div.whoslogged {
	color: #000;
	text-align: right;
}

div#placeholder-hero {
	border: 1px solid #eee;
}

div#sub {
	background: #ffffc8;
}

div#sub span.event-body { display:none; }

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #1b9ed7;
}

td.menu-item-hover {
	color: #1969bc;
}

td.menu-item-selected {
	color: #0f1d45;
	font-weight: bold;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover, a.submenu-item-hover {
	background: #1b9ed7;
	color: #fff  !important;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected, a:hover.submenu-item-hover {
	background: #0F1D45;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
        text-decoration:none;
}



/* @group Forms */

div#placeholder-box1 {
/*	border-bottom: 1px solid #CCE5EE; */
	padding-left: 18px;
  padding-top: 18px;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #CCE5EE;
	margin: 0;
	padding: 9px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	color: #0f1d45;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 270px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #1b9ed7;
	text-decoration: none;
}

a:hover, a:active {
	color: #1b9ed7;
	text-decoration: underline;
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background:transparent url(/images/cssimg/bg-6-6.png) repeat-x 0 0;
}

a#logo {
	text-decoration: none;
}

div#header-left {
	background: url(/images/cssimg/bg-logo-6-6.png) repeat-x 0 0;
	height: 90px;
}

div#placeholder-search {
	padding-top: 27px;
	text-align: right;
}

div.whoslogged {
	height: 72px;
	line-height: 72px;
}

div#placeholder-nav {
	height: 54px;
	padding-top: 18px;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}

div#sub { background-color:#ffffc8; }

div#fade {
	background: url(/images/cssimg/bg-side-6-6.png) repeat-x 0 0;
	height: 162px;
}

div#main div.inner {
	padding: 0 0 36px 30px;
	color:#0F1D45;
}

div#placeholder-hero {
	background: #f9f9f9;
	height: 216px;
	margin-bottom: 18px;
	width: 600px;
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* Custom to SC */
#placeholder-box1 .blogsitesummary .author, #placeholder-box1 .blogsitesummary .date { display:none; }
.side-panel .BlogRecentPost, #placeholder-box1 .blogsitesummary  { list-style:none; }
.side-panel .BlogRecentPost ul, #placeholder-box1 .blogsitesummary ul { margin-bottom:30px; }
.side-panel .BlogRecentPost li, #placeholder-box1 .blogsitesummary li { font-size:1.2em; line-height: 1.7em; border-bottom:#888 dotted 1px; padding-bottom:3px; margin-bottom:3px; }

/* BLOCKQUOTES - used for testimonials */
blockquote {
  background: transparent url(/images/cssimg/quoleft.png) left top no-repeat;
  color: #0f1d45;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(/images/cssimg/quoright.png) right bottom no-repeat;
  margin-bottom:40px;
}

/* Video Thumbnails */
.video-thumb {
	border: 1px solid #1B9ED7;
	margin-left: 0;
}


/* Video Links */

.video-links p {
	line-height:16px;
}
.button-play {
	display:block;
	width:40px;
	float:left;
	background: transparent url('../Images/g-movie.png') no-repeat;
	padding: 0 0 0 20px;
	line-height:16px;
}
.button-download {
	display:block;
	float:left;
	width:120px;
	background: transparent url('../Images/g-download.png') no-repeat;
	padding: 0 0 0 20px;
	line-height:16px;
}

.overlay {
	background:#000;
	opacity: 0.5; filter: alpha(opacity=50);
}

#notes li {
    position: relative;
    width: 175px;
    min-height: 65px;
    margin: 15px auto;
    padding: 40px 15px 15px 15px;
    background: #FFFFC8;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px #000;
    -webkit-transform: rotate(-.5deg);
    -moz-transform: rotate(-.5deg);
    -o-transform: rotate(-.5deg);
}

#notes li:nth-child(even) {
    -webkit-transform: rotate(.5deg);
    -moz-transform: rotate(.5deg);
    -o-transform: rotate(.5deg);
}


#notes li p {
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #1794CC;
    /*text-shadow: white 1px 1px 0px;*/
    font-weight: bold;
    font-size: 14px;
    overflow:hidden;
}

#notes li::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 60px;
    top: -15px;
    width: 75px;
    height: 25px;
    z-index: 2;
    background-color: rgba(243,245,228,0.5);
    border: 2px solid rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 2px 2px 2px #000;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
}

#notes li:nth-child(even)::before {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
}

.button-box {
font-size: 1.25em;
font-weight: bold;
color: #FFFFFF;
background: #A31C25;
padding: 10px;
font-family: 'Times New Roman';
font-variant: small-caps;
}

.button-box a, .button-box a:link, .button-box a:visited {
color: #FFFFFF;
text-decoration: none;
}

.button-box a:hover, .button-box a:active
{
text-decoration:underline;
}

.button-box-2 {
font-size: 1.25em;
font-weight: bold;
color: #A31C25;
background: #FFFFC8;
padding: 10px;
font-family: 'Times New Roman';
font-variant: small-caps;
}

.button-box-2 a, .button-box-2 a:link, .button-box-2 a:visited {
color: #A31C25;
text-decoration: none;
}

.button-box-2 a:hover, .button-box-2 a:active
{
text-decoration:underline;
}

.hero-books table {
  background-image: url(http://stephenchong.com.au/images/hero-book-ad-bg.png);
}

.hero-books p.bot {
  text-align: left;
  font-family: 'times new roman';
  font-size: 16px;
  font-style: normal;
font-weight:bold;
  color: #FFFFC3;
  margin: 5px;
  line-height: 1.2em;
}

.hero-books p.mots {
  text-align: left;
  font-family: 'times new roman';
  font-size: 16px;
  font-style: normal;
font-weight:bold;
  color: #F3CD8B;
  margin: 5px;
  line-height: 1.2em;
}

.hero-books img {
  margin: 12px 0 0 12px
}

.corkboard {
border:5px solid #ddc096;
width: 300px; 
height: 220px; 
background-image: url(http://stephenchong.com.au/images/corkboard.jpg); 
background-attachment: initial; 
background-origin: initial; 
background-clip: initial; 
background-color: #ddc096; 
background-repeat: no-repeat no-repeat;
}

.corkboard dl {
padding-top: 60px; 
padding-right: 20px; 
padding-bottom: 20px; 
padding-left: 20px; 
margin-bottom: 0px; 
width: 262px;
}

.corkboard dt {
width: 18%;
float: left;
}

.corkboard dd {
width: 82%;
float: left;
margin-left: 0px;
}
