/*  
Theme Name: JLT (Just Like That)
Theme Title:Just Like That
Theme URI: http://justlikenow.blogspot.com/
Description: Just Like That Theme.
Version: 1.0
Author: Nicolae Gabriel
Author URI: http://justlikenow.blogspot.com/

    JLT Peace and Quiet Theme
     http://justlikenow.blogspot.com/jlt/

    This theme was designed by Nicolae Gabriel
    whose blog you will find at http://justlikenow.blogspot.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/



body {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #999999;
  background: url(http://www.portalvn.net/images/blog/bk.png);
  }

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(http://www.blogblog.com/tictac/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #f63;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

#commentform p {background:black;}

form p {background:black;}

ul {
  list-style: none;
  margin-left: 10px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  /*background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat 0 6px;*/
  }

li.tags {
  list-style: none;
  padding-left: 10px;
  background-image:none;
  display:inline;
  }

/* links */

input {
    border:1px solid black;
    background-color:#263F3C;
}

a:link {
  color: #2D8930;
  }

a:visited {
  color: #11593C;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

/* ---( layout structure )---*/

#outer-wrapper {
    width: 867px;
    margin: 0px auto 0;
    text-align: left;
    font: normal normal 99% Trebuchet, Trebuchet MS, Arial, sans-serif;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    text-align:left;

  }

#content-wrapper {
  margin-left: 42px; /* to avoid the border image */
  width: 763px;
  }

#main {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0 0 0 1em;
  line-height: 1.5em;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#ccsidebar {
  float: right;
  width: 259px;
  padding: 20px 0px 0 0;
  font-size: 100%;
  line-height: 1.4em;
  color: normal bold 126% Arial, sans-serif;
/*  background: url(http://www.blogblog.com/tictac/sidebar_bg.gif) no-repeat 0 0;*/
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }


/* ---( header and site name )--- */

#header-wrapper {
    background:transparent url(images/lay_header.jpg) no-repeat scroll 43px 50%;
    font-family:'Lucida Grande','Trebuchet MS';
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0pt;
    padding:0pt;
  }

#header {
    color:#000000;
    margin:0pt;
    padding:25px 60px 85px 150px;
  }

#header h1 { 
  font-size: 200%;
  text-shadow: #81A75B 2px 2px 2px;
 }

#header h1 a {
  text-decoration: none;
  color: black;
  }

#header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #e6e6e6;
  background: url(http://www.blogblog.com/tictac/date_icon.gif) no-repeat 0 50%;
  }

.post h3 {
    color:#CC0000;
    font-family:'Lucida Grande','Trebuchet MS';
    font-size:130%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:normal;
    margin-top:0pt;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 14px;
  border-bottom: 1px solid #171717;
  }

.post h3 a,
.post h3 a:visited { 
  color: #cc0000;
  text-decoration: none;
 }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #e6e6e6;
  background: url(http://www.blogblog.com/tictac/tictac_grey.gif) no-repeat 0 8px;
  }

.categories ul li{
    background:none;
    display:inline;
    padding:0px;
    margin:2px;
    list-style-type: none;
}

.post img {
  padding: 6px;
  border: 1px solid #999;
  background-color:#fff;
  }

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#tags li{
  background-image:none;
  background:none;
  display:inline;
  margin:0px;
  padding:1px;
}

#footer-wrapper {
    color:#DDDDDD;
    font-size:85%;
    margin:0pt;
    padding:0pt 0pt 25px;
  }

#footer {
  margin: 0;
  padding: 20px 320px 20px 95px;
  }

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link { 
  float: right;
 }
 
#blog-pager {   
  text-align: center; 
 }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: white;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(http://www.blogblog.com/tictac/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat 10px 5px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-author {
  margin: 4px 0 0 0;
  padding: 0 10px 0 60px;
  color: #999;
  background: url(http://www.blogblog.com/tictac/comment_arrow.gif) no-repeat 44px 2px;
  }

.comment-footer {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}


.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* ---( sidebar )--- */

.ccsidebar h2 { 
  margin: 0 0 0 0;
  padding: 25px 0 0 40px;
  font: normal bold 126% Arial, sans-serif;
  color: #ffffff;
  height: 32px;
  background: url(images/mnu_bullet.png) no-repeat 10px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

.ccsidebar .widget {
  margin: 0;
  padding: 0 15px 10px 0px;
  border-bottom: 1px solid #000000;
}

.ccsidebar li {
  /*background: url(http://www.blogblog.com/tictac/tictac_green.gif) no-repeat 0 5px;*/
  }

.profile-textblock { 
  clear: both;
  margin-left: 0;
}

.profile-img { 
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 4px;
}

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  }

/** Page structure tweaks for layout editor wireframe */
body#layout #outer-wrapper,
body#layout #main,
body#layout #sidebar { 
  padding-top: 0;
  margin-top: 0;
}

body#layout #outer-wrapper,
body#layout #content-wrapper { 
  width: 740px;
}

body#layout #sidebar { 
  margin-right: 0;
  margin-bottom: 1em;
 }

body#layout #header,
body#layout #footer,
body#layout #main {
  padding: 0;
 }

.options{
  height:25px;
  /*background-color:#90C262;*/
  background-image:none;
  padding-left:0 35px 0 35px;
  display:none;
}

.cnt{
	background:url(images/center_frm.png) repeat-y  center;
	width:100%;
}

.cntop{
  background:url(images/top_frm.png) no-repeat top
center;
  width:100%;
  padding-top:132px;
}

.cntdown{
  background:url(images/down_frm.png) no-repeat bottom center;
  width:100%;
  padding-bottom:120px;
}

.author{
	display:block;
	float:right;
	text-align:center;
	padding-right:110px;
}

body#layout #content-wrapper { 
  margin: 0px;
 }
 
#comment {
    width:98%;
    background-color:#042d41;
    color:#a8a8a8;
    border:1px solid #03486b;
    }
    
    
 
.cmd {
    width:97%;
    background-color:#042d41;
    color:#a8a8a8;
    border:1px solid #03486b;
    padding:5px;
    }