/* 
  Theme Name: IS
  Theme URI: http://www.mediapozitiv.com
  Description: Iulia Stoian theme for WordPress
  Author: Edex
  Author URI: http://www.mediapozitiv.com
  Version: 1.0
    
  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php
*/

html { height: 100%; margin-bottom: 1px; }

body {
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  background-image: url(/blog/wp-content/themes/IS/images/logo.gif);
  background-repeat: no-repeat;
  background-position: 9px 15px;
}

hr {
  margin: 6px 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #999999;
}

#page {
}

#header a {
  color: #333333;
}

.upper {
  text-transform: uppercase;
}

#blog_title_hide {
  display:none;
}

.postnav{
  text-align: left;
}

.logo {
  color: #000000;
  font-weight: bold;
}

.logo a {
  display: block;
  width: 130px;
  height: 18px;
}

#content {
}

.widecolumn .entry p {
}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {
}
  
.narrowcolumn .postmetadata {
}

.alt {
}

small, .postmetadata {
  font-size: 11px;
  color: #999999;
}

small {
}

h1, h2, h3 {
  font-weight: bold;
}

h4 {
  font-size: 16px;
}

#headerimg {
}

#blog_description {
}

#header a {
}

#header p {
}
  
.description {
}

h2 {
}

h2.pagetitle {
}

#sidebar h2 {
}

.entry p a:visited {
}

input,#commentform input, #commentform textarea {
  border: 1px solid #666666;
}

#commentform textarea {
  width: 100%;
  font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  font-size: 12px;
}

#searchform div {
  vertical-align: bottom;
}

#s {
  width: 100px;
  font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 2px;
}

#submit, #searchsubmit {
  border: 0px solid #666666;
  background-color: #666666;
  color: #EBEBEB;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  padding: 2px;
}
  
.commentlist li {
}

.commentlist cite, .commentlist cite a {
}

.commentlist p {
}

#commentform p {
}

.commentmetadata {
}

#sidebar {
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar ul li a {
  font-style: italic;
}

#sidebar ul li.current-cat a,
#sidebar ul li.current_page_item a {
  font-style: normal;
  color: #333333;
}

.copyright {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #999999;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}
  
code {
}
/* End Typography & Colors */



/* Begin Structure */
body {
  margin: 0;
  padding: 0;
}

#page {
  margin: 0;
  padding: 0;
}
  
#header, #cheader {
  margin-top: 30px;
  margin-bottom: 30px;
}

#cheader span {
  color: #999999;
}

#header p{
}

.narrowcolumn {
}

.widecolumn {
}

/* End Various Tags & Classes*/