*{
		margin: 0;
		padding: 0;
	}
	a{
		color: #aaa;
	}
	b{
		color: #aaa;
	}
	body{
		background: #f5f5f5;
		line-height:25px;
	}
	ul,li{
		list-style: none;
	}
	#ad_t2{
		display: none;
	}
	.c_ad_block{
		display: none;
	}
	[type=button]{
		border: 1px #ddd solid;
		background: #eee;
	}
	#lnkBlogLogo{
		display: none;
	}
	.newsItem{
		display: none !important;
	}
	#myposts{
		margin-top: 30px;
	}
	.PostList{
		font-size: 15px;
	}
	.entrylist{
		margin-top: 20px;
	}
	.entrylist h1{
		font-size: 15px;
	}
	.entrylistItemPostDesc{
		margin-bottom: 20px;
	}
	.entrylistPosttitle{
		margin-top: 20px;
	}
@media screen and (orientation: landscape) {
	#header{
		top:0;
		width: 80px;
		height: 500px;
		background: #fff;
		border-right: 1px #ddd solid;
		box-sizing: border-box;
		padding-top: 30px;
		padding-bottom: 20px;
		position: fixed;
	}
	#blogTitle{	
    height: 35px;
    width: 160px;
    margin-left: 10px;
    border-radius: 30px;
    background: #555;
    border: 1px #aaa solid;
    padding: 5px;
    text-align: center;
    margin-bottom: 100px;
	}
	#Header1_HeaderTitle{
		font-size: 17px;
		text-decoration: none;
		color:#fff;
                font-weight: 400;
	}
	#blogTitle h2{
		display: none;
	}
	#navigator{
		width: 100%;
		margin: 0 auto;
	}
	#navList{
		list-style: none;
	}
	#navList li{
		display: block;
		width: 100%;
		height: 50px;	
		float: left;
		text-align: center;
		line-height: 50px;
	}
	#navList li:hover{
		background: #eee;
		font-weight: bold;
	}
	#navList li a{
		font-size: 15px;
    	text-decoration: none;
    	color: #555;
    	background-color: inherit;
	}
	#navList li a:hover{
		color: #555;
		background-color: inherit; 
	}
	.blogStats{
		display: none;
	}
	#main{
		width: 90%;
		margin-left: 120px;
	}
	#footer{
		width: 90%;
		float: left;
		margin-left: 120px;
		margin-top: 100px;
		text-align: center;
		padding-top:20px;
		padding-bottom: 30px;
		color: #aaa;
	}
	.dayTitle{
		display: none;
	}
	#mainContent{
		width: 75%;
		box-sizing: border-box;
		padding-top: 50px;
		float: left;
	}
	.day,#post_detail,#blog-comments-placeholder,#comment_form{
		width: 80%;
		position: relative;
		left: 50%;
		margin-left:-40%; 
		margin-bottom: 50px;
		background: #fff;
		box-sizing: border-box;
		padding: 10px 30px 10px 30px;
		border: 1px #ddd solid;
		border-left-width: 5px;
	}
	.postTitle{
		padding-top: 20px;
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.postTitle a{
		color: #555;
		text-decoration: none;
	}.postTitle a:hover{
		color: #222;
		font-weight: bold;
	}
	.c_b_p_desc{
		color: #aaa;
		margin-bottom: 20px;
	}
	.c_b_p_desc_readmore{
		font-style: italic;
		color: #555;
		padding-left: 10px;
	}
	.postDesc{
		text-align: right;
		color: #ccc;
		padding-bottom: 25px;
	}
	.postDesc a{
		color: #fff;
		cursor: text;
	}
	.postSeparator{
		margin-left: -10%;
		width: 120%;
		height: 1px;
		background: #f5f5f5;
	}
	#under_post_kb{
		padding-bottom: 20px;
	}
	#sideBar{
		width: 20%;
		float: left;
		padding-top: 50px;
	}
	.sidebar-block{
		width: 90%;
		padding: 20px;
		background: #fff;
		margin-bottom: 20px;
		text-align:center;
	}
	#sidebar_search h3{
		font-size: 15px;
	}
	#sidebar_search_box{
		margin-top: 20px;
	}
	#q{
		height: 30px;
	}
	#btnZzk{
		padding: 5px;
		height: 30px;
	}
}
@media screen and (orientation: portrait) {
  #header {
    background: #fff;
    width: 100%;
    height: 90px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding-top: 10px; }
    #header h2 {
      font-size: 12px;
      font-weight: normal;
      color: #555; }
    #header #blogTitle {
      width: 230px;
      height: 80px;
      margin: 0 auto;
      background: #f5f5f5;
      border: 1px #ccc solid;
      border-radius: 5px;
      box-sizing: border-box;
      padding-top: 10px; }
    #header #showSidebar {
      display: block;
      margin-top: -20px; }

  #Header1_HeaderTitle {
    font-size: 20px;
    text-decoration: none;
    color: #222; }

  #navigator {
    display: none; }

  #main {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px; }
    #main #mainContent {
      width: 95%;
      margin: 0 auto; }
    #main .postTitle {
      margin-top: 20px;
      height: 40px;
      text-align: center;
      font-size: 18px; }
      #main .postTitle a {
        color: #222;
        text-decoration: none; }
    #main .postDesc, #main .entrylistItemPostDesc {
      color: #ccc;
      font-size: 12px;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    #main #blog-comments-placeholder {
      border: 1px #ddd solid;
      box-sizing: border-box;
      padding: 10px;
      background: #fff;
      margin-bottom: 20px; }
      #main #blog-comments-placeholder .feedbackItem {
        margin-top: 20px; }
      #main #blog-comments-placeholder .feedbackManage {
        float: right; }
    #main .entrylistItem {
      width: 100%;
      background: #fff;
      box-sizing: border-box;
      padding: 10px;
      margin-top: 20px;
      border: 1px #ddd solid; }
    #main .day {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      border: 1px #ddd solid;
      box-sizing: border-box;
      padding: 20px 10px 0 10px;
      border-radius: 2px;
      margin-bottom: 20px; }
      #main .day .dayTitle {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
        text-align: center; }
        #main .day .dayTitle a {
          text-decoration: none; }
      #main .day .postCon {
        color: #888;
        padding-bottom: 20px; }
        #main .day .postCon .c_b_p_desc_readmore {
          float: right;
          margin-right: 10px;
          font-style: italic;
          font-weight: bold; }
      #main .day .postDesc a {
        display: none; }
    #main #sideBar {
      width: 99%;
      margin: 0 auto;
      background: #fff;
      border: 1px #ddd solid;
      box-sizing: border-box;
      padding: 15px;
      position: fixed;
      top: 0px;
      display: none; }
      #main #sideBar .sidebar-block {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px #ddd solid; }
      #main #sideBar #q {
        width: 70%;
        height: 30px; }
      #main #sideBar #btnZzk {
        width: 18%;
        height: 30px; }
      #main #sideBar #sideCloser {
        font-size: 20px; }

  #footer {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 20px;
    background: #fff;
    color: #aaa; } }

/*# sourceMappingURL=1.css.map */