/* Start of CMSMS style sheet 'RK_TV_Film_Page_Layout' */
/* Redkite CSS Layout */

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

* {
margin:0;
padding:0;
}


/* Repeating background */
/* Header  */

#header {
	width: 888px;
        height:86px;
	background:url(../images/rk/rk_header_003.gif) no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 17px;
}

/* banner top*/
div#banner {
	margin-left: 86px;
	width: 806px;
        height: 81px;
	/*background:url(../images/rk/set in Template as random banner) no-repeat;*/
}

#menu_bkgnd{
    width: 925px;
    height: 28px;
    background:url(../images/rk/rk_menu_bkgnd02.gif) no-repeat;
}


/* search bar top right*/
div#search {
   float: right;  /* set sidebar on the right side. Change to right to float it right instead. */
   width: 25%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   padding-bottom:1px;
   margin-right:18px;
}

/* Content Shadow */
#content_shad{
	width: 865px;
        padding-top:30px;
	padding-right: 30px;
	padding-left: 25px;
        padding-bottom:30px;
        background:url(../images/rk/rk_main_02.gif) repeat-y;
        float:left; /*  this is required to continue the shadow for full page height*/
}

/* Content */
#content{
	width: 865px;
}

/* footer shadow */
#footer{
	width: 905px;
	height: 40px;
	background:url(../images/rk/rk_footer_02.gif) no-repeat;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}


/*Basic FONT and link set up*/
/*Set initial font styles*/
body {
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   color: #FFFFFF;

}

/*set font size for all divs,this overrides some body rules*/
div {
   font-size: 1em;
}

/*if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}

/*default link styles*/
/* set all links to have black color */
a,
a:link, 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit;
   text-decoration: none;
   color: #FFFFFF; /* this colour will effect menu if no primary-nav color is set*/
   font-weight: bold;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #FFFFFF;
   font-weight: bold;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   font-weight: bold;
   color: #FFFFFF;
}

/*****************
basic layout 
*****************/
body {
	margin-left: auto;
	margin-right: auto;
	width: 925px;
        padding: 20px 0px 20px 0px;
        background-color: #000000;
}

/* center wrapper, min max width */
div#pagewrapper {
   padding-top:20px;
   width: 925px;
   margin: 0 auto;     /* this centers wrapper */
   background-color: #000000;
}

div#main {
   padding-top:5px;
   padding-right:5px;
   padding-left:55px;
   padding-bottom:5px;
   margin-right: 30%; /* this will give room for sidebar to be on the right side, make sure this space is bigger than sidebar width */
}

div#sidebar {
   float: right;  /* set sidebar on the right side. Change to right to float it right instead. */
   width: 30%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0%;
   margin-right:0%;
   border-left: 1px solid #FFFFFF;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding-top:5px;
   padding-right:5px;
   padding-left:10px;
   padding-bottom:5px;
   width: 29%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   padding-top:8px;
   color: #FFFFFF;
   font-size: 0.8em;
   text-align: center; /* centered text */
   margin:0;
}

div#footer a {
   font-weight:normal;
   color: #FFFFFF;
}

/********************
CONTENT STYLING
*********************/
/* IMAGE ALIGNMENT */
.imageAlignLeft {
    padding: 0.4em 0.5em 1.5em 0em; /* padding-top, padding-right, padding-bottom, padding-left */
    margin: 0 0.5em 1.5em 0em;  /*margin to the bottom of the image */]
}

.imageAlignRight {
    padding: 0.4em 0em 1.5em 0.5em; /* padding image */
    margin: 0 0em 1.5em 0.5em; /* margin to the bottom of the image */]
} 
/* END IMAGE ALIGNMENT */

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #FFFFFF; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #FFFFFF; 
   border-left: 1.1em solid #FFFFFF; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #FFFFFF; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #FFFFFF; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #666666;  /* black border for pre blocks */
   background-color: #666666;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 0.5em 0;

}
div#main ul li,
div#main ol li {
   margin: 0 1.5em 1.5em 0em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 0;
clear:both;
}
div#dl dd {
   margin: 0 0 0 0;
}
/* END LISTS */

/* End of 'RK_TV_Film_Page_Layout' */

