/* Start of CMSMS style sheet 'urban-chill : Three column CSS fluid layout' */
/*
CSS-file for Strictly CSS three column layout 2006

Three column CSS fluid layout: 100% width | Strictly CSS

http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #0F445E; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #E0F4FF; 
}
body {
font-size: 70%;
min-width: 760px;
}


/* for all browsers that understand min-width */
.width {width:100%; min-width:760px; margin:0 auto;}

/* the hack for IE6 browsers */
* html .minwidth {border-left:760px solid #E0F4FF; position:relative; float:left; z-index:1;}
* html .container {margin-left:-760px; position:relative; float:left; z-index:2; text-align:left; background-image: url(uploads/images/uc-background2.jpg); background-repeat: repeat-x;}


p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}

h1 {
font-family: "Trebuchet MS", Helvetica, verdana, sans-serif;
font-size: 2.5em;
color: #b30e0c;
}

h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header {
color: #fff;
}


#mainContainer {
min-height: 600px;
background-image: url(uploads/urban-chill/uc-background.jpg);
background-repeat: repeat-x;
}

* html #mainContainer {
height: 600px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/**************************
HEADER
**************************/
#header {
height: 206px;
min-width: 774px;
background-image: url(uploads/urban-chill/skybg.gif);
background-repeat: repeat-x;
}

#logo {
float: left;
width: 100%;
height: 100%;
background-image: url(uploads/images/uc-header.jpg);
background-repeat: no-repeat;
}
/*
#logoimg {
position: absolute;
right: 5px;
width: 467px;
height: 100%;
background-image: url(uploads/urban-chill/uc-header.jpg);
background-repeat: no-repeat;
}
*/

/**************************
CONTENT AND COLUMNS
**************************/
#ucbackground {
background-image: url(uploads/urban-chill/uc-background.jpg);
background-repeat: repeat-y;
}

.outer {
margin-left: 170px; /*** This is the width and the color for our left column ***/
margin-right: 170px; /*** This is the width and the color for our right column ***/
}

* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 100%; 
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -170px; /*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
background: #E0F0FD;
margin-right: -170px;  /*** Same length as .outer border-left but with negative value ***/
width: 100%;
min-height: 600px;
}

* html #content {
position: relative;
height: 600px;
}


#contentlcorner {
float:left;
width: 15px;
height: 14px;
background-image: url(uploads/urban-chill/content-leftcorner.gif);
background-repeat: no-repeat;
}

#contentrcorner {
float:right;
width: 15px;
height: 14px;
background-image: url(uploads/urban-chill/content-rightcorner.gif);
background-repeat: no-repeat;
}

.contentWrap{
clear:both;
padding: 0 15px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.contentbox {
padding: 0 10px 50px 0;
color: #166992;
}

.contentWrap a {
color: #166992;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: right;
width: 150px;
min-height: 250px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}

#left ul {
list-style: none;
}

/*First level menu items*/
#leftnav ul li {
padding-bottom: 10px;
}

/*Second level menu items - for future references*/
#leftnav ul ul li{
padding-bottom: 0px;
}

#menutop {
width: 150px;
height: 28px;
background-image:url(uploads/urban-chill/menutop.gif);
background-repeat: no-repeat;
margin-top: 38px;
}

#menu {
background-image:url(uploads/urban-chill/menubg.gif);
background-repeat: repeat-y;
padding-left: 7px;
}

/* ******MENU FONT STYLE************/
#leftnav {
padding-left: 5px;
font-size: 1.5em;
color: #fff;
}

#leftnav a {
color: #fff;
text-decoration: none;
}

#leftnav ul ul a {
font-size: 13px;
}

#leftnav ul ul li {
padding-left: 8px;
color: white;
}

/* hover state */
#leftnav a:hover {
   color: #0000FF;
}


/********* END FONT STYLE **********/

#menubottom {
width: 150px;
height: 35px;
background-image:url(uploads/urban-chill/menubottom.gif);
background-repeat: no-repeat;
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 170px;
padding: 0px;
min-height: 250px;
margin-right: -170px; /** This negative margin-right value is the width of the right column + the padding, ***/
}
* html #right {
height: 250px;
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

#newstop {
width: 150px;
height: 28px;
background-image:url(uploads/urban-chill/newstop.gif);
background-repeat: no-repeat;
margin-top: 38px;
}

#newsbg {
background-image:url(uploads/urban-chill/newsbg.gif);
background-repeat: repeat-y;
padding-left: 7px;
}

#news {
width: 120px;
padding: 5px;
}

#newsbottom {
width: 150px;
height: 35px;
background-image:url(uploads/urban-chill/newsbottom.gif);
background-repeat: no-repeat;
}

.rightlinks a{
    display: block;
    font-weight: bold;
    color: white;
    font-size: 1.3em;
    text-decoration: none;
    padding-bottom: 0.9em;
}

.rightlinks a:hover{
color: #B30E0C;
}

.rightbanner {
margin-left: 4pt;
padding-bottom: 1.6em;
}

.searchbox {
display: block;
margin-top: 0.2em;
}

.searchbutton {
display: block;
margin-top: 0.1em;
}


/**** NEWS FONT / DISPLAY STYLE ***************/

.NewsSummaryAuthor {display: none;}
.NewsSummaryPostdate {display: none;}
.NewsSummaryCategory {display: none;}

#NewsPostDetailDate { display:none;}
#NewsPostDetailCategory {display:none;}
#NewsPostDetailAuthor {display:none;}
#NewsPostDetailPrintLink {display: none;}
#NewsPostDetailReturnLink {display: none;}


.NewsSummaryLink a {
    font-weight: bold;
    color: white;
    font-size: 1.3em;
    text-decoration: none;
}

.NewsSummaryLink a:hover {
   color: #B30E0C;
}

.NewsSummaryMorelink {
  padding-bottom: 1.6em;
}

#news .NewsSummarySummary {
  color: #0F445E; }


/* News summary links displayed in the center content box - darker color for light background */
.contentbox .NewsSummary .NewsSummaryLink a {
   color: #166992;
}

.newsletter {
padding-left=-5;
padding-bottom: 1em;
}



/**************************
OTHER
**************************/
/* Newsletter signup field text color */
.signupinput { color: #106895; border-style: solid; border-width: 1px}
/* End of 'urban-chill : Three column CSS fluid layout' */

