/* sabretooth: server-side import: reset */

/* Style Reset */

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
ul { list-style-type: none; }

/* End Style Reset */

/* end of import: reset */



html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
 	background: #fff url("http://www.ctvbc.ctv.ca/tl/v2/images/ctvtamara_blog_back.jpg") repeat-x 0 0px;
}

body
{
   min-width: 942px;
   color: #333;
   font-family: arial, verdana, helvetica,  'trebuchet ms', sans-serif;
   font-size: 14px;
   background: transparent url("http://www.ctvbc.ctv.ca/tl/v2/images/ctvtamara_blog_header.jpg")   
   no-repeat 50% 0 ;
}



a { text-decoration: underline; }

a:hover { 
  color: #42BD6D;
  text-decoration: underline;
}

a:link,a:visited,a:hover,a:active{color:#cc0000;cursor:pointer;}

h1, h2, h3, h4, h5, h6
{
   font-family: arial, verdana, helvetica,  'trebuchet ms', sans-serif;
}

h7
{
   font-family: arial, verdana, helvetica,  'trebuchet ms', sans-serif;
   font-size: 16px;
   font-weight: bold;
}



.entry-header
{
   margin-top: 0;
   border-left: 5px solid #CCCCCC;
   padding: 0 0 0 10px;
   font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
   color: #CF1100;
   font-size: 18px;
}

#banner a { color: #fff; text-decoration: none; }

p { padding: 0.5em 0; line-height: 1.5em; }

input, textarea { border: 2px solid #cccddd; font: inherit; }

input.fmSubmitBtn { background: #36393b; color: #eeeeee; font-family: inherit; font-size: 14px; }

p.fmReminder { color: #a0a0a0; padding-top: 0; font-size: 12px; }
p.fmStatusMessage { padding-left: 1em; color: #2a7f5d; font-weight: bold; background: #ffffd0; border-top: 1px solid #ffff71; border-bottom: 1px solid #ffff71; margin-bottom: 20px; }

div.fmWrapper {  
        position: relative;
	margin: 0 auto;  /* center on everything else */
      	overflow: hidden;
	padding:  0px 0px 0px 0px;
	width: 942px;
	text-align: left;
}


#banner { position: relative; }
#banner-inner { position: static; }
#banner
{
   width: 942px; /* necessary for ie win */
   background: url('http://www.ctvbc.ctv.ca/tl/v2/images/ctvtamara_blog_headerbottom.jpg') transparent top left no-repeat;
   margin-top: 100px;
   height: 150px;
   position: relative;
   
}


#banner-inner
{
   padding: 15px 13px;
   border-width: 0px 0px 0px 0px;
   border-style: solid;

}

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}




div.fmMain { background: #ffffff; width: 942px; overflow: hidden; }

div.fmContent { padding: 10px 30px 70px; height: 100%; overflow: hidden; color: #56595b; margin-left: 3%}

div.fmFooter { 
  background:
    #191919 
    url(/) 
    repeat-x 
    scroll 
    left top;
  color:#000000;
  height:70px;
  padding:20px;
  text-align:center;
}

div.fmSidebar {

   width: 300px; 
   border-left: 5px solid #36393b 
   margin-top: 2px; 
   float: right;
   padding-left: 10px;
   margin-right: 2%;
}

div.fmSidebar h3 {
   padding-bottom: 10px;
}

div.fmSidebar ul {padding-right: 20px}
div.fmSidebar ul li {padding-bottom: 0.3em;}
div.fmSidebar ul li a {}
div.fmSidebar ul li a:hover {}
/* sabretooth: server-side import: article */

.fmArticleMeta {
  
  color: #999;
  font-size: 75%;
  font-style: italic;

}

.fmArticleFooter {
  
  font-size: 85%;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;

}
/* end of import: article */



    ul.archiveList {
      list-style-image:none;
      list-style-position:outside;
      list-style-type:none;
      
    }

    ul.archiveList li {
      border-bottom:1px solid #CCCCCC;
      clear:left;
      font-size: 12px;
    }

    ul.archiveList li a {
      clear:left;
      display:block;
      height:16px;
      padding:3px;
    }

    ul.archiveList li a .postTitle {
      color:#cc0000;
      display:block;
      float:left;
      height:18px;
      overflow:hidden;
    }

    ul.archiveList li a .postDate { 
      color:#cc0000;
      display:block;
      float:left;
    }

    ul.archiveList li a .postViews {
      display:block;
      float:right;
      text-align:right;
      width:85px;
    }


   ul.archiveList li a .postViews1 {
      display:block;
      float:right;
      text-align:right;
      width:55px;
    }


 
    ul.archiveList li a:hover {
      color:#cc0000;
    }

    ul.archiveList li a:hover .postTitle {
      color:#cc0000;
    }

    ul.archiveList li a:hover .postDate {
      color:#cc0000;
      display:block;
      float:left;
    }

      



 .twitter h2, .thinColumn h2 {
    margin:10px 0px 10px 0px;
}


.twitter a {
    color:#777777;
}

  div.twitter span.user {font-weight: bold}


/* Gallery styling */

#gallery #recent-subs h2 {
    background: transparent url(http://assets.filemobile.com/128/images/H2-submissions.png) no-repeat top left;
    width: 103px;
    height: 12px;
    margin-left: 10px;
    margin-bottom: 11px;
}

#gallery #recent-subs {
    margin-top: -3px;
    margin-left: 1px;
    width: 760px;
    background: #454545 url(http://assets.filemobile.com/128/images/BG-submissions_content.png) repeat-y top left;
    overflow: hidden;
}

#recent-subs ul {
    margin-left: 0 !important;
    margin-left: -20px;
}
#recent-subs ul li.first {
    clear: left;
}

#gallery #recent-subs ul li {float: left; width: 90px;}

#gallery #recent-subs ul li a {
    color: #a3a3a3;
    text-decoration:none;
}
#gallery #recent-subs ul li img {
    width: 90px !important;
    width: 88px;
    height: 60px;
}

#gallery #recent-subs .subs-content {
    padding: 20px 10px 15px !important;
    padding: 20px 20px 15px;
}

#gallery #recent-subs .subs-pager {
    background: #2b2929 url(http://assets.filemobile.com/128/images/BG-submissions_pager.png) no-repeat bottom left;
    text-align: right;
    padding: 10px;
    color: #f1eee8;
    font-size: 10px;
}
#gallery #recent-subs .subs-pager a {
    color: inherit;
}

#submissions {height: 260px;}
#submissions li {width: 100px; height: 130px; float: left;  font-size: 10px; }

/* Map Stuff */

#map {
    background: transparent url(http://assets.filemobile.com/42/img/BG-map.png) no-repeat top left;
    padding: 3px 4px 43px 4px;
    position: relative;
}

#map #submit-own {
    background: transparent url() no-repeat top left;
    width: 249px;
    height: 18px;
    position: absolute;
    top: 341px;
    left: 15px;
}

#map form {
    position: absolute;
    top: 339px;
    left: 455px;
}

#map form input {
    float: left;
}
#map form input.text {
    width: 170px;
    height: 17px;
    font-size: 12px;
    padding: 2px;
    border: none;
    color: #666;
}
#map form input.image {
    margin: 5px;
}

#map #search-map {
    background: transparent url(http://assets.filemobile.com/128/images/BTN-search_map.png) no-repeat top left;
    width: 97px;
    height: 10px;
}

.sidebar .merge {

    position: relative;

    left: 75px;

    width: 225px;

    padding: 10px 15px;

    border: 2px solid #ffffff;

    border-left: none;

    background-color: #ffffff;

}




}


.fmSharelizer img { border: none; }
.fmSharelizer { clear: both; padding: 0px; margin: 0px;}
.fmSharelizer li { margin: 4px; }
.fmShareContainer h3{ 
    clear: both; margin: 0px;
}


.fmVerticleList {

    float: left;

    list-style-type: none;

}



.fmVerticleList li {

    float: left;

}



.fmThumbList img {

    float: left;

    border: border none;

}


.comments { 

  clear: both;

  margin:0px 0px 10px 0px;

}



.comments h3 {

   padding-top: 25px;

   font-size: 20px;

   font-weight: 600;

}



.comments .commentMeta {

   float: left;

   width: 250px;

}



.comments .comment {

   clear: both;

   font-size: 15px;

   padding: 4px 0 20px 3px;

}





.comments b {

    font-weight:normal;

    color: #126e71;

}





.comments .even {

    border-bottom: 1px solid #bae7ea;

    background-color: #e1fcff;

}



.clean {

  color: #434343;

  background-image:none !important;

  background-color:#fff;

  padding: 16px 10px;

  margin: 10px 0px 0px 0px;

}


/* Comment Form */


.formBox, .contentBox {
  background: url('http://assets.filemobile.com/131/home_block_bg.gif') #fff top left repeat-x;
  color: #434343;
  padding: 28px 10px 10px 10px;
  border: 1px solid #b4b0b1;
}

.clean {
  color: #434343;
  background-image:none !important;
  background-color:#fff;
  padding: 16px 10px;
  border: 1px solid #b4b0b1;
  margin: 10px 0px 0px 0px;
}

.formBox h2, .homeBrick h1, .contentBox h1, .clean h1 {
   font-family: 'Gill Sans' , 'Gill Sans MT', 'palatino linotype', palatino, serif;
   background: url('http://assets.filemobile.com/131/header_arrow.gif') #fff top left no-repeat;
   font-weight: normal;
   color: #447b80; 
   font-size: 21px;
   padding-left: 18px;
   margin:0px;
}

.homeBrick h1, .clean h1 {
    padding-bottom:8px;
}

.contentBox ul {
    list-style-type: circle;
    list-style-image: url('http://assets.filemobile.com/131/list_bullet.gif');
    margin:10px 0px 10px 0px;
}

textarea {
    border: 1px solid #d2d2d2;
    width:380px;
    height:90px;
    padding:3px;
}

.formBox form th {
   width: 145px;
   padding-bottom: 15px;
   font-size: 14px;
   letter-spacing:-0.05em;
}


.formBox .fmTextArea {
   width: 250px;
   font-size: 11px;
   font-family: sans-serif;
   vertical-align:middle;
}




.formBox h2, .homeBrick h1, .contentBox h1, .clean h1 {

   font-family: 'Arial' , 'Gill Sans MT', 'palatino linotype', palatino, serif;

   background: url('http://assets.filemobile.com/131/header_arrow.gif') #fff top left no-repeat;

   font-weight: normal;

   color: #447b80; 

   font-size: 21px;

   padding-left: 18px;

   margin:0px;

}



.formBox .fmTextArea {
   width: 350px;
   font-size: 11px;
   font-family: sans-serif;
   vertical-align:middle;
}

.fmTextInput, .fmCaptcha {
  background: url('http://assets.filemobile.com/131/input_bg.gif') #fff top left no-repeat;
  width: 284px;
  font-size: 12px;
  padding: 6px;
  font-family: sans-serif;
  border:none;
}

.fmButton {
  background-color: #454545;
  border: none;
  color: white;
 padding: 10px;
  font-size: 16px;
  height:41px;
  width:142px;
  line-height:34px;
  text-transform: uppercase;
  font-weight:bold;
  margin:10px 0px;



  

   text-transform: uppercase;

}



}


.formBox .infoText {

   font-size: 11px;

}



.formBox p {

  font-size:14px;

  line-height:1.3em;

  margin: 0px 0px 16px 0px;

}



.formBox .infoText a {

    color: #2c8184;

}



.formBox .errorText {

   color: red;

   font-weight: bold;

   text-align: center;

}



.notifyText {

   color: green;

   font-weight: bold;

   text-align: center;

}





.pager {text-align: right; font-size: 14px;}

.pager a {text-decoration: none; color: #126e71; padding: 3px;}

.pager a:hover {text-decoration: underline;}

.pager strong {color: #126e71; padding: 3px;}



/* Comment Form */

.fmTextInput, .fmCaptcha {

  background: url('http://assets.filemobile.com/131/input_bg.gif') #fff top left no-repeat;

  width: 284px;

  font-size: 12px;

  padding: 6px;

  font-family: sans-serif;

  border:none;

}




