/*   
Theme Name: Scenes Singapore V2
Theme URI: http://msgheadquarters.com
Description: Scenes Singapore V2
Author: Zaid Salihin
Author URI: Somewhere
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* /////////////////////////////////////////////////////////////////////////////////////////////////*/

body{
  background: #333;
  font: normal normal normal 12px/normal Verdana, sans-serif;
  line-height: 1.8em;
  color#333;
}

#main{
  background:#FCFBF7;
}

#header{
  z-index: 2;
  position:static;
  }

#branding{
  background: #333;
  background-repeat: no-repeat;
  background-position: 0px 40px;
  height: 320px;
  margin-top: 50px;
  padding: 0;
  width:970px;
}

#blog-title, #blog-description{
  display:none;
}

#access{
  background: url(images/access_bg.jpg);
  border-bottom: 1px solid #CCC;
  font-size: 13px;
  height: 90px;
  overflow: visible;
  width: 970px;
  margin:0 auto;
  z-index: 100;
}

#nav{  
  width: 940px;
  padding-left:20px;
}

#logo{
  display: inline-block;
  float: left;
  height: 99px;
  margin: 0px;
  margin-top:-10px;
  width: 168px;
}

#logo a{
  background: url(images/logo.png);
  background-repeat: no-repeat;
  color: #ce0a31;
  display: inline-block;
  height: 99px;
  width: 168px; 
  text-indent:-1000px;
}

#logo a:hover{
  background: url(images/logo_hover.png);
}

.menu{
  display: inline-block;
  margin: 0px auto 0px 20px;
  width: 702px;
}

.sf-menu{
  border-right: 1px solid #CCC;
  float: left;
  line-height:1;
}

.sf-menu, .sf-menu *{
  list-style: none;;
  padding: 0px;
}

.sf-menu li{
  background: none;
  height: 70px;
  padding: 0px 0px 20px;
}

.sf-menu a, .sf-menu a:visited{
  border: none;
  border-left: 1px solid #CCC;
  font-family: 'Hoefler Text', Baskerville, Garamond, 'Palatino Linotype', Georgia, 'Times New Roman',   serif;
  padding: 17px 20px;
  font-size:24px;
  line-height:1.2em;
  text-decoration: none;
  color:#f5f3f3;
  margin:0;
}

.sf-menu a:hover{
  background:#8A1700;
  color:#f5f3f3;
}

.sf-menu a span{
  font-size: 10px;
  font-weight: bold;
  font-family: helvetica,verdana,arial,sans-serif;
  text-transform: uppercase;
}

.sf-menu a.current_page_item{
  background:#8A1700;
  color:#f5f3f3;
}

#main{
  width: 970px;
  padding: 0px;
}

#container{
  background: url(images/content_divider.png);
  background-position: 530px 0px;
  background-repeat: repeat-y;
}

#content{
  margin: 66px 40px 0px 10px;
}

h2.entry-title a, h1.entry-title{
  font-family: 'Hoefler Text', Baskerville, Garamond, 'Palatino Linotype', Georgia, 'Times New Roman', serif;
  font-weight: normal;
  color:#921D02;
}

.entry-meta{
  margin-top: -5px;
}

.entry-meta *{
  color: #999;
  font-size: 11px !important;
  font-style: normal !important;
  line-height: .5em !important;
  text-transform: none !important;
}

.entry-meta a{
  color:#777;
}

.entry-meta abbr{
  color:#777;
}

.entry-content{
  border-bottom: 1px dotted #cee;
  color: #58564F;
}

.entry-content a{
  color:#472B20;
  text-decoration:none;
  border-bottom:dotted 1px #472B20;
}

.entry-content a:hover{
  color:#921D02;
  border-bottom:dotted 1px #921D02;
}

a.more-link{
  color: #453B2F;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover.more-link{
  color:#841700;
}

.entry-utility{
  background: #FDF5F9;
  border-bottom: 1px solid #CEE;
  color: #666;
  font-size: 13px;
  height: 80px;
  line-height: 18px;
  margin-bottom: 40px;
  padding-top: 20px;
}

object.alignleft{
  border-bottom: 1px solid #CCC;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}

/*COMMENTS*/

#respond{
  background:none;
}

#comments-list li.bypostauthor{
  background:#F3E3E4;
}

#comments-list ol{
  border:none;
}

.fn{
  font-size:18px;
}

#comments-list .comment-meta{
  font-size: 9px;
  padding: 0px 0px 20px;
}

#comments-list .comment-author{
  padding: 9px 0px 0px;
}

#comments-list li .avatar{
  float:right;
  position:static;
}

blockquote{
  border-left: 5px solid #EEE;
  color: #666;
  font-style: italic;
  margin-left: 10px;
  padding-left: 20px;
}

#primary{
  background: url(images/sidebar_divider.png);
  background-position: 205px 0px;
  background-repeat: repeat-y;
  border: none;
  color: #777;
  font-size: 10px;
  float: left;
  margin: 0px 0px 22px;
  padding: 66px 25px 0px 20px;
  width: 170px;
}

#secondary{
  float: left;
  margin: 66px 10px 0px 20px;
  width: 170px;
  color: #999;
  font-size: 10px;
}

.main-aside ul{
  padding: 0;
}

.aside h3{
  color: #888;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  font-style: normal;
}

.aside a{
  text-decoration: none;
}

#footer{
  background: url(images/access_bg.jpg);
  width: 970px;
  margin:0 auto;
  margin-top:0px;
  padding-top:22px;
  color:#FBF7DB;
}

#footer .aside h3, #footer a, #footer .textwidget{
  color:#FBF7DB;
}

#siteinfo, #siteinfo a {
  color:#999;
  text-decoration:none;
}

#siteinfo a.wp-link, #siteinfo a.theme-link{
  font-weight:bold;
}