<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Theme Name: Sweet Tech
	Theme URI: http://hellocoding.wordpress.com/2014/01/16/sweet-tech-wordpress-theme/
	Version: 2.1.5
	Author: Sudeep Acharya
	Description: Sweet Tech is Beautiful Responsive WordPress theme especially for Tech related blogs. The theme loads very fast. It is the two column theme with right sidebar. The apperance is white in the body and sky blue color in Header and Footer.
	Author URI: http://hellocoding.wordpress.com
	Tags: right-sidebar, white, responsive-layout, two-columns, blue, custom-menu, post-formats, threaded-comments, rtl-language-support
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

Sweet Tech WordPress theme, Copyright (C) 2013 by Sudeep Acharya
Sweet Tech WordPress theme is licensed under the GPL.
For more information regarding the theme please refer to readme.txt
	
*/

@media screen and (min-width: 491px) {
  .synved-social-container {
   z-index: 87;
   position: fixed;
   top: 9%;
   right: 0px;
   float: right;
   width: 58px;
   padding: 3px 0;
   background-color: #f1f1f1;
  }
}

a .synved-social-button {
margin:5px;
}
.btnlist {
    font-size: 60%;
    display: inline;
    margin: 10px;
}
div.btnlist a img {
    display: none;
}

body {
	background: #FFFFFF;
	width: 100%;
    font-weight: 300;
	color: #000000;
	font-size: 17px;
  	font-family: sans-serif,verdana,arial;
	margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;

}
#wrap {
	background: #FFFFFF;
	max-width: 960px;
	margin: 2px auto 20px;
	padding: 0px;
	position: relative;
}

/*	Hyperlinks
*****************/
a {
	color: royalblue;
//  	text-decoration: none;
  	background: #FFFFFF;
}
a:visited {
	color: royalblue;
//  	text-decoration: none;
  	background: #FFFFFF;
}
a:hover,
a:focus,
a:active {
	color: royalblue;
}

.smallfont {
  font-size: 11px;
		
  }	
.mediumfont {
  font-size: 13px;
		
  }	
.dateview {
	border-bottom:0px solid #EAEAEA;
	padding:5px 0 4px;
} 

/*	Header									
*****************/
#headerfull {
    background: #00aced;
    width: 100%;
	border-bottom: 4px solid #EEEEEE;
  	margin: 0px auto 0px;
    height: 100px;
    overflow : hidden;
 }
#header {
    overflow:hidden;
	max-width: 960px;
	color: #1A27D1;
	margin: 0px auto 0px;
	padding: 0px;
    overflow : hidden;
    height : 100px;
	}
#headerright {
	width: 250px;
    float: right;
	color: #1A27D1;
	margin: 0px;
    padding: 8px 8px 5px 0px;
    height : 60px;
}	
#headerleft {
	max-width: 600px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
    height : 100px;
	}
#headerleft h2 {
	color: #000000;
  	font-size: 20px;
}
#headerleft h2 a, a:visited {
	color: #000000;
  	font-size: 20px;
  	background: #00aced;
}
#headerleft h2 a:hover {
	color: #000000;
	text-decoration: none;
	background: #00aced;
	}
#headerleft p {
	color: #000000;
}
#headerleft a img {
	border: 0px;
}

/*	Social Icon				
**********************/
.connectus {
display: block;
margin: 0px;
width: 245px;
height:60px;
padding-top : 20px;
}
.connectus span {
float: right;
display: block;
margin-right: 7px;
}
.connectus span a {
display: block;
width: 32px;
height: 32px;
background: transparent url("images/combine-social.png") 0 0 no-repeat;
}
#smalltwitter:hover {background-position: -33px -33px;}
#smallfacebook:hover {background-position: 0 -33px;}
#smallrss:hover {background-position: -132px -33px;}
#smallyoutube:hover {background-position: -99px -33px;}
#smallgplus:hover {background-position: -66px -33px;}
#smallpinterest:hover {background-position: -165px -33px;}
#smalltwitter {background-position: -33px 0;}
#smallfacebook {background-position:0 0}
#smallrss {background-position:-132px 0}
#smallyoutube{background-position:-99px 0}
#smallgplus {background-position:-66px 0}
#smallpinterest {background-position:-165px 0}

/*	Navbar      								
******************/
ul.children li {
	display:hidden;
}
#navbarfull {
	background: #DDDDDD;
	width: 100%;
  	overflow: auto;
  	clear: both;
}
#navbar {
  	max-width: 960px;
	background: #DDDDDD;
	width: 100%;
	height: 35px;
	font-size: 14px;
  	font-family: sans-serif,verdana,arial;
    color: midnightblue;
	margin: 0px auto 0px;
	padding: 0px;
	}
#nav {
	margin: 0px;
	padding: 0px;
	}
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
  	float:left;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	background: #DDDDDD;
	color: midnightblue;
	display: block;
	font-size: 14px;
	font-weight: 300;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	}

#nav li a:hover, #nav li a:active {
	text-decoration: none;
	background: #DDDDDD;
	color: royalblue;
    margin: 0px;
	padding: 9px 15px 8px 15px;
  	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #DDDDDD;
	width: 150px;
	color: midnightblue;
	font-size: 14px;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	display: none;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	background: #DDDDDD;
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/*	Content 					     		     
***************/

#content {
  background: #FFFFFF;
	width: 100%;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	font-size: 17px;        
  word-wrap: break-word; 
  	font-family: sans-serif,verdana,arial;
}
#content img {
         margin: 10px 0px 10px 0px;
         max-width : 100%;
         height: auto;
	}
#content h1 {
	color: #000000;
	font-size: 28px;
    margin-bottom: 5px;
    line-height: 1;
	padding: 0px;
    clear : both;
    font-weight: 300;
	word-wrap: break-word;  
	}
	
#content h1 a, #content h1 a:visited  {
	color: #000000;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
#content a, #content a:visited {
	background: #FFFFFF;
	text-decoration: none;
	color: royalblue;
}	
#content a:hover {
	color: midnightblue;
	text-decoration: none;
	background: #FFFFFF;
}
#content h2 {
	color: #000000;
	font-size: 26px;
	line-height: 1;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
        font-weight: 300;
        clear : both;    
}
#content h2 a, #content h2 a:visited  {
	text-decoration: none;
  	color: #000000;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
#content h3 {
	color: #000000;
       text-decoration:none;
       font-size: 25px;
       line-height: 1.2;
       margin: 15px 0px 5px 0px;
       clear:both;
        padding : 5px 0px 0px 0px;
        font-weight: 300;	

}
	
#content h4 {
       color: #000000;
       background: #FFFFFF;
       font-weight: 300;
       text-decoration:none;
       font-size: 20px;
       line-height:1.2;
       clear:both;
       border:0px;
  		font-weight: 300;
       padding : 5px 0px 5px 0px;
      margin: 5px 0px 5px 0px;
}
	
#content h5 {
       color: #000000;
       text-decoration:none;
       font-size: 19px;
       font-weight: 300;
       line-height: 1.2;
       margin: 15px 0px 5px 0px;
       clear:both;
        padding : 5px 0px 5px 0px;
	}

#content h6 {
       color: #000000;
       text-decoration:none;
       font-size: 18px;
       font-weight: 300;
       line-height: 1.2;
       margin: 15px 0px 5px 0px;
       clear:both;
        padding : 5px 0px 5px 0px;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#content blockquote p {
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 5px 25px;
	}
/* homepage
*****************************/		
#homepage {
        background: #FFFFFF;
	float:left;
        width: 62%;
	margin: 0 1% 0 1%;
	padding: 0px;
    line-height: 1.4;	
	}
/* Content style
*************************/
.grid { 
    width : 100%;
    margin : 0px 0px 25px 0px;
    float : right;
    clear : both;
}
.grid p { 
    margin : 0px;
    padding : 0px
       }
.entry-content {
	border-top : 1px solid #DDDDDD;
    margin: 10px 0px 10px 0px;
    padding : 0px 0px 0px 0px;
 	word-wrap: break-word;  
}
.entry-content table,
.comment-content table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 1px 1px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-content th,
.comment-content th {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 700;
	padding: 8px;
	padding: 0.8rem;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px;
	padding: 0.8rem;
}
.size-large {
	max-width: 100%;
	height: auto;  
}
.sticky {
}


#thumbnailright img {
 	float:right;
  	margin: 5px 0px 5px 10px;
}  

blockquote {
	background: #FFFFFF url(images/blockquote.png) no-repeat;
	margin: 20px 0px 20px 13px;
	padding: 0px 0px 0px 1px;
  	font-size:17px;
  	font-weight:300;
	}
	
/* Post Area
***************************/
.postarea {
  word-wrap: break-word;  
  }  
.postarea p {
        margin : 0px 0px 0px 0px;
        padding : 3px 0px 18px 0px;
}	

.postarea ul,
.postarea ol {
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

.postarea ul li {
	list-style-type:disc;
        padding: 0px 0px 5px 0px;
	margin: 0px 0px 4px 0px;
        border-bottom : 0px dotted #DDDDDD;
}

.postarea ol li {
	list-style-type:number;
        padding: 0px 0px 5px 0px;
	margin: 0px 0px 4px 0px;
        border-bottom : 0px dotted #DDDDDD;
	}
/* Full Width
****************************/
#onebar-content {
        width : 100%;
}	
#onebar-postarea {
	background: #ffffff;
	width: 98%;
	margin: 0px auto 0px;
	padding: 5px;
	}
#onebar-postarea img {
	max-width: 100%;
	height: auto;
	}
#onebar-postarea a img {
	max-width: 100%;
	height: auto;
	}
#onebar-postarea h1 {
  	color: #000000;
	font-size: 25px;
        margin-bottom: 5px;
       line-height: 1;
	padding: 0px;
        clear : both;
        font-weight: 300;	
}

/*	Custom      								
***************/
.searchp a img {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}	
.datetop {
    width : 100%;    
	float: left;
  	color: #777777;
	margin: 0px 0px 3px 0px;
	padding: 0px;
    clear: both;
	}
.tagscat {
  	font-size: 13px;
	width: 100%;    
	float: left;
	clear: both;
	margin: 15px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
   border-top : 1px solid #DDDDDD;
	}

.tagscat a {
  	color: #0000FF;
	}
.categorytag {
	background: #F96E5B;
	margin: 10px 0px 15px 0px;
	padding: 3px;
  	clear: both;
}
.descriptionbox {
	margin: 0px 0px 15px 0px;	
}  
.not-found {
    margin : 5px 0px 10px 0px;
    padding : 8px 0px 8px 10px;
	clear : both;
    border-left : 15px solid #FF0000;
    overflow : hidden;
    font-weight:300;
}
.previous {
	float: left;
  }	
.newest {
	float: right;
  }	
.categoryh {
	font-size : 15px;
    margin : 0px 0px 0px 0px;
    padding : 0px 0px 0px 0px;   
}
embed,
iframe,
object {
	max-width: 100%;
}
.pagenavigat {
margin : 20px 0px 10px 0px;
padding : 20px 0px 10px 0px;
}


/*	Sidebar 		    	        	         
**************/
#sidebar a img {
  max-width:100%;
  height: auto;
}  
#sidebar img {
  max-width:100%;
  height: auto;
}  

#sidebar {
  	word-wrap: break-word; 
  	overflow: hidden; 
    background : #FFFFFF;
	float: right;
    width: 32%;
  	clear: right;
    font-weight : 300;
	margin: 0% 1% 0 0;
	padding: 0px 0px 15px 0px;
	display: inline;
    color : #333333;
    font-size : 15px;
    line-height: 1.4;        
	}
#sidebar h3 {        
    color: #000000;
    background:#FFFFFF;
	font-size: 17px;
    font-weight: 300;
  	font-family: sans-serif,verdana,arial;
  	margin: 10px 0px 5px 0px;
}
#sidebar a, #sidebar a:visited {
    color: royalblue;
    background: #FFFFFF;
	font-size: 18px;
    margin-bottom: 5px;
    line-height: 1;
	padding: 0px;
    clear : both;
    font-weight: 300;
}
	
#sidebar a:hover {
	color: midnightblue;
	background: #FFFFFF;
	text-decoration: none;
    font-weight: 300;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: #FFFFFF url(images/icon.png) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#sidebar ul li ul li {
	background: #FFFFFF url(images/icon.png) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widgetarea {
	background: #FFFFFF;
	width : 99%;
	margin: 0px 0px 10px 0px;
  	word-wrap: break-word;  
	padding: 0px;
        }

.headingred {        
    color: #000000;
    background:#FFFFFF;
	font-size: 18px;
	font-weight: 300;
  	clear: both;
  	text-decoration: bold;
  	max-width: 100%;
  	font-family: sans-serif,verdana,arial;
    padding: 0px 8px 5px 0px;
	border-bottom : 2px solid #DDDDDD;
  	margin: 10px 0 10px 0;
 }
select {
  	word-wrap: break-word;
 	max-width:100%; 
  	clear: both;
}  	
/*	Images  					     		    
*******************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	max-width: 100%;
	height: auto;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	max-width: 100%;
	height: auto;
	display: inline;
	}
.alignnone {
  	max-width: 100%;
	height: auto;
  }

img.alignright {
	padding: 0px;
	margin: 10px 0px 10px 10px;
	display: inline;
	height: auto;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	height: auto;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
	}
.attachment {
	max-width: 100%;
	height: auto;
}
.wp-image {
	max-width: 100%;
	height: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
  	height: auto;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption p.wp-caption-text {
	max-width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}	
/*  Gallery 
***************/
.gallery-caption {
  	font-size: 11px;
	color: #000000;
	margin: 2px 0px 0px 0px;
	text-align: center;  	
}		  
.entry-attachmentview {
 	background: #FFFFFF;
	margin: 2px 0px 2px 0px;
}  
.attachmentview {
  background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 1px;
	margin: 20px 0px 10px 0px;
}
.attachmentview img {
  border: 0px;
  max-width: 100;
  height: auto;
}
.attachmentview a img {
  border: 0px;	
  max-width: 100;
  height: auto;
} 
 /*	Footer      						
*********************/
#footerfull {
  border-top: #DDDDDD 4px solid;
  background: #00aced;        
  width : 100%;
  height: 60px;
  color:#000000;
  overflow : hidden;
  font-size : 17px;
  padding : 20px 0px 0px 0px;
  margin-top : 15px;
  margin-bottom : 0px;
  clear:both;
  display: block;
  text-align: center;
}
#footerfull a, #footerfull a:visited {
  color: midnightblue;
  background: #00aced;
  text-decoration: none;
} 
#footerfull a:hover {
	color: #000000;
	background: #00aced;
	text-decoration: none;
	}

/*	Search Form								
**************/
input#s {
	font-weight:300;
	width:60%;
	border:0;
	background:#dddddd;
	border:1px solid #dddddd;
	font-size:15px;
	margin-right:5px;
	padding:5px 10px 5px 5px;
    color:#000000;
}
#search {
  	margin: 0px 0px 20px 0px;
}  
#searchsubmit {
	color: #FFFFFF;
	border: 0px;
	font-weight:300;
	cursor: pointer;
  	margin:0px;
	padding:6px;
	background:#333333;
}
/*	Comments								
****************/
.page_entry {
	border-top:2px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	margin:10px 0 0;
	padding:5px 0 20px;
}

.info {
	line-height:1.6em;
	font-size:10px;
	text-align:left;
	border-top: 0px solid #EAEAEA;
	margin:0 1px 50px 0;
	padding:4px 0 1px 1px;
}

.nocomments {
	background:none;
}

.comments,
.trackbacks {
	border-bottom: 0px solid #111;
	color:#000;
	font-size:14px;
}

.track {
	font-size:13px;
	height:100%;
	float:left;
	line-height:25px;
	width:100%;
	margin:0 0 0 10px;
	padding:0 20px 0 10px;
}

#thecomments,
#thetrackbacks {
	list-style:none;
	min-height:30px;
	float:left;
	width:100%;
	margin:0;
	padding:0 0 10px;
}

.commentnavi {
	position:relative;
	padding-right:20px;
}

.commentpages {
	float:right;
	padding:5px 10px;
}

.page-numbers {
	padding-left:5px;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:10px;
}
#submit {
	background: #333333;
	color: #FFFFFF;
  	cursor: pointer;
	font-size: 17px;
	border: 0px;
  	margin: 5px 0px 10px 0px;
	padding: 6px;
	}	
.comment {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:5px;
}

.comment .children {
	list-style:none;
	border:0 #FFF solid;
	margin:0 0 0 25px;
	padding:0;
}

img.avatar {
	position:relative;
	float:right;
	border:1px solid #eee;
	margin:0 5px 0 0;
	padding:2px;	
}

.comment .fn {
	margin-left:0;
	font-size:14px;
	font-weight:700;
}

.byuser .fn {
	font-weight:400;
	text-decoration:none;
}

.bypostauthor .fn {
	font-weight:700;
	text-decoration:none;
}

.comment-meta {
	font-size:10px;
}

.reply {
	font-size:10px;
	text-align:right;
	width:100%;
	margin:5px 0 0;
	padding:2px;
}

.reply a {
	padding:5px;
}

.cmt_trackback {
	border-bottom:1px #eaeaea solid;
	margin:10px 0;
	padding:3px;
}

.cmt_trackback p {
	margin:0;
	padding:2px;
}

#respond {
	clear:both;
	font-size:12px;
	padding:10px 0 0;
}

.cancel-comment-reply {
	margin-top:5px;
	border-bottom:1px #eaeaea solid;
	padding:2px 0;
}

#commentform {
	border:1px solid #ccc;
	margin:10px 0 0;
	padding:20px 5px 0 10px;
}
#comment {
	width:98%;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
	border:1px solid silver;
	height:125px;
	border-color:#BDBDBD #CCC #DDD;
	border-style:solid;
	border-width:1px;
	padding:2px;
}
#author, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	margin: 5px 0px 0px 6px;
	padding: 13px 0px 13px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
#ctabs a.curtab,
.comment-meta a {
	color:#000;
}

.navigation {
	font-size:14px;
	margin:20px 0 0;
	padding:2px 5px 17px;
	border-top:3px solid #dedede;
  	clear: both;
}

.cmttext {
	font-size:12px;
	color:#000;
}

.even {
	background:#ffffff;
	border-top:2px solid #eee;
}

.odd {
	background:#ffffff;
	border-top:2px solid #eee;
}

.avatar {
	float:left;
	margin-right:5px;
	border:2px solid #E8E8E8;
}
#subbox {
	background: #F5F5F5 !important;
	width: 250px;
	color: #202020;
	font-size: 15px;
	cursor: pointer;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #EEEEEE;
	display: inline;
	}


@media screen and (max-width: 490px) {
       #headerright {
       display : none;
       }
       #addthi {
       display : none; 
       }
	.synved-social-container {
	z-index: 87;
	position: fixed;
	bottom: 0;
	padding: 3px 0px;
	background-color: #F1F1F1;
	left: 0px;
	width: 100%;
	max-height: 58px;
	}
 }
@media screen and (max-width: 650px) {
        #homepage {
        background: #FFFFFF;
	float:left;
        width: 98%;
	margin: 0 1% 0 1%;
	padding: 0px;
	}
          #sidebar {
	float: left;
	width: 95%;
	margin: 1%;
	padding: 0px 0px 15px 0px;
	
	}
    .widgetarea {
	background: #FFFFFF;
	float: left;
	width: 95%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
    }
}
</pre></body></html>