/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;

}
/* style for sticky footer  */

html, body {height: 100%;}

a {
    outline: none;
 }
a img {
    border:none;
 }
a, a:visited, a:active {
   border:none;
   outline:none;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { 
border-collapse: separate; 
border-spacing: 0;
text-align:center;
border:1px solid rgba(127, 127, 127, 0.1);
width:100%;
}


caption, th, td { 
font-weight: normal;
padding:5px;
}
table, td, th { vertical-align: middle;

}

th{
	padding:10px;
	font-weight:bold;
	border-right:1px solid rgba(127, 127, 127, 0.5);
	border-bottom:1px solid rgba(127, 127, 127, 0.5);
	-moz-box-shadow: inset 0 0 3px #ddd;
	-webkit-box-shadow: inset 0 0 5px #ddd;
	box-shadow: inner 0 0 3px #ddd;
	font-size:14px;
}

td{
padding:10px;
border-right:1px solid rgba(127, 127, 127, 0.5);
border-bottom:1px solid rgba(127, 127, 127, 0.5);

}
td span{
font-style:italic;
}


tr:nth-child(odd)    {  }
tr:nth-child(even)    {  }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* Remove annoying border on linked images. */
a img { border: none; }

p, ul, ol, dl, table, fieldset, blockquote, pre, code {
margin-bottom:10px;
}

hr{
width:100%;
margin:30px 0px;
display:block;
height:1px;
overflow:hidden;
float:right;
background-image: url(../images/shortcodes/divider.png);
background-repeat: no-repeat;
background-position: center center;
opacity:.9;
border:none;

}

/*  Text elements
----------------------------------------------------------------------------------------------------*/
ul {
	
	margin: 0 0 18px 0px;

}

ol {
	list-style: decimal;
	margin: 0 0 18px 18px;
	clear:both;
}
ol ol {
	list-style: upper-alpha;
	
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
list-style: none;;
	margin-bottom: 0;

}



/* styled lists Styles/ fancy list style
------------------------------------------------------*/

dl {
	margin: 0 0 24px 0;
}
dt {
    display: block;
    float: left;
    font-weight: bold;
    width: 50%;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote{
	font-style: italic;
	font-size:16px;
	line-height:25px;
	padding:0px 0px 20px 30px;
	color:#777;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote.alignleft{
	float:left;
	width:250px;
}
blockquote.alignright{

	float:right;
	width:250px;
}
pre {
	
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top:10px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input#s, input#searchsubmit{
padding:5px 8px;
}

input#searchsubmit{
	 background-color: #333333;
    color: #EEEEEE !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
	border:1px solid #000;

}

.wp-caption{

}

.vspace, .v-space{
clear: both;
height:20px;
width:100%;
display:block;
}
 .page_left_section ul, ul.news_post, .bx-wrapper ul, ul#list{
list-style:none;
 }