Monday, September 7, 2009

Join me in my website





New Norton AntiVirus 2011













<data:blog.pageTitle/>































































































*/

/* Use this with templates/1ktemplate-*.html */

/* Content
----------------------------------------------- */
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}

html body .content-outer {
min-width: 0;
max-width: 100%;
width: 100%;
}

.content-outer {
font-size: 92%;
}

a:link {
text-decoration:none;
color: $(link.color);
}

a:visited {
text-decoration:none;
color: $(link.visited.color);
}

a:hover {
text-decoration:underline;
color: $(link.hover.color);
}

.body-fauxcolumns .cap-top {
margin-top: 30px;
background: $(body.background.overlay);
height: $(body.background.overlay.height);
}

.content-inner {
padding: 0;
}

/* Header
----------------------------------------------- */
.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
padding-left: 20px;
padding-right: 20px;
}

.Header h1 {
font: $(header.font);
color: $(header.text.color);
text-shadow: 2px 2px rgba(0, 0, 0, .1);
}

.Header h1 a {
color: $(header.text.color);
}

.Header .description {
font-size: 140%;
color: $(description.text.color);
}

/* Tabs
----------------------------------------------- */
.tabs-inner .section {
margin: 0 20px;
}

.tabs-inner .PageList, .tabs-inner .LinkList, .tabs-inner .Labels {
margin-left: -11px;
margin-right: -11px;

background-color: $(tabs.background.color);
border-top: $(tabs.border.size) solid #ffffff;
border-bottom: $(tabs.border.size) solid #ffffff;

-moz-box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3);
-goog-ms-box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3);
box-shadow: 0 0 $(tabs.shadow.spread) rgba(0, 0, 0, .3);
}

.tabs-inner .PageList .widget-content,
.tabs-inner .LinkList .widget-content,
.tabs-inner .Labels .widget-content {
margin: -3px -11px;

background: transparent $(tabs.background.outer) no-repeat scroll right;
}

.tabs-inner .widget ul {
padding: 2px 25px;
max-height: 34px;

background: transparent $(tabs.background.inner) no-repeat scroll left;
}

.tabs-inner .widget li {
border: none;
}

.tabs-inner .widget li a {
display: inline-block;

padding: .25em 1em;

font: $(tabs.font);
color: $(tabs.text.color);

border-$endSide: 1px solid $(tabs.separator.color);
}

.tabs-inner .widget li:first-child a {
border-$startSide: 1px solid $(tabs.separator.color);
}

.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
color: $(tabs.selected.text.color);
}

/* Headings
----------------------------------------------- */
h2 {
font: $(widget.title.font);
color: $(widget.title.text.color);

margin: 0 0 .5em;
}

h2.date-header {
font: $(date.font);
color: $(date.text.color);
}

/* Main
----------------------------------------------- */
.main-inner .column-center-inner,
.main-inner .column-left-inner,
.main-inner .column-right-inner {
padding: 0 5px;
}

.main-outer {
margin-top: $(main.cap.height);
background: $(main.background);
}

.main-inner {
padding-top: $(main.padding.top);
}

.main-cap-top {
position: relative;
}

.main-cap-top .cap-right {
position: absolute;

height: $(main.cap.height);
width: 100%;

bottom: 0;

background: transparent $(main.cap.image) repeat-x scroll bottom center;
}

.main-cap-top .cap-left {
position: absolute;

height: 245px;
width: 280px;
right: 0;
bottom: 0;

background: transparent $(main.cap.overlay) no-repeat scroll bottom left;
}

/* Posts
----------------------------------------------- */
.post-outer {
padding: 15px 20px;
margin: 0 0 25px;

background: $(post.background.color) $(post.background.url) repeat scroll top left;
_background-image: none;

border: $(post.border.style) $(post.border.size) $(post.border.color);

-moz-box-shadow: 0 0 $(post.shadow.spread) rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 $(post.shadow.spread) rgba(0, 0, 0, .1);
-goog-ms-box-shadow: 0 0 $(post.shadow.spread) rgba(0, 0, 0, .1);
box-shadow: 0 0 $(post.shadow.spread) rgba(0, 0, 0, .1);
}

h3.post-title {
font: $(post.title.font);
margin: 0;
}

.comments h4 {
font: $(post.title.font);
margin: 1em 0 0;
}

.post-body {
font-size: 105%;
line-height: 1.5;
position: relative;
}

.post-header {
margin: 0 0 1em;

color: $(post.footer.text.color);
}

.post-footer {
margin: 10px 0 0;
padding: 10px 0 0;

color: $(post.footer.text.color);
border-top: dashed 1px $(widget.alternate.text.color);
}

#blog-pager {
font-size: 140%
}

#comments .comment-author {
padding-top: 1.5em;

border-top: dashed 1px $(widget.alternate.text.color);

background-position: 0 1.5em;
}

#comments .comment-author:first-child {
padding-top: 0;

border-top: none;
}

.avatar-image-container {
margin: .2em 0 0;
}

/* Widgets
----------------------------------------------- */
.widget ul, .widget #ArchiveList ul.flat {
padding: 0;
list-style: none;
}

.widget ul li, .widget #ArchiveList ul.flat li {
padding: .35em 0;
text-indent: 0;
border-top: dashed 1px $(widget.alternate.text.color);
}

.widget ul li:first-child, .widget #ArchiveList ul.flat li:first-child {
border-top: none;
}

.widget .post-body ul {
list-style: disc;
}

.widget .post-body ul li {
border: none;
}

.widget .zippy {
color: $(widget.alternate.text.color);
}

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: 5px;

background: #fff;

-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
-goog-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.post-body img, .post-body .tr-caption-container {
padding: 8px;
}

.post-body .tr-caption-container {
color: #333333;
}

.post-body .tr-caption-container img {
padding: 0;

background: transparent;
border: none;

-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
-goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}

/* Footer
----------------------------------------------- */
.footer-outer {
color:$(footer.text.color);
background: $(footer.background);
}

.footer-outer a {
color: $(footer.link.color);
}

.footer-outer a:visited {
color: $(footer.link.visited.color);
}

.footer-outer a:hover {
color: $(footer.link.hover.color);
}

.footer-outer .widget h2 {
color: $(footer.widget.title.text.color);
}
]]>






























Monday, August 24, 2009

How to Get Some Quick Money Making Ideas - 12 Ways to Make Money From Home

With the way the economy is today like high gas prices, more and more companies going bankrupt and employees losing their jobs, many people are finding that their income is not stretching as far as it used to. Whether you are looking to add to your family income or earn extra cash to cover some special expenses, many people are looking for quick money making ideas that can be done from the comfort of their home. It can be surprising to discover these ways to make money from home that are out there and you probably haven't even thought of before. Try to let your passion lead you to the kind of work that is flexible, exciting and lucrative for you. Finding a home-based business has become one of the best ways to bring in some extra income. Especially internet based businesses provide great opportunities these days.

Starting a home based business for quick money making is a new trend for the future. Reports show that there is an increase in the number of women and men who have decided to work out of their homes. Data states that 4.1 million entrepreneurs are working from home right now in the US alone and that number increases every year.

The following are just a few ways to make money from home:

1. Surveys. Some companies have so many emails that they cannot read each day. These are now being outsourced.
2. eBay. You have heard of it before, haven't you? eBay is an online auction site where you name the starting price for an item up for bid. Pay small fees for using the site and the rest is your profit. Yet another quick money making idea.
3. Freelance. There are many sites today where you can sign up to be a freelance writer. There is great demand for writers on the internet.
4. Etsy. This is a giant online market to sell crafts. It draws people looking for handmade supplies or crafts.
5. Virtual customer service agent. Agents answer inbound customer calls for big companies.
6. Data Entry. With data entry from home, your work could vary from accounting and medical information to creating labels and lists.
7. Medical transcription. This entails listening to doctors recordings and transcribing them into reports.
8. Stuffing envelopes. A very old work at home idea helping companies stuff envelopes with their promotional material.
9. Direct sales. Selling products or services to consumers outside of the traditional retail locations.
10. Sell EBooks. If you have a particular skill or knowledge, write an eBook about it and sell it through the internet.
11. Blogging. One of the most popular ways to make money from home. Blogging is where you keep an online journal for others to follow and read.
12. Affiliate Marketing. You can promote products and services through the internet. You don't even need a website to do this. There are a lot of programs that offer full-service marketing. The only thing you have to do, is to send some traffic (visitors) to the merchants website.

There are many reasons why someone would choose to begin looking for ways to make money from home. The income potential while working at home will depend on motivation, experience, the right choice and hard work. Anyone who tells you that this is as easy as taking candy from a baby (and believe me, even that can be a hard task to accomplish...) does not tell you the whole truth. So, one word of caution before closing this article. Inform yourself as much and as best as you can before making any investment in a home based business. Search the internet, ask friends and business partners. After that you will be able to make an informed decision. My favorite will always be an internet based business, because it combines some quick money making possibilities as well as building up a strong and solid income over the years. The choice is yours.

Home Business - How to Get Started

The world is constantly changing and with it the fields of technology and computers have changed tremendously throughout the last decade. Today, owning a computer, whether it be a desktop computer, laptop or notebook type of computer, is now considered as a necessity. There are so many transactions done with the use of these computers as well as the internet. In fact there are companies that depend most of their transactions and dealing via the internet with the use of these powerful and trustworthy computers. Almost anything and everything can be done through these computers, and engaging in Home business and other forms of businesses are of no exception.

Today, there are many opportunities looming with regard to starting a home business. There are businesses like handicrafts, cricut cartridge making, honey harvesting and the like that can be done via one's own home and backyard. There are literally limitless chances and opportunities with regard to these home based businesses that can be taken advantage of by most people that do not have stable jobs or those who do not work at offices. These opportunities can also be taken advantage of by people who wish to earn extra cash. All there is to it is in knowing the right kind of business to start working on.

The first thing to know is the location or base of your home based industry. If your home is located in the middle of the city, then it is but natural to engage in more "city like" businesses like handicrafts, cricut making, flower arrangements and the like. This home based trade is mainly anchored on the fact that it is the most feasible and the most visible business opportunity in the middle of the city. If you are situated on the outskirts of the city like in farms and rural areas, then the suggested businesses are fruit harvesting, honey harvesting and the like. The primary reason for this is that there is enough room to conduct such kind of businesses in your land or estate.

The second thing to keep in mind is the target market of your home business. If you are situated in the busiest district of a city, then it is more feasible to engage in food based businesses like hotdog stands, diners and other similar forms of food businesses because there will be many people that would want to eat in this district. The kind of business to be run necessarily correlates to the kind of place it is situated and the kind of people that will eventually become it customers. By keeping this in mind, you will be able to venture into your home business that will yield you more profit since it will bring in more customers or clients for you.

The third thing to remember is operating hours of the business. You must be able to operate your business at the time when there are the most number of people in order to be able to have the highest number of customers. If you are engaged in a food based business, then the busiest schedule for you will be during breakfast, lunch and dinner times. If you are engaged in selling school supplies, then the busiest season for you is the "back to school" season. By following similar situations, you will be able to determine the appropriate time for you to operate your home business.