/*   
Theme Name: thematic-CV
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: Asaf
Author URI: your-URI
Template: thematic
Version: a-number--optional
.
General comments/License Statement if any.
.
*/
@import url('../thematic/style.css');

.ddet_div {
font-size: 95%;
}

.entry-content {
font-size: 100%;
}

/* WRAP TEXT */
.post_content p {
  word-break:normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


p {
margin-bottom:12px;
}

/*END ONLINE EDITS*/


body {
min-width: 780px;
}

a:link {
color:#004B91;
text-decoration: none;
}
a:visited {
color:#743399;
text-decoration: none;
}

a:active, a:hover {
/*color:#FF4B33;*/
color:#004B91;
text-decoration: underline;
}

.entry-content h2 {
padding: 0;
margin:36px 0 12px;
}

.menu {
width: 780px;
}



#access {
border-bottom:1px solid #CCCCCC;
font-size:20px;
height:39px;
overflow:visible;
z-index:100;
color #FF4B33;
}

#branding {
padding:40px 0 20px;
width: 780px;
}

#blog-title a:active, #blog-title a:hover {
/*color:#FF4B33;*/
color:#000000;
}

#blog-description {
font-size: 100%;
color:#444444;
}

#main {
clear:both;
/*padding:12px 0 12px;*/
padding: 0;
width: 780px;
position: static;
}

#container {
width: 780px;
}
#content {
width: 780px;
}

#footer{
margin-top: 8px;
}

#siteinfo{
width: 780px;
padding: 0;
}

.sf-menu .page_item  a {
color:#004B91;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
/*border-bottom-color:#FFFFFF;*/
font-weight:bold;
color:#000000;
}

.entry-content {
padding: 0;
margin: 30px 0 0;
}

/*For Expanding Text plugin */
.ddet_div {
  margin: 8px 0px 8px 0px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}

