/*
Theme Name: Plasma, your last WordPress theme
Theme URI: http://avi.alkalay.net/
Version: 20080224
Description: <a href="http://avi.alkalay.net">Leverage your best content with Plasma: your last WordPress theme</a>.
Author: Avi Alkalay
Author URI: http://avi.alkalay.net/

$Id: style.css 78 2008-11-30 10:49:53Z aviram $
*/


body {
	font-size: 9pt;
	font-family: Helvetica, Arial, Verdana, Bitstream Vera Sans;
	/* background-color: #FFF0D0; */

	background: url(img/content_bg.gif);
}


/*********************************************
 *********************************************
 **
 ** Blog Header related classes
 **
 **/

/* Global, non-style related */
.widgetExpandableBanner {
	width: 100%
}

/* Style related */
.widgetExpandableBanner {
	/* The nice and exapandable blue and green bar */
	
	position: relative;
	height: 51px;
	background: url(img/bannerSmallBackground.png) no-repeat top right;
}



.widgetExpandableBanner .inner {
	/* The nice and fixed orange, blue an green banner, with star */
	
	height: 51px;
	background: url(img/bannerSmallStar.png) no-repeat;
	overflow: hidden;
}


.widgetExpandableBanner .name {
	/* Blog title */
	
	position: absolute;
	left: 170px;
	top: .15em;

	font-family: Arial Black, Helvetica, Bitstream Vera Sans;
	font-variant:small-caps;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: white;
}


.widgetExpandableBanner .description {
	/* Blog subtitle or description */
	
	float: right;
	margin-top: 1.2em;
	margin-right: 1em;

	font-family: Calibri,Verdana,Helvetica,Bitstream Vera Sans;
	font-weight: bold;
	font-style: italic;
	color: white;
	/*letter-spacing:1px;*/
	/* font-variant:small-caps; */
}


/**
 ** End of Blog Header related classes
 **
 *********************************************
 *********************************************/







/*********************************************
 *********************************************
 **
 ** Single Post (as single page) related classes
 **
 **/


#panel-archive .hentry {
	margin-bottom: 4em;
}

.widgetSinglePost .hentry {
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: lightgrey;
}


.headerstyle1 .hentry .header,
.widgetSinglePost .hentry .header {
	width: 100%;
	position: relative;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: lightgrey;
}

.headerstyle1 .hentry .header .categories,
.widgetSinglePost .hentry .header .categories {
	left: 0;
	top: 0;
	position: absolute;
	font-family: Verdana, Arial, Bitstream Vera Sans
}

.headerstyle1 .hentry .header .categories a,
.widgetSinglePost .hentry .header .categories a {
	font-weight: bold;
	text-decoration: none;
	color: brown;
}

.headerstyle1 .hentry .header .categories a:hover,
.widgetSinglePost .hentry .header .categories a:hover {
	text-decoration: underline;
}

.headerstyle1 .hentry .header .categories .label,
.widgetSinglePost .hentry .header .categories .label {
	display: none;
}

.headerstyle1 .hentry .header .comments:hover,
.widgetSinglePost .hentry .header .comments:hover {
	background-color: #f0e290;
}

.page .categories {
	display: none;
}

.headerstyle1 .hentry .header .comments,
.widgetSinglePost .hentry .header .comments {
	display: block;
/*	width: 6.5em;
	height: 3.5em; */
/*	position: relative; */
	float: left;

	padding: .5em;
	margin-right: .5em;
	margin-bottom: .2em;

	text-align: center;
	text-decoration: none;

	color: brown;
	background-color: #fef19f;
	border: .16em solid #afa66e;
	border-left-color: #e2d797;
	border-top-color: #e2d797;

	border-radius: 1.1em;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;

	-moz-border-radius: 1.1em;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 0;

	-webkit-border-radius: 1.1em;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 0;

	-khtml-border-radius: 1.1em;
	-khtml-border-bottom-right-radius: 0;
	-khtml-border-top-left-radius: 0;

	-opera-border-radius: 1.1em;
	-opera-border-radius-bottomright: 0;
	-opera-border-radius-topleft: 0;
}

.headerstyle1 .hentry .header .comments .word,
.widgetSinglePost .hentry .header .comments .word {
	font-size: .8em;
}

.headerstyle1 .hentry .header .comments .number,
.widgetSinglePost .hentry .header .comments .number {
	font-size: 2em;
	font-weight: bold;
	display: block;
}


.headerstyle1 .hentry .header .title,
.widgetSinglePost .hentry .header .title {
	display: block;
	position: relative;

	padding-top: .4em;
	margin-right: 45px;

	color: orange;
	font-size: 2.8em;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}


.headerstyle1 .hentry .header .author,
.widgetSinglePost .hentry .header .author {
	display: block;

	color: rgb(128,128,128);
	font-family: Arial, Tahoma;
	font-size: .9em;
}


.headerstyle1 .hentry .header .date,
.widgetSinglePost .hentry .header .date,
.headerstyle1 .hentry .header .date-updated,
.widgetSinglePost .hentry .header .date-updated {
	display: block;

	color: rgb(128,128,128);
	font-size: .9em;
	font-family: Arial, Tahoma;
}


.headerstyle1 .hentry .header .short,
.headerstyle1 .hentry .header .default,
.widgetSinglePost .hentry .header .short,
.widgetSinglePost .hentry .header .default {
	display: none;
}


.headerstyle1 .hentry .header .tags,
.widgetSinglePost .hentry .header .tags {
	display: block;
	margin-top: .5em;

	word-spacing: .5em;
	color: rgb(128,128,128);
	font-family: Arial, Tahoma;
	font-size: .8em;
}

.headerstyle1 .hentry .header .tags a,
.widgetSinglePost .hentry .header .tags a {
	color: brown;
}

.headerstyle1 .hentry .header .tags a:hover,
.widgetSinglePost .hentry .header .tags a:hover {
	text-decoration: none;
}


.page .tags {
	display: none !important;
}

.headerstyle1 .hentry .header .admin,
.widgetSinglePost .hentry .header .admin {
	position: absolute;
	right: 0;
	top: 1.3em;
	width: 40px;
	padding-top: .5em;
}

.adm-commentsfeed, .adm-permalink, .adm-editpost,
.adm-comments, .adm-trackback {
	padding: 8px;
	background: url(blogicons/permalink.png) no-repeat;
	font-size: 0;
	line-height: 18px;
	vertical-align: middle;
	text-decoration: none;
}

.adm-editpost {
	background-image: url(blogicons/edit.png);
}

.adm-commentsfeed {
	background-image: url(blogicons/feed.png);
}

.adm-comments {
	background-image: url(blogicons/comment.png);
}

.adm-trackback {
	background-image: url(blogicons/trackback.png);
}


/**************************************************
**** End of header styles
***************************************************/


.hentry .content {
	clear: both;
	font-family: Verdana, Helvetica, Arial, Bitstream Vera Sans;
	overflow-x: auto;
}


.content blockquote {
	color: #626262;
	border: 2px solid blue;
	border-top: 0;
	border-bottom: 0;
	padding: 1em;
	padding-top: 0;
	padding-bottom: 0;
}


.content a:hover {
	text-decoration: none;
}


.content h4 {
	font-size: 1.7em;
}


.content ul {
	padding-left: 2em;
}



.content li {
	margin-bottom: .7em;
}


.content .conversation {
	font-family: Comic Sans MS, Trebuchet MS, Bitstream Vera Serif;
	color: #660066;
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 1em;
}


.content .photo {
	padding: .5em !important;
	border: 1px solid #a9a9a9;
	background-color: white;
	margin: .6em;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}


.content img {
	border: 0;
}


.content .articleinfo {
	padding-right: .5em;
	margin: .5em;
	border: 1px solid green;
	background: lightyellow;
	font: .9em Tahoma, Arial, Bitstream Vera Sans, sans-serif;
	width: 40%;
	max-width: 40%;
}


.programlisting, .screen {
	font-family: lucidatypewriter, Bitstream Vera Sans Mono, lucida console, courier, tahoma;
/*	font-size: 12px;*/
	color: #555555;
	background-color: #FFF7EA;
	border: 2pt solid #CCCCCC;
	overflow: auto;

	border-radius: .5em;
	-moz-border-radius: .5em;
	-khtml-border-radius: .5em;
	-o-border-radius: .5em;
	-opera-border-radius: .5em;

}

.command {
	font-family: lucidatypewriter, Bitstream Vera Sans Mono, lucida console, courier, tahoma;
	color: #298952;
	font-weight: bold;
}

.filename, .envar, tt {
	font-family: lucidatypewriter, Bitstream Vera Sans Mono, lucida console, courier, tahoma;
	color: #298952;
	/*	font-size: 10px; */
}



/**
 ** End of Single Post (single page) related classes
 **
 *********************************************
 *********************************************/








/*********************************************
 *********************************************
 **
 ** Multipost widget related classes
 **
 **/



.tag .widgetMultiPost .widgettitle,
.category .widgetMultiPost .widgettitle,
.date .widgetMultiPost .widgettitle,
.search .widgetMultiPost .widgettitle {
	color: orange;
	font-size: 2em !important;
	/*font-family: Verdana, "Bitstream Vera Sansa", sans-serif;*/
	margin-top: .5em;
	margin-bottom: .1em;
}


.widgetMultiPost .widgetsubtitle p,
.widgetMultiPost .widgetsubtitle {
	color: orange;
	font-size: 1.1em;
	font-family: Verdana, "Bitstream Vera Sansa", sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}


.widgetMultiPost .subscribe {
	background-color: transparent;
	background-image: url(blogicons/feed.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: .8em;
	margin-bottom: 1.5em;
	text-decoration: none !important;
	font-weight: bold;
/*	font-size: 11px; */
	font-family: Verdana, "Bitstream Vera Sansa", sans-serif;
	color: green !important;
	display: block;
}


.widgetMultiPost .paged {
	text-align: right;
	font-weight: bold;
	clear: both;
}


#panel-search .hentry {
	width: 45%;
	float: left;
	clear: left;
	border: none;
	margin-right: 1em;
}

#panel-search .alt {
	clear: none;
}

/**
 ** End of Multipost (single page) related classes
 **
 *********************************************
 *********************************************/





/*********************************************
 *********************************************
 **
 ** Single Post (multipost page) related classes
 **
 **/


.headerstyle2 .hentry .header {
	clear: both;
	width: 100%;
	position: relative;
	margin-bottom: .5em;
}

.headerstyle2 .hentry {
	padding-bottom: .6em;
	border-bottom: 1px dotted grey;
	margin-bottom: .6em;
}


.headerstyle2  .hentry .header .title {
	color: orange;
	font-size: 1.4em;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: relative;
}


.headerstyle2  .hentry .header .author,
.headerstyle2  .hentry .header .comments,
.headerstyle2  .hentry .header .date {
	color: rgb(128,128,128);
	font-family: Tahoma, Arial;
	font-size: .9em;
	position: relative;
	top: .1em;
	margin-right: 1em;
}

.headerstyle2 .header .label {
	display: none;
}

.headerstyle2  .hentry .header .long,
.headerstyle2  .hentry .header .default,
.headerstyle2  .hentry .header .date-updated,
.headerstyle2  .hentry .header .admin,
.headerstyle2  .hentry .header .tags,
.headerstyle2  .hentry .header .categories {
	display: none;
}

.headerstyle2  .hentry .content {
	clear: both;
	font-family: Tahoma, Arial;
	font-size: .9em;
}


.headerstyle2  .hentry .content p {
	margin-top: .5em;
	margin-bottom: .5em;
}

.headerstyle2  .hentry .readmore {
	font-weight: bold;
	color: rgb(113,113,213);
}

/**
 ** End of Single Post (multipost page) related classes
 **
 *********************************************
 *********************************************/






/*********************************************
 *********************************************
 **
 ** Navigation links related classes
 **
 **/

.widgetNavigation {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: lightgrey;
}

.widgetNavigation a {
	font-size: 1.2em;
	font-weight: bold;
	color: orange;
	text-decoration: none
}

.widgetNavigation a:hover {
	text-decoration: underline;
}

.widgetNavigation .next a {
	float: right;
}

.widgetNavigation .prev a {
	float: left;
}



/**
 ** End of navigation links related classes
 **
 *********************************************
 *********************************************/





/*********************************************
 *********************************************
 **
 ** Widget Best Posts related classes
 **
 **/

.widgetBestPosts {
/*	margin: 0px; */
}

.widgetBestPosts .wrapper {
	border: 1px solid rgb(213,213,213);
	background: rgb(241,241,241);
	padding-left: 3px;
	padding-right: 3px;
}

.widgetBestPosts .tabs {
	padding-left: 3px;
	margin-bottom: 1px;
	margin-top: 1em;
}

.widgetBestPosts .tabs * {
	display: inline;
	font-size: .9em;
	color: rgb(102,102,102);
	background: rgb(246,246,246);
	padding: .5em;
	padding-bottom: .2em;
	border: 1px solid rgb(213,213,213);
	border-bottom: 0;
	margin-left: 0;
	margin-right: .5em;
	display: inline;
	cursor: pointer;
}

.widgetBestPosts .tabs .selected {
	background: white;
	color: navy;
	border-bottom: 0;
	padding-top: .6em;
	border-top: 2px solid brown;
}


.widgetBestPosts .lists .selected {
	padding-left: 3px;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	list-style-type: none;
	background-color: white;
	border: 1px solid rgb(213,213,213);
}


.widgetBestPosts .hentry .header {
	margin-bottom: 0;
	padding-top: .5em;
	padding-bottom: 1em;
	border-bottom: 1px dotted rgb(213,213,213);
}



.widgetBestPosts .hentry .header {
	width: 95%;
	margin-left: .5em;
}

.widgetBestPosts .hentry .header:hover {
	background-color: rgb(248,241,248);
}

.widgetBestPosts .hentry .header .categories,
.widgetBestPosts .hentry .header .default,
.widgetBestPosts .hentry .header .date-updated,
.widgetBestPosts .hentry .header .admin,
.widgetBestPosts .lists .unselected {
	display: none;
}



.widgetBestPosts .hentry .header .author,
.widgetBestPosts .hentry .header .comments,
.widgetBestPosts .hentry .header .date {
	position: relative;
	top: .6em;
	margin-right: 1em;

	color: rgb(128,128,128);
	font-family: Tahoma, Arial;
	font-size: .9em;
}


.widgetBestPosts .hentry .header .label,
.widgetBestPosts .hentry .header .long,
.widgetBestPosts .hentry .header .default,
.widgetBestPosts .hentry .header .date-updated,
.widgetBestPosts .hentry .header .admin,
.widgetBestPosts .hentry .header .tags,
.widgetBestPosts .hentry .header .categories {
	display: none;
}

.widgetBestPosts .hentry .header .title {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: navy;
	display: block;
}

.widgetBestPosts .hentry .header .title:hover {
	color: rgb(0, 0, 238);
	text-decoration: underline;
}

.widgetBestPosts .hentry  {
	margin-bottom: 0 !important;
}

/**
 ** End of Widget Best Posts related classes
 **
 *********************************************
 *********************************************/





/*********************************************
 *********************************************
 **
 ** Widget Comment Input Form related classes
 **
 **/


.widgetCommentForm input, .widgetCommentForm textarea {
	border: 1px solid;
}

.widgetCommentForm input, .widgetCommentForm textarea {
	background: #efefff;
	border-color: orange;
}

.widgetCommentForm textarea {
	width: 80%;
}


.widgetCommentForm .widgettitle {
	font-size: 1.7em !important;
	color: orange;
}


/**
 ** End of Comment Input Form related classes
 **
 *********************************************
 *********************************************/





/*********************************************
 *********************************************
 **
 ** Widget Comments (list) related classes
 **
 **/

/*
.widgetComments .commentlist  {
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid rgb(221, 221, 221);
	clear: both;
	float: left;
	width: 95%;
}
*/

.widgetComments .widgettitle {
	font-size: 1.7em !important;
	color: orange;
}


.widgetComments .pingback,
.widgetComments .trackback,
.widgetComments .comment  {
	display: table;
	width: 95%;

	margin-bottom: .5em;
	padding-bottom: .5em;

	border: 2px solid rgb(221, 221, 221);
}


.widgetComments .byuser {
	border-color: orange;
}

.widgetComments .index {
	display: table-cell;
	float: left;
	width: 4%;
	text-align: right;
	border-right: 1em solid white;
}


.widgetComments .metadata {
	display: table-cell;
	float: left;
	width: 24%;
	border-right: 1em solid white;
}

.widgetComments .content {
	display: table-cell;
	float: left;
	width: 65%;
	overflow-x: auto;
}

.widgetComments .metadata .author,
.widgetComments .metadata .date,
.widgetComments .metadata .control {
	display: block;
}


.widgetComments .metadata .author {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	/*font-size: 1.3em; */
}

.widgetComments .metadata .author a {
	color: rgb(52, 107, 164);
}

.widgetComments .metadata .date {
	margin-top: 1em;
	margin-bottom: .3em;
	font-size: .9em;
	color: rgb(128,128,128);
}

.widgetComments .content p {
	margin-top: 0;
	font-family: Helvetica, Verdana, Arial;
}


/**
 ** End of Widget Comments (list) related classes
 **
 *********************************************
 *********************************************/





/*********************************************
 *********************************************
 **
 ** Widget Featured Post related classes
 **
 **/

.widgetFeaturedPost {
	border-bottom: 5px dotted #FFF0D0;
}

.widgetFeaturedPost .widgettitle {
	margin-top: 0 !important;
}

.widgetFeaturedPost .hentry {
	float: right;
	width: 70%;
	margin-bottom: 0 !important;
}

.widgetFeaturedPost .meta {
	float: left;
	clear: left;
	display: block;
	width: 28%;
}


.widgetFeaturedPost .meta .date .default,
.widgetFeaturedPost .meta .date .long,
.widgetFeaturedPost .meta .date-updated,
.widgetFeaturedPost .meta .label,
.widgetFeaturedPost .meta .tags,
.widgetFeaturedPost .meta .title {
	display: none;
}

.widgetFeaturedPost .meta .date .short,
.widgetFeaturedPost .meta .comments,
.widgetFeaturedPost .meta .categories,
.widgetFeaturedPost .meta .admin,
.widgetFeaturedPost .meta .author {
	display: block;
	clear: right;
	font-family: Tahoma, Arial;
	font-size: .9em;
	margin-bottom: .4em;
	color: rgb(128,128,128);
}

.widgetFeaturedPost .meta .categories a {
	color: brown;
}

.widgetFeaturedPost .meta a:hover {
	text-decoration: none;
}


.widgetFeaturedPost .hentry .header .title {
	top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	color: orange;
	display: block;
}

.widgetFeaturedPost .hentry .header .date,
.widgetFeaturedPost .hentry .header .date-updated,
.widgetFeaturedPost .hentry .header .admin,
.widgetFeaturedPost .hentry .header .comments,
.widgetFeaturedPost .hentry .header .author,
.widgetFeaturedPost .hentry .header .tags,
.widgetFeaturedPost .hentry .header .categories {
	display: none;
}

.widgetFeaturedPost .hentry .content {
	margin-bottom: 0 ;
	font-family: Tahoma, Arial;
	font-size: .9em;
}

/**
 ** End of Widget Featured Post related classes
 **
 *********************************************
 *********************************************/




/***********************************************************
 ***********************************************************
 **
 ** General definitions for the widgets on the a footer
 **
 **/


#footer-1 .widget {
	font-family: Verdana,Helvetica,Bitstream Vera Sans;
	font-size: .9em;
	margin: .7em;

	max-width: 25%;
	width: 20%;

	float: left;
/*	clear: left; */

	background-color: #FFF7E7;
	padding-left: 1em;
	padding-right: 1em;
	-moz-border-radius: 1.5em;
}

#footer-1 .widget .widgettitle {
	font-family: Arial,Helvetica,Bitstream Vera Sans;
	color: rgb(84, 178, 240);
	font-size: 1.3em;
}

#footer-1 .widget ul {
/*	padding-left: 1.5em; */
}

#footer-1 .widget li {
	color: orange;
}

#footer-1 .widget a {
	color: rgb(80, 150, 10);
	text-decoration: none;
}

#footer-1 .widget a:hover {
	text-decoration: underline;
}

#footer-1 img {
	border: 0;
}

#footer-1 {
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #FFF0D0;
	display: table;
}

/**
 ** End of general definitions for the footer
 **
 ***********************************************************
 ***********************************************************/




/*********************************************
 *********************************************
 **
 ** Compact Search related classes
 **
 **/


.widgetCompactSearch #s {
	margin-top: .5em;
	padding: .5em;
	padding-left: 25px;
	width: 90%;
	background: url(img/search.gif) no-repeat;
	background-color: white;
	border-top-color: grey;
	border-left-color: grey;
	border-right-color: lightgrey;
	border-bottom-color: lightgrey;
}



/**
 ** End of Closing Info related classes
 **
 *********************************************
 *********************************************/




/*********************************************
 *********************************************
 **
 ** Closing Info related classes
 **
 **/

.widgetClosingInfo {
	width: 100%;
	background-color: #FFF0D0;
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 1em;
}


.widgetClosingInfo p {
	text-align: center;
	font-size: .8em;
	color: grey;
	margin: 0;
	padding: 0;
}

.widgetClosingInfo a {
	color: green;
}

/**
 ** End of Closing Info related classes
 **
 *********************************************
 *********************************************/





/*********************************************
 *********************************************
 **
 ** widget_categories related classes
 **
 **/

li {
	padding-left: 0;
}

.widget_categories {
	font-family: Verdana, Helvetica, Bitstream Vera Sans;
	background-color: #FFF7E7;
	padding-left: 1em;
	padding-right: 1em;
	-moz-border-radius: 1.5em;
}

.widget_categories ul {
/*	padding-left: 1em; */
}

.widget_categories a {
	font-weight: bold;
	text-decoration: none;
	color: green;
}

.widget_categories .children a {
	font-weight: normal;
	text-decoration: none;
}

.widget_categories .children {
	padding-left: 1em;
}

.widget_categories li:hover {
}

.widget_categories a:hover {
	text-decoration: underline;
}

/**
 ** End of widget_category related classes
 **
 *********************************************
 *********************************************/



/*********************************************
 *********************************************
 **
 ** widget_related related classes
 **
 **/

.widgetRelated {
}

.widgetRelated .widgettitle {
	font-size: 1.7em !important;
	color: orange;
}

.widgetRelated ul {
	padding-left: 1.3em;
}

.widgetRelated li {
	margin-bottom: .5em;
}

.widgetRelated a {
	text-decoration: none;
}

.widgetRelated a:hover {
	text-decoration: underline;
}

/**
 ** End of widget_related related classes
 **
 *********************************************
 *********************************************/






/*********************************************
 *********************************************
 **
 ** Real sidebars related classes
 **
 **/

img {
	border: 0
}

#sidebar-1, #sidebar-2 {
	background-color: #FFF7E7;
	display: table;
	width: 100%;
}

#sidebar-1 .widget,
#sidebar-2 .widget {
	background-color: transparent;
}

#sidebar-1 .widget .widgettitle,
#sidebar-2 .widget .widgettitle {
	font-family: Arial,Helvetica,Bitstream Vera Sans;
	color: rgb(84, 178, 240);
	font-size: 1.3em;
}

#sidebar-1 ul,
#sidebar-2 ul {
	padding-left: 0;
/*	list-style-type: none; */
}

#sidebar-1 ul li,
#sidebar-2 ul li {
/*	padding: .5em; */
	padding-left: 0;
	padding-right: 0;
	margin: .5em;
	margin-top: 0;
	margin-bottom: 0;
/*
	border-bottom: 1px dotted black;
*/
	color: orange;
}

#sidebar-1 .widget a,
#sidebar-2 .widget a {
	color: rgb(80, 150, 10);
	text-decoration: none;
}


#sidebar-1 ul li:hover,
#sidebar-2 ul li:hover {
	background-color: rgb(255, 240, 208);
}

#sidebar-1 ul li a,
#sidebar-2 ul li a {
	text-decoration: none;
	color: green;
}

#sidebar-1 .widget,
#sidebar-2 .widget {
	width: 90%;
	margin-left: 2%;
	margin-right: 2%;
}

/**
 ** End of real sidebars related classes
 **
 *********************************************
 *********************************************/

body {
	margin: .4em;
}

ul {
	margin-left: 0;
	padding-left: 1.5em;
}

.widgetMain {
	background-color: white;
	padding-bottom: 1em;
}


.widgetMain .widget {
	background-color: white;
}

.widgetMain .widgetFeaturedPost,
.widgetMain .widgetMultiPost,
.widgetMain .widgetBestPosts {
 	margin-left: .5%;
	margin-top: .5%;

 	padding: .5%;
}


.widget {
	max-width: 100%;
}

.horizontal-panel .widget {
	float: left;
}

.panel {
	margin: 0px;
	padding: 0px;
}

.horizontal-panel {
	max-width: 100%;
	width: 100%;
	clear: both;
}

.vertical-panel {
}


.widget .widgettitle {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	font-weight: bold;

	/* The values were copied from firefox' default to H2, to make
	   them look the same on IE */
	margin-top: .83em;
	margin-bottom: .83em;
}
