/*
Theme Name: Visionary-Modified
Theme URI: http://justintadlock.com/
Description: A theme for news/magazine sites.  It includes built-in video features that easily allow you to add videos to your site.
Version: 1.1
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under Creative Commons Attribution-Share Alike 3.0 Unported License.
*/
body { 
	color: #000;
	background: #f7f7f7; /* url(images/claremontstripe.gif) repeat; */
	font: 80% Arial, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	padding: 0 0;
	margin: 0;
	}
/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #cccccc;
	border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: #cccccc;
	border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
	}
/* TOP NAVIGATION MENU */
#top-nav {
	overflow: auto;
	width: 950px;
	margin: 0 auto;
	padding: 0 15px;
	background: #fff;
	/* border-bottom: 1px solid #eee; */
	}
#top-nav ul {
	float: right;
	width: 190px;
	margin: 0;
	padding: 12px 0;
	}
#top-nav ul li {
	display: inline;
	margin: 0 15px 0 0;
	}
#top-nav ul li a {
	font-weight: normal;
	color: #3c3c3c;
	border-bottom: 3px solid #f7f7f7;
	text-decoration: none;
	}
#top-nav ul li a:hover, #top-nav ul li#current a { border-bottom: 3px solid #990000; }
/* SEARCH FORM */
#search form {
	float: right;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	}
#search input#s {
	width: 190px;
	padding: 5px;
	margin: 5px 0;
	color: #333;
	background: #fff;
	border: 1px solid #660000;
	}
#search input#search-submit {
	width: 40px;
	padding: 4px;
	margin: 5px 0 5px 0;
	color: #fff;
	border: 1px solid #333;
	background: #3388cc;/*#660000;*/
	}
#header-container {
	width: 100%;
	}
#nav-container {
	float: left;
	width: 100%;
	margin: 2px 0 15px 0;
	}
/* HEADER */
#header {
	float: left;
	width: 950px;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	}
#header h1 {
	display: inline;
	font-size: 2.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#header h1 a {
	color: #000;
	padding: 0;
	margin: 0 0 0 5px;
	}
#header h1 a span { color: #000; }
#header h1 a:hover, #header a:hover span { color: #000;; }
#header h2 {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 5px 5px;
	font-weight: normal;
	font-size: 1em;
	color: #fff; /* #000; */
	text-align: left;
	}
/* FEED */
#feed {	
	width: 290px;
	float: right;
	padding: 10px 0;
	margin: 0;
	}
#feed ul {
	float: right;
	margin: 0;
	padding: 5px 0;
	}
#feed ul li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	}
#feed ul li.feed-blog { background: url(images/feed-icon.gif) no-repeat 0 .1em; }
#feed ul li.feed-email { background: url(images/feed-email.gif) no-repeat 0 .1em; }
#feed ul li a {
	font-size: 1em;
	color: #0055aa; /*color: #000;*/
  margin: 0;
	padding: 0;
	text-decoration: none;
	}
#feed ul li a:hover{
  color: #000;
  text-decoration: underline;
  }

/* MAIN NAVIGATION MENU */
#main-nav {
	float: left;
	width: 930px;
	margin: 0;
	padding: 0;
	}
#main-nav ul {
	float: center;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
#main-nav ul li a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	color: #171796; /*color: #0055aa;*/
	text-align: center;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	}
#main-nav ul li a:hover, #main-nav ul li a:active {
	color: #3c3c3c;
	border: none;
	margin: 0;
	/* background: #eee; */
	text-decoration: underline;
	}
#main-nav ul li#current a { /* background: #f7f7f7; */ }
/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	background: #fff;
	}
/* CONTAINS MAIN CONTENT */
#content, #home {
	float: left;
	width: 650px;
	margin: 0;
	}
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
/* LINKS */
a {
	font-weight: normal;
	color: #0055aa;
	text-decoration: none;
	}
a:hover {
  color: #000;
	text-decoration: underline;
	}
/* POSTS */
#home .feature {
	float: left;
	display: block;
	margin: 10px 0 10px 0;
	padding: 0 5px 0px 5px;
	}
#home .feature img {
	width: 150px;
	/* height: 150px; */
	margin: 0 10px 5px 0;
	}

#home .feature a:hover img {
	width: 150px;
	/* height: 150px; */
	margin: 0 10px 5px 0;
	padding: 6px 6px;
	}	
	
	
/* for parts of the page that are sectioned off (e.g. features, recent headlines) */
h2.section-header {
	float: left;
	width: 645px;
	font-size: 0.9em; /* 1.2em; */
	/* font-style: italic; */
    /* font-weight: bold; */
	margin: 0 0 10px 0;
	padding: 5px;
	color: #5A6571; /* #000; */ /* #990000; */
	border-top: 1px solid #5A6571; /* 2px solid #000; */ /* 1px solid #eee; */
	/* border-bottom: 2px dotted #000; */
	}
#home .secondary {
	padding: 0 0 5px 0;
	margin: 5px 0 10px 0;
	float: left;
	border-bottom: 1px solid #eee;
	}
.post {
	margin: 0 0 25px 0;
	width: 650px;
	}
.entry {  
  float: left; clear: left; 
	width: 650px;
	font-size: 1em;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.post-left, .post-right {
	width: 320px;
	}
.post-left h2, .post-right h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.post-left img, .post-right img {
	width: 75px;
	height: 75px;
	}


.post-left .entry, .post-right .entry {
	width: 320px;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.post-left {
	clear: left;
	float: left;
	}
.post-right {
	float: right;
	}
.post a {
	font-weight: normal;
	color: #0055aa; /*color: #000;*/
	text-decoration: none;
	}
.post a:hover {
  color: #000;
	text-decoration: underline;
	}
.post h2 {
	clear: left;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: normal;
	}
.post h2 a { font-weight: bold; color: #000;; }
.post .byline {
	margin: 3px 0 3px 0;
	padding:4px; 
/*	background:#f6f6f6;
	border:solid 1px #ececec; */
	}
.secondary .byline {
	padding: 0;
	margin: 0 0 -15px 0;
	color: #666;
	font-style: italic;
	}
.time, .category, .comment, .tags, .commenter, .author {
	padding: 0 10px 5px 20px;
	}
.time {
	background: url(images/calendar.gif) no-repeat 0 .2em;
	}
.category {
	background: url(images/folder.gif) no-repeat 0 .1em;
	}
.comment {
	background: url(images/comment.gif) no-repeat 0 .1em;
	}
.tags {
	background: url(images/tags.gif) no-repeat 0 .2em;
	}
.commenter, .author {
	background: url(images/commenter.gif) no-repeat 0 .1em;
	}
.edit {
	padding: 0 0 5px 20px;
	background: url(images/edit.gif) no-repeat 0 .1em;
	}
.more {
	padding: 0 20px 0 0;
	background: url(images/more.gif) no-repeat right .2em;
	}
.post-meta-data {
	margin-right: 6px;
	text-align: right;
		float: right;
	}
.single .post-meta-data {
	clear: left;
	float: right;
	text-align: left;
	}
/* LISTS */
/*
#content ul, #home ul {
	margin: 15px 0;
	padding: 0;
	}
#content ul li, #home ul li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(images/radio.gif) no-repeat .2em .2em;
	list-style-type: none;
	}
*/
/* tables */
.post table { border: none; }
.post tr, .post td { border: 1px solid #333; }

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 470px;
	}
/* ALIGNMENT */
.left {
	float: left;
	margin: -5px 12px 5px 0;
	}
p.left { margin-top: 15px; }
.right {
	float: right;
	margin 0 0 0 15px;
	}
.center {
	margin: 15px auto;
	text-align: center;
	}
.post-navigation {
	margin: 15px 0;
	}
.post-previous {
  margin-top: -10px;
  padding-bottom: 10px;
	float: left;
	width: 45%;
	}
.post-next {
  margin-top: -10px;
  padding-bottom: 10px;
  text-align: right;  
	float: right;
	width: 45%;
	}
/* IMAGES */


.post img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 7px;
	-moz-border-radius: 3px;
}


.post a img {
	border: 1px solid #ddd;
}

.post a:hover img {
	border: 2px solid #38c;
	padding: 7px;
	margin: 6px;
	-moz-border-radius: 5px;
}

.thumbnail img {
  width: 100px;
  /* height: 100px;	*/
  padding: 5px;
  margin: 5px;
}

.thumbnail a:hover img {
  padding: 5px;
  margin: 4px;
}

*:first-child+html .thumbnail a:hover img { 
	padding-bottom: 4px;
}

	
/* RELATED POSTS */
.related {
	width: 270px;
	float: left;
	margin-right: 17px;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	margin: 0;
	padding: 0;
	}
.ads img { border: none; }
/* COMMENTS TEMPLATE */
#comments-template {
	clear: left;
	margin: 30px 0 0 0;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
	/* background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	}
#comments-template ol li.alt {
	border-top: 1px solid #eee; /*#990000;*/
	border-bottom: 1px solid #eee;
	}
#comments-template ol li .comment-meta-data {
	font-weight: bold;
	}
#comments-template ol li .comment-text {
	width: 90%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #fff;
  /*	border: 1px solid #eee; */
	}
/* TRACKBACKS */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #000; }
/*input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #990000;
	}
*/
textarea 	{
	width: 96%;
	pad	 ding: 5px;
	margin-top: 10px;
	border: 1px solid #eee; /* #990000;*/
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #3388cc; /*#990000;*/
	}
/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBARS ********************************************* */
/* sidebar - div for entire sidebar */
#sidebar {
	display: inline;
	float: right;
	width: 290px;
	}
#sidebar-home, #sidebar-single, #sidebar-archive {
	float: right;
	width: 290px;
	margin: 0 0 15px 0;
	padding: 0;
	background: #fff;
	}
#sidebar-video, #sidebar-bottom, .horizontal {
	float: right;
	width: 290px;
	margin: 0 0 15px 0;
	padding: 0;
	background: #fff;
	}
.menu {
	padding: 0;
	margin: 0 0 10px 0;
	background: #fff;		
	}
.menu h2 {
	float: left;
	width: 96%;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 0.9em; /* 1.2em; */
	/*font-style: italic;*/
    /* font-weight: bold; */
	color: #5A6571; /* #000; */ /* #660000; */
	border-top: 1px solid #5A6571; /* 2px solid #000; */ /* 1px solid #eee; */
	/*border-bottom: 2px dotted #000;*/
	}
.menu div {
	float: left;
	width: 100%;
	display: block;
	padding: 10px 0;
	background: #c6d9e9; /* #dddddd; */
	}
.menu ul, .tabbed div ul {
	float: left;
	width: 97%;
	margin: 0;
	padding: 5px 0 3px 0;
	}
.menu ul li, .tabbed div ul li {
	padding: 0 0 2px 10px;
	margin: 0 2px 0 20px;
	list-style-type: none;
	background: url(images/radio.gif) no-repeat 0 .3em;
	}
.menu ul li a, .tabbed div ul li a {
	width: 97%;
	display: block;
	font-weight: normal;
	font-size: 1em;
	padding: 2px 0 7px 5px;
	color: #000; /* #0055aa; */
	text-decoration: none;
	}
.tabbed div ul li a {
	font-size: 1em;
	}
.menu ul li a:hover { 
  color: #000;
	text-decoration: underline;
}

.menu2 h2 {
	float: left;
	width: 96%;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 0.9em; /* 1.2em; */
	/*font-style: italic;*/
    /* font-weight: bold; */
	color: #5A6571; /* #000; */ /* #660000; */
	border-top: 1px solid #5A6571; /* 2px solid #000; */ /* 1px solid #eee; */
	/*border-bottom: 2px dotted #000;*/
	}
.menu2 div {
	float: left;
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom:10px;
	background: #fff;
	}

.menu2 ul {
	float: left;
	width: 97%;
	margin: 0;
	padding: 5px 10px 3px 0;
	}
.menu2 ul li {
	padding: 0 10px 10px 5px;
	list-style-type: none;
/*	margin: 0 0 0 20px;
	background: url(images/radio.gif) no-repeat 0 .4em; */
	}
.menu2 ul li a {
	width: 97%;
	display: block;
	font-weight: normal;
	font-size: 1em;
	/* padding: 2px 0 7px 5px; */
	color: #0055aa; /* #000; */
	text-decoration: none;
	}
.menu2 ul li a:hover { 
  color: #000;
	text-decoration: underline;
}



/* SIDEBAR TABS */
.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	}
.tabbed ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	}
.tabbed ul.tabs li a {
	width: auto;
	overflow: hidden;
	border: none;
	display: block;
	background: #fff;
	margin: 0 2px 0 0;
	padding: 10px 12px;
	}
.tabbed ul.tabs li a:hover {
	background: #eaf3fa; /* #eee; */
	}
.tabbed ul.tabs li a.tab-current {
	background: #c6d9e9; /* #dddddd; */
	}
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	}
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 { display: none; }
/* SIDEBAR VIDEOS */
#sidebar-video .menu p {
	text-align: right;
	margin: 0;
	}
#sidebar-video .menu div.video {
	float: left;
	width: 275px;
	margin: 0 0 0 5px;
	padding: 0;
	}
#sidebar-video .menu div h2 {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar-video .menu div.video-list {
	float: right;
	width: 113px;
	font-size: .95em;
	}
#sidebar-video .menu div ul {
	margin: -7px 0 0 0;
	padding: 0;
	}
ul.video li {
	display: block;
	list-style-type: none;
	margin: 0 0 3px 0;
	background: url(images/video-bullet.gif) no-repeat 0 .7em;
	}
ul li a.current { color: #000; }

div.v2, div.v3, div.v4, div.v5 { display: none; }

/* SIDEBAR BOTTOM */
/* flickr photos */
.flickr img {
	margin: 10px 0 10px 15px;
	padding: 3px;
	border: 1px solid #990000;
	}
.flickr p {
	margin: 0 10px 0 0;
	text-align: right;
	}

.dtree {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.dtree img {
	margin: 0px 0 0px 0px;
	padding: 0px;
	}
.dtree p {
	margin: 0;
	padding: 0;
	}

	
	
/* SIDEBAR ADS */
.horizontal .ads { margin: 0 0 10px 0; }
.horizontal .ads { background: #fff; }
.horizontal .ads p {
	margin: 0;
	padding: 0;
	}
.horizontal .ads img {
	float: left;
	margin: 0 10px 0 0;
	}
/* FOOTER */
#footer {
	clear: left;
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #660000;
	}
#footer p {
	float: left;
	width: 50%;
	margin: 5px auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 52px;
	}
#footer img { margin: 0 10px; border: none; }
#footer img a { }
/*	"VISIONARY"	*/

/* Suckerfish drop-down CSS pages/menus for Wordpress */
 
#suckerfishnav {
	background:#FCC917;
	width: 920px;
	height: 20px;
	}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	text-align:left;
	list-style:none;
	line-height:20px;
	padding:0;
	margin:0 0 1px 0;
	width:100%;
	}
#suckerfishnav a {
	display:block;
	color:#171796;
	padding:0px 8px;
	}
#suckerfishnav li {
	float:left;
	padding:0;
	}
#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:221px;
	margin-top:20px;
	padding-top:8px;
	line-height:1;
	border-left:1px solid #aaa;	
	border-right:1px solid #aaa;		
	}
#suckerfishnav li li {
	padding-right:1px;
	width:220px;
	border-bottom:1px solid #aaa;
	}
#suckerfishnav li li a {
	padding:4px 8px;
	width:250px;
}
#suckerfishnav li ul li {
	}
#suckerfishnav li ul li a {
	color:#171796;
	}
#suckerfishnav li:hover ul li a  {
	color:#171796;
	}
#suckerfishnav li ul ul {
	margin:-21px 0 0 101px;
	}
#suckerfishnav li ul li:hover {
	background:#FCC917;
}
#suckerfishnav li ul li:hover a {
	color:#000;
	text-align:left;
	}
#suckerfishnav li ul li:hover li a {
	color:#171796;
	}
#suckerfishnav li ul li li:hover a {
	color:#000;
	}
#suckerfishnav li ul li ul li:hover ul li a {
	color:#171796;
	}
#suckerfishnav li ul li ul li:hover ul li:hover a {
	color:#000;
	text-align:left;
	}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left:-999em;
	}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
	left:auto;
	*margin-left: -80px; /* for IE7 */
	background:#FCC917;
	}
	
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#FCC917;
	}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#000;
	text-align:left;
	}
	
	
/* Rounded Corners */


/* rounded corners on images */

div.roundedimage {
	margin:0px;
	position:relative;
	/* float:left;*/
	vertical-align:top;
}
div.roundedimage img{	
	/* float:left; */
	border:0 none;
}
div.roundedimage div{	
	position:absolute;
	left:0;
	height:10px;
	width:100%;
}
div.roundedimage div.tl{
	background:transparent url(images/corners/tl.gif) top left no-repeat;
	top:0;
}
div.roundedimage div.tr{
	background:transparent url(images/corners/tr.gif) top right no-repeat;
	top:0;
}
div.roundedimage div.bl{
	background:transparent url(images/corners/bl.gif) bottom left no-repeat;
	bottom:0;
}
div.roundedimage div.br{
	background:transparent url(images/corners/br.gif) bottom right no-repeat;
	bottom:0;
}

div.roundedimage div.br-yellow{
	background:transparent url(images/corners/br-yellow.gif) bottom right no-repeat;
	bottom:0;
}


/* rounded corners for content */

.roundedcorner_box {
	background:#FCC917;
	margin:0;
	padding:0;
	float:left;
  width:950px;
  height: 30px;
}
.roundedcorner_top div {
   background: url(images/corners/tl.gif) no-repeat top left;
}
.roundedcorner_top {
   background: url(images/corners/tr.gif) no-repeat top right;
}
.roundedcorner_bottom div {
   background: transparent url(images/corners/bl.gif) no-repeat bottom left;
}
.roundedcorner_bottom {
   background: transparent url(images/corners/br.gif) no-repeat bottom right;
}

.roundedcorner_top div, .roundedcorner_top1, 
.roundedcorner_bottom div, .roundedcorner_bottom1 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcorner_content { 
  margin-left:0px;
  margin-right:10px;
}

/* WPG2 Features */

.wpg2sidebarblock-image {
	float: left;
	text-align: center;
}

.wpg2sidebarblock-image a img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 10px;
	-moz-border-radius: 3px;
}

.wpg2sidebarblock-image a:hover img {
	border: 2px solid #38c;
	padding: 8px;
	margin: 8px;
	-moz-border-radius: 5px;
}	

.wpg2sidebarblock-image a:hover img {
	border: 2px solid #38c;
	padding: 8px;
	margin: 8px;
	-moz-border-radius: 5px;
}	

.sociable img {
  border: 0;
  padding: 0;
  padding: 0;
}

.sociable a img {
  border: 0;
  padding: 0;
  padding: 0;
}

.sociable a:hover img {
  border: 0;
  padding: 0;
  padding: 0;
}

.sociable-hovers {
  border: 0;
  padding: 0;
  padding: 0;
}

.sociable-hovers:hover {
  border: 0;
  padding: 0;
  padding: 0;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



