/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */





/*** Header ***/

#header .container{
min-height:150px;
z-index: 100;
overflow: visible;
background: none;
}

#header .container_wrap{
border-bottom-style: solid;
border-bottom-width: 0px;
}

.main_menu ul:first-child > li > a{
display:block;
text-decoration: none;
padding:0 15px;
text-transform: uppercase;
font-weight: 400;
border-left-style: solid;
border-left-width: 2px;
line-height: 1em;
font-size:18px;
font-family: Oswald, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a{
font-weight: 400;
color: #f7931e !important;
}

/*** Main ***/




/*** posts ***/

#top .post-title{
font-size: 36px;
font-family: Oswald, Helvetica, Verdana, Ariel, sans-serif;
line-height: 1em;
font-weight: 400;
margin-bottom: 10px;
color: #888888
}

#top .post-title a:hover {
  color: #f7931e;
}

/***sidebar***/

.widgettitle {
    font-family: Oswald, Helvetica, Verdana, sans-serif;
}

#top .widgettitle {
	color: #666666;
    font-size: 18px;
    font-weight: 400;
	line-height: 1.6em;
}

/***Pagenation***/

#top .pagination .pagination-meta {
  background: none repeat scroll 0 0 #888888;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  float: right;
  margin: 0;
 
}

#top .pagination span, #top .pagination a {
  border-radius: 25px 25px 25px 25px;
  border:none;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 20px;
  margin-right: 3px;
  padding: 1px 9px 2px;
  text-decoration: none;
  width: auto;
}
#top .pagination .current {
  border: 1px solid #888888;
  color: #888888;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 9px 2px;
}


.pagination .inactive {
  background: none repeat scroll 0 0 #888888;
  color: #FFFFFF !important;
}
/***portfolio***/

div .two_third {
  
  width: 65.6%;
  
}

div .one_third {
   width: 30.4%;
  }

.arrow_controls.slide_controls {
display:none;
}


/***footer***/

#socket .copyright {
    text-align: center;
	float: none;
}