body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body { 
    padding: 0; 
    margin: 0; 
    font: .74em Arial, sans-serif; 
    line-height: 1.5em; 
    color: #454545; 
}
em {
  font-style: italic;
}

.highlight pre {
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #F0F0F0;
    padding: 15px;
}
 
code {
    font-family: 'Droid Sans Mono',monospace;
    font-size: 12px;
}

article p {
    font-size: 11pt;
    line-height: 21px;
    margin-bottom: 18px;
}

article h2 {
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 2.6em;
    font-weight: bolder;
    letter-spacing: -1px;
}

a { 
    color: #0066CC; 
    text-decoration: none; 
}

a:hover { 
    color: #DA3B3B; 
    text-decoration: underline;
}



p { margin: 5px 0; }
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { font: bold 1.4em Arial, Sans-Serif; letter-spacing: -1px; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }

hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }

.content { margin: 0px auto; width: 960px; }

#top {
    height: 38px; 
    margin: 0px auto; 
    padding: 5px; 
    background: #F6F6F6; 
    border-bottom: 1px solid #DCDCDC; 
    overflow: hidden; 
    margin-bottom: 15px;
}

#top a { color: #454545;  text-decoration: none; }
#top a:hover { color: #454545; text-decoration: none; }

#footer {
    margin: 0px auto; 
    padding: 5px; 
    background: #F6F6F6; 
    border-top: 1px solid #DCDCDC; 
    border-bottom: 1px solid #DCDCDC; 
    overflow: hidden; 
    margin-bottom: 15px;
}

/*  Advertising */
#ad { background: #FFF url(/images/tux.jpg) no-repeat left; padding-left: 50px; min-height: 55px; margin-bottom: 10px;}
		
/* main area */
#main { }
	#right_side { float: right; width: 230px; padding: 5px 10px 5px 10px; margin-bottom: 10px; }
	
	#left_side { background: #FFF; margin-bottom: 10px; width: 700px; float: left;  }
		#left_side p { color: #454545; text-align: justify }
		#left_side img { float: left; padding: 0 10px 5px 0 }
		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }		
		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
	
.clear {clear:both;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}

#alternatives-table ul {
    list-style-type: none;
}

#alternatives-table table {
   border: 1px solid #DDDDDD;
   border-spacing: 0px;
}

#software-list ul, #software-list li {
 display: inline;
 margin: 0;
 padding: 0;
 color: #339;
 font-weight: bold;
}

.roundedbox {
 width: 220px;
 border: 1px solid #DCDCDC;
 padding: 15px 15px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: #666 0px 2px 3px;
 -moz-box-shadow: #666 0px 2px 3px;
 box-shadow: #666 0px 2px 3px;
 background: #F6F6F6;
 behavior: url(/css/PIE.htc);
}

.box { 
  width: 325px; 
  height: 130px;
  padding: 5px 10px 5px 10px; 
  margin-bottom: 10px;  
  border: 1px solid #DDDDDD;
  overflow:auto;
}

.announce {
    background: none repeat scroll 0 0 #E6EFC2;
    color: #264409;
    border: 2px solid #C6D880;
    margin-bottom: 1em;
    padding: 0.8em;
}
