@charset "utf-8";
/* CSS Document */

body { 
	background: #FFF url('../images/body-bg.png') repeat-x;
	color: #444;
	font: normal 82.5% Arial, Helvetica, sans-serif;
} 

#header { 
	height: 122px;
	margin: 0 auto;
	width: 888px;	
}

#logo-wrap { float: left; width: 304px; }
#logo { border: none; margin-left: 8px; width: 304px; } 
#logo-print { display: none;  width: 304px; } /* hide the print logo for print stylesheet */

/* navigation */
#nav-wrap { float: right; width: 566px; }
#menuwrapper { 
	margin:20px 0px 0 0;
	width: 556px;
}
.nav-primary { 
}
.nav-primary { list-style:none; }
.nav-primary li { float: left; }
.nav-primary li a { display:block; text-indent:-9009px; }
.nav-primary li li a { text-indent:0; }
.nav-primary li a.about { background: url('../images/nav-primary-about.png') 0 0 no-repeat; width: 118px; height: 35px; text-indent:-9009px;   }
.nav-primary li a.upgrade { background: url('../images/nav-primary-upgrade.png') 0 0 no-repeat; width: 108px; height: 35px; text-indent:-9009px; }
.nav-primary li a.training { background: url('../images/nav-primary-training.png') 0 0 no-repeat; width: 109px; height: 35px; text-indent:-9009px; }
.nav-primary li a.support { background: url('../images/nav-primary-support.png') 0 0 no-repeat; width: 108px; height: 35px; text-indent:-9009px; }
.nav-primary li a.blog { background: url('../images/nav-primary-blog.png') 0 0 no-repeat; width: 113px; height: 35px; text-indent:-9009px; }
.nav-primary li a:hover { background-position: 0 -35px; }


#nav-secondary { 
	margin: 0 0px 0 0;
	width: 225px; 
}
#nav-secondary { list-style:none;  }
#nav-secondary li { float: left;}
#nav-secondary li a { display:block; text-indent:-9009px; }
#nav-secondary li a.home { background: url('../images/nav-secondary-home.png') no-repeat; height: 29px; width: 110px; }
#nav-secondary li a.contact { background: url('../images/nav-secondary-contact.png') 0 0 no-repeat; width: 113px; height: 29px; text-indent:-9009px; }
#nav-secondary li a:hover { background-position: 0 -29px; }


/* Nav powered by ibis */

/* 

#poweredbyibis{
  margin: -1px 0 0 365px;
  width:200px;
  height:100px;
  position:absolute;
  z-index:10;
	background: url('../images/poweredbyibis.png') 0 0 no-repeat;
}

#nav-secondary { 
	margin: 12px 0px 0 0;
	width: 400px;
}
#nav-secondary { list-style:none; }
#nav-secondary li { float: left; margin: 0px 0px 0 0; }
#nav-secondary li a { display:block; text-indent:-9009px; }
#nav-secondary li a.home { background: url('../images/nav-secondary-home1.png') no-repeat; height: 35px; width: 118px; }
#nav-secondary li a.contact { background: url('../images/nav-secondary-contact1.png') 0 0 no-repeat; width: 113px; height: 35px; text-indent:-9009px; }
#nav-secondary li a:hover { background-position: 0 -35px; }
*/

#nav-breadcrumb { margin: 0 0 0 20px;}
#nav-breadcrumb ul { list-style:none; }
#nav-breadcrumb li { display: inline; }
#nav-breadcrumb a { color: #009bdf; font-weight: bold; text-decoration: none; }
#nav-breadcrumb a:hover { color: #009bdf; text-decoration: underline; }
#nav-breadcrumb li.home { background: url('../images/breadcrumb-home.gif') no-repeat; padding: 0 1px 0 20px; }
#nav-breadcrumb li.step { background: url('../images/breadcrumb-step.gif') no-repeat; padding: 0 1px 0 20px; }

#nav-footer { float: left; margin: 8px 0 0 0; width: 595px; }
#nav-footer ul { list-style:none; }
#nav-footer li { 
	border-right: 1px solid #A4A7AA;	
	display: inline;
	font-size: 80%;
	padding: 2px 12px 2px 12px; 
	}
#nav-footer li.last { border-right: none; }
#nav-footer a { color: #A4A7AA; text-decoration: none; }
#nav-footer a:hover { color: #2b6187; text-decoration: underline; }

/* content-wrap, sets the background outside of the content */
#content-wrap {
	background: url('../images/content-wrap-bg.png') no-repeat; 
	margin: 0 auto;
	padding: 8px 7px 0 7px;
	width: 888px; /* gutter is 7px on each side, total 902px */	
}

/* content-header, full width and contains breadcrumbs */
#content-header { padding: 13px 10px 11px 10px; }





#home #content-header { 
	background: url('../images/content-header-homepage-pic1.jpg') no-repeat;
	border: 1px solid #efeff1;
	height: 212px;
	margin: 0;
	padding: 0;
	width: 885px;
}
#home #content-header #button-homepage a { 
	background: url('../images/button-homepage.png') 0 0 no-repeat;
	display: block;
	height: 54px; 
	left: 286px;
	position: relative;	
	top: 33px;
	width:400px;
	text-indent: -9999px;
	z-index: 1;
}
#home #content-header #button-homepage a:hover { 
	background-position: 0 -54px;
}
#home  #content-header h2 { 
  display: none;
}



/* main, wraps primary content */
#main {  
	border-top: 1px solid #efeff1;
	display:inline; /* ie5/6 double-margin bugfix */
	float: left;
	padding: 0 10px 0 0; /* padding for content */
	margin-left: 10px; /* so top border doesn't touch exterior */
	width: 653px
}
#main #banner { border: 1px solid #efeff1; margin: 15px 0 15px 0; }
#home #main {  /* specificly for the homepage */
	border-top: none;
	padding: 15px 10px 0 0; /* padding for content */
	margin-left: 10px; /* so top border doesn't touch exterior */
	width: 653px
}

#content #container h1 { font-size: 180%; padding: 20px 10px 0;}

/* content, the real content */
#content { padding: 0 20px 40px 20px; } /* indents the content after the banner */
#content h1 { font-size: 180%; padding: 0 0 10px 0; } 
#home #content h1 { /* paddding for home as there is no date */
	color: #838383; 
	font-size: 180%;
	font-weight: bold;
	padding: 0 0 10px 0;
} 
#content h2 { color: #2b6187; font-size: 150%; padding: 10px 0 10px 0; line-height: 150%; } 
#content h3 { color: #2b6187; font-size: 140%; padding: 10px 0 10px 0; } 
#content h4 { font-size: 140%; padding: 10px 0 10px 0; } 
#content h5 { color: #2b6187; font-size: 130%; padding: 10px 0 10px 0; } 
#content h6 { font-size: 120%; padding: 10px 0 10px 0; } 
#content p { padding: 0 0 10px 0; line-height: 150%;}
#content blockquote { 
	background: #f4f8fd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 20px 5px 20px;
	margin: 0 45px 10px 45px;
}
#content ul { list-style-image: url('../images/li-dynamics.gif'); margin: 0 0 15px 45px; }
#content ol { list-style:decimal; margin: 0 0 15px 45px; }
#content li { padding: 0 0 0px 0; }
#content li p { display: block; line-height: 150%; }
#content a { color: #009bdf; }

/* content, customized */
#content .signup { font-size: 120%; font-weight: bold; text-align:center; }
#content .date { color: #2b6187; margin: 3px 0 0 0; }
#content .edit { font-size: 90%; color: #a0aeb9; padding: 2px 10px; margin: 5px 0; }
#content .edit a { color: #a0aeb9; padding: 2px 10px;}
#content .edit a:hover { background: #a0aeb9; color: #fff; }
#content .postmetadata { border: 1px solid #ddd; padding: 10px; margin: 15px 0 10px 0; }
#content .postmetadata p { padding: 0; }
#content .postmetadata a { color: #009bdf; }
#content .postmetadata2 { border: none; padding: 10px 10px 0 10px; margin: 5px 0 0px 0; }
#content .postmetadata2 p { padding: 0; }
#content .postmetadata2 a { color: #009bdf; }
#content .postmetadata img.logo { float: left; padding-right: 15px; }
#content #comments { margin-top: 15px; }
#content .lotsensurrt { display: none; }
#content .postauthorbox { border: 1px solid #ddd; border-bottom: 4px solid #a0aeb9; padding: 10px; margin: 15px 0 10px 0; min-height:150px;}
#content .postauthorbox .picture_box { float: left; display: block; width: 150px; border: 1px solid #ddd; margin: 0 15px 0 0;}
#content .postauthorbox .picture { width: 150px;  }
#content .postauthorbox .details_box { font-size: 90%; float: left; display: block; overflow: none; width: 410px; margin: 0 0 0 0; }
#content .postauthorbox .about_author { color:#5e656b; font-size:70%; text-transform: uppercase; font-weight:bold; }
#content .postauthorbox .name { color:#2B6187; font-size:140%; font-weight:bold; }
#content .postauthorbox .author_link { background: url('../blog/wp-content/plugins/sw-post-author/images/house.png') no-repeat; padding: 0 10px 10px 22px; }
#content .postauthorbox .followme { }


#content .postauthorbox .twitter { background: url('../blog/wp-content/plugins/sw-post-author/images/twitter.png') no-repeat; padding: 0 10px 10px 22px; }
#content .postauthorbox .facebook { background: url('../blog/wp-content/plugins/sw-post-author/images/facebook.png') no-repeat; padding: 0 10px 10px 22px; }
#content .postauthorbox .linkedin { background: url('../blog/wp-content/plugins/sw-post-author/images/linkedin.png') no-repeat; padding: 0 10px 10px 22px; }


#content .more { padding: 0 0 10px 0; }
#content .more a  { 
	color: #009bdf; 
	display: inline;
	font-weight: bold; 
	text-decoration: none; 
}
#content .more a:hover { text-decoration: underline; }
#content .postdata { background: #f4f8fd url('../images/post.gif') 5px 5px no-repeat; border-top: 1px solid #dddddd; color: #999999; margin: 2px 0 10px 0; padding: 5px 2px 5px 30px;}
#content .postdata a { color: #999999; }
#content .feature { 
	background: #f4f8fd; 
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #dddddd; 
	color: #2b6187;
	font-size: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 2px 0 10px 0; 
	padding: 10px 20px 10px 20px;
}

/* blog category page */
#content #post-list h1 { 
	padding: 0 0 2px 0;
}
#content #post-list h3 { 
	font-size: 145%;
	padding: 10px 0 2px 0;
}
#content #post-list h3 a { color: #009bdf; text-decoration: none; }
#content #post-list h3 a:hover { text-decoration: underline; }
#content #post-list .date { color: #2b6187; }

/* post wrapper */
#content .post { padding: 0 0 15px 0; } 

/* homepage boxes */

ul#homepage-boxes { list-style:none; list-style-image:none; margin: 0 0 15px 0; }
#homepage-boxes li { float: left; padding-right: 3px; }
#homepage-boxes h4 { text-indent: -9999px; padding: 0; font-size: 100%; }
#homepage-boxes p { 
	color: #7d7d7d;
	font-size: 11px; 
	line-height: 100%; 
	padding: 11px 3px 0px 93px; 
}
#homepage-boxes #systems { background: url('../images/homepage-box-systems.png') 0 0 no-repeat; height: 114px; width: 201px; }
#homepage-boxes #tips { background: url('../images/homepage-box-tips.png') 0 0 no-repeat; height: 114px; width: 201px; }
#homepage-boxes #webinar { background: url('../images/homepage-box-webinar.png') 0 0 no-repeat; height: 114px; width: 201px; }
#homepage-boxes #guaranteed { background: url('../images/homepage-box-guaranteed.png') 0 0 no-repeat; height: 114px; width: 201px; padding-right: 0; }
#homepage-boxes a:hover { background-position: 0 -60px; }


/* sidebar */
#sidebar { /* the length of the fade is larger in subpages */
	background: url('../images/sidebar-sub-bg.png') no-repeat; 
	border-left: 1px solid #efeff1;
	border-top: 1px solid #efeff1;
	display: inline;
	float: left;
	margin-right: 15px; /* so top border doesn't touch exterior */
	padding: 15px 0 0 15px; /* padding for content, only left/top because right is margin */
	width: 184px;
}
#home #sidebar { /* specific to the homepage */
	background: url('../images/sidebar-home-bg.png') no-repeat; 
	border-top: none;
}
#sidebar h3 { 
	color: #2b6187;
	font-size: 130%;
	font-weight: bold;
}
#sidebar h3 a {
	color: #2b6187;
  text-decoration: none;
}
/* recent posts */
#sidebar h4 { /* post title */
	color: #2b6187;
	font-size: 100%;
	font-weight: bold;
} 

/*  media */
#socialmedia{
width:200px;
	margin:2px 0px 0px 2px;
}
#socialmedia ul li{
	display:inline;
	padding-right:1px;
}

#sidebar p { font-size: 80%; line-height: 150%; }
#sidebar ol.button-list { list-style:none; margin: 0 10px 20px 10px; }

/* with folder icon */
.nav-sidebar { list-style:none; margin: 0 0 20px 0; }
.nav-sidebar li { margin: 5px 0; }
.nav-sidebar li a { 
	color: #009bdf; 
	background: url('../images/folder.gif') no-repeat;
	font-weight: normal; 
	text-decoration: none; 
	padding: 0 1px 0 20px; 	
}
.nav-sidebar li a:hover { text-decoration: underline; }
.nav-sidebar li ul {margin: 0px 0px 0px 10px; }

/* folding category list */

.nodeLevel0 { list-style:none; margin: 0 0 20px 0; }
.nodeLevel0 li { margin: 5px 0; }
.nodeLevel0 li a { 
	color: #009bdf; 
	background: url('../images/folder.gif') no-repeat;
	font-weight: normal; 
	text-decoration: none; 
	padding: 0 1px 0 20px; 	
}
.nodeLevel0 li a:hover { text-decoration: underline; }
.nodeLevel0 li ul {margin: 0px 0px 0px 10px; }

/* end folding category list */

/* with post icon */
.nav-sidebar-post { list-style:none; margin: 0 0 20px 0; }
.nav-sidebar-post li { margin: 5px 0; }
.nav-sidebar-post li a { 
	color: #009bdf; 
	display: block;
	background: url('../images/post.gif') no-repeat;
	font-weight: normal; 
	text-decoration: none; 
	padding: 0 1px 0 20px; 	
}
.nav-sidebar-post li a:hover { text-decoration: underline; }
.nav-sidebar-post li ol {margin: 0 10px; }
.nav-sidebar-post .date { color: #999999; padding: 0 1px 10px 20px; }

/* with rss icon */
.nav-sidebar-rss { list-style:none; margin: 0 0 20px 0; }
.nav-sidebar-rss li { margin: 5px 0; }
.nav-sidebar-rss li a { 
	color: #009bdf; 
	display: block;
	background: url('../images/rss-icon-14x14.png') no-repeat;
	font-weight: normal; 
	text-decoration: none; 
	padding: 0 1px 0 20px; 	
}
.nav-sidebar-rss li a:hover { text-decoration: underline; }
.nav-sidebar-rss li ol {margin: 0 10px; }

/* big buttons */
ul#sidebar-boxes { list-style:none; list-style-image:none; margin: 0 0 15px 0; }
#sidebar-boxes li { display: block; padding-right: 3px; margin: 0 0 7px -11px; }
#sidebar-boxes h4 { text-indent: -9999px; padding: 0; font-size: 100%; }
#sidebar-boxes p { 
	color: #7d7d7d;
	font-size: 11px; 
	line-height: 100%; 
	padding: 11px 3px 0px 93px; 
}
#sidebar-boxes #systems { background: url('../images/homepage-box-systems.png') 0 0 no-repeat; height: 114px; width: 201px; }
#sidebar-boxes #tips { background: url('../images/homepage-box-tips.png') 0 0 no-repeat; height: 114px; width: 201px; }
#sidebar-boxes #webinar { background: url('../images/homepage-box-webinar.png') 0 0 no-repeat; height: 114px; width: 201px; }

/* footer */
#footer-wrap { background: #FFF url('../images/footer-wrap-bg.png') repeat-x; height: 200px; margin-top: 20px;}
#footer { 
	background: url('../images/footer-bg.png') no-repeat; 	
	padding: 23px 19px 0 19px;
	margin: 0 auto; 
	height:206px;
	width: 868px; /* gutter is 9px on each side, padding is another 10px, total 906px */	
}
#footer img { border: none; }
#footer #copyright { 
	color: #A4A7AA;
	text-align: right; 
	font-size: 75%; 
	margin: 7px 0 0 0;
}

/* misc */
.right { float: right; }
.left { float: left; }
.clear { 
  clear: both; 
  line-height: 0; 
  margin: 0; 
  padding: 0;
  height: 0;
  min-height: 0; }
}

div.hr { background: url('../images/hr-dotted.png') repeat-x; height: 1px; padding-bottom: 10px; }
strong { font-weight: bold; }

/* regular forms */
form { padding: 15px 0 0 0; }
form div { padding: 0px 0 10px 0; }
form,input,select,textarea {display: inline;}
label
{
	display: block;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 155px;
	padding-top: 1px;
}
input, select {	width: 225px; } 
textarea { height: 150px; width: 350px; }
form .submit { margin: 0 0 0 170px; width: 225px; height: 30px; }
form .required { color:#900 ; font-weight: bold; font-size: 140%; padding: 0 0 0 5px; }
form label.required { color:#333 ; font-weight: bold; font-size: 100%; padding: 0 0 0 0; }
form .state { width: 35px; }
form .zipcode { width: 88px; }
form label.col2 {display: inline; float: none; width: 50px; margin: 0 15px 0 20px; }




#content .webinars {  background: #f4f8fd url('http://www.dynamicscare.com/blog/wp-content/uploads/2010/08/film.png') no-repeat 5px 5px;

border-top: 1px solid #dddddd; color: #999999; margin: 2px 0 10px 0; padding: 5px 2px 5px 30px;}



.webinar-sidebar { list-style:none; margin: 0 0 20px 0; }
.webinar-sidebar li { margin: 5px 0; }
.webinar-sidebar li a { 
	color: #009bdf; 
	display: block;
	background: url('http://www.dynamicscare.com/blog/wp-content/uploads/2010/08/film.png') no-repeat;
	font-weight: normal; 
	text-decoration: none; 
	padding: 0 1px 0 20px; 	
}


#nav-breadcrumb {

  float:left;
  width:500px;
  padding-bottom:25px;

}

#search-box {
float:right;
height:40px;

}


#s  {
padding:0px;
margin-top:5px;
width: 150px;



}

#gobutton {
  background: url('/images/go-up.png') no-repeat;
  width: 22px;
  height: 22px;
  border:none;
padding:0px;
}

#gobutton:hover {
  background: url('/images/go-over.png') no-repeat;
  width: 22px;
  height: 22px;
  border:none;
}

#readyforcloud {
  background: url('/images/ReadyForCloud-up.png') no-repeat;
  width: 177px;
  height: 226px;
  border:none;
  margin:auto;
padding-bottom:10px;
}

#readyforcloud:hover {
  background: url('/images/ReadyForCloud-over.png') no-repeat scroll 0 0 transparent;
  width: 177px;
  height: 226px;
  border:none;
}


#onlinetrainingbut {
	background: url(/images/onlinetrainbut.png) no-repeat 0 0;
	width: 177px;
	height: 165px;
	display: block;
	text-indent: -9999px;
}

#onlinetrainingbut:hover { background-position: 0 -165px; cursor:pointer;}

#onlinetrainingbut:active { background-position: 0 -165px; cursor:pointer;}


/* Organize Series CSS */


.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.serieslist-box {
	padding: 3px 0px 10px 15px;
	margin: -15px auto 0 auto;
		background: #F8F8F8;
	border: 1px solid #b2bec4;
	border-bottom: 2px solid #b2bec4;
}

.serieslist-box h3{
  visibility:hidden;
  padding:0!important;
} 


.serieslist-box li {
  margin-left:-45px;
  padding-bottom: 11px!important;
  padding-left: 28px!important;
  padding-top: 3px!important;
	font-size:1.1em;
  list-style: none;
  background: url(/images/li-series.png) no-repeat 0 0!important ;

}

	/* Archive Page*/
.serieslist-boxlist {
	padding: 3px 0px 0px 15px;
	margin: -30px auto 0 auto;
		background: #F8F8F8;
	border: 1px solid #b2bec4;
	border-bottom: 2px solid #b2bec4;
}

.serieslist-boxlist h3{
	padding-top:7px!important;
	text-indent:29px;
  font-size: 1em!important;
    background: url(/images/li-series.png) no-repeat 0 0!important ;

} 



html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title {
	font-size: 1.1em !important ;
  margin-left:15px;
	text-align: left;
	font-weight:bold;
}

ul.serieslist-ul {
	margin: 2;
	padding: 0;
	font-size:.9em;
	list-style-image: url("/images/li-series.png")!important;
}


li.serieslist-li {
	margin: 5px 0;
	padding: 0;
}

.seriesbox {
	display:inline;
	float: left;
	background: #F8F8F8;
	color: #777;
	text-align: left;
	font: 1.1em Arial, Tahoma, Verdana, Sans-Serif;
	margin: 0 auto 0;
	padding: 2px 0px 10px 15px;
	border-top: 1px dotted #b2bec4;
	border-bottom: 1px solid #b2bec4;
	min-width: 600px;
}

.seriesbox p {
	margin: 0px 12.5px 0 12.5px;
}


.seriesbox img {
	margin: 0px 12.5px 0 12.5px;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #1E3A96;
	text-align: center;
	
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	background-color: #00b3dd;
	color:#fff;
	font-size: .8em;
	padding:5px;
	margin:0px 0px 7px;
}

.seriesmeta a{

	color:#fff !important;
	font-weight:bold !important;
	font-size: 1.1em !important;
	margin-left:3px;

}

.series-nav-left a{
	float: left;
	margin-left:10px;
	text-align:center;
	padding-top:2px;
	font-size:.8em;
	font-weight:bold;
	background:url(/images/series-previous.png) 0 0 no-repeat;
	width: 143px;
	height:20px;
}

.series-nav-left a{	text-decoration:none!important;}

.series-nav-right a{
	float: right;
	margin-right:10px;
	text-align:center;
	padding-top:2px;
	font-size:.8em;
	font-weight:bold;
	background:url(/images/series-next.png) 0 0 no-repeat;
	width: 119px;
	height:20px;

}

.series-nav-right a{	text-decoration:none!important;}

.latest-series{
	width:168px;
	margin-top:-5px;
  margin-bottom:10px;
  padding:15px 10px;
 	font-size:.8em;
	border: 1px solid #b2bec4;
}

.latest-series li {
  padding-bottom: 11px;
  padding-left: 28px;
  padding-top: 3px;
	font-size:1.1em;
	font-weight:bold;
  list-style: none;
  background: url(/images/li-series.png) no-repeat 0 0;

}


#series-sidebar li {
  list-style: none;
}

#series-sidebar .logo {
  margin-left:-10px;
}


#series-sidebar .viewall {
  margin-left:-10px;
  margin-bottom:10px;
  margin-top:-11px;
}


#Latest-Series{
	width:178px;
	margin-left:-10px;
	margin-top:-28px;
  margin-bottom:10px;
  padding:5px 10px;
 	font-size:.8em;
	border: 1px solid #b2bec4;
}

#Latest-Series li:first-child{
  list-style: none;

}

#Latest-Series li li{

  padding-bottom: 11px;
  padding-left: 28px;
  padding-top: 3px;
  color:#009BDF;
	font-size:1.1em;
  list-style: none;
  background: url(/images/li-series.png) no-repeat 0 0;

}

#Latest-Series li li a{
  color:#009BDF;

}


#Latest-Series h3{
  visibility:hidden;
  padding:0!important;
} 


/*
Style for WP-PageNavi plugin

*/

.wp-pagenavi {
	padding-top:20px;
	clear: both;
	font-size:1em;
	margin:auto;
	width:98%;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px dotted #B2BEC4;
	padding: 3px 4px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #B2BEC4;
}

.wp-pagenavi span.current {
  background:none repeat scroll 0 0 #F4F8FD;

}


