/* statements.css
 * v0.9beta
 * (C) 2012 DAP Malaysia. All rights reserved. 
 */
@media (min-width: 1024px) {
	#container {
		max-width: 940px;
	}
}
@media (max-width: 767px) {
	#container {
		margin-top: 20px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#container {
		margin-top: 20px !important;
	}
}
@media (max-width: 480px) {
	#container {
		margin-top: 20px !important;
	}
	article {
		text-align: left;
	}
	p {
		text-align: left;
		font-size: 1.125em;
		line-height: 1.44em;
		margin-bottom: 1.125em;
	}
	li {
		text-align: left;
		font-size: 1.125em;
		line-height: 1.44em;
	}
}
/* Second level dropdown menu 
 * http://stackoverflow.com/questions/9758587/twitter-bootstrap-multilevel-dropdown-menu
 */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.dropdown-menu li {
    position: relative;
}
/* ---- */

/* Make Facebook comments responsive
 *
 */
article .fb-comments,
article .fb_iframe_widget iframe[style],
article .fb_iframe_widget span[style] {width: 100% !important;}
/* ---- */

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

body {
	background-image: url(https://dapmalaysia.org/english/statements/img/linen.png);
}
#container {
	margin: 50px auto;
}
.navbar-inner {
	background-color: #a00;
	background-image: -ms-linear-gradient(top, #c00, #900);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000');;
	background-image: -moz-linear-gradient(center top, #c00, #900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c00), to(#900));
	background-image: -webkit-linear-gradient(top, #c00, #900);
	background-image: -o-linear-gradient(top, #c00, #900);
	background-image: linear-gradient(top, #c00, #900);
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
	background-color: #a00;
}
.navbar .nav > li > a {
	color: #fff;
	font-weight: 600;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
    background-color: #c00;
}

.navbar-search .search-query {
	border: 1px solid #900;
}
.navbar .brand {
	color: #fff;
	font-weight: 600;
}
.caret {
	opacity: 0.7;
}
h1 {
	font-family: "Droid Serif", "Times New Roman", serif;
	font-size: 1.85em;
	font-weight: normal;
	line-height: 1.35em;
	margin-bottom: 1em;
	text-align: left;
}
article {
	text-align: justify;
	background: url(https://dapmalaysia.org/english/statements/img/ubah.png) no-repeat right bottom;
}
aside {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.256em;
	margin-bottom: 1.2em;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
}
p {
	line-height: 1.5em;
}
p+p {
	margin-top: 1.333333em;
}
a {
	word-wrap: break-word;
}
article li {
	line-height: 1.5em;
}
article li+li {
	margin-top: 0.6667em;
}
#author-role {
	margin-top: 1.44em;
	margin-bottom: 1.44em;
	line-height: 1.3333em;
}
#author-role .author {
	display: block;
	font-family: "Droid Serif", "Times New Roman", serif;
	font-weight: normal;
	margin-top: 8px;
}
#author-role .role {
	font-weight: 300;
}
footer {
	margin-top: 2em;
}
#banner-top {

}
#nav-well {
	padding: 8px 0;
}
#sidebar-inner,
#sidebar-outer {
/*	border: 1px solid blue;*/
/*	background-color: #ddd;*/
}
#sidebar-share {
	opacity: 0.333;
}
#sidebar-share:hover {
	opacity: 1.0;
}
#sidebars img {
	margin-bottom: 20px;
}
#sidebars .ubahmtv {
	margin-bottom: 25px;
}
blockquote {
	margin: 9px 0 9px;
}
blockquote p {
	font-size: inherit;
}
blockquote p+p {
	margin-top: 1.2em;
}
strong {
	font-weight: 600;
}
/* AddThis sharing bar */
.addthis_floating_style {
	position: static !important;
	float: right;
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
	padding-right: 0;
}
.addthis-follow {
	float: right;
	clear: right;
}
.follow-text {
	font-size: 0.875em;
	text-align: right;
	margin-top: 2.5em;
	margin-bottom: 0;
}
.addthis-document {
	float: right;
	clear: right;
	margin-top: 1.5em;
}
/* ---- */

/* Monthly archive
 * 
 */
#monthly-archive table a {
	color: #000;
}
#monthly-archive th {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
#monthly-archive td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
#monthly-archive tbody tr:hover {
	background-color: #eee;
}
#monthly-archive .highlight {
	font-weight: 600;
	color: #a00;
}
#monthly-archive h1 {
	text-align: center;
}
/* ---- */