/*
Theme Name: Light Station
Description: A wordpress theme with lots of features. <a href="http://www.themeland.co.il" title="וורדפרס בעברית">תרגום והסבה לעברית - טימלנד</a>
Version: 1.0
Author: SUV
Author URI: http://suv.reviewitonline.net/

הסבה ותרגום לעברית ע"י טימלנד
	כל הזכויות שמורות (c)
	http://www.themeland.co.il 
*/



/* ===================== reset ===================== */

* { margin: 0; padding: 0; }

.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* ===================== general ===================== */

body {
	direction: rtl; font: 500 13px/21px Arial, Verdana, sans-serif; color: #676767; text-align: right; background: #F5ECE7; }

a { color: #5b81a9; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0;  font-family: 'david','Abel', sans-serif; }
h1 { font-size: 30px; line-height: 64px; margin:10px 0px 0px 0px; color: #555; font-weight: 500;}
h2 { font-size: 20px; line-height: 24px; margin:0px 0px 0px 0px; color: #555;font-weight: 100;}
h3 { font-size: 18px; line-height: 22px; color: #555; font-weight: 100;}
h4 { font-size: 16px; line-height: 20px; color: #D6004D; font-weight: 2;}
h5 { font-size: 14px; line-height: 18px; color: #555; font-weight: 100;}
h6 { font-size: 14px; line-height: 16px; color: #555; font-weight: 100;}

input, textarea { font-size: 12px; padding: 2px; }

hr { display: none; }
p { padding: 7px 0; }
code { color: #5886a3; }
pre { margin: 10px 0; padding: 15px; background: #eee; border: 1px solid #ddd; clear: both; width: 538px; overflow: auto /*--If the Code exceeds the width, a scrolling is available--*/; overflow-Y: hidden /*--Hides vertical scroll created by IE--*/ ; }
small { font-size: 11px; line-height: 12px; }

blockquote { display: block; margin: 25px 0; padding: 0 45px 0 0; clear: both; font-size: 14px; font-style: italic; background: url(images/quote.png) no-repeat; font-family: Georgia, Times; }
blockquote.pullquote, blockquote.pullquoteleft { font-size: 2em; line-height: 1em; font-style: italic; width: 200px; color: #a1a1a1; background-image: none; }
blockquote.pullquote { margin: 0 30px 0 0; border-right: 5px solid #eee; padding: 10px 30px 10px 0; }
blockquote.pullquoteleft { margin: 0 0 0 30px; border-left: 5px solid #eee; padding: 10px 0 10px 30px; text-align: left; }

table { margin: 0; }

.multi_col { -moz-column-width: 14em; -webkit-column-width: 14em; -moz-column-gap: 1em; -webkit-column-gap: 1em; }
.list_inline li { display: inline; margin: 0 0 0 5px; list-style: none; padding: 0; }

.box_yellow { clear: both; padding: 20px; margin: 20px 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fff58f; border: 1px solid #efdb00; }
.box_green { clear: both; padding: 20px; margin: 20px 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #aaff8f; border: 1px solid #5fdf37; }
.box_blue { clear: both; padding: 20px; margin: 20px 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #9fcfff; border: 1px solid #4593df; }

.checklist ul { margin-right: 0; list-style:none!important; }
.checklist ul li { padding: 0 30px 0 0; background-image: url(images/check.png); background-position: right center; background-repeat: no-repeat; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/check.png'); }

.left { float: right; }
.right { float: left; }

.dropcap { font-size: 270%; line-height: 100%; font-weight: bold; float: right; padding-top: 0; padding-left: 5px; }
.highlight { background: #ffff66; }

.rounded { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: block; }

div.divider { clear: both; display: block; height: 1px; padding-top: 20px; margin-bottom: 20px; border-bottom: 1px dashed #aaa; }
div.divider.no_border { border: none; }

.transparent_class { filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; }

.sticky { padding: 18px 20px; }
.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }
.bypostauthor { color: #999; font-size: 12px; }

/* ===================== shortcodes/framework fluid width ===================== */

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth { position: relative; float: right; display: inline; overflow: hidden; margin-left: 4%; }

.first { margin-right: 0; /* the first left column */ }
.last { margin-left: 0; clear: left; /* the last right column */ }

/* ===================== images ===================== */

img, img a { border: none; vertical-align: bottom; }

.alignleft { float: right; margin: 0 0 5px 15px; display: inline; }
.alignright { float: left; margin: 0 15px 5px 0; display: inline; }
.aligncenter { display: block; margin: 0 auto; }

.wp-caption, .imgthumb, .entry img { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption-dd { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

.post_image { margin-bottom: 15px; overflow: hidden; font-size: 12px; text-align: center; background-color: #f9f9f9; border: 1px solid #dedede; padding: 20px; padding-bottom: 15px; }
.post_image img { background-color: #f9f9f9; border: 1px solid #888; margin: auto; }
.post_image .wp-caption { background-color: #f9f9f9; overflow: hidden; }
.post_image .wp-caption img { background: none; float: right; }
.post_image p.wp-caption-text { clear: right; border-top: none; font-size: 12px; padding: 10px; text-align: center; color: #555; }

.special img, .special img a { border: 5px solid #ccc; vertical-align: bottom; }

.post img { }

/* ===================== layout ===================== */

#header { padding: 0 35px; position: relative; z-index: 1; background: url(images/bg-header.png) repeat-x top center; -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); }
#header-inner { margin: auto; width: 970px; height: 175px; position: relative; }


#header #logo { float: left; display: inline; margin: 0; }
#header #logo img { margin: 0px 0px 0px 60px; }

#header #networks { float: left; display: inline; margin-top: 50px; margin-left: 20px; background-image: url('http://imghover.com/xtli/light_station.gif');}

#top-nav { padding: 0 35px; position: relative; z-index: 100; background: #FAF5F3; opacity:0.9 ; border-top: 2px solid #F3DBD3; }
#top-nav-inner { margin: auto; width: 970px; height: 35px; position: relative; }

#featured-area { padding: 9px 0; margin-top: 10px; position: relative; z-index: 1; background: url(images/bg-featured.png) no-repeat bottom center; }
#featured-area-inner { margin: auto; position: relative; padding: 0; width: 970px; }
#featured-area-box-inner { position: relative; width: 970px; }

#page { padding: 0 35px; position: relative; z-index: 1; }
#page-inner { margin: 0 auto 3px; padding: 20px 0; width: 970px; position: relative; }

#content { width: 700px; padding: 0; float: left; }

#sidebar { width: 260px; padding: 0; margin: 0; float: right; display: inline; }
#sidebar .box { padding: 0; margin: 0 0 10px; border: 1px solid #EBEBEB; border-bottom: 1px solid #d4d4d4; }
#sidebar .boxinside { padding: 14px; background: #fff; }


/* ===================== featured ===================== */

div.kwicks_container { width: 920px; margin: 0 auto; }

#top .kwicks { list-style: none; position: relative; margin: 0; padding: 0; width: 920px; height: 300px; z-index: 2; }

#top .kwicks li { display: block; }

.kwicks li { display: block; float: right; overflow: hidden; padding: 0; cursor: pointer; width: 194px; height: 300px; z-index:2; }

li#kwick  { display: block; -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20); -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20); }

.kwicks li a { height: 280px; outline:none; display:block; z-index:100; cursor: pointer; text-decoration: none; color: #aaa; }

.kwicks li h3 { position: absolute; width: 130px; outline: none; z-index: 0; cursor: pointer; margin: 0 5px 0 0; right: 0px; top: 15px; left: 0px; bottom: 0px; }

.kwicks a:hover, .kwicks #active { color: #fff; }

.slider { background: #010101; filter: alpha(opacity=70); opacity: 0.8; -moz-opacity: 0.8; width: 174px; height: 30px; position: absolute; display: block; bottom: 0; right: 0; z-index: 2; padding: 12px; font-size: 12px; line-height: 14px; cursor: pointer; }
.sliderheading { display: block; font-size: 12px; font-style: italic; }


/* ===================== myslidemenu ===================== */

#myslidemenu { width: 735px; height: 35px; margin-right: 0; float: right; display: inline; }

.jqueryslidemenu { width: 100%; font-size: 14px; font-weight: 500; font-family: david, 'Abel', sans-serif; }
.jqueryslidemenu ul { margin: 0; padding: 0; list-style-type: none; }

.jqueryslidemenu ul li { position: relative; display: inline; float: right; }
.jqueryslidemenu ul li a { padding: 7px 15px; display: block; text-decoration: none; }

.jqueryslidemenu ul ul { background: #FAF5F3; opacity:0.8; top: 35px; padding: 0 10px; }
.jqueryslidemenu ul ul ul { background: #FAF5F3; opacity:0.8; margin: 0 30px 0 0; padding: 0 10px; }

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }

.jqueryslidemenu ul li a { color: grey; font-weight: 580;}
.jqueryslidemenu ul li a:hover { color: #D6004D; font-weight: 580;}

/*1st sub level menu*/
.jqueryslidemenu ul li ul { position: absolute; right: 0; width: 120px; display: block; visibility: hidden; clear: both; }

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li { display: list-item; float: none; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul { top: 0; }

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a { width: 120px; padding: 7px 5px; margin: 0; border-top-width: 0; }

/* ===================== searchform ===================== */

#search { width: 220px; height: 35px; float: left; margin-left: 5px; display: inline; }
#s { background: url(images/bg-search.png) no-repeat; border: none; width: 170px; height: 25px; color: #777; font-size: 90%; display: inline; float: right; }
#searchform { float: left; padding-top: 5px; padding-left: 8px; }
#searchform, #searchform div { position: relative; }
#searchsubmit { background: url(images/search-btn.png) no-repeat; height: 25px; width: 30px; border: none; text-indent: -999%; display: inline; float: right; }
form#searchform input#s { padding: 0 10px; width: 150px; }

/* ===================== subtitle  ===================== */

#subtitle { font-size: 14px; font-weight: 300; color: #777; padding: 20px; width: 570px; float: right; margin-bottom: 10px; background: #fff url(images/bg-shad-top.png) no-repeat top center; border: 1px solid #fff; text-transform: uppercase; }

/* ===================== content  ===================== */

.post { padding: 20px; width: 570px; float: right; margin-bottom: 10px; border: 1px solid #EBEBEB; border-bottom: 1px solid #d4d4d4; background: #fff; }

.post h2 { color: #111; border-bottom: 1px dotted #ccc; }
.post h2 a { color: #111; }

.post .thumbnail { float: right; padding-right: 0; padding-top: 4px; width: 150px; display: inline; }
.post .post-content { float: left; width: 400px; display: inline; }
.post .post-content-no-thumb { padding: 0; }

.entry { padding: 0; }
.entry a { text-decoration: underline; }
.entry a:hover { text-decoration: none; }
.entry ul, .entry ol { padding: 9px 40px; }

#nav-below { margin: 0 0 20px; padding: 10px; border-top: 2px solid #eee; }
.nav-previous { float: right; width: 50%; }
.nav-next { float: left; text-align: left; width: 50%; }

/* ===================== content / postinfo ===================== */

.postinfo { margin: 15px 0 0; float: right; margin-top: 15px; }

.postmeta_box { float: right; width: 490px; display: inline; color: #888; padding-left: 10px; }
.postmeta li { display: inline; font-size: 90%; font-style: normal; font-family: Georgia, Times; color: #999; padding: 1px 3px; font-style: italic; }
.postmeta li a { text-decoration: none; color: #aaa; }
.postmeta li a:hover { text-decoration: underline; }

.postmeta_bottom li { display: inline; font-size: 90%; font-style: normal; background: transparent; color: #777; }
.postmeta_bottom li a { text-decoration: none; color: #777; }
.postmeta_bottom li a:hover { text-decoration: underline; }

.postmeta-top-single { clear: both; display: block; height: 1px; margin-bottom: 40px; }

.readmore { float: right; width: 70px; text-align: center; font-size: 90%; background: #eee; }
.readmore a { color: #777; }

.postmeta-fullsize { float: left; display: inline; color: #888; font-size: 90%; font-style: italic; }

/* ===================== sidebar ===================== */

#sidebar ul { padding: 0; margin: 0; list-style: none; overflow: hidden; }
#sidebar ul li { }
#sidebar ul li a { line-height: 22px; }
#sidebar ul li li { padding-right: 10px; border-bottom: none; }
#sidebar h4, #sidebar h4 a { margin: 0 0 10px; }
#sidebar h4 a:hover { text-decoration: none; }
#sidebar a { color: #565656; }

#ads { padding: 5px 23px 0 0; width: 270px; }
#ads img { padding: 0; border: none; }
#ads ul { list-style: none; overflow: hidden; }
#ads ul li { float: right; }
#ads ul li a { float: right; display: block; height: 135px; width: 135px; }
#ads ul li a img { margin: 0 0 10px 7px; }
#ads ul li.wide a { width: 260px; height: 130px; margin-left: 0; }
#ads ul li { border-bottom: 0; }
#ads ul li li { border-bottom: 0; }

.latest-post { margin-bottom: 2px; }
.latest-post a { float: none; }
.latest-post img { float: right; margin: 2px 0 4px 12px; }
.latest-post .clear { clear: both; }

/* -------------------- sidebar tabs -------------------- */

#sidebartop { float: right; width: 100%; margin: 0; padding: 0; clear: both; border: none; }
#sidebartabs { width: 304px; margin: 0; padding: 0; }
#sidebartabs li { margin: 0; padding: 0; list-style: none; }
#sidebartabs ul { border-top: 1px solid none; }
#sidebartabs ul li { padding: 8px 10px; margin: 0; border-bottom: 1px solid #e5e5e5; }
#sidebartabs ul ul li { padding: 0; }
#sidebartabs ul ul ul li { padding: 0; }

ul.tabs { margin: 0; padding: 0; float: right; list-style: none; width: 100%; }
ul.tabs li { height: 22px; float: right; margin: 0; padding: 0; overflow: hidden; position: relative; }
ul.tabs li a { text-decoration: none; display: block; padding: 0 0 1px; outline: none; text-align: center; }

ul.tabs li.tab1 { width: 50px; }
ul.tabs li.tab2 { width: 60px; }
ul.tabs li.tab3 { width: 74px; }
ul.tabs li.tab4 { width: 40px; }

#sidebartabs h4, #sidebartabs h4 a { margin: 0; padding: 0; color: #555; background: none; border: none; font-size: 100%; }

html ul.tabs li  { background: #fff; }

html ul.tabs li.active, html ul.tabs li.active a:hover  { background: #eee; }

.tab_container { clear: both; float: right;  width: 100%; }

.tab-sub { font-style: italic; color: #999; font-size: 90%; }

/* ===================== bottom-menu ===================== */

#bottom-menu { padding: 40px 20px; position: relative; z-index: 1; list-style-type: none; color: #999; background: #000; }
#bottom-menu-inner { margin: auto; width: 1040px; position: relative; }

#bottom-menu a { text-decoration: none; color: #aaa; }
#bottom-menu a:hover { text-decoration: underline; }
#bottom-menu ul { margin: 0; padding: 0; list-style: none; }
#bottom-menu ul li { border-bottom: 1px dotted #444; }
#bottom-menu ul li a { line-height: 22px; }
#bottom-menu ul li li { padding-right: 10px; border-bottom: none; }
#bottom-menu h4 { margin-bottom: 20px; color: #999; }

#bottom-menu-1 { width: 210px; margin: 0 40px; float: right; display: inline; }
#bottom-menu-2 { width: 210px; margin: 0 0 0 40px; float: right; display: inline; }
#bottom-menu-3 { width: 210px; margin: 0 0 0 40px; float: right; display: inline; }
#bottom-menu-4 { width: 210px; margin: 0 0 0 40px; float: right; display: inline; }

/* ===================== footer ===================== */

#footer { padding: 15px 20px; position: relative; z-index: 1; list-style-type: none; background: #F3DBD3; }
#footer-inner { margin: auto; width: 1040px; position: relative;  }

#footer-left  { width: 400px; display: inline; font-size: 10px; line-height: 15px; }
#footer-right { width: 400px; display: inline; font-size: 10px; line-height: 15px; }

#footer-left { float: right; }
#footer-right { float: left; text-align: left; color: #F3DBD3; }

#footer-left p { padding: 5px 40px;  }
#footer-left a { font-weight: 500; }
#footer-left, #footer-left a { color: #F3DBD3; }

#footer-right p { padding: 5px 40px;  }
#footer-right a { font-weight: 500; }
#footer-right, #footer-right a { color: #8B8B8B; }


/* ===================== pagenavi ===================== */

#pagenavi { margin: 20px 0; }
#pagenavi span { display: block; float: right; font-style: italic; color: #777; border: none; }
#pagenavi a, #pagenavi .wp-pagenavi .current { display: block; float: right; padding: 4px 9px 1px; border: 1px solid #c6c6c6; color: #777; margin-left: 5px; }
#pagenavi a:hover { border: 1px solid #999; color: #111; }

/* ===================== calendar ===================== */

table#wp-calendar { width: 100%; text-transform: none; padding-top: 0; margin-top: 0; }
table#wp-calendar caption { padding: 0 10px 10px; }
table#wp-calendar th { padding: 0; text-align: center; }
table#wp-calendar td { padding: 0; text-align: center; }

/* ===================== comments ===================== */

.comments {margin: 10px 0;}
.comments h3 { margin: 50px 0 30px 0; }

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border: 1px solid #ddd; padding:1em; margin-bottom: 10px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
ol.commentlist li div.vcard { font-size:14px; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.comment-meta { font-size:9px; margin-bottom: 10px;}
ol.commentlist li div.comment-meta a { color: #aaa; }
ol.commentlist li p { margin: 0; }
ol.commentlist li ul { list-style:square; margin:0 2em 1em 0; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 .25em .25em 0; }
ol.commentlist li ul.children li.depth-3 { margin:0 .25em .25em 0; }
ol.commentlist li ul.children li.depth-4 { margin:0 .25em .25em 0; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fafafa; }
ol.commentlist li.pingback { border-bottom:1px dotted #676767; padding:1em; }

#commentform #author, #commentform #email, #commentform #url, #commentform #comment { border: 1px solid #ccc; border-radius: 3px; font: inherit; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 1px; padding: 5px; }
#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform #comment:focus { border: 1px solid #aaa; }
#commentform #author, #commentform #email, #commentform #url { width: 200px;}
#commentform #comment { width: 400px; }
#commentform p { padding: 15px 0; }
#commentform small { line-height: 26px; }

/* ===================== css3/buttons ===================== */

.button { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; padding: 5px 18px 4px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; margin: 5px 0 5px 10px; text-shadow: 0 1px 1px #555; font-variant: normal; color: #f2f2f2; border: none; background: #383838; background: -webkit-gradient(linear, right top, right bottom, from(#686868), to(#333333)); background: -moz-linear-gradient(top,  #686868,  #333333); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.button:hover { text-decoration: none; color: #f2f2f2; background: #383838; background: -webkit-gradient(linear, right top, right bottom, from(#333333), to(#686868)); background: -moz-linear-gradient(top,  #333333,  #686868); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }
.button:active { position: relative; top: 1px; }
a.button { color: #f2f2f2; text-decoration: none; }

.black { border: none; background: #383838; background: -webkit-gradient(linear, right top, right bottom, from(#686868), to(#333333)); background: -moz-linear-gradient(top,  #686868,  #333333); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.black:hover { background: #383838; background: -webkit-gradient(linear, right top, right bottom, from(#333333), to(#686868)); background: -moz-linear-gradient(top,  #333333,  #686868); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }

.blue { border: none; background: #012b3b; background: -webkit-gradient(linear, right top, right bottom, from(#0097d0), to(#012b3b)); background: -moz-linear-gradient(top,  #0097d0,  #012b3b); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.blue:hover { background: #012b3b; background: -webkit-gradient(linear, right top, right bottom, from(#012b3b), to(#0097d0)); background: -moz-linear-gradient(top,  #012b3b,  #0097d0); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }

.pink { border: none; background: #570033; background: -webkit-gradient(linear, right top, right bottom, from(#ee038c), to(#570033)); background: -moz-linear-gradient(top,  #ee038c,  #570033); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.pink:hover { background: #570033; background: -webkit-gradient(linear, right top, right bottom, from(#570033), to(#ee038c)); background: -moz-linear-gradient(top,  #570033,  #ee038c); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }

.green { border: none; background: #2f4214; background: -webkit-gradient(linear, right top, right bottom, from(#90c841), to(#2f4214)); background: -moz-linear-gradient(top,  #90c841,  #2f4214); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.green:hover { background: #2f4214; background: -webkit-gradient(linear, right top, right bottom, from(#2f4214), to(#90c841)); background: -moz-linear-gradient(top,  #2f4214,  #90c841); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }

.orange { border: none; background: #5b360a; background: -webkit-gradient(linear, right top, right bottom, from(#f39322), to(#5b360a)); background: -moz-linear-gradient(top,  #f39322,  #5b360a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.orange:hover { background: #5b360a; background: -webkit-gradient(linear, right top, right bottom, from(#5b360a), to(#f39322)); background: -moz-linear-gradient(top,  #5b360a,  #f39322); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }

.purple { border: none; background: #2f0d2e; background: -webkit-gradient(linear, right top, right bottom, from(#8e2489), to(#2f0d2e)); background: -moz-linear-gradient(top,  #8e2489,  #2f0d2e); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.purple:hover { background: #2f0d2e; background: -webkit-gradient(linear, right top, right bottom, from(#2f0d2e), to(#8e2489)); background: -moz-linear-gradient(top,  #2f0d2e,  #8e2489); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }


/* ===================== twitter ===================== */

#twitter_update_list2 { position: relative; width: 99%; background: #fff; border: none; }

#twitter2 .widget-title { float: left; font-family: "Georgia", "Helvetica"; font-size: 16px; margin-bottom: 10px; }

#twitter2 .bubble { width: 0; height: 0; padding: 10px 0; z-index: 1; }

#twitter_update_list2 li { margin: 0; padding: 10px; text-align: center; }

#twitter_update_list2 li p { margin-bottom: 10px; padding-bottom: 10px; font-size: 13px; line-height: 1.2em; text-align: right; border-bottom: 1px dashed #ccc; }

#twitter_update_list2 li a { color: #5b81a9; }
#twitter_update_list2 li a:hover { border-bottom: 1px dashed #000; }

#twitter_update_list2 li .hashtag { color: #555; }

#twitter2 .follow-me { padding: 5px 20px; font-size: 11px; color: #999; margin-top: 10px; display: block; }