/*
Theme Name: the CMO club
Theme URI: http://www.visual-craft.com/
Description: The WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Visual-Craft
Author URI: http://www.visual-craft.com/
Tags: blue, custom header, fixed width, three columns, widgets

	the CMO club 1.0
	 http://www.visual-craft.com/

	This theme was designed and built by Visual-Craft.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
body {
  font-size: 75%; /* Resets 1em to 10px */
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
  background: #98D2F4 url('images/site-bg.png') 0 0 repeat-x;
  color: #333;
  text-align: center;
}

#page {
  text-align: left;
  background: url('images/page-bg.png') 0 0 repeat-y;
}

#header {
  background: url('images/header.png') no-repeat bottom center;
}

#headerimg 	{
  margin: 7px 9px 0;
  height: 192px;
  width: 740px;
}


.widecolumn .entry p {
  font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.widecolumn {
  line-height: 1.6em;
}

.narrowcolumn .postmetadata {
  text-align: center;
}

.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #ddd;
}

.even, .alt {

  border-left: 1px solid #ddd;
}

#footer {
  background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
  border: none;
}

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h1 {
  font-size: 4em;
  text-align: center;
}

#headerimg .description {
  float: right;
  width: 349px;
  height: 14px;
  margin-top: 68px;
  padding-right: 37px;
  background: url('images/description.png') 0 0 no-repeat;

}


.clear {
  clear:both;
  font-size:1px;
  height:0;
  line-height:0;
}

.nav-bar {
  height: 34px;
  background: url('images/nav-bar.png') 0 0 repeat-x;
  width: 950px;
  margin: 0 auto;
}

.nav-bar ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.nav-bar ul li {
  display: block;
  float: left;
}

.nav-bar ul li a, .nav-bar ul li a:hover {
  color: #FFF;
  font-size: 12px;
  margin-right: 25px;
  line-height: 34px;
  display: block;
}

.nav-bar ul li.current_page_item a {
  text-decoration: underline;
}

.nav-bar .right-menu {
  float: right;
}

.nav-bar .right-menu {
  padding-right: 22px;
  color: #FFF;
}

.nav-bar .right-menu a {
  color: #FFF;
  font-size: 12px;
  line-height: 34px;
}

#headerimg .description span {
  display: none;
}

h2 {
  font-size: 1.6em;
}

h2.pagetitle {
  font-size: 1.6em;
}

#sidebar h2 {
  font-size: 13px;
}

h3 {
  font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

.entry p a:visited {
  color: #b85b5a;
}

.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
}
.sticky h2 {
  padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
  font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
}

code {
  font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
  color: #25719E;
  text-decoration: none;
}

a:hover {
  color: #25719E;
  text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */

.cont-title {
  background: #DCDCDC;
  width: 402px;
  line-height: 40px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-right: 10px;
  -background: url('images/content/title-bg.jpg') 0 0 no-repeat;
}

.cont-title h2 {
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  margin-left: 15px;
}

.events-calendar-list-page {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px #8D8D8D dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#announcements h3, #announcements h3 a {
  color: #25719E;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  float: left;
}

.an-date {
  line-height: 26px;
}

.an-desc {
  margin-top: 0px;
}

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Begin Structure */
body {
  margin: 0 0 20px 0;
  padding: 0;
}

#page {
  margin: 0 auto;
  padding: 3px 0 0 0;
  width: 968px;
  border:0;
}

#header {
  margin: 8px auto 0;
  padding: 0;
  height: 130px;
  width: 968px;
}

#headerimg {
  margin: 0;
  height: 130px;
  width: 968px;
  text-align: left;
}

.narrowcolumn {
  float: left;
  padding: 0px;
  margin: 3px 0 0 7px;
  width: 412px;
}

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
}

.post {
  margin: 0 0 40px;
  text-align: left;
}

.post hr {
  display: block;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: both;
}

.clear {
  clear: both;
}

#footer {
  height: 42px;
  padding: 0;
  margin: 0 auto;
  width: 968px;
  clear: both;
  background: url('images/footer.png') 0 0 no-repeat;
  text-align: right;
}

#footer #footer-conteiner {
  padding-top: 12px;
  color: #FFF;
}

#footer #footer-conteiner #copy {
  float: left;
  padding-left: 33px;
}

#footer #footer-conteiner #links {
  margin-right: 35px;
}

#footer #footer-conteiner #links a {
  color: #FFF;
  text-decoration: underline;
}

#footer #footer-conteiner #links a:hover {
  text-decoration: none;
}

/* End Structure */

/*	Begin Headers */
h1 {
  /*padding-top: 70px;*/
  margin:0;
  width: 259px;
  position: relative;
}


h1 a {
  width: 259px;
  height: 67px;
  background: url('images/logo.png') 0 0 no-repeat;
  position: absolute;
  left: 32px;
  top: 44px;
}

h1 a span {
  display: none;
}

h2 {
  margin: 0;
}

#right-sidebar {
  width: 252px;
  float: left;
  margin-left: 8px;
  margin-top: 3px;
  margin-bottom: 10px;
  //position: relative;
  //top:-18px;
}

#right-sidebar #twitter-4 ul  {
  width: 220px;
  overflow: hidden;
}

.home #right-sidebar {
  -margin-left: 0;
  -position: relative;
  -right: 8px
}
 

.category-novosti-i-press-relizy #right-sidebar, .postid-38 #right-sidebar {
  -margin-left: 0;
  -position: relative;
  -right: 8px;
}

#right-sidebar .specpred-cont {
  padding: 14px 20px 6px 12px;
}

#right-sidebar .specpred-cont a, .post a {
  text-decoration: underline;
}

#right-sidebar .specpred-cont a:hover,  .post a:hover {
  text-decoration: none;
}

#right-sidebar #register_cmo, #right-sidebar #register_cmo:hover {
  background: url('images/sidebar/right/register.jpg') 0 0 no-repeat;
  width: 217px;
  height: 35px;
  line-height: 32px;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 8px;
}

#right-sidebar ul li {
  list-style: none;
}

#execphp-4 h2.widgettitle {
  height: 40px;
  line-height: 40px;
  background: url('images/sidebar/right/widgettitle.jpg') 0 0 no-repeat;
  color: #333333;
  font-size: 17px;
  font-weight: normal;
  padding-left: 14px;
}

#right-sidebar ul, #right-sidebar ul ol {
  margin:0;
  padding:0;
}

.post-title {
  font-size: 17px;
  font-weight: normal;
  text-decoration: none !important;
  color: #333333 !important;
}

h2.pagetitle {
  font-size:18px;
  font-weight:normal;
  line-height:40px;
  margin-left:15px;
}

#sidebar h2 {
  margin: 0 0 8px 30px;
  padding: 0;
}

h3 {
  padding: 0;
  margin: 0;
}

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
}
/* End Headers */

.post {
  border-bottom: 1px #8D8D8D dotted;
  margin-bottom: 8px;
  padding-bottom: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.post h3 a {
  color: #25719E;
  text-decoration: none;
}

.widget_subpages .widget-wrapper .widgettitle span,  #sidebar #execphp-6 h2 span {
  margin-left: 15px;
}

.widget_subpages .widget-wrapper .widgettitle span a,  #sidebar #execphp-6 h2 span a {
  color: #FFF;
}

.widget_subpages .widget-wrapper .widgettitle span a {
  color: #FFF;
}

#news-arch {margin-left: 15px;}

#news-arch a {
  text-decoration: underline;
}

#news-arch a:hover {
  text-decoration: none;
}

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: disc;
  padding-left: 10px;
  /*text-indent: -10px;*/
}

.entry ul li {
  margin: 7px 0 8px 10px;
  list-style: disc;
  -list-style-position: inside;
  /*padding-left: 10px;*/
}

 .entry  h3 {
  color: #25719E;
}

.widget-wrapper {
  background: url('images/sidebar/left/widget-wrapper-y.jpg') 0 0 repeat-y;
  padding-top: 6px;
  padding-bottom: 5px;
}

.more-link {
  display: block;
}

.border-dot {
  border-bottom:1px #8D8D8D dotted;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.widget-wrapper h2.widgettitle {
  background: url('images/sidebar/left/widgettitle.jpg') 0 0 no-repeat;
  width: 227px;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}


.sb-icon {
  position: absolute;
  left: -15px;
  top: -9px;
}

#execphp-3 .sb-icon {
  background: url('images/sidebar/left/icon/upload_doc.png') 0 0 no-repeat;
  width: 58px;
  height: 58px;
}

#text-3 .sb-icon {
  background: url('images/sidebar/left/icon/social_links.png') 0 0 no-repeat;
  width: 52px;
  height: 54px;
}

#subscribe2 .sb-icon {
  background: url('images/sidebar/left/icon/mail_subs.png') 0 0 no-repeat;
  width: 48px;
  height: 54px;
}

#subscribe2 .search {
  margin-left: 21px;
  width: 240px;
  position: relative;
}

#subscribe2 .search #email {
  width: 188px;
  height: 22px;
  padding-left: 6px;
  border:1px #ACACAC solid; 
}

#subscribe2 .search #subs_mail_btn {
  border: 0;
  background: url('images/sidebar/left/subs_mail_btn.jpg') 0 0 no-repeat;
  width: 37px;
  height: 28px;
  position: absolute;
  top: 8px;
  right: 3px;
  cursor: pointer;
}

#subscribe2 .search p {
  margin-top: 0px;
  padding-top: 8px;
}

#sidebar .widget_subpages h2, #sidebar #execphp-6 h2 {
  margin-left: 10px;
  background: url('images/sidebar/left/widgettitle-par.jpg') 0 0 no-repeat;
  width: 247px;
  margin-bottom: 5px;
}

#text-3 .textwidget, #sidebar .widget_subpages ul,  #sidebar #execphp-6 ul  {
  width: 233px;
  margin-left: 21px;
  padding-top: 2px;
}

#text-3 .textwidget #linkedin {
  background: url('images/social/linkedin.jpg') 0 50% no-repeat;
  padding-left: 30px;
}

#text-3 .textwidget #market {
  background: url('images/social/market.jpg') 0 50% no-repeat;
  padding-left: 30px;
}

#text-3 .textwidget #jj {
  background: url('images/social/jj.jpg') 0 50% no-repeat;
  padding-left: 30px;
}

#text-3 .textwidget li, .widget_subpages ul li, #execphp-6 ul li {
  background: url('images/sidebar/left/link-separator.jpg') 0 100% repeat-x;
  padding-bottom: 10px !important;
}

.widget_subpages ul li a:hover {
  text-decoration: none;
  color: #25719E;
}

.page .entry, .single .entry {
  margin-bottom:8px;
  margin-left:15px;
  margin-right:15px;
  padding-bottom:4px;
}

.page .post, .single .post {
  padding: 0;
  margin: 0;
  border: 0
}

#text-3 .textwidget li.last {
  background: none;
  padding-bottom : 0;
}

#text-3 .textwidget a, .widget_subpages ul li a, #execphp-6 ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#execphp-6 ul li a:hover {
  color: #25719E;
}

#execphp-6 {
  display: none;
}

/*.category-zametki #execphp-6, .postid-104 #execphp-6, .postid-109  #execphp-6, .postid-122  #execphp-6, .category-meropriyatia #execphp-6, .postid-130 #execphp-6, .postid-128 #execphp-6, .postid-137 #execphp-6, .postid-135 #execphp-6 {
  display: block;
}*/

.articles #execphp-6 {
  display: block;
}

#text-3 .textwidget a:hover {
  color: #25719E;
  text-decoration: none;
}

.widget-wrapper .widgettitle  span {
  margin-left: 46px;
  line-height: 32px;
}

.widget-wrapper-top {
  background: url('images/sidebar/left/widget-wrapper-top.jpg') 0 0 no-repeat;
  padding-top: 8px;
}

.widget-wrapper-bottom {
  background: url('images/sidebar/left/widget-wrapper-bottom.jpg') left bottom no-repeat;
  height: 8px;
  font-size: 0px;
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

/*.entry ol li {
  margin: 0;
  padding: 0;
}*/

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 9px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
              text-align:left;
}

input, textarea {
  border:1px #AAAAAA solid;
}

.wpcf7-validates-as-required {
  display: block !important;
}

.send_btn input {
  background: url('images/content/send_btn.jpg') 0 0 no-repeat;
  width: 116px;
  height: 34px;
  border:0;
  color: #FFF;
}



select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform {
  margin: 5px 10px 0 0;
}
#commentform textarea {
  width: 100%;
  padding: 2px;
}
#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
  padding: 0;
  padding-left: 9px;
  margin-left: 0;
  width: 271px;
  float: left;
  margin-bottom: 10px;
}

#sidebar form {
  margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
                            background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.screen-reader-text {
  position: absolute;
  left: -1000em;
}

hr {
  display: none;
}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.widget_twitter h2 {
  background: url('images/sidebar/right/cmo_tweet.jpg') 0 0 no-repeat;
  display: block;
  height: 48px;
  font-size: 12px;
  font-weight: normal;
  width: 220px;
}

.widget_twitter h2 strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.widget_twitter {
  margin: 0 16px;
}

.widget_twitter h2 {margin-bottom: 10px;}

.widget_twitter ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom:1px #8D8D8D dotted;
}

.widget_twitter ul li.last {
  border: 0;
  margin-bottom: 0;
}

.widget_twitter h2 span {
  padding-left: 60px;
  display: block;
  line-height: 14px;
  padding-top: 8px;
  background: url('images/sidebar/left/link-separator.jpg') 0 100% repeat-x;
  padding-bottom: 15px;
}
 
.an-date {
  float: right;
}

#loin-tw {
  text-decoration: underline;
}

#loin-tw:hover {
  text-decoration: none;
}

.home #execphp-6 {
  display: none !important;
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


