/* fonts.css */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

body {
  color: rgb(0,0,0);
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
b {
    font-weight :bold;
}

h1{
 font-size: 1.2em;
 font-weight: bold;
 padding:4px 4px 6px 2px;
 margin-bottom: 0.2em;
 background-color: rgb(40,40,40);
 color:white;
 text-align: left;
 background: url(/templates/locking/images/h1_back.png) top left no-repeat;
 }

h1 a { color:white; }
 
p { 
	letter-spacing: 0.1em;
	padding : 5px;
	margin-bottom:1em;
}

div#content strong {
       font-weight: bolder;
}
div#content li {
 list-style-type: square;
margin-left:2em;
}

div#content ul.actions li {
list-style-type: none;
margin-left:auto;
}

div#content {
	font-size: 1.1em;
}
#footercontent {
    font-size: 0.7em;
    }