/*Theme Name: Launchpad
Theme URI: 
Description: 
Version: 2.0
Author: Canonical
*/
body {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  font-family: UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
  color: #333;
  background: #fff;
}
a, a:link, a:visited, a:active, a:focus, a:hover {
    color:#5e8909;
    text-decoration:none;
    font-weight:normal;
    outline:none;
}
a:hover {
	text-decoration:underline;
}
img {
	padding:0;
	margin:0;
	border:none;
	outline:none;
}
form {
	margin:0;
	padding:0;
}
.clearfix {
	clear:both;
	font-size:0px;
	height:0px;
}
.fr {
	float:right;
	display:inline;
}
.fl {
	float:left;
	display:inline;
}
#header {
	width:98%;
	height:84px;
	margin:0;
	padding:0px 1% 0px 1%;
	color:#fff;
	background:#2a2a2a url(images/bg_header.gif) top repeat-x;
}
#content {
	width:98%;
	margin:0;
	padding:0px 1% 0px 1%;
	background:#fff url(images/bg_content.gif) top repeat-x;
	border-top:1px solid #fff;	
}
#entries {
	position:relative;
	float:left;
	width:60%;
	padding:10px 0%;
	margin:0%;
	background:transparent;	
}
#sidebar {
	position:relative;
	float:right;
	width:26%;
	padding:1%;
	margin:10px 10px;
	color:#828282;
	background:#f7f7f7;
	border:1px solid #ccc;
}
#footer {
	clear:both;
	width:100%;
	text-align:center;
	padding:15px 0px;
	font-size:11px;
}
/*Header*/
#header h1 {
  font: 3.2em Trebuchet Ms, sans-serif;
  margin:0;
  padding:10px 0px 0px 0px;
}
#header h1 strong{
	color:#f8c300;
}
#header h1 img{
	vertical-align:middle;
}
#header .header-link, #header .header-link a:visited, #header .header-link a:link {
    color: #fff;
    text-decoration: none;
}
#finder {
	float:right;
	padding-top:22px;
}
#finder input {
	float:left;
	margin-top:7px;
	font:normal 11px/normal Trebuchet Ms;
	color:#666;
	width:170px;
	background:#fff url(images/lupa.png) right center no-repeat;
}
#finder img {
	float:left;
	display:inline;
	padding:0;
	margin:0px 0px 0px 15px;
}
/*Entries*/
#entries hr {
	border:none;
	border-top:1px dotted #ccc;
	margin:20px 0px;
}
#entries h2 {
    margin:4px 0px 0px 0px;
    padding:0;
    font-size:1.6em;
    font-weight:normal;
    color:#3895bd;
}
#entries h2 a, #entries h2 a:link, #entries h2 a:visited {
    color:#3895bd;
    text-decoration:none;
}
#entries h3 {
    margin:10px 0px 5px 0px;
    padding:0;
    font-size:1.2em;
    font-weight:normal;
    color:#3895bd;
}
h3 a, h3 a:link, h3 a:visited {
    font-size:1.2em;
}
#entries h4 {
    margin:10px 0px 5px 0px;
    padding:0;
    font-size:14px;
    font-weight:normal;
    color:#3895bd;
    border-bottom:1px solid #3895bd;
}
.entry p,
#entries p {
	margin:0px 0px 10px 0px;
	padding:0;
	font-size: 1.1em;
	line-height: 175%;
}
#entries p strong {
	color:#666;
}
#entries p.date {
	font-size:14px;
	color:#999;
	background:url(images/file.gif) center left no-repeat;
	padding:1px 0px 1px 20px;
	margin:2px 0px 15px 0px;
}
.comments {
	float:right;
	height:46px;
	width:58px;
	padding:4px 0px 0px 0px;
	font-size:20px;
	text-align:center;
	background:url(images/bg_coments.png) top center no-repeat;
}
#entries p.date a, #entries p.date a:link, #entries p.date a:visited, #entries p.date a:hover, .comments a, .comments a:link, .comments a:visited, .comments a:hover {
	color:#e3702d;
}
#entries ul {
	list-style:none;
	margin:15px;
	padding:0;
}
#entries ul li {
	background:url(images/bullet.gif) 0px 5px no-repeat;
	padding:0px 0px 0px 10px;
	margin:0px 0px 5px 0px;
}
/*Pages*/
.pagePrev {
	float:left;
	width:150px;
	height:25px;
	background:url(images/pages_previous.gif) top center no-repeat;
	padding:10px 0px 0px 33px;
}
.pageNext {
	float:right;
	width:150px;
	height:25px;
	text-align:right;
	background:url(images/pages_next.gif) top center no-repeat;
	padding:10px 33px 0px 0px;
}
.pagePrev a, .pagePrev a:link, .pagePrev a:visited, .pagePrev a:hover, .pageNext a, .pageNext a:link, .pageNext a:visited, .pageNext a:hover {
	color:#e3702d;
}
/*Sidebar*/
#sidebar h2 {
	font-size:16px;
	color:#5e8909;
	margin:0;
	padding:0;
}
ul#lastentries {
	margin:0;
	padding:0;
	list-style:none;
}
ul#lastentries li {
	margin:0;
	padding:2px 0px;
}
ul#lastentries li a, ul#lastentries li a:link, ul#lastentries li a:hover, ul#lastentries li a:focus, ul#lastentries li a:active {
	background:url(images/bullet_lastentries.gif) 0px 5px no-repeat;
	padding:0px 0px 0px 10px;
}

.entry {
	width:60%;
}
.entry small {
    font-size: 10px;
}

.navigation
{
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	width:60%;
}
