/* ---------------------------
	LAYOUT
------------------------------*/
#centerCol {
    width: 64%;
    float:left;
    /*border-right: 1px solid #E3E3E3;*/
    padding: 0 40px 0;
    margin-bottom: 30px;
}
#leftCol {
    width:18%;
    float:left;
    padding-right:2.5%;
    border-right: 1px solid #E3E3E3;
}
#rightCol  {
    width:18%;
    float:left;
    padding:1.5%;
    padding-bottom: 25px;
}
#leftCol aside {
    padding: 0;
    width: auto;
    float: none;
    margin-top: 0;
}
#leftCol aside ul,
#leftCol aside nav {
    margin-top: 0;
}

aside nav ul li {
    margin-right: 0;
}

h3 {
    font-size: 24px;
}

#rightCol  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #E3E3E3;
    background: #fff;
    font-size: 13px;
}
#leftCol h3, 
#rightCol h3 {
    font-size: 16px;
    margin-top: 0;
}
.greyBox,
.signup_box {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.greyBox ul {
    margin: 0;
}

ul.sub_menu {
	border-bottom: 1px solid #D2D2D2;
    margin: 0 0 20px 0;
    padding: 0 0 10px 10px;
    width: 100%;
    position: relative;
    z-index: 100;
}

ul.sub_menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	background: 0px;
	border-right: 1px solid #efefef;
}

ul.sub_menu li a:link, 
ul.sub_menu li a:visited {
	text-decoration: none;
}

ul.sub_menu li:first-child {
	padding-left: 0px;
}

ul.sub_menu li:last-child {
	border-right: 0px;
}

.sub-menu {
    float: left;
}

.submenu-container {
    margin-bottom: 12px;
}

#top-searchform {
    float: right;
    min-width: 300px;
    padding: 0px 0;
    text-align: right;
    margin-top: 6px;
}
#top-searchform #s {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 13px;
    width: 166px;
}
#top-searchform .submit {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    background: #000 url("../img/ico_searchkb.png") no-repeat scroll 50% 50%;
    padding: 8px 17px;
}


.kb-search {
	margin-bottom: 30px;
    /*margin-top: -20px;*/
}
.kb-search h3 {
    margin:0.3em 0 0.8em;
    font-weight:400;
}

.kb-search form input[type="text"] {
    border-radius:4px;
    border:1px solid #F8005A;
    background:#fff;
    font-size:18px;
    height:55px;
    line-height:55px;
    font-weight:400;
	width:100%;
	float:left;
	padding:0 20px;
}

.kb-search form input[type="submit"] {
    height:55px;
    background:#F8005A url(../img/ico_searchkb.png) 50% 50% no-repeat;
    border:none;
    float:right;
    width:77px;
    border-radius:0 4px 4px 0;
    border:1px solid #F8005A;
    margin-top:-55px;

    font-size: 1em;
    color: transparent; /* Fix for Firefox */
    border-style: none;
    border-width: 0;
    padding: 0 0 0 16px !important; /* Fix for Internet Explorer */
    text-align: left;
    line-height: 1 !important;
    overflow: hidden;
    cursor: pointer;
}

.kb-search div {
    width:100%;
    max-width:572px;
    margin:0 auto 0.4em;
    overflow:hidden;
}

.wiki_statistics {
    font-weight: bold;
    margin: 20px auto 20px;
    padding: 5px 10px;
    text-align: center;
    font-size:20px;
}
.wiki_statistics .title,
.wiki_statistics .gray {
	color:#999;
	font-size: 14px;
	font-weight: normal;
}

ul.categories > li {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    display: block;
    width: 260px;
    float: left;
    margin: 10px;
    padding: 10px;
   
}
ul.categories>li>a {
	font-weight: bold;
    text-decoration: none;
}
ul.categories ul {
	margin: 0;
}

aside nav  a {
    padding:3px;
}

.sub-menu li a {
    /*padding: 15px 15px 15px 0;*/
}

.memberOptions li {
    margin-left: 0;
    padding-left: 0;
}

#archive-title {
    border-bottom: 1px dotted #DDDDDD;
    font-size: 12px;
    margin-top: 25px;
    padding-bottom: 10px;
}

.submenu-container ul.social {
    float: right;
    margin: 7px 0 0;
}

.submenu-container ul.social li {
    display: inline-block;
    padding: 5px 2px 0;
    padding-left: 0;
    text-align: center;
}
.submenu-container ul.social li a {
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 100px;
    text-align: center;
    width: 100px;
}

.submenu-container ul.social li a.twitter  {
    background:url(../img/ico_twitter_big.png) 50% 50% no-repeat #14AEE6;
}

.submenu-container ul.social li a.facebook{
    background:url(../img/ico_fb_big.png) 50% 50% no-repeat #2E77BB;
}

.submenu-container ul.social li a.google {
    background:url(../img/ico_google_big.png) 50% 50% no-repeat #D74632;
}

.submenu-container ul.social li a {
    background-size: 14px auto !important;
    height: 22px;
    width: 22px;
}

/* ---------------------------
	HOMEPAGE
------------------------------*/
.site-title-header {
    border-bottom:1px solid #DDDDDD;
    padding-bottom: 4px;
    margin-bottom: 30px;
}
.site-title {
    margin: 0;
    font-size: 36px;
    float: left;
}
.site-title span {
    font-weight: 300;
}

.pagetitle {
    margin-top: 0;
}

#centerCol .title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
}
#wTabs1 {
    margin-bottom: 30px;
    margin-top: 0;
}

#tabWidget1 ul {
    margin:0;
    
}

#tabWidget1 ul li {
    float: left;
    margin: 0 0;
    padding: 0;
    font-weight: normal;
    width: 50%;
}

#tabWidget1 li a{
    color:#333;
    padding: 10px 0;
    font-size: 16px;
    margin: 0px !important;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-bottom: 1px solid #D2D2D2;
    text-align: center;
}

#tabWidget1 li.on a {
    background: #f4f4f4; 
    background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%) !important; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#fcfcfc)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#fcfcfc 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#fcfcfc 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#fcfcfc 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ) !important; /* IE6-9 */
    background: linear-gradient(top, #f4f4f4 0%,#fcfcfc 100%) !important; /* W3C */
    border-color: #D2D2D2 #D2D2D2 #D2D2D2 #D2D2D2;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}


/* ---------------------------
	ARTICLES
------------------------------*/
.post-edit-link {
float: right;
margin-top: -75px;
}
article.post {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.mainQuestion {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
}

.questionMeta {
   font-weight: normal;
   font-size: 13px;
   padding-bottom: 3px;
}
.questionByline {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

.questionByline .right {
    float: right;
}
.question {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    clear: both;
}
.question .left {
    float: left;
    width:50px;
}
.questionMain {
    margin-left: 70px;
}
.questionMain h4 {
    margin-top: 0;
}
.top25 {
    /*font-style: italic;*/
    color: #A9ABAB;
    margin-top: -30px;
}
.answers {
    font-weight: bold;
}
.points span {
    font-weight: bold;
}
#centerCol h3.questionTitle {
    margin-top: 0;
    margin-bottom: 0;
}
.author-info {
    margin-bottom: 20px;
}
.questionDate {
    text-align: right;
    font-weight: bold;
    float: right;
    font-size: 14px;
    margin-top: 5px;
}
.question .date img {
    margin-bottom: 10px;
}
.question .date p { margin:0;}
.question .date { text-align:center;font-size:11px;float:left;margin:5px 0 0 0;color:#999;display:inline;text-transform:uppercase; line-height: 1}
.question .date .dateDay {font-size:19px;font-weight:bold;border-bottom:1px solid #ccc;padding:0 0 3px;color:#666;margin-bottom:1px;}
.question .date2 {margin-top:0;}

.questionMeta .button {
    margin-left: 20px;
}

/* ---------------------------
	COMMENTS
------------------------------*/

.metaRight {
	border-top: 1px solid #DADADA;
	padding-top: 10px;
	margin-top: 10px;
}
.related-posts ul {
	color: #FE0859;
}
article ul {
	margin: 0;
}

ul.categories li,
article ul li,
.related-posts ul li {
    background: url("../img/bullet_red.png") no-repeat scroll 0 7px transparent;
    color: #222222;
}
.postAuthor,
.postCategory,
.postTime, 
.postTags {
    /*font-size: 13px;*/
    /*margin: 0 0 10px;*/
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
}
.postCategory {
    background: url("../img/folder_16.png") 0 2px no-repeat;
}
.postTags {
    background: url("../img/ico_tag.png") 0 3px no-repeat;
    margin-top: 5px;
}
.postTime {
    background: url("../img/ico_clock.png") 0 0 no-repeat;
}
#leftCol ul,
#leftCol li {
    margin: 0;
    padding: 0;
}
#leftCol .children {
    margin: 0;
    margin-left: 15px;
}
#leftCol  a {
    color:#000;
    text-decoration: none;
    display: block;
}
#leftCol  a:hover {
    text-decoration: underline;
    color:#008BD9;
    background: none;
}
#leftCol .children a {
    font-size: 14px;
    padding: 0;
}
#leftCol nav>ul>li>a {
    font-weight: bold;
}

#centerCol h2 {
    margin-top: 0;
}

.avatar {
    border:1px solid #ddd;
    padding:3px;
    background: #fff;
}


.avatar2 img {height:50px;width:50px;padding:3px; border:1px solid #ccc;margin:10px 0 5px;display:inline;margin-right:15px;}
.avatarInput {width:20px;margin:0px 30px 5px 15px;padding:5px;}
.avatarInput input {border:none;}

.divider2 {
    border-bottom:1px solid #E3E3E3;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


.right {float:right;overflow:hidden;}
.left {float:left;overflow:hidden;}
.clear {clear: both;}

.points {
    display: none;
}
.pointRow {
    border-top: 1px solid #E3E3E3;
    clear: both;
    font-size: 11px;
    line-height: 22px;
    padding: 4px 0 5px;
}

/* ---------------------------
	COMMENTS
------------------------------*/
#comments,
#respond {
	clear: both;
}

#commentform {

}
#commentform p{
	clear: both;
	margin-bottom: 10px;
}   


form input[type="text"],
form input[type="password"], 
form select, 
form textarea {
    border:1px solid #D1d1d1;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:8px 10px;
    background:#fff;
    font-size:15px;
    width:70%;
}
form input,
form label {
   float: none;
   display: block;
}
label {
    font-weight: normal;
}

#commentform label {
	display: block;
	float: none;
}
#commentform input[type="checkbox"]{
    margin-top: 5px;
    margin-right: 10px;
}

#commentform .submit {
	margin-left: 0;
    margin-bottom: 20px;
}
.commentlist {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.commentlist ul {
    margin:10px 0;
}
.commentlist li.comment {
    padding-left: 50px;
}
.comment-body,
.commentlist li .wrapper {
    border-bottom: 1px solid #DDDDDD;
    /*margin-bottom: 20px;*/
    padding-bottom: 1em;
    position: relative;
}
.commentlist .avatar {
    float:none;
    margin-right: 10px;
    border:1px solid #ddd;
    padding:3px;
    background: #fff;
    position: absolute;
    left: -50px;
}


#comments .button {
    display:inline-block;
    border-radius:2px;
    padding:8px 16px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    line-height:1;
    text-align:center;
    font-size:16px;
    padding:8px 20px;
    border:none;
    float: right;
}

.comment-reply-link {
    font-weight: bold;
}




/* ---------------------------
    LOGIN
------------------------------*/
.forgotLink  {
    margin: 5px 0 0 20px;
}



.whiteLinkBox {
    background: none no-repeat scroll 15px 45% #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: block;
    font-size: 15px;
    padding: 18px;
    text-decoration: none;
    /*width: 40%;*/
    display: inline-block;
    margin-right: 10px;
}

.padIconImage {
    vertical-align: middle;
}
.whiteBtn {
    margin-top:5px;
    margin-left: 10px;
    font-weight: bold;
}
#editprofile label {
    font-weight: bold;
    margin-top: 10px;
}
.reset {
    clear: both;
}






 /* Pagination */
.emm-paginate{
    padding: 25px 0 20px;
}

.emm-paginate a, .emm-paginate span {
    border-bottom: 1px solid #999;
    color: #333;
    text-shadow: 1px 1px #fff;
    min-width:32px;
    min-height:32px;
    line-height:30px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    margin: 0 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display:inline-block;
}

.emm-paginate .emm-title {
    display:none;
}

.emm-paginate .emm-current,.emm-paginate a:hover {
    color:#008BD9;
    border:1px solid #008BD9;
}

.emm-paginate a:hover {
    /*margin:0;*/
}




@media screen and (max-width: 800px) {

    #centerCol,
    #leftCol,
    #rightCol  {
       
    }
     #leftCol {
        width:20%;
        margin-bottom: 20px;
     }
     #centerCol {
        width: 80%;
        padding-right: 0;
        margin-bottom: 20px;
     }
    #rightCol  {
        float: none;
        width:auto;
        clear: both;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .greyBox, .yellowBox {
        float: left;
        width: 46%;
        margin: 2%;
    }
    .greyBox {
        
    }
}




@media screen and (max-width: 640px) {

    #centerCol,
    #leftCol,
    #rightCol  {
        width:100%;
        margin-bottom: 20px;
        padding:0;
        
    }
    #leftCol {
        border:none;
        margin-bottom: 20px;
    }
    #rightCol  {
        padding:2.5%;
    }
    .site-title,
    #top-searchform {
        float: none;
        text-align: left;
    }
    
    .site-title-header {
        margin-bottom: 5px;
    }
    
    .greyBox, .yellowBox {
        float: none;
        width: auto;
        padding: 0;
        padding-bottom: 20px;
    }
    
}


@media screen and (max-width: 480px) {

    form input[type="text"], form input[type="password"], form select, form textarea {
        width: 100%;
    }

    #tabWidget1 li a {
        font-size: 15px;
    }


}
















/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */

/* For modern browsers */
.cf:before,.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}