/*  
Theme Name: Sync-Blog	
Theme URI: http://yulmedia.com/
Description: Design by YulMedia		
Version: 1.3 - Revised by DTychshenko @ Infusion
*/



/*
TABLE OF CONTENTS 

  CSS Reset
  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}

pre {
  font-family:monospace;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* 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+ */
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white;text-align:center; }
body #recent {text-align:left;}

ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4e4e4; /* line to be commented */
	background-image: url(images/synch_bg_2b.gif); /* line to be commented */
  /*	background: #ECECEC;
  	background-image: url(images/backgroundBody_silver.jpg); */
	background-repeat: repeat-x;
	background-position: top;
	color: #505050;
	font-size: 1px;

	}

p {	
	margin: 15px 0;
	text-align: left;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#dddddd;
	color: #666666;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Verdana;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */



	
#recent {
	margin: 0 auto 0px auto;
	padding:10px 10px 10px 10px;
	background:#ffffff;
	width:950px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size: 11px;
}

#page {
	width:950px;
	margin:0px auto;
	padding: 10px 10px 10px 10px;
	background:#c9d8d8;
	font-size:12px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align: left;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

#footer {
	margin: 0 auto;
	width: 965px;
	font-size:10px;
	background:#ececec;
	color:#333333;
	padding:5px 0 5px 5px;
	}
	
#foot {
	margin: 0 auto;
	width: 968px;
	font-size:10px;
	background:#E4E4E4;
	color:#333333;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#333333 url(images/navbar.png) no-repeat;
	width:958px;
	font-size:10px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:280px;
	text-align:center;
	padding-top:3px;
	margin-right:40px;
	}

/* Legacy Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font:21px verdana;
	font-weight:bold;
	margin: 5px 0 0 0;
	}

h2 {
	font:21px Verdana;
	font-weight:bold;
	}

span.excerpt h2, #headline h2 {
	font: 11px Verdana, Helvetica, Arial, Sans-Serif !important; 
	font-weight: normal !important;
}

h3 {
	font:12px Verdana;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:12px Verdana;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

#comments h3 {
	font-size: 12px;
	color: #006973;
	}
	
#comments a {
	color: #006973;
	}
	
#comments a:hover {
	color: #000000;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#dedede;
	width:970px;
	height: 220px;
	overflow: hidden;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-image: url(images/featured_bg.jpg);
	background-position: right;
	}

#headline {
	width:645px;
	height: 220px;
	float:left;
	padding:15px;
	font-family: Verdana, helvetica, arial, sans-serif;
    font-size:11px;
	line-height:1.5em;
	margin:0;
	background:#353a3a;
	background-image: url(images/headline_bg.jpg);
	color:#fff;
	overflow:hidden;
	}

#headline a {
	color:#cbd2da;
	text-decoration: underline;
	}

#headline a:hover {
	color:#ffffff;
	}

#headline div.clearfloat p {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	}

#top div.label {
	font:14px Verdana, helvetica, arial, sans-serif;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline .title h1 {
	font: 23px/25px Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:0.9em;
	padding-bottom:3px;
    	margin-top:5px;
    	color: #cbd2da;
	}
	
#headline div.title h1 a {
    	color: #cbd2da;
    	text-decoration: none;
	}

#headline div.title h1 a:hover {
    	color: #ffffff;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

#headline .meta a {
	color: #ffffff;
	text-decoration: none;
	}
	
#headline .meta a:hover {
	text-decoration: underline;
	}

#headline p {
	padding-bottom: 20px;
	}
	
#headline div.clearfloat a img {
	border: none;
	}

#featured {
	width:269px;
	float:right;
	padding:10px 10px 0px 10px;
	margin: 0;
	font-size:12px;
	color: #ffffff;
	height: 100%;
}


#featured li {
    list-style:none;
    height: 63px;
    margin:0;
    padding:0;
    color: #ffffff;
}


#featured .arthemia-carousel {
    overflow:hidden;
    width:270px;
    color: #ffffff;
}

#featured .arthemia-carousel ul li {
    margin: 0;
}

#featured .arthemia-carousel ul li div a img{
   border: 1px solid #c2c3c3;
}

#featured .arthemia-carousel a {
    text-decoration: none;
}


#featured .info {
    margin-top:0px;
	padding-top:15px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	color: #ffffff;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
    color: #cbd2da;
	}

#featured .title {
	font-weight:normal;
	color: #ffffff;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	}
	
div.info a:hover {
	text-decoration: underline;
}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
	color: #ffffff;
    }

#featured a {
	color: #ffffff;
	}

#featured a:hover {
	color: #ffffff;
	}

#featured a img {
	border:1px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Verdana, helvetica, arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display: inline;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:950px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 950px;
	padding: 0 0 0 0;
	}
	
#bottom-left {
	width:620px;
	padding:10px;
	font-size:12px;
	line-height:1.5em;
	float:left;
	border-top:1px solid #ececec;
	margin-bottom: 10px;
	display: inline;
	}	


#bottom-left .meta, #content.archive .meta {
	font-size:12px;
	}
	
#content.archive a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content.archive a:hover {
	color: #000000;
	text-decoration: underline;
}

div#front-list {
	width:620px;
	padding:10px 10px 10px 10px;
	margin: 0;
	background:#fff;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:10px;
	float: left;
	background-color: green;
    }
    
#front-list .title {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 21px;
	color: #46525d;
}

#front-list a {
	color: #006a6a;
	text-decoration: underline;
}

#front-list .title a {
	color: #46525d;
	text-decoration: none;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px Verdana, helvetica, arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.5em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#front-list .comments-link {
	position: relative;
	top: -1.5em;
}

#front-list img {
	position: relative;
	top: 5px;
}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}
	
.meta a {
	text-decoration: underline;
}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:620px;
	background:#fff;
	font-size:12px;
	line-height:1.5em;
	border-top:1px solid #cbd2da;
	float: left;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	}

#paged-list .clearfloat {
	border-bottom: 1px solid #cbd2da;
    padding-bottom:1px;
	}
	
#paged-list h1, #content .title {
	font-size: 18px;
	line-height: 20px;
	color: #46525d;
	margin: 3px 0 5px 0;
	padding: 3px 0 0 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	display: block;
}

#paged-list h1 a, #content .title a {
	color: #46525d;
	font-size: 18px;
	line-height: 20px;
}

#paged-list h1 a:hover, #content .title a:hover {
	color: #000000;
}



#paged-list a {
}

#paged-list a:hover {
	color: #000000;
}

#paged-list h3 a {
	color: #46525d;
	text-decoration: none;
}

#paged-list img {
	margin: 0 15px 10px 0;
}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:300px;
	line-height:1.3em;
	padding:15px 0 15px 0;
	margin:0;
	font-size: 11px;
	color: #000000;
	}
	
.archive .tanbox .title a {
	color: #46525d;
	font-size: 18px;
	line-height: 1.2em;
	margin: 5px 0 5px 0;
	text-decoration: none;
	display: block;
	}

.archive .tanbox .title a:hover {
	color: #000000;
	}
	
.tanbox a {
	text-decoration: none;
}

.archive .tanbox {
	width:620px;
	border-bottom: 1px solid #cbd2da;
    padding:10px;
    margin-bottom: 3px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Verdana, helvetica, arial, sans-serif;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width: 600px;
	float: left;
	}

/* Icons */

.categories li {
	padding: 4px;
}

.cat-arrow {
	position: absolute;
	top:0;
	right: 5px;
	padding: 0;
}

.icon-lo {
	background-color: #e89b02;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: normal;
	margin: 0 5px 5px 0;
	font-weight: bold;
}

.cat-lo-title {
	background-color: #f8ab06;
	color: #000000;
	font-size: 12px;
	padding: 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

.icon-dl {
	background-color: #579a8d;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: normal;
	margin: 0 5px 5px 0;
	font-weight: bold;
}

.cat-dl-title {
	background-color: #6bb9ab;
	color: #000000;
	font-size: 12px;
	padding: 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

.icon-tn {
	background-color: #758f33;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: normal;
	margin: 0 5px 5px 0;
	display: inline;
	font-weight: bold;
}

.cat-tn-title {
	background-color: #8ba83d;
	color: #000000;
	font-size: 12px;
	padding: 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

.icon-tw {
	background-color: #6a79a6;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: normal;
	margin: 0 5px 5px 0;
	font-weight: bold;
}

.cat-tw-title {
	background-color: #8394c5;
	color: #000000;
	font-size: 12px;
	padding: 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

.icon-g {
	background-color: #3c85be;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
	font-weight: normal;
	margin: 0 5px 5px 0;
	font-weight: bold;
}

.cat-g-title {
	background-color: #469bd6;
	color: #000000;
	font-size: 12px;
	padding: 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

.cat-arrow {
	padding: 0;
}

.cat-title {
	padding: 0 20px 0 0;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.cat-title a:hover {
	color: #000000;
	text-decoration: underline;
}


li.current {
	padding: 3px 0 10px 0;
	float: right;
	width: 30px;
	height: 15px;
	display: inline;
}

/* Tech Trends */
a.icon-techtrends {
	padding: 5px !important;
	background-color: #579a8d !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #ffffff  !important;
}

a.icon-techtrends:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* Hardware */
a.icon-hardware {
	padding: 5px !important;
	margin: 3px 0 0 0 !important;
	background-color: #3c85be !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

a.icon-hardware:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* Online */
a.icon-online {
	padding: 5px !important;
	margin: 3px 0 0 0 !important;
	background-color: #e89b02 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

a.icon-online:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* How To */
a.icon-howto {
	padding: 5px  !important;
	margin: 3px 0 0 0 !important;
	background-color: #6a79a6 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

a.icon-howto:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* News */
a.icon-news {
	padding: 5px !important;
	margin: 3px 0 0 0 !important;
	background-color: #758f33 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

a.icon-news:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}



/* Recent by Category*/
.recent-cat {
	width: 190px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 11px;
}

.recent-cat h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0;
	float: left;
}

.recent-cat .avatar {
	float: left;
	margin: 0 5px 15px 0;
}

.recent-cat ul li {
	padding: 0 5px 0 0;
	font-size: 11px;
}


#recent span.cat {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#recent .recent-cat h2 {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

/* Content Page*/

#content {
	width:640px;
	background:#fff;
	padding:0;
	font-size:11px;
	line-height:1.1em;
	float:left;
	margin-bottom: 10px;
	color: #000000;
	}
	
#content p {
	margin: 5px 0 10px 0;
	}

#content a img.left {
	margin: 0 15px 0 0;
	border: 1px solid #cdcdcd;
}

#content.archive a img.left {
	margin: 0 15px 0 0;
}

.post {
	line-height:1.5em;
	}

.post p {
	margin-top:0px;
	color: #000000;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h1.title {
	margin-bottom:0px;
	padding:2px 0 0 0;
	color:#44525f;
	font-size: 18px;
	font-family: Verdana, helvetica, arial, sans-serif;
	}
	
#content h1.title a {
	color:#45525b;
	font-family: Verdana, helvetica, arial, sans-serif;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0 0 0;
	font:11px Verdana, helvetica, arial, sans-serif;
	display:block;
	border: none;
	width: 100%;
	}

#map {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin: 0;
	color: #000000;
	width: 620px;
	float: left;
}

#map a:hover {
	color: #ffffff;
}

.map-dl {
	background-color: #6bb9ab;
}

.map-lo {
	background-color: #f8ab06;
}

.map-g {
	background-color: #469bd6;
}

.map-tw {
	background-color: #8394c5;
}

.map-tn {
	background-color: #8ba83d;
}

.map-other {
	background-color: #dddddd;
}

.map-white {
	background-color: #ffffff;
}

div#map.map-white a:hover {
	color: #066162;
}



img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding: 0 10px 10px 10px;
    background:#ffffff;
    margin:0px;
    color: #000000;
    width: 620px;
    float: left;
    border-bottom: 1px solid #ececec;
}
#bio p {
    margin:0;
    padding:0;
}

#bio h2 {
	font-size: 16px;
	font-weight: normal;
    margin:21px 0 15px 0;
    padding:0;
}

#bio img {
	margin:10px 10px 5px 0;
	float:left;
	width:120px;
	height:120px;
	}
	
.lead-item {
	width:610px;
	float:left;
	padding:15px;
	font-family: Verdana, helvetica, arial, sans-serif;
    font-size:11px;
	line-height:1.5em;
	margin:0;
	background:#353a3a;
	background-image: url(images/headline_bg.jpg);
	color:#fff;
	overflow:hidden;
}

/* Sidebar*/
#sidebar {
	width:300px;
	float:right;
	margin:0;
	padding: 0;
	overflow:hidden;
	}
	
#sidebar ul {
	list-style: none;
	width: 100%;
	list-style-image: none;
	background-image: none;
}	
	
	
#sidebar ul li {
	background-color: #ffffff;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 4px;
	background-image: none;
	display: block;
}

#sidebar ul li .btn {
	float: right;
}

#sidebar ul li.widget-nobg {
  background:none;
  padding:0;
  margin-bottom:0px;
}


#sidebar ul li.widget-nobg .textwidget {
  padding:0px;
}

#sidebar ul li.twitter {
	font-size: 11px;
	padding: 0 0 0 0;
	text-align: center;
	height: 39px;
}

#sidebar ul li.ad {
	font-size: 11px;
	padding: 5px 0 0 0;
	text-align: center;
}

.ad-title {
	font-size: xx-small;
	padding: 3px;
}

#sidebar ul li.ad2 {
	font-size: 11px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar ul li.twitter span {
	color: #000000;
	position: relative;
	top: -15px;
	}
	
#sidebar ul li.twitter span a {
	text-decoration: underline;
	color: #006a6a;
}
	
#sidebar ul li.twitter span a:hover {
	color: #000000;
}

#sidebar ul li.rss {
	background-color: #3a5e5e;
	color: #ffffff;
	text-align: left;
	height: 39px;
	padding: 10px 0 0 5px;
}

#sidebar ul li.rss span {
	color: #ffffff;
	position: relative;
	top: -12px;
}

#sidebar ul li.rss span a {
	text-decoration: underline;
	color: #ffffff;
}

#sidebar ul li.rss span a:hover {
	text-decoration: underline;
	color: #c9d8d8;
}

#sidebar ul li.subscribe {
	font-size: 11px;
	padding: 5px 10px 0 10px;
	text-align: center;
	background-color: #ededed;
}

#sidebar ul li.subscribe span {
	color: #3a5e5e;
	font-size: 12px;
	position: relative;
	top: -9px;
}

#sidebar ul li.subscribe p {
	text-align: left;
}

#sidebar ul li.recent-comment, #sidebar ul li.most-commented {
	padding: 5px 10px 10px 10px;
}

#sidebar ul li.recent-comment a, li.most-commented a {
	text-decoration: underline !important;
	color: #3a5e5e !important;
}

#sidebar ul li.recent-comment a:hover, li.most-commented a:hover {
	color: #000000 !important;
}

#sidebar ul li.recent-comment a.recent-comment-user {
	font-weight: bold !important;
	text-decoration: none !important;
	color: #000000 !important;
}

#sidebar ul li.recent-comment a.recent-comment-user:hover {
	text-decoration: underline;
}


.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar h3 {
	font:11px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	background:#3a5e5e;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:3px 10px;
	text-transform: uppercase;
	}

#sidebar-top, #sidebar-bottom {
	width:250px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:100px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px solid #cbd2da;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

div.textwidget {
	padding: 0 10px 0 10px;
}

div.ctc {
	padding: 0 10px 10px 10px;
	text-align: center;
}

div.ctc a {
	padding: 2px;
}

/* Recent Comments */
ul#recentcomments li.recentcomments a, .recentcomments a {
	display: block;
	color: #000000;
}

ul#recentcomments li.recentcomments a:hover, .recentcomments a:hover {
	text-decoration: underline;
}

ul#recentcomments li.recentcomments {
	border-bottom: 1px solid #ced1d6;
	color: #666666 !important;
}

#get_recent_comments_wrap li.recent-comment a:link, 
#get_recent_comments_wrap li.recent-comment a:visited {
text-decoration:underline !important;
}

#get_recent_comments_wrap li.recent-comment a:hover {
	text-decoration: underline !important;
}

#get_recent_comments_wrap li.recent-comment,
#sidebar li.most-commented {
	border-bottom: 1px solid #ced1d6 !important;
	color: #000000 !important;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}


/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#000000;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}
	


#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}

input#s.field {
	margin: 4px;
}

/* Comments*/

#inline-widgets ul li {
	list-style: none;
	width: 250px;
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #edf2fb;
}

#inline-widgets ul li h3 {
	font-size: 18px;
}

#inline-widgets ul li img {
	padding: 3px;
	border: none;
}

.fbconnect_miniprofile {
	width: 250px;
	color: #444444;
}

.fbconnect_userpicmain {
	background: none;
}

.fbconnect_miniprofile h3 {
	color: #ffffff;
}

.invitebutton {
	width: 200px;
}

.fbconnect_LastUsers {
	background-color: #8fa5cc;
	width: 200px;

}


#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.comment { 
color:#4d4d4d; 
padding: 11px 14px 11px 14px; 
background:#f2f2f2; 
list-style:none; 
margin-bottom:10px; 
font-size:11px; 
line-height:18px; 
border-bottom: 1px solid #dcdbd7;
position:relative;
}

ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }

ul.commentlist li.comment div {
margin-left:70px;
}
 
ul.commentlist li.comment .comment-meta,
ul.commentlist li.comment .comment-author,
ul.commentlist li.comment .reply {
margin-left:0px;   
}

ul.commentlist li.comment img.avatar { 
border:1px solid #ccc; 
margin:0px 0px 13px 13px; 
position:absolute;
left:0px;
top:0xp;
padding:2px; 
width:45px; 
height:45px;

}	

ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; color: #000000;}
ul.commentlist li.comment div.comment-meta a { color:#000000; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }
.comment-meta .commentmetadata a { color: #000000;}

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 970px;
	background:#cbd7d7;
	margin: 0 auto;
	padding: 0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}

#random {
	display: none;

}

#gallery #video {
    float:left;
    width:640px;
    padding:0;
    font-size:11px;
    line-height: 1em;
}

#gallery h3 {
    display:block;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 950px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color: #c9d8d8;
	text-indent: 0;
	}
	
#front-popular h3 {
	font-size: 18px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 0 20px 0;
	text-transform: none;
	}

#recentpost {
	width:290px;
	float:left;
	padding: 15px;
	background-color: #056262;
	color: #ffffff;
	font-size:11px;
}
	
#mostcommented {
	width:315px;
	float:left;
	padding: 15px;
}

#mostcommented {
	margin-left:20px;
}

#recent_comments {
	width:290px;
	float:left;
	padding:15px;
	background-color: #2e7978;
	color: #ffffff;
	font-size:11px;
}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	text-decoration: underline;
	padding: 0 0 5px 0;
	text-indent: 0;
}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:10px;
	list-style: none;
	list-style-position: outside;
	display: block;
}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
    padding: 0 10px 5px 0;
    margin: 0;
    display: block;
    line-height: 12px;
}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:0px;
	margin: 0 0 0 0;
	text-decoration:underline;
	position: relative;
	top: -5px;
	text-indent: 0;
}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	text-decoration: underline;
	color:#c9d8d8;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
}

.front-popular-item {
	width: 235px;
	float: right;
}

#footer-recent {
	margin:0 auto;
	padding:0px;
	background:#c9d8d8;
	width:970px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

#footer a:hover {
	color:#808080;
	}
	
#video {
	width: 640px;
	float: left;
	background-color: #2e7978;
	margin: 0;
}

#video h3 {
	font-size: 18px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 0 15px 0;
	text-transform: none;
	color: #ffffff;
	}

#recent-video {
	background-color: #539291;
	padding: 10px;
}

.recent-video-item {
	display: inline;
	width: 145px;
	float: left;
	padding: 0 10px 0 0;
	background-color: #539291;
	font-size: 10px;
	text-align: center;
}

.recent-video-item a {
	color: #ffffff !important;
	text-decoration: underline !important;
	line-height: 15px;
}

.recent-video-item a:hover {
	color: #c9d8d8 !important;
}

.recent-video-item a img {
	text-decoration: none;
}

.iconbox {
	float: left;
	width: 35px;
	height: 40px;
	margin: 0;
	padding: 5px 5px 5px 0;
}

.iconbox a {
	margin: 3px 0 0 0 !important;
	padding: 5px !important;
}
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

.clearleft {
	clear: left;
}

.clear {
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* SuperFish */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0 5px 0 0;
	list-style:		none;
	display: inline;
}
.sf-menu {
	position: absolute;
	padding: 1px 0 5px 0;
	right: 0;
	margin-top: 1px;
	width: 30px;
	height: 12px
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	padding: 2px 0 3px 0;
	margin: 0 0 0 0;
	height: 12px;
}
.sf-menu ul li {
	width: 140px;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	top: 3px;
	left: -105px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	padding: 1px 10px 1px 10px;
	width: 126px;
}
.sf-menu a:hover {
	background-color: #444444;
	color: #ffffff;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.2em; /* match top ul list item height */
	z-index:		99;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;

}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom:	0;
}
.sf-menu a {
	border-top:		1px solid #4a4a4a;
	padding: 		4px 4px 4px 10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#555555;
}
.sf-menu li li li {
	background:		#555555;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Other Items */

a.badge {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a.badge:hover {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

span.author {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

span.author a:hover {
	text-decoration: underline;
}

.metalinks a, #content.archive .metalinks a {
	text-decoration: underline !important;
	font-size:12px;
	color: #00686a !important;
}

.metalinks a:hover, #content.archive .metalinks a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}

span#sharethis_0 {
	display: none;
}

span#sharethis_1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#page #content.index {
	width:620px;
	float:left;
	padding: 15px 10px 5px 10px;
	margin: 0 0 10px 0;
	}

#page #content.archive .tanbox {
	width:620px;
	float:left;
	padding: 10px;
	}

/* Articles with black backgrounds */
#page #content.archive .article-1 {
	width:620px;
	float:left;
	padding: 10px;
	font-family: Verdana, helvetica, arial, sans-serif;
    font-size:11px;
	line-height:1.2em;
	background-image: url(images/headline_bg.jpg);
	color:#fff;
	}

#page #content.archive div.tanbox.left.article-1 .meta {
	color:#ffffff;
	}

#page #content.archive div.tanbox.left.article-1 a {
	color:#cdd4dc;
	text-decoration: none;
	}

#page #content.archive div.tanbox.left.article-1 a:hover {
	color:#ffffff;
	text-decoration: underline;
	}
	

#page #content.archive div.tanbox.left.article-1 .metalinks a {
	color:#cdd4dc !important;
	text-decoration: underline !important;
	}

#page #content.archive div.tanbox.left.article-1 .metalinks a:hover {
	color:#ffffff !important;
	}
	
/* MSN Cobranding */


ul#menu{border-bottom-color:#ffa707;}
ul#menu li {background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/backgrounds/menuSeparator_greenTech.gif);}ul#menu li a {color: #434343;background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/backgrounds/menuPattern_greenTech.gif);}ul#menu li a:hover,ul#menu li a:visited:hover,ul#menu li a:active { color: #434343; background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/backgrounds/menuPattern_o_greenTech.gif) }ul#menu li.hover a { background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/backgrounds/menuPattern_o_greenTech.gif) }ul#menu li.selected a,ul#menu li.selected a:hover { color: #000; background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/backgrounds/menuPattern_s_greenT.gif) }ul#menu li#home a {	background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/buttons/b_home_s_greenTech.gif);}ul#menu li#home a:hover,ul#menu li#home a:visited:hover,ul#menu li#home a:active { background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/buttons/b_home_o.gif); }ul#menu li#home.selected a,	ul#menu li#home.selected a:hover { background: url(http://sync.sympatico.msn.ca/Bell.Sympatico.CMS/images/general/buttons/b_home_s_greenTech.gif); }ul#menu li ul.submenu li {border-bottom-color: #f1f1f1;}ul#menu li ul.submenu li a { color: #434343; background: #fff; border-right-color: #fff;  }	ul#menu li ul.submenu li a:hover { color: #434343; background: #fcc400; border-right-color: #bbd1da; }#SMSN_footer{	background-color:#ececec;	padding-top:5px;	padding-bottom:5px;}

#msn-head {
	width: 970px;
	margin: 0 auto 0 auto !important;
	padding: 0;
	font-size: 0.7em;
	border: 1px solid #fff;
	background-color: #006a6a;
}

#head {
	margin: 0;
	padding: 0;
	border: none !important;
}

#MSN_JE_headerwrapper {
	margin: 0;
}

.userbanner {
  padding:5px;
  padding-bottom:10px;
  font-weight:normal;
}

#AdManagerResponse {
  text-align:center !important;
  margin:0 auto !important;
}

.topAdBannerBorder {
  text-align:center !important;
}

.execphpwidget td {
vertical-align:middle;
}

 .execphpwidget td a {
font-size:10px;
}


 li#execphp-5 {
padding:0 !important;
/*margin-bottom:1em !important;*/
}

#sidebar ul li.widget_execphp {
margin-bottom:1em;
}

#sidebar ul li.widget_execphp li {
margin-bottom:0px;
}

#sidebar ul li.widget_execphp li.subscribe p {
  margin-bottom:0px;
}

.wp-caption {
background:#F2F2F2;
margin-right:10px;
padding-bottom:5px;
border:1px solid #DDD;
}

.wp-caption a img {
margin:0;
padding:0;
margin-left:4px;
margin-top:3px;
border:none !important;
}

.wp-caption dd, .wp-caption-text {
padding-left:5px;
font-size:10px;
line-height:130%;
margin-bottom:10px;
}

.tags-cats {
width:430px;
float:left;
padding-bottom:10px;
}

.top-fblike {
  padding-top: 6px;
  width: 460px;
  height: 30px;
}

.addthis_toolbox_top {
  float: left;
  padding-top: 5px;
}

.addthis_toolbox_bottom {
  width: 430px;
  float: left;
padding-bottom: 20px;
}

