/*
Theme Name: Manifest 2 Columns
Theme URI: 

*/

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  /* background: url("http://www.danielamota.com.br/imagens/header.jpg") repeat-x scroll 0 0 #FFF; */
  color: #333;
}
strong{
  font-weight: bold;
}

.medium{
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/* Links */

a:link,
a:visited{
  color: #8f8f8f;
  text-decoration: none;
}
a:hover,
a:active{
  color: #8f8f8f;
  text-decoration: underline;
}

/* Headers */

#header {
  height: 160px;
  margin: 0 auto;
}

h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}

h1 a{
  padding-right: 60px;
  margin-left: 60px;
}

h1 a:link,
h1 a:visited{
  color: #000;
}

h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}

h2{
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  font-variant: small-caps;
  color: #000;
}

h3{
  margin-bottom: 5px;
  font-size: 2.3em;
  font-weight: normal;
}

h3 a:link,
h3 a:visited{
  color: #333;
}

h3 a:hover,
h3 a:active{
  text-decoration: underline;
}

h4{
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  font-family: verdana, tahoma, arial, sans-serif;
  font-variant: small-caps;
}

h5{
  position: relative;
  margin-bottom: 50px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 0.9em;
  color: #999;
  font-weight: normal;
  background: #fff;
}

h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 4px;
}

input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
 
input[type=submit]{
  padding: 3px 5px;
  color: #fff;
  font-size: 12px; 
  font-weight: bold;
  background-color: #8EA7AA;
  /* background-image: url(images/button.png); */
  background-repeat: repeat-x;
  background-position: left top;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  border-radius: 10px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 7px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #697D80;
  border-color: #666;
}

/* Structure */

#siteWrapper{
  margin: 0 auto;
  padding-top: 15px;
  width: 1280px;
  text-align: center;
  position: relative;
  
}

#siteDescription{
  font-size: 1.2em;
  margin: 10px auto 60px;
  width: 400px;
  padding: 11px 0 13px;
  color: #999;
  font-style: italic;
}

/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
  margin-top: 10px;
  padding: 5px;
  background: #FBFBFB;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

#mainNav ul{
  margin: 0 auto;
  width: 45em;
  text-align: center;
}

#mainNav li{
  display: inline;
  margin-right: 20px;
  font-size: 17px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-variant: small-caps;
}

#mainNav li:last-child{
  margin-right: 0;
}

#mainNav a:link,
#mainNav a:visited{
  color: #999;
}

#mainNav a:hover,
#mainNav a:active{
  text-decoration: underline;
  color: #2E301C;
}

#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  text-decoration: underline;
  /* color: #2A2D1A; */
}

#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #2E301C;
}

/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{
  float: left;
  width: 1000px;
  margin-top: 50px;
}

/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}

.postContent h4{
  position: relative;
  top: 0;
  font-family: constantia, palatino, times new roman;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  font-style: italic;
  border-bottom: none;
}

.postDate ~ .postContent{
  margin-top: -30px;
}

#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #333;
  text-align: justify;
}

#coreContent p{
  text-align: justify;
}

#coreContent li{
  list-style: square;
  margin-left: 17px;
}

#coreContent dt{
  font-size: 1.3em;
  color: #333;
}

.entry-content{
  margin-top: 75px;
  font-family: verdana, tahoma, arial, sans-serif;
  text-align: left;
}

.entry-content a:link,
.entry-content a:visited{
  text-decoration: underline;
}

.hentry{
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 30px;
}

#coreContent .postMeta{
  margin: 40px auto 0;
  font-size: 1.3em;
  color: #999;
}

#coreContent .postMeta div{
  margin-bottom: 5px;
}

#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #666;
}

#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color: #666;
}

#coreContent .postMeta span{
  text-transform: uppercase;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  color: #333;
  border: none;
  padding: 0;
  font-weight: bold;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2em;
  letter-spacing: 0;
}

.entry-content h2{
  font-size: 1.8em;
}

.entry-content h3{
  font-size: 1.6em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.4em;
}

.entry-content strong{
  color: #000;
}

.entry-content pre{
  color: #666;
  font-size: 1.5em;
  line-height: 18px;
  margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}

.entry-content ol li{
  list-style-type: decimal !important;
}

.entry-content li{
  margin-bottom: 5px !important;
}

.entry-content blockquote{
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.5em;
  color: #7D7D7D;
  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}

#coreContent .entry-content blockquote p{
  color: #7D7D7D;
}

.entry-content .alignleft{
  float: left;
  margin: 4px 10px 10px 0;
}

.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}

.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}

#coreContent .entry-content p.wp-caption-text{
  font-size: 0.8em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}

.hentry img{
  margin: 0 auto;
  border: 1px solid #ccc;
}


/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 30px;
  margin-bottom: 5px;
}

.single h5{
  position: static;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}

.single.hentry{
  border-top: 1px solid #efefef;
  margin-top: -50px;
  border-bottom: none;
  padding-bottom: 0;
}

#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

.singlePage {
  /* margin-top: 20px; */
  font-family: verdana, tahoma, sans-serif;
  font-size: 14px;
}

/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}

#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}

#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}

#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.commentEntry{
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

#coreContent .commentEntry p{
  color: #666;
}

.avatar{
  float: left;
  margin-top: 4px;
}

.commentContent{
  float: left;
  font-size: 0.9em;
  width: 415px;
  margin-left: 22px;
  text-align: left;
  font-family: verdana, tahoma, arial, sans-serif;
}

.commentContent em {
  font-size: 0.8em;
  line-height: 2em;
}

.commentMeta{
  color: #333;
  font-size: 0.8em;
  text-align: left;
}

.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}

.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Comment Form */

fieldset{
  background: #F6F6F6;
  padding: 0 0 10px;
}

legend{
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding: 0 0 20px 0;
}

legend span{
  position: relative;
  top: -15px;
  display: block;
  width: 500px;
  background-color: #fff;
}

#comments h4,
legend span{
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 12px;
}

.leaveComment{
  margin-top: 20px;
  padding-bottom: 19px;
}

.commentForm{
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 12px;
  text-align: left;
  margin: 0 20px;
}

.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}

.commentForm input[type=text]{
  display: block;
  margin-bottom: 20px;
  height: 18px;
  width: 470px;
  font-size: 1.2em;
  margin-top: 5px;
}

.commentForm textarea{
  width: 470px;
  max-width: 470px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 1.2em;
  margin-top: 10px;
}

.commentForm input[type=submit]{
  float: left;
  margin-top: 8px;
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 40px;
}

.pageNav a:link,
.pageNav a:visited {
  display: inline-block;
  color: #000;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #bfbfbf;
  /* background-image: url(images/button.png); */
  background-repeat: repeat-x;
  background-position: left top;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}

.pageNav a:hover,
.pageNav a:active {
  text-decoration: none;
  background-color: #bfbfbf;
  color: #fff;
  border-color: #232323;
}

.pageNav .prev,
.pageNav .next{
  display: inline;
}

.pageNav .prev{
  margin-right: 2px;
}

.pageNav .next{
  margin-left: 2px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: -50px;
}

h2.archiveTitle{
  margin: -30px 0 70px;
  color: #c3c3c3;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.3em;
  font-variant: normal;
  text-align: left;
}

h2.archiveTitle strong{
  color: #000;
  font-size: 0.8em;
}

#archives h3,
#coreContent li h3{
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.0em;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-variant: small-caps;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}

#coreContent li h3{
  font-size: 1.2em;
}

#archives label{
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 1.2em;
  color: #333;
  font-weight: normal;
  font-variant: small-caps;
}

#archives #date{
  float: left;
  width: 150px;
  padding-top: 50px;
}

#archives #categoryTags{
  float: left;
  width: 320px;
  margin-left: 30px;
  padding-top: 50px;
}

#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}

#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  white-space: nowrap;
}

#archives li a{
  margin-right: 5px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 0.6em;
}

#archives #date ul li{
  display: block;
  list-style-type: none;
  margin: 0 10px 0 0;
}

.tagArchives li{
  float: left;
  margin-right: 10px;
}

.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

#recentPosts{
  border-top: 2px solid #ccc;
}

#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#recentPosts a{
  float: left;
}

#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  /* margin-top: -35px; */
}

.searchresults .postMeta{
  text-align: left;
}

.searchpanel{
  margin: 0 0 20px;
  padding: 10px 0;
}

.searchpanel input[type=text]{
  width: 300px;
  font-size: 0.9em;
}

.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px;
  background-position: left 5px;
  font-size: 0.9em;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 0.8em;
  width: 500px;
  margin: 40px auto 0;
  padding: 20px 0 35px 0;
  border-top: 4px double #ccc;
  color: #666;
  text-align: center;
}

#pageFooter {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 0.8em;
  margin: 0 auto;
  top: 500px;
  color: #666;
  text-align: center;
}

.footerContent{
  width: 500px;
  margin: 20px auto 0;
  clear: left;
}

#footer p{
  line-height: 1.1em;
}

#footer #search{
  margin: 15px 0 30px;
}

#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  font-family: constantia, palatino, times new roman;
  font-size: 1.3em;
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
}

#footer .elsewhere{
  margin-bottom: 30px;
}

#footer .elsewhere li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.2em;
}

#footer .elsewhere li.last{
  padding: 0;
  margin: 0;
  border-right: none;
}

#footer #search input[type=text]{
  font-size: 1.4em;
  border-color: #ccc;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}

#coreContent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #efefef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.postdata {
  padding-top: 5px;
  font-size: 8pt;
  color: #999999;
  line-height: 17px;
}

.postdata a, .postdata a:visited {
  color: #999999;
  text-decoration: none;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata .category{
  background: url(images/folder-gray-16x16.png) no-repeat left top;
  padding-left: 20px;
  padding-right: 10px;
  float: left;
  width: 450px;
  text-align: left;
}

.postdata .comments{
  background: url(images/comments.png) no-repeat left center;
  padding-left: 20px;
  padding-right: 10px;
  float: right;
}

.postdata .edit{
  background: url(images/blog_post_edit.png) no-repeat left center;
  padding-left: 20px;
  padding-right: 10px;
  float: right;
}

.post-date {
  height: 48px;
  width: 48px;
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 0px 0px 0 0;
  line-height: 100%;
  float: left;
  background: #fff url("images/calgray-2.png");
}

.post-date span {
  height: 12px;
  display: block;
  font: normal 10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
}

.post-date span.year {
  height: 12px;
  display: block;
  font: normal 10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  padding-top: 0px;
}

.post-title {
  float: left;
  margin-left: 10px;
  width: 940px;
  padding-bottom: 20px;
  font-family: verdana, tahoma, arial, sans-serif;
}

.posttitle {
  color: #000;
  padding-bottom: 4px;
  font-size: 20px;
  font-family: verdana, tahoma, arial, sans-serif;
  text-align: left;
  border-bottom: dotted 1px #CCCCCC;
  display: block;
}

.posttitle a, .posttitle a:visited {
  color: #000;
  text-decoration: none;
}

.posttitle a:hover {
  text-decoration: none;
}

.dmsig{
  background: url(images/dmsig.png) no-repeat left bottom;
  height: 65px;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 0.7em;
}


/***************** Search results ****************/

#search-post-thumbnail {
  float: left;
  width: 300px;
}

#search-post-info {
  float: left;
  font-family: verdana, tahoma, arial, sans-serif;
  width: 300px;
  margin-left: 10px;
}

#search-post-info h3{
  font-size: 1.2em;
  text-align: left;
}

#search-post-info .search-meta{
  text-align: left;
  line-height: 1.3em;
  font-size: 0.8em;
}

.search-results-title{
  font-family: verdana, tahoma, arial, sans-serif; 
  font-size: 1.3em;
  line-height: 1.7px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-variant: small-caps;
  text-align: left;
}


/************* Shadows ***********************/

.shadow {
  margin: 0 0;
  /* background: url(images/shadow.png) no-repeat scroll 30px 30px; */
  background: url(images/shadow2.png) no-repeat scroll;
  height: 684px;
  width: 1024px;
}

.shadowleft {
  margin: 0 0;
  /* background: url(images/shadow.png) no-repeat scroll 30px 30px; */
  background: url(images/shadow1.png) no-repeat scroll;
  height: 736px;
  width: 495px;
  float: left;
}

img.shadowl, img.shadowp {
  margin-top: 10px;
}

.shadowl{
  background: url(images/shadowl.png) no-repeat bottom right;
  padding-right: 6px;
  padding-bottom: 12px;
}

.shadowp{
  background: url(images/shadowp.png) no-repeat bottom right;
  padding-right: 20px;
  padding-bottom: 18px;
  float: left;
}


/************************* Layout ************************/

#content {
  width: 1280px;
}

.aboutme-left{
  float: left;
  width: 300px;
}

.aboutme-right{
  float: left;
  width: 600px;
  padding-left: 10px;
  text-align: left;
}

/****************** Menu Nav ******************************/

.mymenu{
  position:relative;
  display:block;
  height:42px;
  font-size:11px;
  font-weight:bold;
  background:transparent url(images/gray_background.png) repeat-x top left; 
  font-family:Arial,Verdana,Helvitica,sans-serif;
  text-transform:uppercase;
}

.mymenu ul{
  margin:0px;
  padding:0;
  list-style-type:none;
  width:auto;
}

.mymenu ul li{
  display:block;
  float:left;
  margin:0 1px 0 0;
}

.mymenu ul li a{
  display:block;
  float:left;
  color:#000;
  text-decoration:none;
  padding:10px 22px 0 22px;
  height:28px;
}

.mymenu ul li a:hover,#mymenu ul li a.current, .current_page_item{
  color:#000;
  background:transparent url(images/gray_backgroundOVER.png) no-repeat top center;
}


/********************** Sidebar ****************************/

#sidebar {
  float: left;
  width: 260px;
  margin-top: 50px;
  padding-left: 10px;
  border-left: 1px dotted #ddd;
  font-family: verdana, arial, tahoma, sans-serif;
  text-align: left;
  margin-left: 5px;
}

.widgettitle{
  font-size: 13px;
  font-weight: bold;
  font-variant: inherit;
  color: #2f2f2f;
  margin-bottom: 10px;
}

#sidebar ul {
  padding-left: 10px;
  font-size: 12px;
}

#sidebar ul li{
  line-height: 20px;
}
#sidebar ul li a{
  font-size: 12px;
}

/************************** Searchform ***************************/

#searchform{
  padding-top: 10px;
}

.screen-reader-text{
  font-size:12px;
  font-weight: bold;
  line-height: 30px;
}

.clear{
  clear: both;
} 
