/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
table { border-collapse:separate; border-spacing: 0; }
caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align:middle; }
a img { border:none; }
.cls { clear: both; }


/* typography */
body, textarea {
    color:#333;
    font-family:Helvetica,Arial,sans-serif;
    font-size:75%;
    line-height:1.5em;
}
textarea { font-size: 1em; }
body {
    background:#243759 url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg.jpg) no-repeat 50% 0;
    cursor:default;
    text-align:center;
}
a, a:link {
    color:#3b5998;
    text-decoration:none;
}
a:focus, a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 {
    color:#222;
    font-weight:normal;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
    color:#222;
}
/** line-height / font-size  */
h1 { font-size:1.6em; line-height:0.9em; margin-bottom:0.9em; }
h2 { font-size:1.5em; line-height:1em; margin-bottom:1em; }
h3 { font-size:1.4em; line-height:1.1em; margin-bottom:1.1em; }
h4 { font-size:1.2em; line-height:1.3em; margin-bottom:1.3em; }
h5 { font-size:1.1em; line-height:1.36em; margin-bottom:1.36em; }

p { margin:0 0 1.5em 0; }
strong { font-weight:bold; }
em { font-style:italic; }
li ul, li ol { margin:0 1.5em; }
ul, ol { margin:0 1.5em 1.5em 1.5em; list-style:none; }




/* structural */
#container {
    width:960px;
    text-align:left;
    margin:0 auto;
}

#user {
    height:30px;
    line-height:30px;
    margin:0 18px;
    text-align:right;
    color:#c3cbd9;
    font-size:0.9em;
    letter-spacing:1px;
}
#user a:link, #user a:visited {
    padding:4px 3px;
    margin:0 0 0 18px;
    color:#fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-decoration:none;
}
#user a:hover, #user a:active {
    background:#273a56;
    text-decoration:none;
    border:0;
}


#header { height:130px; }
#header .logo {
    float:left;
    margin:30px 0 0 18px;
}
#header .wrapper {
    float:right;
    width:728px;
    height:90px;
    margin:20px 0 0 0;
}




#navigation { height:40px; }
#navigation li, #subnavigation li { float:left; }
#navigation ul, #subnavigation ul { margin:0; }
#navigation { background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat 0 23px; }
#navigation ul ul { display:none; }
#navigation a:link, #navigation a:visited  {
    display:block;
    width:116px;
    height:32px;
    line-height:32px;
    text-align:center;
    background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat -980px -8px;
    margin:8px -1px 0 0;
    color:#797979;
}
#navigation a.hover {
    color:#fff;
    background-position: -980px -47px;
    text-decoration:none;
}
#navigation a:hover { text-decoration:none; }
#navigation a.selected {
    height:37px;
    margin-top:3px;
    line-height:42px;
    background-position:-980px -80px;
    color:#797979;
}
#navigation .home .selected { 
    background-position:-981px -80px;
    margin-right:-2px;
}
#subnavigation {
    height:43px;
    background:#173054 url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat 0 -18px;
}
#subnavigation a:link, #subnavigation a:visited {
    float:left;
    display:block;
    text-shadow:#000 0px 0px 3px;
    color:#fff;
    height:32px;
    line-height:32px;
    margin:8px 0 0 36px;
}

#main_wrapper {
    background:#fff url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_content.gif) repeat-y;
    min-height:700px;
    height:auto !important;
    height:700px;
}
#content {
    float:left;
    width:640px;
    background:#fff;
}
#sidebar { 
    float:left;
    width:320px; 
}
#main_wrapper_cap {
    width:640px;
    background:#fff;
    height:72px;
    text-align:center;
}

#content .wrapper { margin:9px 18px 18px 18px; }
#sidebar .wrapper { margin:9px 9px 18px 9px; }
#sidebar .featured { margin:9px; }
#sidebar .featured img { margin:0 0 9px 0; }
#sidebar .box { background:#fff; }
#sidebar .box h5 {
    padding:0 9px;
    height:36px;
    line-height:36px;
    background:#d8d7d7 url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat 0 -95px;
    margin:0;
}
#sidebar .box div { 
    margin:0 9px;
    padding:9px 0;
}
#sidebar .box div.scroll {
    height:174px;
    overflow:auto;
    margin:0;
}
#sidebar .box div div { 
    margin:0; 
    padding:0;
}
#sidebar .box ul { margin:0; }
#sidebar .box div img {
    margin:1px;
	background:#fff;
	border:1px #ccc solid;
	display:block;
}



#footer {
    background:#162236;
    margin:54px 0 0 0;
    text-align:center;
    padding:18px;
    color:#eee;
    font-size:.96em;
    border-top:1px #090e16 solid;
}
#footer .wrapper {
    width:924px;
    margin:0 auto;
    text-align:left;
}
#footer a { 
    color:#ccc; 
    margin-right:18px;
}
#footer img { 
    height:40px; 
    margin:0 0 9px 0; 
}


#search {
    height:45px;
    background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat -640px -61px;
}
#search .q {
    width:173px;
    border:0;
    outline:0;
    margin:4px 0 0 28px;
}
#search .sa {
    border:0;
    background:transparent;
    outline:none;
    margin:0 0 0 10px;
    width:75px;
    cursor:pointer;
}


#breadcrumbs {
    height: 39px;
    line-height: 20px;
    margin:6px 18px 0 18px;
}
#breadcrumbs a, #breadcrumbs span { padding: 0 8px 0 0; }
#breadcrumbs span { color:#bbb; }
#breadcrumbs span.last {
    font-weight:bold;
    color:#333;
}
#breadcrumbs .home {
    display:block;
    float:left;
    height:16px;
    width:16px;
    background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_icons.gif) no-repeat 0 0;
    margin:3px 9px 0 0;
}








.detail_action_bar {
    margin:9px 9px 18px 9px;
    background:#d8d7d7 url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat 0 -95px;
    height:36px;
}
.detail_action_bar h1, .detail_action_bar p, .detail_action_bar .action {
    float:left;
    margin:0 9px;
    line-height:36px;
}
.detail_action_bar .action { float:right; }
.detail_action_bar .buttons a { margin:5px 0 0 18px; }






.meta_social_tools {
    margin:36px 0 18px 0;
}
.tag_list, .share_list {
    float: left;
    width:80%;
    padding: 18px 0;
}
.share_list { width:20%; }
.tag_list a:link, .tag_list a:visited {
    background-color:#eee;
    margin:0 2px 0 0;
    padding:4px;
}
.share_list a {
    float:right;
    display:block;
    width:16px;
    height:16px;
    background: #eee url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_icons.gif) no-repeat;
    margin:0 0 0 9px;
}
a.f { background-position: 0 -32px; }
a.t { background-position: 0 -64px; }
a.r { background-position: 0 -48px; }
a.d { background-position: 0 -80px; }











/* list and segment views */


.list { margin:0 9px; }
.list li {
    padding:9px;
    border-bottom:1px #e3e3e3 solid;
}
.list .odd { background:#f0f4f7; }
.img {
    float:left;
    margin:0 9px 0 0;
}
.img img { display:block; }
.txt {
    float:left;
    width:470px;
}

.date {
    font-size: 0.84em;
    line-height: 1.8em;
    margin-bottom: 1.8em;
    color:#666;
}

.gridlist li {
    float:left;
    width:125px;
    margin:0 10px;
    padding:0;
    text-align:center;
    height:200px;
}
.gridlist a:link, .gridlist a:visited {
    font-weight:bold;
    color:#333; 
}
.gridlist a:hover { text-decoration:none; color:#000; }
.gridlist small { color:#7d7d7d; }

















form.as_ul ul { margin:0; }
form.as_ul label { 
    margin:0 0 6px 0;
    font-weight:bold;
    display:block; 
    padding:0 3px;
}
form.as_ul li input {
    margin:0 0 18px 0; 
    width:240px;
    padding:5px 1px;
    border:1px solid;
    border-color:#7c7c7c #c3c3c3 #ddd;
}
.errorlist { color:#ff0000; }


.newforms {
    margin:36px 0;
}
.newforms th {
    text-align:right;
    vertical-align:top;
    padding:0 4px 0 0;
}
.newforms td {
    padding:0 0 18px 0;
}
.newforms ul {
    margin:0 0 5px 0;
    padding:0;
}

.newforms label {
    margin:0 4px;
}
.newforms label.error {
    font-weight:normal;
    color:#ff0000;
}
.newforms input {
   width:220px;
   height:18px;
   line-height:18px;
   padding:2px 2px;
   border:1px #ccc solid;
}
.newforms button {
    background:#e6e6e6;
    border:1px #ccc solid;
    padding:3px;
}






/* BUTTONS */
.buttons a {
    display:block;
    float:left;
    margin:0 18px 0 0;
    line-height:27px;
    height:26px;
    padding:0 0 0 10px;
    background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat -2200px -86px;
    color:#eee;
}
.buttons a:hover { color:#fff; }
.buttons a span {
    padding:6px 14px 5px 0;
    background:#fff url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat right -86px;
}
.buttons a.alt {
    background-position: -2200px -60px;
    color:#444;
}
.buttons a.alt span { background-position:right -60px; }
.buttons a.alt:hover { color:#000; }
.buttons a.off { display:none; }

form .buttons input {
    float:left;
    width:auto;
    padding:0 10px;
    margin:0 18px 0 0;
    background:#415479;
    border:1px #2c3953 solid;
    color:#eee;
    line-height:26px;
    height:26px;
}






#comment_wrapper {
    margin:9px;
    width:442px;
}
#comment_wrapper li {
    background:#eef1f6;
    border-bottom:1px #f4f6f9 solid;
    padding:9px;
    margin:0 0 2px 0;
}
#comment_wrapper .comment {
    float:left; 
    width:343px;
}
#comment_wrapper .comment span {
    display:block;
    color:#666;
    font-size:.9em;
}

#comment_wrapper div.cls { text-align:center; }
#comment_wrapper div.cls span {
    color:#3b5998;
    cursor:pointer;
    text-decoration:underline;
}

#comment_post {
    margin:0 9px;
    padding:9px;
    background:#eef1f6;
    border-bottom:1px #f4f6f9 solid;
}
#comment_post .buttons { display:none; }
#comment {
    height:18px;
    line-height:18px;
    padding:2px;
    border:1px #ccc solid;
    width:400px;
    color:#666;
}





/* article specific */
#article .body_image {
    float: left;
    margin: 0 18px 18px 0;
}


/* album specific */
#thumbnails li { 
    float:left; 
    margin:0 0 9px 9px; 
    height:79px;
    width:79px;
    position:relative; 
}
#thumbnails li.video a div {
    position:absolute;
    width:16px;
    height:16px;
    background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_icons.gif?) no-repeat 0 -16px;
    left:4px;
    bottom:1px;
}

#picture, #picture_loading, #embed_video {
    position:relative;
    background: #a5abba none no-repeat 50% 50%;
    width:620px;
    height:540px;
    padding:0 1px;
    margin:0 9px;
}
#picture_loading {
    position:absolute;
    top:0;
    left:0;
    background-image:url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/loading.gif);
    opacity:0.3;
    background-color:#000;
    margin:0;
    display:none;
}
#fullscreen {
    position:absolute;
    height:26px;
    width:26px;
    background:transparent url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat -1118px -59px;
    bottom:3px;
    right:5px;
}
#embed_video {
    margin:0;
    background:none;
    top:0;
    left:0;
    position:absolute;
    text-align:center;
}
#description_expand { display: none; }
.range {
    float:left;
    margin:0 0 0 18px;
}
.wallpapers h3 {
    width:354px;
    color:#a5abba;
    margin:0;
    float:left;
}
.wallpapers a { float:left; }
.wallpapers a:hover { text-decoration: none; }
.wallpapers .normal, .wallpapers .wide {
    width:125px;
    display:block;
    background: #fff url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat -1105px -8px;
    height:17px;
    margin:0;
}
.wallpapers .wide { background-position: -1105px -31px; }




/* index page specific */
.latest_content { margin:0 0 36px 0; }
.latest_content .detail_action_bar { margin:0 9px; }
.segment {
    margin:0 9px;
    background: #fff url(http://static1.ucmdigital.co.za/fhm_coza/ws/gfx/bg_sprites.png) no-repeat 0 bottom;
    padding:18px 0 18px 9px;
}
.odd .segment { background-position:-1244px bottom; }
.odd .lead { background-position:-1866px bottom; }
.lead {
    background-position:-622px bottom;
    padding-left:9px;
}
.lead h1 {
    font-size:1.67em;
    line-height:0.9em;
    padding-bottom:0.45em;
    margin-bottom:0.45em;
    border-bottom:1px #bab9b9 dotted;
}
.segment ul {
    margin:0;
    padding:0;
}
.segment li {
    float:left;
    width:293px;
    padding-right:9px;
    height:88px;
}
.segment li .txt { width:205px; }
.segment h4 a { color:#333; }
.segment .large li { height:auto; }
.segment .large .txt { width: 159px; }



#featured {
    width:620px;
    margin:10px 9px 36px 10px;
}
#featured .stage {
    position:relative;
    height:300px;
    background:#fff none no-repeat;
}
#featured .stage div {
    position:absolute;
    top:200px;
    left:6px;
    width:400px;
}
#featured .stage div h1 {
    display:inline;
    margin:0;
}
#featured .stage div h1 a {
    background:#fff; 
    padding:3px;
    font-size:1.5em;
    line-height:1.4em;
}
#featured .items {
    height:70px;
    background:#000;
}
#featured .items img {
    float:left;
    display:block;
    width:155px;
}
#featured .items .large { display:none; }

.paginator {
    margin:36px 18px;
    text-align:center;
}
.paginator a, .paginator span {
    padding:3px 5px 2px 5px;
    width:20px;
    text-align:center;
    border:1px #ddd solid;
    margin:0 4px 0 0;
}
.paginator .current { 
    font-weight:bold;
    color:#000;
    border-color:#999;
}
.paginator .arrow { font-weight:bold; }
.paginator span.arrow { color:#ddd; }


