/*
Theme Name: Simple Blog
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A simple theme.  Design by <a href="http://www.styleshout.com">Styleshout</a>.  Ported to WP by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/********************************************
   AUTHOR:  		Erwin Aligam 
   WEBSITE:   		http://www.styleshout.com/
   TEMPLATE NAME: 	SimpleBlog 1.0
   TEMPLATE CODE: 	S-0007
   VERSION:             1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFFFFF url(images/header-bg.gif) repeat-x ; 
        /* #1e71b7 url(images/header-bg.gif) repeat-x; */
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #000000; /* #667F99 */
}
a:hover {
	background: inherit;
	color: #000000; /*996800; */
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #FFF; }

h1, h2, h3 {
	margin: 0;
	/* padding: 10px; */
}

ul, ol{
	margin: 10px 20px;
	padding: 0 20px;
}

p{
        margin: 0px 0px;
        padding: 10px 0px;
        line-height: 1.65;
        font-size: 11px;
}



/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
        font-family: Arial, Verdana, sans-serif;
	margin:10px 0px 10px 0px; padding: 0 5px;
	/*background-color: #FAFAFA; */
}
label {
        color: #BABCBE;
	
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:100%;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	background: url(images/bg.gif) no-repeat center 120px;
        background-color: #FFFFF;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	/*width: 91%;*/
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 800px;
	height: 110px;
	background: #FFFFFF url(images/logo.gif) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;


	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}

#header h1#logo a { color: #FFF; }

#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;		
}

#searchform {
        display:inline;
        float:left;
        height:23px;
        padding: 0px;
        margin-left:-55px;
}
/* menu */

#menu {
	clear: both;
	width: 800px;
	height: 18px;
	margin: 0;
	font: normal 12px Georgia, Tahoma, Verdana, Arial, Sans-Serif;
}
#menu ul{
	margin: 0; 
        padding: 0px 20px 0px 0px;
        float: right;
}
#menu ul li {
        padding: 65px 0px 0px 0px;
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px 3px 10px;
	background: #fff;
	color: #000000;  /*#1e71b7; */
}
#menu ul li a:hover {
   background: #FFF; 
   color: #000000; /*#1e71b7;*/
}
#menu ul li.current_page_item a {	
	background: #FFF; 
	color: #000000; /*#1e71b7;	*/
}

/* Main */
#main {
	float: left;	
	/* width: 66%; */
        width: 470px;
	padding: 0;	
        margin: 0px;	
        color: #000;
        font-family: Verdana, Georgia, Tahoma, Sans-Serif;
}
#main h1 {
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
        font-size: 18px;
	color: #eb2228; 
	padding: 3px 0 13px 0px;	
	margin: 10px 0 0 0;
        font-weight:normal;
}

#main h1 a {
	background:none;
	text-decoration: none;
	color: #eb2228;	
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
        font-size: 18px;
        font-weight:normal;
}

#main h1 a:hover {
	background:none;
	color: #eb2228; 
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
        font-size: 18px;
        font-weight:normal;       
}

.post-footer {
        color: #9c9da0;
	/*background-color: #FAFAFA;*/
	padding: 0px; margin: 0px 0px 0px 0px;
	/*border: 1px solid #f2f2f2;*/
	font-size: 65%;
        font-size:12px;	
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
}
.post-footer .date {
	/*background: url(images/clock.gif) no-repeat left center;*/
	padding-left: 0px; margin: 0 5px 0px 0px;
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
}
.post-footer .comments {
	/*background: url(images/comment.gif) no-repeat left center;*/
	padding-left: 0px; margin: 0 5px 0px 0px;
        font-size: 12px;
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
}
.post-footer .readmore {
	/*background: url(images/page.gif) no-repeat left center;*/
	padding-left: 0px; margin: 0 5px 0px 0px;
        font-size: 12px;
}

.post-footer a, .post-footer a:hover{ 
        background:none; 	
        color: #9c9da0; 
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
}

.post-footer .readmore a, .post-footer .readmore a:hover, a.comments, a.comments:hover  { 
        background:none; 	
        color: #9c9da0; 
        font-family: Georgia, Tahoma, Verdana, Arial, Sans-Serif;
}


/* sidebar */
#sidebar {
	float: left;
        width: 200px;
	/*width: 26%;*/
	padding: 0px 35px 0px 75px; 
        margin: 30px 0px 0px 0px;
/*        margin: 30px 35px 0px 75px;		*/
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 0px 3px 0px; 
	font: bold 120% Arial, Tahoma, Verdana, Sans-Serif;	
	color: #9c9da0;	
        border-bottom: 1px solid #f48a52;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul li {
	padding: 2px 0 2px 0px;
	margin: 0 2px;	
        font-family: Georgia, Arial, Tahoma, Verdana, Sans-Serif;
}

* html body #sidebar ul li { height: 1%; }

#sidebar ul a {
	font-weight: normal;
	padding: 2px 0; 		
	background: none;
	text-decoration: none;
	color: #000;
}

#sidebar ul a:hover {
	font-weight: normal;
	padding: 2px 0; 		
	background: none;
	background: inherit;
	color: #000; 
}

/* footer */
#footer {
        background-color: #FFFFFF; /* #1e71b7; */
	clear: both;
	color: #9b9c9f;
	font: normal 80% Arial, Verdana, Tahoma, sans-serif;
	width: 725px;
	height: 60px;
	text-align: left;
	padding: 55px 0 0 0px;
	margin: 0px 0px 0px 20px;	
}
#footer a { text-decoration: none; color: #9b9c9f; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


img.avatar {float:left;margin-right:5px;}

.tb-rounded {
    font-family:Georgia,arial;
    font-size:10px;
    font-weight:bold;
    height:10px;
    padding-top:2px;
    width:168px;
    border-color: #b2adad;
}

.post-date {
    font-size: 28px; 
    text-align: center; 
    font-weight: bold; 
    margin: 1px 0px 0px 0px; 
    line-height: 28px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    color: #9c9da0;
}

.cstyle {
    color: #BABCBE;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
}

.commentlist{
    font-family: Georgia, Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
}

.commentlist a{
    color: #BABCBE;
}

ol.commentlist li{
    text-align: left;
    list-style: none;
    margin: 10px 0px 10px 0px;
}

#sidebar .artbt li a, #sidebar .artbt li a:visited, #sidebar .artbt li a:hover{
     color: #9C9DA0;
     background: none;
     font-size:1.45em;
     font-size:13px;
     font-weight:bold;
     vertical-align:middle;
     font-family: Arial, Verdana, Tahoma, sans-serif;
}

#sidebar ul.artbt li{
	padding: 0px 0px 0px 0px; 
        font-size: 13px;
}

/* 
   #sidebar .artbt li a{ border-bottom:1px solid #F48A52; }
   #sidebar .artbt li ul li a{ border-bottom:none; } 
*/

#sidebar .artbt li{
     margin: 0px 0px 10px 0px;
     padding: 0px 0px 0px 25px;
     cursor: pointer;
     vertical-align: top;
     display: block;
}

#sidebar .artbt .plus{
    /* background: transparent url(images/plus.jpg) no-repeat 0 4px;  */
}

#sidebar .artbt .minus{
   /*  background: transparent url(images/minus.jpg) no-repeat 0 4px; */
}


#sidebar .artbt ul li a, #sidebar .artbt ul li a:visited, #sidebar .artbt ul li a:hover{
     font-weight: normal;
     color: #000000;
     font-family: Georgia, Arial, Verdana, Tahoma, sans-serif;
     font-size: 11px;
     background: none;
}

#sidebar .artbt ul{
     margin: 0px 0px 10px 0px;
     padding: 5px 0px 0px 0px;
}

#sidebar .artbt ul{
   /* display: none;*/
}
#sidebar #mTitle{
    margin: 10px 0px 0px 0px;
}


/* CSS FOR ALBUM THUMBNAIL VIEWER */
#contentArea { border: 0px solid #cccccc; margin: 20px 0px 10px; overflow: hidden; text-align: center; width: 370px; height: 290px; }

.kyethumb { border: 2px #ccc solid; margin: 0px 10px 0px 0px; }

/* PRODUCT TITLE COLOR */

.ptitle{ color:#9C9DA0; }