/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;font-size:100%;}
/*body{font-size:62.5%;}*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #373737;
    text-align: left;
    height: 100%;
    width: 100%;
}

/** NEW LAYOUT WITH LONG BORDER FOR THE HEADER **/
#header-container,
.wrapper {
    margin: 0 auto;
    width: 1005px;
}

.outer-header {
    border-bottom: 4px solid #969595;
    margin: 0 auto 20px;
    width: 100%;
}

#linearNavigation {
    margin: 0 auto;
    padding: 0 6px 6px 200px;
    width: 799px;
}

#leftbar {
    float: left;
    width: 180px;
}

#leftbar .section {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 10px;
}

#content {
    float: left;
    padding: 0 0 50px 29px;
    width: 509px;
}

#sidebar {
    float: right;
    margin-left: 30px;
    padding: 0 0 32px;
    width: 257px;
}

a,a:link {
    color: #2063CA;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input[type="submit"],button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #319DE3;
    border: 0 none;
    color: #FFFFFF;
    padding: 0.3em 0.8em;
    cursor: pointer;
}

input[type="submit"]:hover,button:hover {
    background-color: #117DC3;
}

#header {
    color: #969595;
    font-weight: normal;
    text-align: left;
}

#body {
    background: white;
    padding: 20px 50px 0 50px;
}

#sidebar {
    font-size: 12px;
}

#footer {
    font-size: 0.8em;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}

.sidebarItem {
    background: white;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 1px;
}

.sidebarItemTitle {
    background-color: #E9E9E9;
    padding: 5px 10px;
}

.sidebarItemTitle.subscribe {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #7CBA0F;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 20px;
}

.sidebarItemTitle span a {
    color: white;
}

.sidebarItemBody {
    padding: 10px;
}

.sidebarItem ul {
    margin: 0;
    padding: 0;
}

.sidebarItem li {
    padding: 4px 0 8px;
    list-style-type: none;
}

#blogName {
    background: url(images/gradshare-logo.png) no-repeat top left;
    display: block;
    font-size: 19pt;
    font-weight: normal;
    height: 44px;
    margin-top: 13px;
    margin-bottom: -20px;
    text-indent: -9999px;
    width: 174px;
}

#blogName span {
    display: block;
    text-indent: -9999px;
}

#blogDescription {
    color: #999999;
    display: none;
    font-size: 10pt;
    font-weight: normal;
    margin-bottom: 1em;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

h1 a:link,h1 a:visited {
    color: #373737;
}

h1 a:hover {
    color: #2063CA;
    text-decoration: none;
}

h2 {
    color: #6E7D8E;
    font-size: 14px;
    font-weight: normal;
    margin: -1em 0 0;
    padding: 0;
}

h3 {
    font-size: 12px;
    font-weight: normal;
    padding-top: 0px;
    color: #6e7d8e;
    margin: 0px;
}

.contentItem {
    padding: 8px;
    margin-bottom: 8px;
    background: white;
    border-bottom: 1px solid #EEEEEE;
}

.contentItemBody {
    line-height: 1.5;
}

.contentItemLinks {
    float: right;
    text-align: right;
    font-size: 12px;
}

.contentItemLinks form {
    padding: 0px;
    margin: 0px;
}

.even {
    background: #F4F4F4;
}

.odd {
    background: white;
}

.small {
    font-size: 11px;
}

.response {
    background-color: #F3F3F3;
    padding: 5px 10px !important;
    margin-bottom: 4px;
}

.response h1 {
    font-size: 12px;
    font-weight: normal;
    background: transparent;
    padding-left: 0px;
}

.responseBody {
    line-height: 1.5;
    text-align: left;
}

.metadata {
    font-size: 11px;
    color: #878787;
    line-height: 1.5em;
    padding: 1em 0;
}

.gs-photo {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.response .metadata {
    margin-top: -1em;
    padding-top: 0;
}

.approved {
    
}

.pending {
    background: transparent url('images/pending.gif') no-repeat top left;
    border: solid orange 1px;
}

.rejected {
    background: transparent url('images/rejected.gif') no-repeat top left;
    border: solid red 1px;
}

.published {
    
}

.unpublished {
    
}

blockquote {
    background: white url('images/blockquote.png') no-repeat top left;
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    color: gray;
    margin-left: 24px;
    margin-right: 24px;
}

.tags,.categories {
    background-color: #F8F8F8;
    border-top: 1px solid #F0F0F0;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 2px 4px;
}

.tags a,.categories a {
    color: gray;
    font-weight: normal;
}

.tagCloud {
    font-size: 24px;
    line-height: 1.0em;
    text-align: center;
}

.sidebarTagCloud {
    font-size: 22px;
    line-height: 0.7em;
    text-align: center;
}

.tagCloud1 {
    font-size: 0.5em;
}

.tagCloud2 {
    font-size: 0.6em;
    font-weight: bold;
}

.tagCloud3 {
    font-size: 0.65em;
    font-weight: bold;
}

.tagCloud4 {
    font-size: 0.7em;
    font-weight: bold;
}

.tagCloud5 {
    font-size: 0.75em;
    font-weight: bold;
}

.tagCloud6 {
    font-size: 0.8em;
    font-weight: bold;
}

.tagCloud7 {
    font-size: 0.85em;
    font-weight: bold;
}

.tagCloud8 {
    font-size: 0.9em;
    font-weight: bold;
}

.tagCloud9 {
    font-size: 1.0em;
    font-weight: bold;
}

.tagCloud10 {
    font-size: 1.2em;
    font-weight: bold;
}

.tagCloud ul,.sidebarTagCloud ul {
    padding: 8px;
    margin: 0px;
}

.tagCloud li,.sidebarTagCloud li {
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.tagCloud a,.sidebarTagCloud a {
    text-decoration: none;
}

.tagCloud a:hover,.sidebarTagCloud a:hover {
    color: white;
    background: #6e7d8e;
}

.calendar {
    padding-left: 8px;
    padding-right: 8px;
}

.calendarDayHeader {
    font-weight: bold;
    text-align: right;
}

.calendarDay {
    text-align: right;
    padding: 2px;
}

.calendarDayWithEntries {
    background: #C0C0C0;
    text-align: right;
    padding: 2px;
}

.calendarDayWithEntries a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.calendarDayWithEntries:hover {
    color: white;
    background: #6e7d8e;
}

.calendarToday {
    background: #6e7d8e;
    color: white;
    text-align: right;
    padding: 2px;
    font-weight: bold;
}

.calendarToday a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.photo {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: solid black 1px;
    text-align: center;
}

.codeSample {
    font-family: Courier, sans-serif;
    font-size: 11px;
    border: solid #F0F0F0 1px;
    text-align: left;
    background: #F8F8F8;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px;
    overflow: auto;
}

#linearNavigation {
    background: none repeat scroll 0 0 transparent;
    color: white;
    height: 1.7em;
}

#linearNavigation a {
    background: url("../../../../beta_assets/images/navs/nav_tab.gif")
        no-repeat scroll 0 -40px transparent;
    color: white;
    display: block;
    float: left;
    font-size: 11pt;
    height: 29px;
    margin-right: 2px;
    padding: 0.3em 0.7em;
    text-align: center;
    text-decoration: none;
    width: 105px;
}

#linearNavigation a:hover {
    text-decoration: underline;
}

#linearNavigation .headerNotSelected {
    background-position: 0 -1px;
}

#feeds {
    position: absolute;
    top: 8px;
    right: 8px;
    color: white;
}

#feeds a {
    color: white;
    text-decoration: none;
}

#feeds a:hover {
    text-decoration: underline;
}

thead {
    text-align: left;
    background: #6e7d8e;
    color: white;
}

th,th a:link,th a:visited {
    font-weight: normal;
    color: white;
}

.authenticated {
    background: transparent url( 'images/authenticated.gif' ) no-repeat
        center left;
    padding-left: 10px;
}

.unauthenticated {
    
}

/*---------- PISO LOGIN ---------*/
#admin {
    background-color: transparent !important;
    border: none !important;
    color: #2063CA !important;
}

#messages {
    background-color: #FFFFCF !important;
    border: 1px solid #FFF04F !important;
    font-size: 11px;
    padding: 0.2em 0.5em;
    margin-top: 5px;
    margin-bottom: 15px;
}

.INFO {
    background-color: transparent !important;
    color: #333333 !important;
    padding: 4px;
}

.adminLevel1 {
    background-color: #319DE3 !important;
    height: 1.3em;
}

.adminLevel2 {
    background-color: #EEEEEE !important;
    height: 1.3em;
    margin-bottom: 15px;
}

#admin a {
    color: #2063CA !important;
}

.adminLevel1 span {
    color: #FFFFFF !important;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
}

.adminLevel1 span:hover {
    background-color: #EEEEEE !important;
    color: #2063CA !important;
}

.inlineAdminLinks {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: transparent !important;
    border: 1px solid #DDDDDD !important;
    padding: 8px;
}

.inlineAdminLinks form {
    margin-bottom: 5px;
}

/*----------- Comments --------------*/
#commentFormDiv {
    background-color: #F3F3F3;
    padding: 0 0.7em 1em;
}

.gs-photo img {
    border: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
}

/* Share Link */
#share {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
}

#share li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#share ol {
    display: none;
    position: absolute;
    background-color: #fefded;
    border: 1px solid #e9e9e9;
}

#share li a {
    background: url(../../../../beta_assets/images/icons/closed.gif) 3px
        no-repeat;
    padding: 3px;
    padding-left: 20px;
    border: 1px solid #fff;
    z-index: 10;
    position: relative;
}

#share li.show a {
    background: #fefded url(../../../../beta_assets/images/icons/open.gif)
        3px no-repeat;
    padding: 3px;
    padding-left: 20px;
    border: 1px solid #e9e9e9;
    border-bottom-color: #fefded;
    z-index: 10;
    position: relative;
    height: 21px;
}

#share li.show a img {
    border: none;
}

#share li.show ol {
    display: block;
    z-index: 0;
    padding: 5px;
    clear: both;
    left: 0;
    top: 1.6em;
}

#share li ol li {
    float: left;
    padding: 3px;
    padding-right: 20px;
}

#share li.show ol a {
    background: none;
    padding: 0;
    border: none;
}

#share li ol {
    width: 210px;
}

#share ol li {
    width: 80px;
}

#share ol li.url {
    clear: both;
    padding-right: 0;
    width: 210px;
}

#share input {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    width: 175px;
}

/* POST nav */
.postNav {
    background: none repeat scroll 0 0 #F2F7FC;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font-size: 13px;
    padding: 6px 10px;
}

.postNav span {
    float: right;
}

.contentItemLinks #shareForm {
    display: inline-block;
}

.shareContainer {
    display: inline;
}

/* Comment form */
.commentButton {
    display: inline;
}

.commentButton input {
    margin-bottom: 20px;
}

/* Blog summary selected */
#leftbar .sidebarItem a {
    display: block;
    margin: 1px 0;
    padding: 5px;
}

#leftbar .sidebarItem .selectedBlog {
    color: #373737;
    background:
        url('../../../../beta_assets/images/backgrounds/browse-li.gif')
        no-repeat scroll right center transparent;
}

#leftbar .sidebarItem li {
    padding: 0;
}

/* Facebook */
#postFB {
    margin: 10px;
    margin-left: 36px;
}

.noDisplay {
    display: none;
}

/* Permalink */
.code {
    font-family: courier, monospace;
}

/* Recommend */
.emailBox {
    width: 600px;
}

.emailBox h1 {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 2.0em;
}

.emailBox ol.form {
    padding-top: 0;
}

.emailBox ol.form li {
    margin-bottom: 10px;
    padding-left: 0;
    clear: both;
}

.emailBox ol.form label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 15px;
    padding-top: 1.0em;
}

.emailBox ol.form input.text {
    width: 445px;
}

.emailBox ol.form select {
    width: 263px;
}

.emailBox div.buttons {
    text-align: center;
}

.emailBox div.buttons input {
    vertical-align: middle;
}

.emailBox div.close {
    clear: left;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
}

.emailBox .form {
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.emailBox .form li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 35px;
}

.emailBox .form input.text {
    margin-top: 5px;
    width: 445px;
}

.emailBox .form textarea {
    border: 1px solid #D0CECE;
    font-weight: normal;
    height: 99px;
    margin-top: 5px;
    padding: 5px;
    width: 445px;
}

.emailBox input.text {
    background-color: #FFFFFF;
    border: 1px solid #D0CECE;
    font-size: 1em;
    height: 21px;
    padding: 5px 5px 0;
}

.emailBox input,.emailBox textarea {
    background: url('../../../../beta_assets/images/backgrounds/inputs.gif')
        repeat-x scroll center top transparent;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
}

.emailBox img {
    border: none;
}

.emailBox input.disabled,.emailBox textarea.disabled {
    background-color: #ECECEC;
    background-image: none;
    color: #999999;
}

.dialog {
    border: 10px solid #3489da;
    padding: 20px;
    background-color: #fff;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

/* begin header */
#header {
    background-color: #363636;
    border-bottom: 1px solid #cacaca;
    min-width: 1005px;
    padding: 0 50px;
}

#header-container {
    width: 1005px;
    margin: 0 auto;
}

#logo {
    float: left;
    width: 172px;
    height: 74px;
    margin: 0;
    padding: 0;
}

#logo a {
    display: block;
    width: 172px;
    height: 74px;
    background: url(../../../../beta_assets/images/logos/gradshare.png) 0 0
        no-repeat;
    cursor: pointer;
}

#logo a span {
    display: none;
}

#tagline {
    float: left;
    font-weight: normal;
    color: #969595;
    height: 74px;
    padding-left: 20px;
    font-size: 1.1em;
}

#tagline i {
    display: inline-block;
    padding-top: 30px;
}

#util-nav {
    float: right;
    width: 307px;
    line-height: 2.0em;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 0.9em;
    position: relative;
    z-index: 100;
    min-height: 3.0em;
}

.logged-in {
    text-align: right !important;
}

#util-nav li {
    display: inline;
    list-style: none;
    font-weight: bold;
    position: relative;
}
#util-nav li.selected {
    color: #319ce3;
    text-decoration: none;
    padding-left: 9px;
    padding-right: 9px;
}

#util-nav li.facebook {
    float: right;
    padding-right: 0;
}

#util-nav li a.util-nav-link {
    color: #fff;
    cursor: pointer;
    padding: 0 9px;
}

#util-nav li a.util-nav-link:hover {
    color: #319ce3;
    text-decoration: none;
}

#util-nav li a.util-nav-link span {
    display: inline-block;
}

#util-nav li.login a.login-link {
    display: inline-block;
}

#util-nav li.login-modal-open a.login-link {
    background:
        url(../../../../beta_assets/images/backgrounds/login-link-left.png) 0
        0 no-repeat;
}

#util-nav li.login-modal-open a.login-link span {
    background:
        url(../../../../beta_assets/images/backgrounds/login-link-right.png)
        right 0 no-repeat;
    color: #1352ba;
    padding-right: 9px;
}

#util-nav li.facebook a {
    padding: 0;
    display: inline-block;
}

#util-nav li #myProfile {
    text-decoration: underline;
}

#util-nav li #aFB {
    padding-right: 0px;
}

#util-nav #user {
    padding-right: 1.0em;
}

#util-nav #user img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#login-modal {
    position: absolute;
    width: 302px;
    top: 1.5em;
    left: -9999px;
    z-index: 200;
}

.login-modal-hide {
    left: -9999px;
}

.login-modal-show {
    left: -230px !important;
}

#login-top {
    height: 10px;
    background:
        url(../../../../beta_assets/images/backgrounds/login-top.png) 0 0
        no-repeat;
}

#login-body {
    background:
        url(../../../../beta_assets/images/backgrounds/login-body.png) 0
        bottom no-repeat;
    padding: 0 17px 15px 17px;
}

#login-modal h2 {
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #969595;
    border-bottom: 1px solid #bdbdbd;
}

#login-modal .form {
    padding: 5px 0;
}

#login-modal .form li {
    margin: 0;
    padding: 3px 0;
}

#login-modal .form li label {
    display: block;
    position: relative;
}

#login-modal .form li label a {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    color: #1352ba;
    font-weight: normal;
}

#login-modal .form li input {
    width: 258px;
    margin: 0;
}

#login-modal .form li input.text {
    background: url("../../../../images/backgrounds/inputs.gif") repeat-x
        scroll center top transparent;
    height: 21px;
    border: 1px solid #d0cece;
    font-size: 1.2em;
    padding: 5px 5px 0 5px;
    background-color: #ffffff;
    font-weight: normal;
}

#login-modal .buttons {
    text-align: left;
    padding-top: 5px;
    clear: both;
}

#login-modal .buttons #remember {
    float: left;
}

#login-modal .buttons #remember input {
    background: none;
}

#login-modal .buttons .button {
    float: right;
    padding-right: 0;
}

#search {
    float: right;
    width: 300px;
    height: 25px;
    margin-top: 10px;
}

#search ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 93px;
    height: 25px;
}

#search ul li {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
}

#search-box {
    float: right;
    width: 207px;
    height: 25px;
    background: url(../../../../beta_assets/images/backgrounds/search.png) 0
        0 no-repeat;
}

#search-box img {
    vertical-align: middle;
}

#search-box input {
    border: none;
    background: none;
    background-color: transparent;
    width: 160px;
    vertical-align: middle;
}

        #nav {
            float: left;
            width: 696px;
            height: 30px;
            padding: 0;
            margin: 0;
            position: relative;
            text-transform: uppercase;
        }
            
            #nav li {
                height: 25px;
                width: 150px;
                padding-top: 5px;
                float: left;
                display: block;
                margin-right: 2px;
                list-style: none;
            }
            
            #nav li a {
                height:25px;
                line-height: 25px;
                display: block;
                text-align: center;
                font-size: 1.0em;
                color: #ffffff;
                background-color: #319ce3;
                text-decoration: none;
            }
                #nav li.admintab {
                    width: 110px;
                }                    
                #nav li a:hover {
                    background-color: #585757;
                }
                
                #nav li.selected {
                    background-color: #fff;
                    padding-top: 6px;
                }
                    
                    #nav li.selected a {
                        background-color: #fff;
                        color: #363636;
                        font-weight: bold;
                    }

/* end header */ 

/* begin footer content */
#footer {
    text-align: center;
    padding: 20px 50px;
    font-size: 0.9em;
    border-top: 1px solid #cacaca;
    color: #585757;
    min-width: 1005px;
}

#footer-container {
    width: 1005px;
    margin: 0 auto;
    text-align: left;
}

#footer ul {
    margin: 0 0 10px 0;
    padding: 0;
}

#footer ul li {
    margin: 0 25px 0 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#footer ul li a {
    font-weight: bold;
    color: #585757;
}

#footer ul li.join-gradshare {
    margin-right: 50px;
}

#footer ul li.join-gradshare a {
    color: #6eaf0c;
}

#footer ul li a:hover,#footer ul li.selected a {
    color: #319ce3;
    text-decoration: none;
}

/* end footer */ /* buttons */
.button {
    display: inline-block;
    height: 29px;
}

.button span {
    display: none;
}

.button:hover {
    background-position: 0 -29px;
}

.btn_login {
    width: 93px;
    background: url(../../../../beta_assets/images/buttons/login.png) 0 0
        no-repeat;
}

.tweet_time {
    font-weight: bold;
}

/* blog item content body formatting */
.contentItemBody {
}

.contentItemBody p,
.responseBody p {
    margin-bottom: 1.0em;
}

.contentItemBody ul,
.responseBody ul {
    padding-left: 2.333em;
    margin-bottom: 1.0em;
    list-style: disc;
}
    
    .contentItemBody ul li,
    .responseBody ul li {
        margin-bottom: 0.5em;
        list-style: disc;
    }


.contentItemBody ol,
.responseBody ol {
    padding-left: 2.333em;
    margin-bottom: 1.0em;
    list-style: decimal;
}
    
    .contentItemBody ol li,
    .responseBody ol li {
        margin-bottom: 0.5em;
        list-style: decimal;
    }

.contentItemBody blockquote,
.responseBody blockquote {
    margin-left: 1.0em;
}

.contentItemBody strong,
.responseBody strong {
    font-weight: bold;
}

.contentItemBody em,
.responseBody em {
    font-style: italic;
}
/* end blog item content body formatting */

/* end buttons */ /* BEGIN CLEARFIX */
.clearfix:after,#container:after,#left-col h1 span:after,ul.rating:after,.content:after,#header-container:after,.form:after,.buttons:after,#ask-question-container:after,#browse-subjects:after
    {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,#container,#left-col h1 span,ul.rating,.content,#header-container,.form,.buttons,#ask-question-container,#browse-subjects
    {
    display: inline-block;
}

.clearfix,#container,#left-col h1 span,ul.rating,.content,#header-container,.form,.buttons,#ask-question-container,#browse-subjects
    {
    display: block;
}
/* END CLEARFIX */
