/* Add here all your CSS customizations */
section.page-top h1 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}
section.page-top h1 {
    border-bottom-color: #4A5B7D;
}

article.post {
	margin-bottom:10px;
}

article.post h3 {
	font-size: 1.6em;
    font-weight: 400;
    letter-spacing:normal;
    line-height: 24px;
    margin-bottom:5px;
    text-transform:none;
}

h3.title_new_index, .panel-body h3.title_random_detail {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 5px;
    max-height: 56px;
    overflow: hidden;
    text-transform: none;
}
blockquote {
    border-left: 5px solid #4a5b7d;
}

footer a.tag {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    color: #AEAEAE;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 28px;
    margin: 0 8px 8px 0;
    padding: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out 0s;
    word-spacing: normal;
}
footer a.tag:hover {
	background:#4a5b7d;
	color:#ffffff;
	text-decoration:none;
}
.sidebar h3 {
	font-size:1.4em;
}
.menuin {
	text-align:center;
}

.menuin ul {
	padding:0;
	margin:0;
	list-style-type:none;
}  

.menuin li {
	padding:0;
	margin:0;
	display:inline;
} 

.menuin li a, .menuin li a:link, .menuin li a:visited {
	display:inline;
	margin:0;
	padding:0 0 0 3px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.menuin li a:hover, .menuin li a:active {
	margin:0;
	padding:0 0 0 3px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
img.captchaImage {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: inline;
    margin: 0;
    outline: medium none;
    padding: 2px;
}
#map {
	width:100%;
	height:250px;
	margin:0;
	padding:0;
}
#new-site .panel-body {
    min-height: 190px;
    overflow: hidden;
}

.random .panel.panel-default {
    min-height:140px;
    max-height:140px;
    overflow:hidden;
}