/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 16, 2017, 9:10:28 AM
    Author     : hindi
*/

body,html,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,form,input,fieldset{
	margin: 0;
	padding:0;
}	

div {
	padding-top: 20px;
}

dd {
	padding-bottom: 10px;
}

dt {
	padding-bottom: 5px;
}

dl dt {
	font-weight: bold;
}

dl dd dl dt {
	font-weight: normal;
	font-style: italic;
}

dl dd dl dd {
	font-size: .9em;
}

body {
	margin: 2em;
}

img,fieldset {
	border:0;
}

img {
	height:auto;
	max-width:100%;
}

img.center {
    margin: 0;
	display: block;
   margin-left: auto;
   margin-right: auto;
}

img.inline_icon {
	height: 16 px;
	background-color: #2e5aa3;	
	vertical-align: middle;
}

img.inline_icon_nobkg {
	height: 16 px;
	vertical-align: middle;
}

ul.action_list {
	list-style-type: none;
}

img.action_icon {
	width: 32px;
	height: 32px;
	background-color: #2e5aa3;
	vertical-align: middle;
}

img.action_icon_nobkg {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

span.actionicon {
	background-color: #2e5aa3;
}

ul,ol{
	list-style:none;
	list-style-position: inside;
}

#container {
	/*width: 960px;*/
	margin: 0 auto;
}

#main_navigation {
	width:300px;
	/* border: 1px solid navy; */
	/*
        background-color: #6699CC;
        */
}

body {
	background:#f3f3f3;
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;line-height:1.2em;
}

blockquote{
	border-left:4px solid #d54e21;
	margin:12px 8px;
	padding-left:4px;

}

h1 {
    font-size:1.4em;
    font-weight:normal;
    line-height:1.6em;
    margin:10px 0 10px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}

h2{
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 10px 0;
}
	
h2 a{
	color:#2583ad;
}

h3{
	font-size:1.0em;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 10px 0;
}

p, dd.p {
	color:#303030;
	font-size:.9em;
	line-height:1.4em;
	margin:0 0 10px 0;
}

p a{
	color:#d54e21;
}

textarea{
	width:90%;
}

ul{
	list-style:disc;
	margin:0 0 10px 25px;
}

ol{
	list-style:decimal;
	margin:0 0 10px 25px;
}

ul li,ol li{
	color:#333;
	font-size:0.9em;
	padding:8px;
}

.clearfix{
	clear:both;	
}

#languages {
	position: absolute;
	right: 10px;
	/* top: 5px; */
}

#languages img {
	margin: 3px;
	border: 0px;
	width: 24px
}

#HeadSectionDl{
	float:inherit;
	margin:0px;
	width:100%;
	height:90px;
	background-color:#F3F3F3;
	border-bottom:1px solid #3084E8;
	position: relative;
}

.dropbtn {
	background-color: #F3F3F3;
    color: #000083;
    padding: 5px;
    font-size: 0.9em;
    border: none;
    cursor: pointer;
}

#headerwrap{
	width:100%;
}

#header{
	background:#000;
	border-bottom: 1px solid #ccc;
	padding:2px 8px 8px;
}

#header h1{
	color:#fff;
	margin:0;
}

#header h1 a{
	color:#fff;
	text-decoration:none;
}

#header p{
	color:#888;
	font-size:.9em;
	margin:0;
}

#header p a{
	color:#888;
}

#contentwrap{
	width:100%;
}

#title{
	background:#f3f3f3;
	border-bottom:1px solid #ddd;
	color:#000;
}

#title h2{
	padding:8px;
	margin:0;
}

.page{
	background:#f3f3f3;
	padding:8px;
}

.post{
	background:#f3f3f3;
	border-bottom:1px solid #f3f3f3;
	clear:both;
	min-height:55px;
	padding:8px;
}

.post p{
	font-size:.8em;
}

.post a{
	color:#2583ad;
}

.post .title{
	margin:0;
}

.post .subtitle{
	font-size:.9em;
	margin:0;
}

.post .subtitle a{
	color:#d54e21;
}

.post .singleline{
	margin:0;
}

.post .thumbnail{
	float:left;
	margin:5px 7px 2px 0;
}

.post .comment{
	margin:8px 0;
}

.post .commentmeta{
	font-size:.7em;
}

.postmeta{
	background:#f3f3f3;
	border-bottom:1px solid #ddd;
	color:#000;
	padding:8px;
}

.postmeta p{
	font-size:.8em;
	margin:0;
}

.postmeta p a{
	color:#2583ad;
}

#posttags{
	background:#f3f3f3;
	border-bottom:1px solid #f3f3f3;
	padding:8px;
}

#posttags p{
	font-size:.8em;
	margin:0;
}

#posttags p a{
	color:#2583ad;
}

#pagination{
	border-bottom:1px solid #f3f3f3;
	clear:both;
	color:#000;
	font-size:.9em;
	padding:8px;
}

#pagination .next{
	float:right;
}

#pagination .prev{
	float:left;
}

#pagination a,#pagination a:visited{
	color:#d54e21;
}

#comments{
	background:#f3f3f3;
	border-bottom:1px solid #f3f3f3;
	padding:8px;
}

#comments p{
	font-size:.8em;
	margin:0;
}

#comments p a{
	color:#2583ad;
}

#heading h2{
	background:#f3f3f3;
	border-bottom:1px solid #f3f3f3;
	color:#000;
	font-size:.9em;
	padding:8px;
}

ul#list,ol#list{
	border-bottom:1px solid #f3f3f3;
	margin:0;
	list-style:none;
	padding:0 8px 8px;
}

ul#list li,ol#list li{
	color:#333;
	font-size:.8em;
	padding-left:0;
}

ul#list li a,ol#list li a{
	color:#d54e21;
}

#search{
	background:#f3f3f3;
	padding:8px;
}

#footerwrap{
	width:100%;
}

#footer{
	background:#000;
	border-top:1px solid #ccc;
	padding:8px;
}

#footer p{
	color:#fff;
	font-size:.9em;
	margin:0;
}

#footer p a{
	color:#2583ad;
}
