/*
Theme Name: Book A Day Custom
Theme URI: http://www.kellbot.com/
Description: Custom theme for Book A Day Almanac. Based on ET-Starter.
Author: ET
Author URI: http://www.kellbot.com
version: 1.2
Tags: white, widget-ready, threaded-comments
*/



/* basics */

*{margin:0; padding:0;}

body {
	
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14px;
	margin-top: 10px;

	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-familytags
:"Courier New", Courier, monospace;}

hr {
  border: 1px dotted #fff;
  margin: 10px;
}

/* links */

a{color:#0066cc; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}

h3 { font-weight: bold; font-size: 14px;}


/* container */


#container {
	width:960px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#000;
	overflow:hidden;
	}
	
/* header */

#header {
	display: none;

	}


/* header image */

/* please note: header image styling is overwritten by the functions.php file starting on line 310. Only adjust if you know what you are doing. */

#headerimg{
	float: left;
	margin: 0 0 50px 30px;
	width: 500px;
	height: 300px;
}

#headerimg h2{
	position: relative;
	top: 250px;
	font-size: 16px;
	left: 20px;
}




/* main menu */

#menu{
	text-transform:uppercase;
	width:100%;
	background:#000;
	font:normal 12px "Times New Roman", georgia, times, serif;
	margin: 0 auto 14px;
	height:45px;
}	


#dropmenu {
	text-transform:uppercase;
	width:60%;
	float:left;
	position:relative; 
	z-index:300;
	margin:0;
	padding:0 0 0 14px;
	}
	
#dropmenu li a {	
	padding:5px 10px;
	margin: 0;
	color: #aaa;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	}
	
#dropmenu li a:hover {	
	color:#fff;
	text-decoration:none;
	}
	
#dropmenu li {
	float:left; 
	position:relative; 	
	list-style-type: none;
	margin: 0 10px 0 0;
	padding:10px 0;
	}
	
#dropmenu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:4px 0 0 0; 
	background:#000;
}

#dropmenu li ul {width:14.1em; padding:10px 0;  display: none; position: absolute; z-index:999; line-height:24px;}
#dropmenu li ul li {border:none; padding:0;}
#dropmenu li ul a {width:12em; height:auto; float:left; color:#aaa; padding:0 10px; border:none; border-radius:none !important; color:#fff;}
#dropmenu li ul a:hover {border-bottom:4px solid #fff; color:#aaa;height:auto; border:none; border-radius:none !important;}
#dropmenu ul ul {top:auto; padding:0 0 10px 0;}
#dropmenu li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#dropmenu li.current_page_item a {
	color:#fff;
}

#dropmenu li.current_page_item li a {
	color:#aaa;
}

#dropmenu li li a {
	color:#aaa;
}

#dropmenu li li a:hover {
	color:#fff;
}

#dropmenu li.current_page_item li a:hover {
	color:#fff;
}

#dropmenu li ul li.current_page_item a {background:none !important;}






/* content */

.tagline {
 margin: 20px 0;
}

.tagline p {

  font-family:"Times New Roman",Georgia,Serif;
  text-align : center;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
  margin: 4px 15px !important;
  padding: 0 !important;
}

.content {
	overflow: hidden;
	margin:0 0 20px 0;
	padding: 10px;
	border-left: 1px dotted #000;
	}
	
.content-middle{
	float: left;
	width: 540px;
	margin: auto 30px;
	}
	
.content-left{
	float: left;
	width:60%;
	}

.content-right{
	float: right;
	width:60%;
	}
	
.content.content-two-columncontent-right{
	float: right;
	width:620px;
	}
	
.content.content-two-columncontent-left{
	float: left;
	width:70%;
	}

.post {
	margin:0;
	padding:0 0 40px 0;
	line-height:1.5em;
	}
	
	.quote p{
	text-indent: 1.5em;
	}
.pagetitle{
	font:normal 18px "arial", verdana, times;
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h2{
	font:normal 28px "Times New Roman", georgia, times, serif;
	}
	
	h2 .smalltitle	{
	font-size: 24px;
	}
.post h2 a{

	font-size: 18px;
	text-decoration: none;
	}
	
.post h2 .author {
  font-size: 16px;
  font-weight: normal;
}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:bold 14px "trebuchet", "Trebuchet MS", "arial";
	padding:4px 0;
	margin:0 0 15px 0;
	color:#000;
	}


.post li {list-style-type:square;}

.entry {clear: both; border-top: 1px dotted #000; padding-top: 20px;}
.entry h2 {color: #F26631; font-weight: bold}
.entry p{margin:12px 0; line-height: 22px; font-size: 13px;}

.quote p{margin: 0;}

.highlight {
  font-size: 14px;
}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	

.navigation {
	font-size:18px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}
	





/* Primary Sidebars */

.primary-sidebar{
	padding: 0;
	font-size:12px;
	overflow:hidden;
	background: #DBE796;
	}
	
	
.primary-sidebar.content-left{
	float: right;
	width:20%;
	}
	
.primary-sidebar.content-middle{
	float: right;
	width:170px;
	}
	
.primary-sidebar.content-right{
	float: left;
	width:20%;
	}
	
.primary-sidebar.content-two-columncontent-left{
	float: right;
	width:24%;
	}
	
.primary-sidebar.content-two-columncontent-right{
	float: left;
	width:300px;
}

.primary-sidebar h2{
	font:normal 18px "arial", verdana, times;
	color: #990000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;

}

.primary-sidebar p {margin:0; padding:14px 5px 14px 0;}

.primary-sidebar img {padding: 0; margin: 0;}

.primary-sidebar .logo {margin: 20px 15px 0px;}

.primary-sidebar ul {
	margin:0;
	padding:0;
	}
	
.primary-sidebar.content-middle ul{
	margin:0 0 0 0 !important;
	}
	
.primary-sidebar.content-left ul{
	margin:0 0 0 20px !important;
	}
	
.primary-sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}

.primary-sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.primary-sidebar ul ul {
	margin:14px 0;
	padding: 0;
}

.primary-sidebar.content-middle ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.primary-sidebar.content-right ul ul{
	margin:14px 0 !important;
	}

.primary-sidebar ul ul li {
	list-style-type: none;
	}

.primary-sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

.primary-sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}


/* Nav */
#navigation {
  margin: 25px 15px 25px 15px;
  font-size: 20px;
  text-align: center;
      font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif;
	font-weight: bold;
}
#EINTK {
  font-size: 14px; 
  line-height: 14px;
  padding-top: 5px !important;
  height: 34px !important;
}
#navigation a{
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
#navigation li{
  padding: 9px 10px 0 10px;
  width: 250px;
  height: 31px;
  margin-bottom: 5px
}
#navigation .color-1 {
  background: url('images/nav_button_yellow.png') no-repeat;
}

#navigation .color-2 {
  background: url('images/nav_button_green.png') no-repeat;
}

/* twitter */

.aktt_tweets{overflow:hidden;}

.aktt_tweets ul li{
	padding:0 5px 14px 0;
	background:none;
}

/* wp-calendar styling */

#wp-calendar{
	margin:14px 0;
	width: 100%;
}


/* sidebar styling for single column theme */

	

.primary-sidebar.content-two-columncontent-middle li{
	float:left;
	width:200px;
	margin:20px 20px 20px 0;
	}
	
.primary-sidebar.content-two-columncontent-middle li ul li{
	float:left;
	width:200px;
	margin: 0 !important;
	}
	
	


/* Secondary Sidebar */

.sidebar {
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	overflow:hidden;
	}
	
.sidebar.content-middle{
	float:left;
	width:150px;
	}
	
.sidebar.content-left{
	float: right;
	width:20%;
	}
	
.sidebar.content-right{
	float: left !important;
	width:20%;
	}
	


.sidebar h2{
	font:normal 16px "arial", verdana, times;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom:1px solid #ddd;
}

.sidebar p {margin:0; padding:14px 5px 14px 0;}

.sidebar img {padding: 0; margin: 0;}

.sidebar ul {
	margin:0;
	padding:0;
	}
	
.sidebar.content-middle ul{
	margin:0 0 0 0 !important;
	}
	
.sidebar.content-left ul{
	margin:0 0 0 20px !important;
	}
	
.sidebar.content-right ul{
	margin:0 20px 0 0 !important;
	}

.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.sidebar ul ul {
	margin:14px 0;
	padding: 0;
}

.sidebar.content-middle ul ul{
	margin:14px 0 !important;
	}
	
.sidebar.content-left ul ul{
	margin:14px 0 !important;
	}
	
.sidebar.content-right ul ul{
	margin:14px 0 !important;
	}

.sidebar ul ul li {
	list-style-type: none;
	}

.sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}









/* comments */

h2.green_bar {
  background: url('./images/main_green_section.png');
  height: 38px;
  width: 610px;  
  padding: 12px 0 0 10px;
    font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif;
    margin-bottom: 10px;
}

.maincomments{
	padding:0;
	margin:0 0 20px 0;
}

.maincomments h3{
	font-family: "FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	letter-spacing:1px;
	}

#respond{margin:20px 0 0 0; display: none;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	font-size:12px;
	}
	
#commentform p{
	color: #000;
	}
	
	
#commentform h3{
	font-family:"FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:90%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family:arial, times;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #ddd;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:4px 14px;
	background:#000; 
	text-transform:lowercase;
	color:#fff;
	width:150px;
	border:none;
	cursor:pointer;
	}
	
#submit:hover{
	background:#777; 
	border: none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:12px 12px 5px 12px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 12px "FuroreRegular", arial, verdana, tahoma;
	padding:0;
	}
	
.vcard{margin:0 0 6px 0;}

.children{
	margin:0 0 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px dotted #ddd;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 4px;
	}

.avatar{float:left; display:block; margin:0 12px 8px 0; padding:1px; border:1px solid #d6d6d6;}




/* misc */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px dotted #ccc;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}



/* search */

.search{float:right; margin:0 20px 0 0;}

#searchform{
	margin:8px 0 0 -6px;
	display: inline;
	}

#searchform input#s{
	margin:0;
	border:1px solid #ddd;
	padding:4px;
	width:100px;
	color:#9b9b9b;
	}
	
#searchform input#s:focus{
	color:#333;
	}
	



/* widgets */
#today-in-history  {
	width: 237px;
	float: right;
  font-size: 11px;
  margin: -60px 20px 10px 10px;
  background: url('images/box_yellow_top.png') no-repeat;
  padding-top: 13px; 
  font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif;
}
#today-in-history .tih-content{
  background: url('images/box_yellow_center.png') repeat-y;
  padding: 0 15px;
}

#today-in-history h2{
  font-size: 12px;
  text-align: center;
  color: #000;
}
#today-in-history h2 span {
 color:  #F26631;
 font-size: 16px;
}
#today-in-history li span{
  color: #000;
}
#today-in-history li{
  list-style-position: inside;

 color:#B2CB6A;
}
.tih-footer{
  background: url('images/box_yellow_bottom.png') no-repeat;
  height: 20px;
}
#cover { float: right; margin: 40px 20px 50px 20px}
#cover img{
  width: 320px;
  height: 320px;
}
#calendar-3 .widgettitle {
	display: none;
}

#prev-next {
  width: 229px;
  margin: 0 auto;
}

.prev {
  background: url('images/yesterday-grey.png') no-repeat;
  width: 115px;
  height: 19px;
  float: left;
}

.next {

  background: url('images/tomorrow-grey.png') no-repeat;
  width: 114px;
  height: 19px;
  float: left;
}
#heading {
  text-align: center;
  width: 250px;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
    font-family: "Times New Roman", georgia, times, serif;
}

#heading .month {
  color: #B2CB6A;
  font-size: 48px;
  line-height: 40px;
}

#heading .day {
  color: #EBF4AE;
  font-size: 270px;
    line-height: 250px;
    font-weight: bold;
}

#heading .title{
  color: #F26631;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
}

#heading .title a, #heading .title a:hover {
  color: #F26631;

}

#heading .today {
  font-size: 24px; 
  margin-bottom: 10px;
  font-weight: bold;
}

#heading .author, #heading .illustrator, #heading .categories {
  font-size: 16px; 
  font-family: "Times New Roman", georgia, times, serif;
}


#coming-up {
  margin: 0 0px; 
  padding: 10px;
  height: 200px;
  background: url('./images/OrangeBorder_280x200.png') no-repeat;
}
#coming-up li{
  clear: both;
      margin: 5px auto;

}
#coming-up h2 {
	margin-top: 15px;
	text-align: center;
	padding: 0;
	color: #000;
	text-indent: -3000px;
	overflow: hidden;
	background: url('./images/Coming_header.png') 15px 0 no-repeat;
    font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif;
}
#coming-up .author{
  font-size: 11px;
}

#coming-up .booklist {margin-top: 0; !important}
#coming-up .booklist li{  margin: 0px auto; width: 150px; }



#tools {
  margin: 0 0px; 
  padding: 10px 10px 10px 25px;
  height: 100px;
  background: url('./images/OrangeBorder_280x100.png') no-repeat;
	font-family: verdana, trebuchet, "Trebuchet MS", arial, sans-serif; 
	font-size: 14px;
	line-height: 18px;
}

#tools h2 {
	text-indent: -3000px;
	margin: 12px 0 0 0;
	padding: 0;
	overflow: hidden;
	background: url('./images/Tools_header.png') left center no-repeat;
}

#tools div {
  margin-top: 5px;
}

.tool-label {
	width: 100px;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}

#tools img {
	vertical-align: middle;
}

#find-a-book {
  margin: 0 0px; 
  padding: 10px;
  height: 180px;
  cursor: pointer;
  background: url('./images/GrayBorder_280x200.png') no-repeat;
}

#find-a-book h2 {
	text-indent: -3000px;
	margin-top: 8px;
	overflow: hidden;
	background: url('./images/Find_header.png') center center no-repeat;
}

#find-a-book ul {
	margin: 0px auto;
	width: 256px;
	overflow: visible;
}
#find-a-book li {
  float: left;
}
#find-a-book p {
	font-family: verdana, trebuchet, "Trebuchet MS", arial, sans-serif; 
	clear: both;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    text-align: center;
}

#also-recommended {font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif; clear: both; margin-top: 10px; }
#also-recommended .title {font-family: "Times New Roman", georgia, times, serif; font-size: 13px}
#also-recommended .dot { margin: 0px 10px; color: #F26631}

#teaching-books { font-size: 14px; margin: 12px 0} 

#flex{font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif; clear: both; margin-top: 10px; }

#post-tags {
  margin-top: 10px;
  font-family: "Times New Roman", georgia, times, serif; font-size: 13px;
  clear: both;
}

#post-tags strong {
  font-family: trebuchet, "Trebuchet MS", arial, verdana, sans-serif
}

/* archives */
#archive-heading {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
    font-family: "Times New Roman", georgia, times, serif;
}

#archive-heading .month {
  color: #B2CB6A;
  font-size: 48px;
  line-height: 40px;
}

#archive-heading .today {
  font-size: 24px; 
  margin-bottom: 10px;
  font-weight: bold;
}

.allmonth {
	float: right;
}

.archive-listing h2 a{
	color: #F26631;
}

#archive_category {
	margin-left: 25px;
}

#archive-main {
  width: 90%;
  margin: 0 auto;
}

#archive-main img {
  padding-bottom: 10px;
  border: 0;
}

#archive-main td {
  width: 33%;
  padding-bottom: 50px;
  text-align: center;
}

#archive-navigation {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

#archive-navigation .title{
  font-size: 24px; 
  margin-bottom: 10px;
  font-weight: bold;
  display: inline;
}

#archive-navigation .return {
  float: right;
  padding-top: 10px;
}

#arcjump {
	text-align: center;
}

#archive_date .day-number {
	display: block;
	background: #B2CB6A;
	padding: 5px 5px 3px 7px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	}

#archive_date ul {
	margin: 0 -5px;
}	
	
#archive_date ul li{
	background: #fff;
	margin-top: 0px;
}

#archive_date li a {
	color: #000;
	font-weight: bold;
	
}

.archive-excerpt {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 0px;
}

.list-image {
  padding-right: 5px;
}
/* footer */

#footer {
	border-top:4px solid #000;
	clear: both;
	width: 850px;
	margin:0 auto;
	}
	
#footer p{padding:14px 0;margin: 0; color: #333; text-align:center; font-size:12px;}

.sociable {
font-family: trebuchet, "Trebuchet MS";
height: 20px;
margin-top: 10px;
}
.sociable ul {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	 list-style-type: none;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 3px;
    float:left;
}
.post .sociable li{
 float: left;
 list-style-type: none;
} 
.sociable_tagline {
 float: left;
 margin-right: 5px;
 font-weight: bold;
}
