* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

#sidebar ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}

ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
#comment-start form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#comment-start label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#comment-start input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#comment-start textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#comment-start input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 40px; right: 35px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(http://www.tech-buzz.net/wp-content/themes/refresh/images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 885px;
	background: #CCC url(http://www.tech-buzz.net/wp-content/themes/refresh/images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 820px;
	padding: 0; 
	margin: 0 auto;
    
}
#header {
	width: 885px;
	position: relative;
	height: 106px;
	background: #CCC url(http://www.tech-buzz.net/wp-content/themes/refresh/images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h2#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header a {
	color: #FFF;
}
#header h4#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

#header img {
	margin-left: 30px;
	padding-bottom: -20px;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 0 0 55px;
	background: url(http://www.tech-buzz.net/wp-content/themes/refresh/images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current_page_item a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: left;
	width: 468px;
	padding: 0; margin: 0;
	font: 13px/22px Verdana, Arial, Tahoma, Sans-serif;
	text-align: justify;
	overflow: hidden;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px solid #EFF0F1;
	/* background: #FFF url(images/square-green.png) no-repeat 3px 50%; */ 	
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 160px;
	padding-left: 10px; margin: 0;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(http://www.tech-buzz.net/wp-content/themes/refresh/images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#adbar {
	float: left;
	width: 160px;
	overflow: hidden;
	padding-left: 10px; margin-top: 8px;	
}	

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(http://www.tech-buzz.net/wp-content/themes/refresh/images/footer.jpg) no-repeat center top;
	clear: both;
	width: 885px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Test */
#comments { width: 445px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 2.5em 0; float: left; }
		
		ul#comment_list li.comment { width: 445px; margin: 0 0 2.5em 0; float: left; clear: both; color: #000000;}
				
			.comment_meta { width: 445px; padding: 0 0 37px 0; background: url('images/comment_top.gif') 0 100% no-repeat; }
			
				
				.comment_meta strong { font-size: 1.1em; }
				
					.comment_meta a { color: #000; border-bottom: 1px dotted #bbb; }
				
						.comment_meta a:hover { color: #000; border-bottom: 1px solid #a90000; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #777; }
				
					.comment_time a, .comment_time a:visited, .comment_time a:hover { color: #777; border-bottom: none; }
		
			.comment .entry { width: 435px; padding: 1px 5px 1px 5px; background: #efefef url('images/comment_bottom.gif') 0 100% no-repeat; }
				
				.comment .entry blockquote { background: none !important; color: #333 !important; }
				
.comment-list {
	list-style-type: none;
	margin-left: 15px;
}

.download {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 0 0 10px;
	border: 1px solid #8CAE08;
	text-align: center;
/*	background: url('images/download.png') 10px center no-repeat;*/
	font-size: 95%;	
}

.downloads a {
	background: #F0F0F0 none;
	border: none;
}

.referral-top {
	background-color:#FFFFCC; 
	border-bottom: 1px solid #FC0; 
	margin: 0 0 5px 0; 
	padding: 4px 0; 
	font-size: 14px;"
}
