* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8A7F7F;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #549DC7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 130%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #E58C43;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

/* Header */

#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}

/* Title */

#title {
	float: left;
}

#title h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#title h1 {
	padding-top: 30px;
}

#title h1 a:hover {
	text-decoration: none;
	background: none;
}

#page {
	width: 980px;
	margin: 0 auto;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 300px;
	padding-left: 20px;
}

/* Downloads */

.download {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 5px;
}

.download .download_title, .download_in_progress .download_title {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

.download_in_progress {
	border: 1px solid #E58C43;
	margin-bottom: 10px;
	padding: 5px;
}

.download_in_progress .download_title {
	color: #549DC7;
}

.download_time {
	font-size: 0.6em;
}

.download_status {
	padding-top:2px;
	font-size: 0.8em;
	color: #549DC7;
}

.download_status label {
	font-weight: bold;
	color: #8A7F7F;
}

.download_message {
	font-size: 0.9em;
}

.download_links {
	font-size: 0.9em;
}

.progress_bar {  
    width:102px;  
    height:7px;  
    border:1px solid #CCCCCC;  
    padding:0;  
    margin-top:5px;  
    position:relative;  
    background-image:url("/images/progress_bar.gif");  
    background-repeat:repeat-x;  
} 
 
.progress_bar div {  
    background-color:#fff;  
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding-top: 20px;
}

#feed_url {
	width: 360px;
	height: 24px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.btn {
  display:inline-block;
  background: #f9f9f9 url(/images/btn_background.gif) repeat-x 0 0;;
  margin:0;
  padding:5px 6px;
  border: 1px solid #999;
  overflow:visible;
	font-size:0.8em;
  font-family: 'Lucida Grande';;
  text-decoration:none;
  color:#000;
}
* html button.btn {
  padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the 
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right 
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
  margin:0 -3px;
}

.btn:hover, .btn:focus {
  cursor:pointer;
  border-color:#9cf !important;
  color:#000;
}

.btn:active {
  background-position:0 -396px;
	background-color:#d5d5d5;
  outline:none;
}

.error {
	border: 2px solid red;
	font-weight: bold;
	color: red;
	background-color: #FEFFB9;
	padding: 5px;
	margin-bottom: 10px;
}

#bookmarklet {
	margin: 10px 0px 20px 0px;
}

#bookmarklet a {
	padding: 5px;
	background-color: #EEE;
	font-size:0.8em;
}

/*#bookmarklet h3 {
	margin-bottom: 0;
}*/

#howto_tabs {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	display: block;
	height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 557px;
}

#howto_tabs .tab {
	color: #333;
	display: list-item;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
	line-height: 18px;
	margin-right: 7px;
	text-align: center;
}

#howto_tabs .tab a.active {
	background-color: #DDD;
	color: #666;
	cursor: auto;
	display: block;
	font-weight: bold;
	height: 20px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	text-decoration: none;
}

#howto_tabs .tab a {
	background-color: white;
	color: #666;
	cursor: auto;
	display: block;
	font-weight: bold;
	height: 20px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	text-decoration: none;
}

#howto {
	border: 1px solid #CCC;
	padding: 10px;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}