/*  
Theme Name: Warm Digital
Theme URI: http://bloggerato.com/
Description: The Warm Digital theme. Clean, Simple & Optimized Templates at <a href="http://bloggerato.com">Bloggerato</a>. Modified from the default WordPress theme based on the famous Kubrick.
Version: 1.0
Author: Chong Chen Tong
Author URI: http://bloggerato.com/

*/

/* Layout */

*
{
  padding: 0;
  margin: 0;
}

#content
{
  margin-left: 250px;
  padding-left: 20px;
  margin-right: 20px;
}

#sidebar
{
  float: left;
  width: 220px;
  padding-left: 20px;
}

#footer
{
  clear: both;
  padding-left: 20px;
}

#wrapper
{
  margin: 0 20px 0 20px;
  overflow: hidden;
}


/* Styles */


body
{
  font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
  font-size: 76%;
}

hr
{
  display: none;
}

img
{
padding: 8px;
}

#page
{
  background: url(images/sharptv.jpg) no-repeat -20px -50px;
}

#header
{
  margin-bottom: 20px;
}

#menu
{
  text-align: center;
  background: #FCF1E2;
  margin-right: 20px;
  margin-left: 20px;
}

#headerimg
{
  font-size: 1.2em;
  height: 5.0em;
  color: #bd492a;
  text-align: right;
  padding-right: 15%;
  padding-top: 10px;

}

#header a

{
  text-decoration: none;
  color: #d2691e;
}

#header h1

{
  font-size: 1.5em;
  font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
}

#footer
{
  background-color: #ffffff;
  clear: both;
  padding: 20px 20px 20px 7.5%;
  font-size: 0.8em;
  margin-top: 2em;
  height: 3em;
  color: #804A0F;
}

/* Sidebar Styles */

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  margin-left: 15px;
}

#sidebar
{
   color: #4A2C00;

}
  
#sidebar ul h2
{
   font-size: 1.2em;
   font-weight: bold;
   padding: 2px;
   margin-bottom: 5px;
   padding-left: 10px;
   color: #4A2C00;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar a
{
  text-decoration: none;
  color: #4A2C00;
}

#sidebar a:hover
{
  text-decoration: underline;
}

#searchform
{
  text-align: center;
}

#searchform input
{
  border: 1px solid #4A2C00;
  background-color: #FDE5C3;
}

#searchform #s
{

  width: 50%;
  background-color: white;
}

/* Post styles */

.post
{
  margin-bottom: 25px;
  color: #4A2C00;
  padding-left: 5px;
  font-size: 1.1em;
}

h2
{
  font-size: 1.6em;
  color: #cd853f;
  border-bottom: 1px solid #e8c38b;
}



h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #cd853f;
}


.entry
{
  margin-top: 10px;
  margin-bottom: 15px;

}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #FADA96;

}

.postmetadata a
{
  color: #4a2c00;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;

}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px dotted #FADA96;
  background: #FCF1E2 URL(images/blockquote.png) no-repeat   scroll top left;

}

.post li
{
  margin-left: 20px;
  line-height: 1.4em;
}

.post ol
{
  margin-bottom: 1em;
}

.post ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;

}

.center
{
  text-align: center;
}

a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

.post a

{
  color: #bd492a;
}

/* other styles */

.entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: #FDE5C3;

  margin: 2em auto 3.5em 2auto;
  border: 1px dotted #e9b17b;
  padding: 5px;
  padding-left: 45px;
  background: #FDE5C3 URL(images/metadata.png) no-repeat scroll top left;

}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #c69835;

  padding: 5px;
  background-color: #f5de74;
}

ol.commentlist li.alt
{
  background-color: #fdf6a7;

}

ol.commentlist a
{
  color: #bd492a;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}