/*
Theme Name: MarketingIskola Old
Theme URI: http://www.marketingiskola.ro
Description: Theme for MarketingIskola and MarketingIMM blogs
Version: 1.0
Author: Xantus Zsolt
Author URI: http://www.marketingiskola.ro/
Tags: marketingiskola, three-columns

*/

/********************** general website css **************************/

body
{
    text-align: center;
    background: url('images/bg.jpg') repeat-x;
    font-family: Trebuchet MS;
    font-size: 13px;
}

table
{
     font-size: 13px;
}

div.container 
{
    margin-left: auto;
    margin-right: auto;
    width: 778px;
    text-align: left;
    margin-top: -8px;
}

div.header_top
{
    height: 160px;
    background: url('images/bg_header.jpg');
}

div.menu
{
    height:30px;
    line-height:20px;
}

div.content_wrap
{
    border: solid 2px;
    border-color: white;
    background-color: #FF8800;
    margin-left: 0px;
    margin-right: 0px;
}

div.content_header
{
    height: 20px;
}

div.content
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

div.main
{
    margin:0px 140px 0px 172px;
    width: 420px;
    background-color: #FFFAE6;
}

div.mainFullWidth
{
    margin:0px 20px 0px 20px;
    background-color: #FFFAE6;
}

div.main_content
{
    padding: 20px 15px 20px 15px;
}

div.navboxwrapright
{
    float: right;
    width: 158px;
    background-color: #FFFAE6;
}

div.navboxwrapleft
{
    float: left;
    width: 165px;
    background-color: #FFFAE6; 
}

div.navbox_content
{
    padding: 10px 5px 10px 10px;
}

div.navbox_articleSeparator
{
    height: 4px;
    background: url('images/navbox_articleSeparator.jpg') no-repeat;
}

p
{
    text-indent: 0px;
    text-align: justify;
    line-height: 18px;
}

/**** products ****/
div.product
{
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

img.product
{
    margin-top: 3px;
    border: none; 
}

a.product
{
    color: black;
}

/************** blog specific css ******************/
/*
#navigation
{
    height:30px;
    line-height:20px;
    background:#FF8414;
    color:#fff;
    padding: 5px 10px 5px 0px;
}
#navigation li
{   
    float:right;
    list-style-type:none;
    border-left:3px solid #fff;
    white-space:nowrap
}

#navigation li a
{
    display:block;
    padding:0 10px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    background-color:inherit;color:#fff
}*/

ul.navigation
{
    padding-left: 0px;  
}

ul.navigation li
{
    list-style-type:none;
    
}

h4 
{
  font-size: 16px;
}

h5 
{
  font-size: 12px;
}

h4 a
{
    color: black;
    text-decoration: none;
}

h4 a:visited
{
    color: black;
    text-decoration: none;
}

a
{
    color: steelblue;
    text-decoration: none;
}

ul a
{
    color: black;
}

li.recent-comments
{
    margin-bottom: 4px;
}
