/* forum main */

main {
	margin: 0 0 15px;
	background-color: #fff;
	padding: 15px;
	font-size: 1.1em;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
        #main-content {
        }
	#main-content li {
		width: 50%;
		float: left;
	}
}

#forum-list-links {
        margin: 0;
        list-style: none;
}
#forum-list-links ul {
        margin: 0.5em 0 1em;
        padding: 0.3em 0 0.3em 1em;
        list-style: none;
        border-top: 3px solid #eee;
}
#forum-list-links ul li {
        padding: 0.2em 0;
        border-top: 1px solid #eee;
}
#forum-list-links ul li:first-child {
        border: 0 none;
}
#forum-list-links .social li {
        background: url(/images/twitter.png) no-repeat 0 50%;
        padding: 1px 0 1px 20px;
}
#forum-list-links .social .twitter {
        background-image: url(/images/twitter.png);
}
#forum-list-links .social .facebook {
        background-image: url(/images/facebook.gif);
}
#forum-list-links .social .rss {
        background-image: url(/images/rss.png);
}
#forum-list-links .social .button {
        background-image: none;
        height: 32px;
        padding-left: 0;
}

#main-content h2 {
        font-size: 1.2em;
        margin: 0 0 0.5em;
        padding: 0 0 1em;
        border-bottom: 3px solid #eee;
}
#main-content h2 a {
        font-size: 1em;
}
#main-content ul {
        margin: 0 0 3em;
        padding: 0 0 0 1em;
        list-style: none;
}
#main-content li {
        border-bottom: 1px solid #eee;
        padding: 0.3em 10px;
	box-sizing: border-box;
}
#main-content li a {
	display: block;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
}

