/*
	Theme Name: Wp-Them.es Blogger
	Theme URL: http://www.wp-them.es/wp-themes-blogger-theme/
	Description: Two column theme with options menu, 3 level dropdown menu, featured contect section and banner management. Right sidebar fixed with theme with clean design by <a href="http://www.wp-them.es">Wp-Them.es</a>. New build in contact form in the theme.
	Author: Wp-Them.es
	Author URI: http://www.wp-them.es
	Version: 1.6
    Tags: brown, light, two-columns, fixed-width, theme-options, right-sidebar
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background:url(images/body-bg.png) repeat-x;
  color: #444;
  width: 100%;
}
/*** Hyperlinks	***/
a, a:visited {
  color: #194E84;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #101010;
}
/*** Top Navigation ***/
#topnav {
  width: 950px;
 /* height: 30px;*/
  margin:0 auto;
}
#topnav_left {
  float: left;
  
}
#topnav_right {
  float: right;
  width: 200px;
  text-align: right;
  font-weight: bold;
  padding: 7px 0px 0px 0px;
}
/*** Page Navigation ***/
#pagenav, #pagenav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#pagenav a, #pagenav a:visited {
  display: block;
  padding: 9px 10px 9px 10px;
  color: #000;
  font-weight: bold;
  text-transform:uppercase;
  font-size:18px;
  border-bottom:2px solid #abdf1f;
}
#pagenav a:hover {
	border-bottom:4px solid #168bef;
  color: #000;
}
#pagenav li {
  float: left;
  border-bottom:2px solid #abdf1f;
}
/*** Header ***/
#header {
  width: 959px;
  height: 120px;
  margin: 0px auto;
  padding-top:0px;
  /*background:url(images/header-new.png) no-repeat bottom;*/
  background:url(images/logonew.png) no-repeat;
}
#header_left {
  width: 620px;
  float: left;
  padding-top: 10px;
}
#header_right {
  width: 250px;
  float: left;
   padding: 5px 0px 0px 0px;
}
#header_right img {
  width:300px;
	height:106px;
}

#header h1 {
  padding: 5px 0px 0px 10px;
}
#header h1 a, #header h1 a:visited {
  font-size: 34px;
  font-weight: bold;
  color: #F0F0F0;
}
#header h1 a:hover {
  color: #666;
}
#header p {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  color: #999;
}
#top_search {
  width: 210px;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
/*** Navigation ***/
#navbar {
	background:#23578d;
	margin-top:15px;
	border-bottom:1px solid #333128;
  border-top:1px solid #333128;
 
}
#navigation {
  width: 959px;
  margin: 0px auto;
  color:#fff;
  background:url(images/navbar.png) no-repeat;
  border-left:1px solid #333128;
}
#nav_left {
  float: left;
  width: 900px;
}
#nav_right {
  float: right;
  width: 210px;
  padding: 4px 0px 0px 0px;
  text-align: right;
}
#nav_right a, #nav_right a:visited {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

/*** Category Navigation ***/
#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#nav a, #nav a:visited {
  display: block;
 /* padding: 10px 15px 14px 15px; */ padding: 10px 15px 14px 15px;
  color: #fff;
  font-weight: bold;
  text-transform:uppercase;
  /*border-right:1px solid #4190b9;*/
}
#nav a:hover {
  color: #fff;
}
#nav li {
  float: left;
  border-right:1px solid #333128;
  border-left: 1px solid #4190b9;
}
#nav li ul {
  position: absolute;
  width: 140px;
  left: -999em;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
  width: 140px;
  float: none;
  text-transform: none;
  margin: 0px;
  padding: 9px 10px 9px 10px;
  border-bottom: 1px solid #000;
}
#nav li li a{
	background:#06679f;
}
#nav li li a:hover {
  background: #2392d2;
}
#nav li ul ul {
  margin: -25px 0px 0px 160px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
  left: auto;
}
/*** Content ***/
#content {
  width: 959px;
  margin: 0px auto ;
  background:url(images/sidebar-bg.png) top right repeat-y;
}
/*** postarea ***/
#postarea {
  width: 630px;
  float: left;
}
.postcontent {
  /*background: #FFF;*/
  margin: 0px 0px 15px 0px;
  padding:20px 10px 0px 0px;
}
.postcontent_in {
  padding: 20px 10px 0px 20px;
  /*background: #FFF url(images/body_bg.jpg) top repeat-x;*/
  overflow: hidden;
  /*min-height: 800px;*/
}
.post {
  line-height: 20px;
}
.post ul {

  margin: 0;
  padding: 0;
}
.post ul li {
  	list-style:url(images/check-img.png);
  margin: 0px 0px 2px 20px;
  padding: 1px 0px 0px 0px;
}
.post ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post ol li {
  list-style-type: decimal;
  margin: 0px 0px 2px 20px;
  padding: 1px 0px 0px 0px;
}
.post img {
  padding: 5px;
}
.meta {
  background: #F4F3EE;
  border: 1px solid #DDD;
  padding: 5px;
  margin: 5px;
}
/*** Sidebar ***/
#sidebar {
  float: right;
  width: 325px;
  color: #666;
  /*background:url(images/sidebar-bg.png) ;*/
}
#sidebar_in {
}
#sidebar h2 {
  margin: 0px 0px 5px 0px;
  color: #22578d;
  padding: 20px 0px 2px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform:uppercase;
  height:27px;

}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  list-style-type: circle;
  margin: 0px 0px 2px 25px;
  padding: 1px 0px 0px 0px;
}
#sidebar ul li a, #sidebar ul li a:visited {
  font-size: 14px;
}

.widget {
  margin: 10px auto 10px auto;
  text-align:justify;
  width:310px;
  
}
.widget p{
	 padding:0px 5px 10px 10px;
	 color:#000;
	 
}
.advertisment {
  padding: 5px 12px 5px 12px;
}
.advertisment img {
  padding: 5px;
  width: 125px;
  height: 125px;
}
.newsletter {
  border: 1px solid #C8C8C8;
  padding: 5px 5px 5px 20px;
  background: #FFF url(images/newsletter.png) top no-repeat;

}
/*** Featured Section ***/
.featured_section {
  border: 1px solid #a3a09e;
  background: #FFF;
  margin: 0px 0px 10px 0px;
}
.featured_in {
  padding: 10px;
  border:1px solid #FFF;
  background: #FFF url(images/body_bg.jpg) top repeat-x;
  overflow: hidden;
}
.featured_in img {
  width: 600px;
}
/*** Homepage, Search Page, Archive Page ***/
.thumbnail {
  float: left;
  width: 192px;
  height: 142px;
  overflow: hidden;
  line-height: 170px;
  text-align: center;
}
.thumbnail img {
  width: 180px !important;
  height: 130px !important;
  padding: 5px;
  border: 1px solid #888;
  background: #D2D2D2;
}
.the_excrept {
  width: 592px;
  background: transparent;
}
.excrept_post {
  background: #FFF;
  margin: 0px 0px 15px 0px;
  border-bottom:1px dashed #c0c0c0;
}
.excrept_in {
  padding: 10px;
  border:1px solid #FFF;
  overflow: hidden;
}
.excrept_post h2 {
  border: none;
  padding-bottom:10px;
  background:url(images/bg_sidebar_separator.gif) repeat-x 0 bottom;
   color: #22578d;
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
}
.excrept_post h2 a, .excrept_post h2 a:visited {
  font-size: 20px;
  color: #22578d;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.excrept_post h2 a:hover {
  color: #2e79c6;
}
.excrept_data {
  padding: 2px 5px 2px 5px;
  margin: 3px 0px 3px 0px;
}
.excrept_left {
  float: left;
  color: #999;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
}
.excrept_but {
  float: right;
  padding: 4px 10px 4px 10px;
  margin-right: 5px;
  background: #222 url(images/readmore-back.jpg) repeat-x;
}
.excrept_but a, .excrept_but a:visited {
  color: #FFF;
}
.excrept_but a:hover {
  color: #f3f5f6;
}
.excrept_right {
  float: right;
}
/*** Page Navigation ***/
.pagenavigation {
  margin: 0px 0px 10px 0px;
}
.pagenavigation a, .pagenavigation a:visited {
  color: #FFF;
}
.pagenavigation a:hover {
  color: #666;
}
.navleft {
  float: left;
  padding: 4px 10px 4px 10px;
}
.navright {
  float: right;
  padding: 4px 10px 4px 10px;
}
/*** Footer ***/
#footer_bg {
  margin: 0px auto ;
   border-left:1px solid #c0c0c0;
   border-right:1px solid #c0c0c0;
    background:url(images/footer-bg.png) repeat-x;
}
#footer {
  font-size: 12px;
  color: #fff;
  padding: 0px 3px 10px 10px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  width:959px;
  margin:0 auto;
  background:url(images/footer-images.png) repeat-x;
}
#footer a, #footer a:visited {
  color: #fff;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}
#footer a:hover {
  color: #FFF;
}
#footer_left {
  float: left;
  padding-top: 10px;
}
#footer_right {
  padding-top: 20px;
  padding-right:20px;
  float: right;
  font-size:14px;
  text-shadow:1px 1px 1px #666;
}
.wplogo img {
  width: 84px;
  height: 84px;
}

/*** Comments ***/
.commentlist li {
  font-weight: bold;
}
.commentlist li .avatar {
  float: right;
  background: #FFF;
  border: 1px solid #C8C8C8;
  padding: 2px !important;
}
.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}
.commentlist p {
  font-weight: normal;
  text-transform: none;
}
.commentmetadata {
  font-weight: normal;
}
#respond:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.commentlist {
  margin: 0px;
  padding: 0px;
}
.commentlist ol {
  margin: 0px;
  padding: 10px;
}
.commentlist li {
  margin: 15px 0px 10px;
  padding: 10px 5px 10px 10px;
  list-style: none;
}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}
.commentlist p {
  margin: 10px 5px 10px 0px;
  padding: 0px;
}
.commentmetadata {
  font-size: 10px;
  margin: 0px;
  display: block;
}
.thread-alt {
  background: #F7F7F7;
}
.thread-even {
  background: #F6F9FD;
}
.even, .alt {
  border-bottom: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
}
.depth-2 {
  background: #FFF;
}
.depth-3 {
  background: #F7F7F7;
}
.depth-4 {
  background: #F6F9FD;
}
.depth-5 {
  background: #FFF;
}
/*** Comment Form ***/
#commentform input {
  width: 200px;
  padding: 2px;
  margin: 5px 5px 1px 0px;
}
#commentform {
  padding: 0 5px 5px 5px;
}
#commentform textarea {
  width: 100%;
  padding: 2px;
}
#commentform p {
  margin: 5px 0px 5px 0px;
}
#commentform #submit {
  margin: 0px;
  float: left;
}
.trackbacks {
  margin: 10px 0px 10px 0px;
  padding: 5px;
  border: 1px solid #DDD;
  background: #F9F9F9;
}
/*** Wp Images ***/
.wp-caption {
  margin: 0px;
  padding: 0px;
}
.wp-caption img {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border: 0px;
}
.wp-caption p.wp-caption-text {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  line-height: 12px;
}
img.wp-smiley {
  float: none;
  border: none;
  padding: 0px;
  margin: 0px;
}
/*** Forms ***/
#author, #email, #url, #cName, #cMail, #cWeb {
  background: #F9F9F9 !important;
  width: 200px;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  margin: 0px;
  padding: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
#cCheck {
  background: #F9F9F9 !important;
  width: 90px;
  color: #444;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  margin: 0px;
  padding: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
#comment {
  background: #F9F9F9 !important;
  width: 550px !important;
  color: #444;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  padding: 4px;
  margin: 0px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
#cMessage {
  background: #F9F9F9 !important;
  width: 370px !important;
  color: #444;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  padding: 4px;
  margin: 0px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
#searchform {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: inline;
}
#topsearch {
  background: #EEE;
  width: 140px;
  color: #000000;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  font-weight: normal;
  margin: 0px;
  padding: 4px 0px 4px 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  display: inline;
}
#newsbox {
  background: #FFF;
  width: 160px;
  color: #000000;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  font-weight: normal;
  margin: 0px;
  padding: 4px 0px 4px 10px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: inline;
}
#s, #sb  {
  background: #F2F2F2;
  width: 140px;
  color: #000000;
  font-size: 11px;
  font-family: Arial, Tahoma, Verdana;
  font-weight: normal;
  margin: 0px;
  padding: 2px 0px 2px 5px;
  border: 1px solid #999;
  display: inline;
}
#submit, #searchbut, #newsbut, #cSubmit  {
  background:url(images/readmore-back.jpg) repeat-x;
  color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  margin: 0px 0px 0px 0px;
  padding: 3px 10px 3px 10px;
  font-weight: bold;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
#cForm {
  width: 400px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #DDD;
  margin: 10px auto;
}
#cForm fieldset {
  padding: 5px;
}

/*** General Reset ***/

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}
.clear{
  clear: both;
}
.aligncenter{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.code{
  border: 1px solid #ccc;
  font-family: Courier;
  list-style: decimal-leading-zero;
  padding: 3px 5px 3px 35px;
}
.code code{
  font: 1.2em Monaco, "Courier New", Tahoma;
}
.code li{
  background: #E5F2FF;
  margin: 2px 0;
  padding: 0 5px;
}
.alignright{
  float: right;
}
fieldset{
  border: 1px solid #DDDDDD;
  padding: 5px;
}
legend{
  color: #666;
  font: bold 12px Arial, Tahoma, Verdana;
  margin: 0px;
  padding: 0px 11px 0px 11px;
}
img{
  border: 0;
  border: none;
  text-decoration: none;
}
.space {
  margin: 5px 0px 5px 0px;
  padding: 0;
}
hr{
  background: #c0c0c0;
  border: none;
  color: #d0d0d0;
  height: 1px;
  margin: 10px 0;
}
blockquote {
  background: #f1f1f1;
  margin: 10px;
  padding: 10px 0px 10px 15px;
  border-left: 3px solid #ccc;
}
p {
	padding: 10px 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  color: #22578d;
  font-family: Arial, Helvetica, sans-serif;
  font-size:20px;
}
h1, h1 a, h1 a:visited{font-size:24px;}
h2, h2 a, h2 a:visited{font-size:19px;margin-bottom:5px;}
h3, h3 a, h3 a:visited{font-size:16px;}
h4, h4 a, h4 a:visited{font-size:14px;}
h5, h5 a, h5 a:visited{font-size:12px;}
h6, h6 a, h6 a:visited{font-size:11px;}
.error {
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #CC0000;
  background: #FFFFCC;
  border: 1px solid #FFCC00;
}
.success {
  padding: 50px 0;
  margin: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #006600;
  background: #CCFFCC;
  border: 1px solid #336600;
}
#headerwrapper{
	margin:0 auto;
	height:85px;
}
#bottom-part{
	width:290px;
	float:left;
	margin-right:2px;
	 padding-left:4px;
	 padding:10px 0px 10px 20px;
	
}
#bottom-part h2 a{
	border:none;
	width:281px;
	color:#fff;
}
#bottom-part h2{
margin: 10px 0px 5px 0px;
  color: #ffffff;
  padding: 10px 0px 2px 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-shadow:1px 1px 1px #666;
  text-transform:uppercase;
  height:35px;
  padding-bottom:20px;
  background:url(images/widget-separator.png) bottom center no-repeat;
}

#bottom-part .textwidget{
		padding:0px;
}
#bottom-part ul li{
	padding-left:20px;
	font-weight:normal;
	background:url(images/footer-bullet.png) top left no-repeat;
	font-size:14px;
	padding-bottom:7px;
}
#bottom-heading{
	font-size:20px;
	font-weight:bold;
	}
#bottom-title{
	width:281px;
}
.thumbnail-home {
  float: left;
 /* width: 192px;
  height: 142px;*/
  width:275px;
  height:142px;
  overflow: hidden;
  line-height: 170px;
  text-align: center;
}
.thumbnail-home img {
  /*width: 180px !important;
  height: 130px !important;*/
  width:260px;
  height:130px;
  padding: 5px;
  border: 1px solid #888;
  background: #D2D2D2;
}
#postarea-home {
  width: 959px;
}
.postcontent_in-home {
	padding:0px 10px 0px 0px;
  overflow: hidden;
   float: right;
   text-align:justify;
}
.postcontent-home {
  margin: 0px 0px 0px 5px;
}
#optin-box{
	float:left;
	width:495px;
	font-size:15px;
}
#content-down{
	 width: 959px;
	 margin:0px auto;
	 background:#fff;
	 padding:20px 0px 0px 0px;
	 background:url(images/sidebar-bg.png) top right repeat-y;
}
#top-content{
	background:url(images/content-top.png) no-repeat;
	width:957px;
	margin:0px auto;
	height:24px;
}
#content-bottom{
		background:url(images/content_bottom.png) no-repeat;
		width:957px;
		margin:0 auto;
		height:23px;
}
.textwidget{
	padding:5px 10px 20px 10px;
	background:url(images/bg_sidebar_separator.gif) repeat-x 0 bottom;
}
#middle-content{
	width:959px;
	margin:0 auto;
	background:url(images/intro-bg.png) no-repeat;
	height:83px;
	text-align:center;
	color:#1680e2;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	font-size:16px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#middle-post{

}
fieldset{
	border:2px solid #1e3643;
}
legend{
	color:#1e3643;
	font-weight:bold;
	font-size:14px;
}
#bottom-part .textwidget{
		width:450px;
		margin-top:5px;
		padding:0px 10px 5px 0px;
		font-size:16px;
}
	.slider{
	/*width:580px;*/
	width:450px;
	height:192px;
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}
#latte img{
	/*margin-top:48px;
	margin-left:73px;*/
	padding:none;
	display:none
}
#down_inner{
	float:left;
	width:630px;
}
#homeinsur {

	background-image:url(images/port-btn.png);

	text-indent:-9999px;

	height:35px;

	width:162px;

	display:block;

	background-repeat: no-repeat;

	float: left;

	margin-right: 3px;

}
#autoinsur{
	background-image:url(images/port-btn1.png);

	text-indent:-9999px;

	height:35px;

	width:162px;

	display:block;

	background-repeat: no-repeat;

	float: left;

	margin-right: 3px;
}
#healthinsur{
	background-image:url(images/health-insurance.png);

	text-indent:-9999px;

	height:35px;

	width:162px;

	display:block;

	background-repeat: no-repeat;

	float: left;

}
#homeinsur:hover{background-position:left bottom;}
#autoinsur:hover{background-position:left bottom;}
#healthinsur:hover{background-position:left bottom;}



/* Featured / Slider */
/* #featured{background:#adc042 url(images/bg-slider-bot.png) repeat-x left bottom;border-top:1px solid #c9e044;border-bottom:1px solid #99aa3a;} */
#featured #page-title{position:relative}
#featured #page-title h2{padding:25px 0}
#featured .subscribe{position:absolute;right:0;top:25px}
#featured .alignright{margin:5px 0px 8px 20px;float:right}
#slider-block{overflow:hidden;min-height:320px}
.container{width:860px;height:320px;overflow:hidden;position:relative;margin-left:50px;}
.slides{position:absolute;top:0;left:0; }
.slides div.slide{position:absolute;top:0;width:860px;display:none;min-height:180px; height:220px;}
#loopedSlider{width:960px;margin:0 auto;padding:40px 0; height:190px;}
#loopedSlider .nav-buttons{list-style-type:none;margin:0;padding:0;position:relative}
#loopedSlider li#p{position:absolute;top:120px;left:0px}
#loopedSlider li#n{position:absolute;top:120px;right:0px}
#featured h2 a{color:#fff;font-size:40px;padding:0 0 10px;line-height:40px;font-weight:normal;letter-spacing:-1px;text-shadow:2px 2px 0 rgba(0,0,0,0.15)}
#featured h2{color:#fff;font-size:40px;padding:0 0 10px;line-height:40px;font-weight:normal;letter-spacing:-1px;text-shadow:2px 2px 0 rgba(0,0,0,0.15)}
#featured h4{font-size:18px;color:#333;font-family:Arial,Helvetica,sans-serif;line-height:22px;letter-spacing:1px}
#featured p{font-size:14px;color:#333;line-height:20px}


/* ----- Loopedslider Hacks ----- */
#loopedSlider{padding:40px 0 81px}
#bottom-block{position:absolute;width:100%;left:0;background:#E1E1E1;margin-top:10px;padding:10px 0;border-bottom:1px solid #C3C3C3;border-top:1px solid #fff}
.bottom-block-border{position:absolute;width:100%;left:0;height:1px;background:#265179;margin-top:39px}
ul.pagination{list-style-type:none;margin:0;padding:0;margin:5px auto 10px;width:212px;}
ul.pagination li{float:left;margin:0 5px}	
ul.pagination a{display:block;width:16px;padding-top:13px;height:0;overflow:hidden;background:url(images/pagination.png) 0 0 no-repeat}
ul.pagination li.active a{background-position: bottom left}

.myheadingcontent{
	color:#1680e2;
	 font-weight:bold;
	 font-size:14px;
	}
#mypostinfo{
	color:#000000;
	font-size:14px;
	}

