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

Instructions:

Add your custom styles here 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.

*/

.author-box {
display:none;
}

.author {
display:none;
}

.tw_share {
display:none;
}

.fb_share {
display:none;
}

.post-meta-top {
display:none;
}

.skin_grass {
    background: none repeat scroll 0 0 #EEEEEE;
}
.middle {
    border-bottom: 12px solid #FFFFFF;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,.1);
    box-shadow: 0 3px 2px rgba(0,0,0,.1);
}
.skin_grass .header {
    background: url("./header_grass2.png") repeat-x scroll 0 -40px transparent;
}
.header .container {
	height: 233px;
}
.header .header_menu {
    height: 94px;
    padding: 43px 20px 0;
}
.header .logo {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: auto;
}
.topmenu {
    float: left;
    top: 62px;
    width: auto;
    position:absolute;
}
.topmenu .dropdown li {
    margin:0 0 0 40px;
}
.tmenu_left {
    right: 350px;
}
.tmenu_right {
    right: 38px;
}
.widget_search #searchsubmit {
    background: url("./btn_searchsubmit.png") no-repeat scroll 0 0 transparent;
}
.widget_search #s {
    border-width: 1px;
    padding: 7px 10px 8px 10px;
}
.toggle.box {
	border: 1px solid #FFD300;
}
.sidebar .widget-container {
    margin: 0 0 20px 0;
}
.sidebar .widget-container .boxed {
	border-width: 0 1px 1px;
    box-shadow: 0 0 1px #D9D9D9 inset;
}
