/*
Theme Name: Radio Centre Custom Theme.
Theme URI: www.radiocentre.ca
Description: A custom Wordpress theme developed by Limedrop Marketing.
Author: Shane Chapman, Limedrop Marketing
Author URI: www.limedrop.ca
Version: 1.0
*/

html,body,p,div,img,h1,h2,h3,h4,li,ul,dl,dd,dt,form,table,td,tr {
margin: 0px;
padding: 0px;
border: 0px;
border-collapse: 0px;
border-spacing: 0px;
}

input,select {
margin: 0px;
padding: 0px;}
 
body {
font: 100%/1.25 Arial, Helveca, sans-serif;
background: url(http://www.radiocentre.ca/images/background.jpg) repeat;
}

.titles {
background: url(http://www.radiocentre.ca/images/title-bg.png) no-repeat;
padding: 10px;
color: #4a4a4a;
margin: -10px;
}

.blogtitle  a {
color: #b40009;
text-decoration: none;
}

.blogtitle a:hover {
color: #adadad;
text-decoration: none;
}

.blogpost  {
font-size: 85%;
}

.blogpost  a {
color: #b40009;
text-decoration: none;
}

.blogpost a:hover {
color: #adadad;
text-decoration: none;
}

.frontlink {
font-size: 85%;
font-weight: normal;
}

.frontlink a {
color: #b40009;
text-decoration: none;
font-weight: bold;
}

.frontlink a:hover {
color: #adadad;
text-decoration: none;
font-weight: bold;
}

.storycontent {
font-size: 85%;
}

.storycontent li{
list-style: square inside;
}

.storycontent a {
color: #b40009;
text-decoration: none;
font-weight: bold;
}

.storycontent a:hover {
color: #adadad;
text-decoration: none;
font-weight: bold;
}

#wrapper {
width: 1000px;
margin: 0px auto;
}

#containertop {
background: url(http://www.radiocentre.ca/images/container-bg-top.png) no-repeat;
width: 1000px;
height: 10px;
margin-top: 50px;
}

#container {
background: url(http://www.radiocentre.ca/images/container-bg-mid.png) repeat-y;
width: 1000px;
}

#containerbot {
background: url(http://www.radiocentre.ca/images/container-bg-bot.png) no-repeat;
width: 1000px;
height: 10px;
}

#header {
width: 970px;
margin: 0px auto 6px;
}

img.logo {
position: relative;
}

img.contact {
position: absolute;
margin: 5px 0 0 293px;
}

#menu {
background: url(http://www.radiocentre.ca/images/menu-bg.png) no-repeat;
width: 970px;
height: 45px;
margin: 0px auto;
}

#menu ul {
position: absolute;
margin: 13px auto 0px;
width: 970px;
text-align: center;
}

#menu li {
display: inline;
}

#menu li a {
color: #4a4a4a;
margin: 0px auto;
text-decoration: none;
padding: 14px 12px;
font-weight: bold;
}

#menu li a:hover {
background: url(http://www.radiocentre.ca/images/menu-hover.png) repeat-x;
color:#ffffff;
font-weight: bold;
}

#splash {
background: url(http://www.radiocentre.ca/images/splash.jpg) no-repeat;
width: 970px;
height: 275px;
margin: 10px auto 0px;
}

#splash img {
position: absolute;
margin-top: -18px;
}

#flyerdiv {
position: relative;
}

#flyer {
display: block;
width: 319px;
height: 82px;
background: url("http://www.radiocentre.ca/images/feature-flyer.gif") no-repeat 0 0;
}

#flyer:hover { 
background-position: 0 -82px;
}

#flyer span {
display: none;
}

#auctiondiv {
position: absolute;
margin: -82px 0px 0px 326px;
}

#auction {
display: block;
width: 319px;
height: 82px;
background: url("http://www.radiocentre.ca/images/feature-auction.gif") no-repeat 0 0;
}

#auction:hover { 
background-position: 0 -82px;
}

#auction span {
display: none;
}

#advantagediv {
position: absolute;
margin: -82px 0px 0px 652px;
}

#advantage {
display: block;
width: 319px;
height: 82px;
background: url("http://www.radiocentre.ca/images/feature-advantage.gif") no-repeat 0 0;
}

#advantage:hover { 
background-position: 0 -82px;
}

#advantage span{
display: none;
}

#featurecontainer {
width: 970px;
height: 82px;
margin: 10px auto 0px;
}

#contentcontainer {
width: 970px;
margin: 10px auto 0px;
}

#promodiv {
display: block;
width: 480px;
height: 300px;
position: relative;
}

#blogdiv {
display: block;
width: 480px;
height: 300px;
position: absolute;
margin: -300px 0px 0px 490px;
}

#blogdiv p {
font-size: 75%;
text-align: justify;
}

#contentdiv {
display: block;
width: 800px;
float: left;
background: url("http://www.radiocentre.ca/images/content-bg.png") no-repeat 0 0;
}

#contentdivpadding {
margin: 10px;
}

#sidebar {
display: block;
width: 160px;
float: right;
list-style-type: none;
}

#sidecontent li {
list-style-type: none;
}

#mythfact {
width: 970px;
height: 47px;
margin: 10px auto 0px;
clear: both;
}

#footer {
background: url(http://www.radiocentre.ca/images/footer-bg.png) no-repeat;
width: 978px;
height: 51px;
margin: -4px auto 0px;
text-align: center;
padding-top: 4px;
color: #ffffff;
text-decoration: none;
font-size: 80%;
}

#footer a {
color: #ffffff;
text-decoration: none;
}
}

