/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */





#nav-container {
  display:none;
}


.post-meta {
  display:none;
	}




.break {
	   clear: both;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 100%;
  }

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
  border:0px;
  }
  
  .post-entries {display:none;}
  
.nocomments {
	display:none;
  }

.header-search {
  position: relative; top: 0px; 
  
}
.header-search .icon-search {
  position: absolute;
  top: 8px;
  right: 9px;
  color:#fff;
  
}

.searchform input.s, #searchform input#s {color:#fff;}

#top {display:none !important;}

#main .page .title {
  display: none !important;
}

#sidebar{
	 /* background-color: #ebebeb;
padding: 20px;
	  border-color: #EFEFEF #CCCCCC #CCCCCC #EFEFEF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
  margin-bottom: 30px;*/
  
  padding: 30px;
  background-color: #ebebeb; 
  
	}

.two-col-right #main-sidebar-container #main {
    width: 74.89%;
}

.two-col-right #main-sidebar-container #sidebar {
    width: 16.91%;
}


.archive_header {display:none;}

.post { background-color: #ebebeb;
padding: 20px;
	  border-color: #EFEFEF #CCCCCC #CCCCCC #EFEFEF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.page-id-7 #comments, .page-id-5 #comments {display:none;}

#respond {border-top:3px solid #4a6895;
	margin-bottom:40px;
padding:20px;
background-color:#ebebeb;}

#comments{
  border-top:none;
  margin-top:10px;
  padding-top:10px;
}

#comments .comment {
  background-color: #fff;
  border-top:3px solid #CCCCCC;
  border-bottom: none;
}

#comments .comment.thread-even
{  background-color: #fff;
  border-top:3px solid #CCCCCC;
border-bottom: none;}

#comments ul.children {
    background-color: none!important;
  margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


#content {margin-top:20px;
  margin-bottom:50px;}

#comments-title {display:none;}

/* LINE HEIGHT OF LINKS IN SIDEBAR MENU */

.widget .menu li {list-style-type: none; font-weight:bold;}
.widget .sub-menu li a {list-style-type: none; font-weight:normal;}
.widget ul li a {line-height:70%}
.widget ul li {padding-bottom: 5px}
.widget ul li a:hover {text-decoration:none; background:#ebf2f5;}
.widget .menu #menu-item-3608 a:hover, .widget .menu #menu-item-3680 a:hover {background:none!important;}
.widget .menu #menu-item-3608 .sub-menu a:hover, .widget .menu #menu-item-3680 .sub-menu a:hover {background:#e2e7e9!important;}


#sidebar {
	  background-color: #EEEEEE;
padding: 20px;
  margin-top: 150px;
	  border-color: #EFEFEF #CCCCCC #CCCCCC #EFEFEF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}



.comment-form-email
{
  display:none;
}
.comment-form-url
{
  display:none;
}
