/*
 Theme Name:     OBR
 Theme URI:      http://obr702.com
 Description:    Theme for OBR
 Author:         Sastra Nababan
 Author URI:     http://sastranababan.com
 Template:       twentytwelve
 Version:        1.0.0
*/

@import url("../twentytwelve/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */

/*hide nabar*/
/*#navbar {display: none}

.site {
max-width: 1000px;
width: 100%;
}*/


body.page-template-full-width-php .site-content {
width: 100%;
}

.site-header{
	border-bottom: 4px double #ededed;

}
.site-header h1,.site-header h2 {
text-align: center;
}
.site-header h2 {
	font-size: 16px;
}

.site-content {
	margin: 10px 0 0 0;

}

.main-navigation{
	display: none;
}
.node_title{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;

}
.resp-button{
	min-width: 50%;
}

#results-form{
	padding: 10px;
	display: block;
	border: solid 1px #ccc;
	clear: both;
	margin: 20px 0 20px;
}

#results-form legend{
	font-weight: 900;
	margin-bottom: 10px;
}
#results-form .block{
	display: block;
	float: left;
	margin-right: 10px;
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}

.status .error{
 font-size: 12px;
 padding:5px 5px 5px 50px; 
}

.clear{
	clear: both;
}

 .comments-area article header {
 	margin: 0 0 10px;

 }
 .comment-content.comment{
 	padding: 0 0 0 80px;
 }

.reply{
	float: right;
	margin: 0 0 20px ;
}
 
