/*
Theme Name: Tsokolate 
Description: Tsokolate is a simple and stylish, fixed-width WordPress theme designed by <a href="http://dominor.com" target="_blank">Dominor Web Design </a>
Author: Dominor Web Design
Author URI: http://dominor.com
Version: 1.1
Tags: brown, white, red, 2-columns, right sidebar, widget ready, fixed width, seo-friendly, 2-columns

*/
* {
	padding: 0px;
	margin: 0px;
}

.wdform-label, .wdform-element-section button{font-family: DFKai-SB, Arial, Helvetica, sans-serif!important;}

body {
	background:url(images/background.gif) repeat;
	font-size: 11pt;
	font-family: DFKai-SB, Arial, Helvetica, sans-serif;
	color: #3c5a77;
}
#wrap {
	width: 900px;
	text-align: left;
        box-shadow: 0px 0px 15px #000;
        background-color: #fefefe;
}
#header {
	height: 300px;
	color: #ffffff;
        background: none repeat scroll 0% 0% #589cef;
}
#top {
	height: 26px;
	text-align: right;
	padding-top: 4px;
}
#title {
	height: 69px;
}
#title img{
	margin: -20px 10px;
}


img{max-width: 100%;}

#sidebar p{
color: #3c5a77;
font-size: 15px;
text-decoration: none;
padding: 4px 10px;
}


#navigation ul {
  list-style: none;
  background-color: #1ABC9C;
  padding: 0;
  margin: 0;
}
#navigation li {

  line-height: 40px;
  text-align: left;
}
#navigation a {
  text-decoration: none;
  color: #3c5a77;
  display: block;
  text-align: center;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
font-size: 10pt;
}
#navigation a:hover {
  background-color: #005f5f;
}
#navigation a.active {
  background-color: #aaa;
  color: #444;
  cursor: default;
}
/* Sub Menus */
#navigation li li {
font-size:12px;
}

/*******************************************
   Style menu for larger screens
   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/
@media screen and (min-width: 10px) {
  #navigation li {
    width: 70px;
    border-bottom: none;
    line-height: 30px;
    font-size: 1.4em;
    display: inline-block;
  }
  #navigation a {
    border-bottom: none;
  }
  #navigation > ul > li {
    text-align: center;
  }
  #navigation > ul > li > a {
    padding-left: 0;
  }
  /* Sub Menus */
  #navigation li ul {
    position: absolute;
    display: none;
    width: inherit;
  }
  #navigation li:hover ul {
    display: block;
  }
  #navigation li ul li {
    display: block;
  }
}


#main {
	
	text-align: left;
}
#sidebar {
	float: left;
width: 200px;

margin: 10px 10px 10px 28px;
}
#content {
    float: left;
margin: 10px 0px 5px;
width: 638px;

}
#powered{
width: 480px;

}
#footer {
	clear: both;
	color: #fff;
	margin: 10px 0px;
	text-align: left;
        background: none repeat scroll 0% 0% #3c5a77;
       height: 40px;
padding: 15px 25px 10px;
}
#footer a {
	color: #3c5a77;
	text-decoration: none;
}
/* text */
#title h1 {
	font-size: 18pt;
	color:#ffffff;
	font-weight: normal;
	padding: 30px 0px 0px 10px;
}
#title h1 a {
	color:#ffffff;
	text-decoration: none;
}
#content h1, h2, h3, h4, ul, ol, p {
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
padding: 6px;
}
#sidebar li {
	padding-bottom: 2px;
}
#content ul, #content ol {
	margin-left: 25px;
}
h1 {
	color: #362f2d;
	font-size: 14pt;
	font-weight: normal;
}
h1 a {
	color: #362f2d;
	text-decoration: none;
}
h2, h3, h4 {
	font-size: 12pt;
	color: #3e2f26;
}
h2 a, h3 a, h4 a {
	color: #3e2f26;
	text-decoration: none;
}
#sidebar h2 {
font-size: 15pt;
color: #rgb(60, 90, 119);

margin-top: -10px;
}
#sidebar ul {
margin-top: 10px;
margin-bottom: 20px;
}

#sidebar a {
	color: #3c5a77;
        font-size:14pt;
	text-decoration: none;
      font-weight: bold;
}
.post {
	padding-bottom: 10px;
}
.post a,
.entry a {
	color: #3e2f26;
}
.entry {
padding: 4px 10px;
}
.description {
	font-size: 12pt;
	color: #f7f7f7;
	padding-left: 10px;
}
img a {
	border: 0px;
}
blockquote {
	margin: 10px;
	color: #666666;
	font-size: 9pt;
	font-style:italic;
}
blockquote a {
	color: #666666;
}
/* -- */
.postmetadata {
	color: #3e2f26;
	padding: 10px 0px;

}
.postmetadata a,
.postmetadata a:hover {
	color: #3e2f26;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#898989;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #3e2f26; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #3e2f26;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #3e2f26;
	text-decoration: none;
}
#commentform a:hover {
	color: #333333;
	text-decoration: underline;
}

/* wp default */
.navigation {
	clear: both;
	color: #362f2d;
	margin: 10px 0px;
}
.navigation a {
	color:#362f2d;
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#row_services{
width: 900px;
height: auto;
}

#row{
border: 1px solid rgb(128, 128, 128);
width: 210px;
height: 110px;
float:left;
margin: 10px 0px 0 11px;
}
#row img{
margin: 5px 8px 0px 5px;
float: left;
}
#row h4{
font-size: 11px;
margin: 8px 0px 2px;
word-break: break-all;
float: left;
}
#row p{
font-size: 10px;

}

#wp-title{

}
#wp-title h2{ 
font-size: 12pt;
color: #3c5a77;
padding: 4px 10px;
}

#post{
padding: 4px 10px;
}

#sidebar ul li ul li{border-bottom: 1px solid #cccccc;}

#lang_sel_list{margin-top: 10px;}

#lang_sel_list li {float: right important;}