/*
Theme Name: Exploring Binary
Theme URI: http://www.exploringbinary.com/
Description: Exploring Binary Custom Theme
Version: 1.248
Author: Rick Regan
Author URI: http://www.exploringbinary.com/
Tags: black, blue, fixed width, three columns
*/

body {
	margin: 0 0 20px 2px;
	padding: 0;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Body font */
      background-color: white; /* Page background */
	color: #333; /* Post text */
	text-align: center;
      font-weight: normal;
      }

#page {
	margin: 5px auto;
	padding: 0;
	width: 985px;
	background-color: white;
	text-align: left;
      }

#container {
      width: 985px; 
      float: left
      }

a {
   color: rgb(65,131,213);
   text-decoration: none;
  }

#page a:visited {
  color: rgb(125,100,125); /* Purpleish */
      }

#page a:hover {
	text-decoration: underline;
	}

.copyright {
  display: none;
  }

.article_url {
  display: none;
  }

/* Make superscripts just large enough to read in IE (without making them too big in other browsers) */
sup sup {font-size: 10px;}
h2 sup {font-size: 14px;}
h3 sup {font-size: 14px;}
h4 sup {font-size: 13px;}

/************************************************
*	Header                   			*
************************************************/
#header {
	margin: 0;
	padding: 0;
	height: 60px;
	width: 100%;
	background: url('images/header.jpg') no-repeat bottom center;
      position: relative;
	}

#header a {
      position: absolute;
      top: 0;
      left: 0;
	height: 60px;
	width: 100%;
	}

/************************************************
*	Navbar                  			*
************************************************/
#navbar {
	text-align: left;
	height: 23px;
	width: 965px;
	margin-left: 10px;
	background: url('images/navbar.jpg') no-repeat top left;
      }
		
#navbar ul {
	margin: 0;
	padding: 0 0 6px 14px;
	}
	
#navbar li {
	display: inline;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 3px 0 4px 0;
	}
	
#navbar ul li a {
	font-size: 1.25em;
	color: white;
	padding: 0 10px 0 10px;
	margin: 0;
	text-decoration: none;
	}

#navbar ul li.current_page_item { 
      background-color: white;
      padding-bottom: 7px;
      }

#navbar ul li.current_page_item a {
      color: black;
      }

#navbar ul li.current_page_item a:visited {/* This line necessary to fix IE 6 bug (visited current links stay white otherwise */
      color: black;
      }

#navbar a:visited {
      color: white;
      }

/************************************************
*	RSS icons                			*
************************************************/
#rssfeedicon_sidebar {
      margin-top: 10px;
	height: 20px;
	width: 20px;
    }

#rssfeedtext_sidebar  {
      margin-top: -17px;
      margin-left: 25px;
      padding-bottom: 12px;
	font-size: 0.8em;
  	text-align: left;
	}

#rssemailicon_sidebar  {
	height: 20px;
	width: 20px;
    }

#rssemailtext_sidebar  {
      margin-top: -17px;
      margin-left: 25px;
      padding-bottom: 6px;
	font-size: 0.8em;
  	text-align: left;
	}

#rss_feedburner_count {
      padding-left: 0;
}

#rssfeedicon_content {
	height: 20px;
	width: 20px;
      margin-top: 5px;
    }

#rssfeedtext_content {
      margin-top: -18px;
      margin-left: 25px;
      padding-bottom: 12px;
	font-size: 1em;
  	text-align: left;
	}

#rssemailicon_content {
	height: 20px;
	width: 20px;
      margin: -5px 0 5px 0;
    }

#rssemailtext_content {
      margin-top: -24px;
      margin-left: 25px;
      padding-bottom: 9px;
	font-size: 1em;
  	text-align: left;
	}

/************************************************
*	Social Media Links      			*
************************************************/
#twittericon_sidebar {
      margin-top: 5px;
	height: 16px;
	width: 16px;
    }

#twittertext_sidebar {
      margin-top: -14px;
      margin-left: 25px;
      padding-bottom: 12px;
	font-size: 0.8em;
  	text-align: left;
   }

/************************************************
*	Right sidebar            			*
************************************************/
#sidebar_right {
	float: left;
	width: 380px;
	margin: 0 0 0 -407px;
	padding: 7px 0 20px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.2em;
	display: inline;
	}
   
#sidebar_right h2 {
    font-family: 'Times New Roman', Georgia, Serif; 
	font-size: 1.5em;
    border-bottom: 3px solid rgb(201,180,153);
	padding: 12px 0 4px 0;
	margin-top: 5px;
    color: rgb(0,153,0);
    }

 #sidebar_right p.quote {
    margin-top: 0;
  	text-align: left;
	font-size: 1.05em;
	font-weight: bold;
	font-style: italic;
    color: rgb(150,150,150);
    font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
    
 #sidebar_right a {
	color: rgb(65,131,213);
    }
    
 #sidebar_right ul {
 	margin: 0 0 5px -19px;
	list-style-type: disc;
   }

 #sidebar_right  ul li {
   margin: 0;
   padding: 5px 0 1px 0;
   color: rgb(201,180,153); /* Changes bullet and text color */
 }
 
 #sidebar_right .sidebar_articles ul {
	list-style-type: disc;
      }

 #sidebar_right .sidebar_articles p {
      margin: 2px 0 0 0;
      font-size: 1.0em;
      color: rgb(0,153,0);
      }
      
/************************************************
*	Content                  			*
************************************************/
#content {
	font-size: 1.0em;
	padding: 0 0 20px 0;
      margin: 0 0 0 10px;
	width: 550px; /* Post width */
	}

#content .entry {
	line-height: 1.4em;
	}

#content .postmetadata {
	text-align: left;
	padding: 0 0 2px 0;
      margin: 10px 0 0 0;
      color: rgb(0,153,0);
	}

#content .postmetaratings {
     padding-top: 10px;
     }

#content .postmetaicons {
  font-size: 1.1em;
     }

#content .article_border {
	border-bottom: 2px solid rgb(220,220,220);
}

#content .attachment {
	text-align: center;
	margin: 5px 0;
    }

#content .post {
	margin: 0;
	}

div.haiku{
      font-family: 'Lucida Grande', 'Trebuchet MS', 'Times New Roman', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	line-height: 1.2em;
      padding-left: 50px;
      padding-bottom: 30px;
	}

.dingbat {
   margin-left: 512px;
   width: 41px; 
   height: 39px;
   }

.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}

.article_list {
  font-size: 1.15em;
      }

.formula_list {
   padding-bottom: 9px;
   }

.highlight_underline {
	text-decoration: underline;
	}

.highlight_gray1 {
   background-color: rgb(155,155,155);
  }

.highlight_gray2 {
   background-color: rgb(180,180,180);
  }

.highlight_gray3 {
   background-color: rgb(200,200,200);
  }

.highlight_gray4 {
   background-color: rgb(220,220,220);
  }

.highlight_red {
   color: red;
   font-weight: bold;
  }

.highlight_theme_blue {
   color: rgb(65,131,213);
  }

.grayed {
   color: gray;
  }

.bolded {
   font-weight: bold;
  }

.highlight_theme_blue_box {
  padding: 0.2em;
  text-align: left;
  font-weight: normal;
  border: 2px solid rgb(65,131,213);
}

.post-ratings-text {
	padding-left: 25px;
      color: rgb(0,153,0);
}

abbr {
      border: none;
}

pre {
	font: 1.0em 'Courier New', Courier, Fixed;
      padding: 0.5em;
      border: 2px solid rgb(65,131,213);
    }

pre.noborder {
	font: 1.0em 'Courier New', Courier, Fixed;
      padding: 0.5em;
      border: none;
}

pre.indented {
	font: 1.0em 'Courier New', Courier, Fixed;
      padding-left: 20px;
      border: none;
}

pre.small {
	font: 0.9em 'Courier New', Courier, Fixed;
}

pre.large {
	font: 1.3em 'Courier New', Courier, Fixed;
}

pre.italic {
      font: 1.0em 'Courier New', Courier, Fixed;
      padding: 0.5em;
      border: none;
      font-style: italic;
}

pre.scrollbox {
    font: 1.0em 'Courier New', Courier, Fixed;
    padding: none;
    border: none;
    width: 535px;
    height: 500px;
    background-color: rgb(245,245,245);
    overflow: scroll;
}

p.break {
   padding-top: 30px;
  }

p.double_break {
   padding-top: 60px;
  }

p.break_bottom {
   padding-bottom: 30px;
  }

p.highlighted {
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  background-color: rgb(245,245,245);
  border: 2px solid rgb(65,131,213);
}

p.indent {
  padding-left: 10px;
  }

#binary_clock_gadget {
 margin: 20px 0px 20px 135px;
}

/************************************************
*	Footer                  			*
************************************************/
#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background: url('images/footer.jpg') no-repeat bottom center;
	}

#footer p {
	margin: 0;
	padding: 2px 0;
	font-size: 0.8em;
	text-align: center;
	color: white;
	}

#footer a {
	color: white;
	text-decoration: underline;
	}

/************************************************
*	Comments                  			*
************************************************/
.commentlist {
	padding: 0;
	text-align: justify;
      margin-left: 25px;
	}

.commentlist li {
	padding: 5px 10px 3px;
	list-style: decimal;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	}

.commentlist li {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform input {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.1em;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.author_comment {
  background-color: rgb(235,235,255);
      }

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.comment_section {
  }

/************************************************
*	Header tags                  			*
************************************************/
h1 {
    font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 1.7em;
    text-align: left;
   }

h1, h1 a {
	text-decoration: none;
   }

.byline {
   margin: 2px 0 0 2px;
   font-size: 0.9em;
   color: #777;
}

h1.excerpts {
   font-size: 1.8em; 
   border-bottom: 3px solid rgb(201,180,153);
   padding-bottom: 4px;
   font-family: 'Times New Roman', Georgia, Serif; 
   color: rgb(0,153,0);
   }

h2 {
    font-family: 'Times New Roman', Georgia, Serif; 
    font-weight: bold;
    font-size: 1.5em;
    margin: 30px 0 -3px 0;
   }

h2 a {
   color: rgb(65,131,213); 
   text-decoration: none;
  }

h3 {
    font-family: 'Times New Roman', Georgia, Serif; 
    font-weight: bold;
    font-size: 1.3em;
    padding: 0;
    margin: 20px 0 0 0;
    }

.post h4 {
    font-family: 'Times New Roman', Georgia, Serif; 
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 20px 0 0;
    }

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}

h2, h3, h3 a, cite {
	text-decoration: none;
      color: rgb(30,30,30);
	}

small, .nocomments, strike {
	color: #777;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	}

acronym, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-size: 1.15em;
	}

.post hr {
	display: block;
	}

#content h2 {
    color: rgb(0,153,0);
   }

#content .post ul {
   text-indent: -2px;
   list-style-type: disc;
   }

#content .post ul ul {
   text-indent: -2px;
   list-style-type: square;
   }

#content .post ul ul ul {
   text-indent: -2px;
   list-style-type: circle;
   }

.clear {
	clear: both;
   }

.clear_with_padding {
  clear: both;
  padding-top: 12px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Added for latexrender */
img.align_text_top {
     vertical-align: text-top;
    }

/* Added for latexrender */
img.align_middle {
     vertical-align: middle;
    }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */


html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 19px;
	margin: 0;
	}

.entry ol ul li {
	list-style-type: disc;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}

/* Begin Form Elements */

form {
	margin: 0;
	}

#searchform {
	padding-top: 2px;
	text-align: center;
	}

#searchform #s {
	width: 110px;
    height: 13px;
	padding-top: 3px;
    font-size: 1em;
    color: rgb(100,100,100);
    margin-left: -18px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
      display: block;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform label {
     text-align: left;
     display: block;
     }

/* End Form Elements */

/* Begin Various Tags & Classes */
acronym, span.caps {
	cursor: help;
	}

acronym {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
      color: rgb(110,110,110);
      font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
    display: none;
   }

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 20px 0;
      }

.wp-caption {
	text-align: center;
	font-style: italic;
      font-family: 'Times New Roman', Georgia, Serif; 
      color: black;
	padding: 4px 0 6px 0;
      }

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
      }

.wp-caption p.wp-caption-text {
	font-size: 1.2em;
	line-height: 17px;
	padding: 5px 4px 5px 0;
	margin: 0;
      }
/* End captions */

.relatedposts ul {
   text-align: left;
   margin-top: -12px;
     }

.relatedposts ul li {
   margin-left: -20px;
   font-size: 1.15em;
   }

.relatedposts h4 {
   text-align: left;
   font-size: 1.15em;
   }

/************************************************
*	Tables in posts         			*
************************************************/
table {
 border-color: rgb(65,131,213);
 border-width: 2px;
 border-style: solid;
 border-spacing: 1px;
 margin: 12px 0px 12px 0px;
 }

table.center {
  margin-left:auto;
  margin-right:auto;
 }

th.left, td.left {
  text-align: left;
  padding: 2px 3px 2px 3px;
  }

th.center, td.center  {
  text-align: center;
  padding: 2px 3px 2px 3px;
  }

th.right, td.right {
  text-align: right;
  padding: 2px 3px 2px 3px;
  }

th.small {
  font-size: 0.95em;
  }

th.internal_border_bottom {
  border-bottom: 2px solid rgb(65,131,213);
}

th.no_bottom_border {
  border-bottom: none;
}

th.no_left_border {
  border-left: none;
}

th.no_right_border {
  border-right: none;
}
th.internal_border_right {
  border-right: 2px solid rgb(65,131,213);
}

td.small {
  font-size: 0.9em;
  }

td.internal_border_top {
  border-top: 2px solid rgb(65,131,213);
}

td.internal_border_bottom {
  border-bottom: 2px solid rgb(65,131,213);
}

td.internal_border_top_bottom {
  border-top: 2px solid rgb(65,131,213);
  border-bottom: 2px solid rgb(65,131,213);
}

td.vertical_border, th.vertical_border {
  border-left: 2px solid rgb(65,131,213);
  border-right: 2px solid rgb(65,131,213);
}

td.internal_border_right {
  border-right: 2px solid rgb(65,131,213);
}

td.grayed {
  color: rgb(200,200,200);
}

td.fixed_font {
 font: 1.0em 'Courier New', Courier, Fixed;
}

/************************************************
*	Binary Converter Form                       *
************************************************/
div#convert_form {
}

div#convert_form .input_generic_box {
  background-color: white;
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#convert_form .output_generic_box {
  background-color: rgb(230,230,230);
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#convert_form .input_binary_box {
  background-color: white;
  border: 1px solid rgb(65,131,213);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#convert_form .output_binary_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(65,131,213);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#convert_form .input_decimal_box {
  background-color: white;
  border: 1px solid rgb(0,153,0);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#convert_form .output_decimal_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(0,153,0);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#convert_form .submit_button {
  background-color: rgb(210,210,210);
}

div#convert_form h2 {
	font-size: 1.6em;
      margin: 0 0 3px 0;
	padding: 12px 0 3px 0;
	}

div#convert_form h3 {
	font-size: 1.2em;
      margin: 0 0 3px 0;
	padding: 12px 0 0 0;
	}

div#convert_form li {
   padding-bottom: 7px;
}

/************************************************
*	Binary Calculator Form                      *
************************************************/
div#calculate_form {
}

div#calculate_form .input_generic_box {
  background-color: white;
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#calculate_form .output_generic_box {
  background-color: rgb(230,230,230);
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#calculate_form .input_box {
  background-color: white;
  border: 1px solid rgb(65,131,213);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#calculate_form .output_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(65,131,213);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#calculate_form .select_box {
  font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  width: 45px;
  height: 35px;
  padding: 8px 0px 8px 5px;
}

div#calculate_form .submit_button {
  background-color: rgb(210,210,210);
}

div#calculate_form h2 {
	font-size: 1.6em;
    margin: 0 0 3px 0;
    color: black;
	padding: 12px 0 3px 0;
	}

div#calculate_form h3 {
	font-size: 1.2em;
      margin: 0 0 3px 0;
	padding: 12px 0 0 0;
	}

div#calculate_form li {
   padding-bottom: 7px;
}

/************************************************
*	Twos Complement Converter Form              *
************************************************/
div#twosconvert_form {
}

div#twosconvert_form .input_generic_box {
  background-color: white;
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#twosconvert_form .output_generic_box {
  background-color: rgb(230,230,230);
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#twosconvert_form .input_binary_box {
  background-color: white;
  border: 1px solid rgb(65,131,213);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#twosconvert_form .output_binary_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(65,131,213);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#twosconvert_form .input_decimal_box {
  background-color: white;
  border: 1px solid rgb(0,153,0);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#twosconvert_form .output_decimal_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(0,153,0);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#twosconvert_form .submit_button {
  background-color: rgb(210,210,210);
}

div#twosconvert_form h2 {
	font-size: 1.6em;
      margin: 0 0 3px 0;
	padding: 12px 0 3px 0;
	}

div#twosconvert_form h3 {
	font-size: 1.2em;
      margin: 0 0 3px 0;
	padding: 12px 0 0 0;
	}

div#twosconvert_form li {
   padding-bottom: 7px;
}
/************************************************
*	Float Converter Form                        *
************************************************/
div#floatconvert_form {
}

div#floatconvert_form .input_decimal_box {
  background-color: white;
  border: 1px solid rgb(0,153,0);
  font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
  width: 542px;
  height: 32px;
}

div#floatconvert_form .output_long_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(65,131,213);
  font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
  width: 542px;
  height: 32px;
}

div#floatconvert_form .output_short_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(65,131,213);
  font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
  width: 542px;
}

div#floatconvert_form .input_checkbox {
  background-color: white;
  border: 1px solid rgb(65,131,213);
  margin: 2px 1px 0 10px;
}
    
div#floatconvert_form .output_checkbox {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(65,131,213);
  margin: 2px 1px 0 10px;
}

div#floatconvert_form .submit_button {
  background-color: rgb(210,210,210);
}
    
div#floatconvert_form .output_form_text {
	font-size: 1.1em;
    font-style: italic;
}

div#floatconvert_form .output_form_tiny_text {
	color: rgb(110,110,110);
	font-size: 0.9em;
    font-style: italic;
}

div#floatconvert_form h2 {
	font-size: 1.6em;
    margin: 0 0 3px 0;
	padding: 12px 0 3px 0;
	}

div#floatconvert_form h3 {
	font-size: 1.2em;
    margin: 0 0 3px 0;
	padding: 12px 0 0 0;
	}

div#floatconvert_form li {
   padding-bottom: 7px;
}

/************************************************
* Base Converter Form                           *
************************************************/
div#baseconvert_form {
}

div#baseconvert_form .from_color {
color: rgb(37,61,252);
}

div#baseconvert_form .to_color {
color: rgb(255,103,24);
}

div#baseconvert_form .base_select_box {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  width: 129px;
  height: 20px;
  margin: 0 10px 7px 0;
  padding: 1px 0 2px 1px;
}

div#baseconvert_form .charSet_select_box {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  width: 330px;
  height: 20px;
  margin: 0 0 7px 0;
  padding: 1px 0 2px 1px;
}

div#baseconvert_form .input_from_box {
  background-color: white;
  border: 1px solid rgb(37,61,252);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#baseconvert_form .input_fracDigits_box {
  width: 45px;
  background-color: white;
  border: 1px solid gray;
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#baseconvert_form .output_to_box {
  background-color: rgb(230,230,230);
  border: 1px solid rgb(255,103,24);
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 5px 0 5px 0;
}

div#baseconvert_form .output_numDigits_box {
  background-color: rgb(230,230,230);
  border: 1px solid gray;
  font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 2px 0 2px 1px;
}

div#baseconvert_form .submit_button {
  margin: 2px 0 0 0;
  background-color: rgb(210,210,210);
}

div#baseconvert_form .submit_button_clear {
  margin: 2px 10px 0 0;
  background-color: rgb(210,210,210);
}

div#baseconvert_form h2 {
	font-size: 1.6em;
   margin: 0 0 3px 0;
	padding: 12px 0 3px 0;
}

div#baseconvert_form li {
   padding-bottom: 7px;
}

/* Begin Sitemap CSS */
.ddsg-wrapper {
  font-size: 0.9em;
}
/* End Sitemap CSS */

img#wpstats {display:none}

/* Google Custom Search */   
#gcs-searchbox {
  text-align: left;
  padding: 0;
  margin: 10px 0 10px 0;
     }
     
#gcs-searchbox table {
      border: none;
      margin: 0;
     }
 
#gcs-results {
     }
     
#gcs-results table {
      border: none;
      margin: 0;
     }

/* Ads */
#adsense_post_inline_336x280{
	margin: 35px 41px 5px 107px;
  }
  
#adsense_468x60_horizontal{
	margin: 18px 0 10px 30px;
  }

#adsense_336x280_right_sidebar{
   margin: 0px 0 10px 22px;
 }
 
#adsense_320x100_inline{
   margin: 20px 0 0 110px;
 }
 
#adsense_468x15_inline{
	margin: 8px 0 0 41px;
}

#amazon_300x250_right_sidebar{
   margin: 10px 0 10px 40px;
}

#amazon_120x240_inline{
   margin: 25px 0 25px 225px;
}

#amazon_120x240_right_sidebar{
   margin: 25px 0 25px 130px;
}