/*  
Theme Name: myMoneyBlog.net
Theme URI: http://www.mymoneyblog.net/
Description: My personal theme..
Version: 0.1
Author: Miha Kuntu
Author URI: http://www.kuntu.net/

*/

*, html {
	padding: 0;
	margin: 0;	
}

body {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	font-size: 13px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
}


/* DEFAULTS 
------------*/
p {
	margin-bottom: 1em;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #06c;
}

a:hover {
	background: #BCE27F;
	color: #000;
	text-decoration: underline;
}

h1 {
	color: #ff5eaa;
	font-size: 2em;
	margin: 40px 0 0 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.3em;
  text-transform: uppercase;
	margin: 30px 0 0 0;
	
}
h3 {
	font-size: 1.1em;
  text-transform: uppercase;
	margin: 30px 0 0 0;
	
}
h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
}

em {
	background: #BCE27F;
  font-style: normal;
}

ul {
	list-style: none;
}

blockquote {
	color: #777;
	border-left: 4px solid #ddd;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
}


/* MAIN LAYOUT
-------------- */
#container {
	margin: 0 auto;
	text-align: left;
	width: 520px;
}

#topBanner {
	background: #BCE27F;
	text-align:center;
}

#header {
	background: #666;
	vertical-align: bottom;
	height: 130px;
}

#header div.inner {
	margin: 0 auto;
	width: 520px;
	position: relative;
	height: 130px;
}

#footer {
	clear: both;
	padding: 30px 0 10px 0;
	text-align: center;
}

#sidebar {	
}


/* HEADER 
---------*/
#logo {
	position: absolute;
	top: 20px;	
	left: 0;
}
#nav {
	position: absolute;
	line-height: 1.4em;
	bottom: 0;
	left: 0;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
	padding: 0 25px 0 0;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #BCE27F;
	text-decoration: none;
	border-bottom: 4px solid #666;
	padding: 0 5px;
}
#nav li a:hover {
	background: #666;
	color: #fff;
	border-bottom: solid 4px #fff;
}
#home a.nav1, #about a.nav2, #archives a.nav3, #contact a.nav4 {
	background: #666;
	color: #fff;
	border-bottom: 4px solid #fff;		
}

/* CONTENT
----------*/
#content ul {
	margin: 0 0 1em 0;
	
}
#content ul li {
	padding: 0 0 0 15px;
	background: transparent url("/img/bullet.gif") no-repeat left 5px;
}
#content ol {
	margin: 0 0 1em 2em;
	
}
#content ol li {
	padding: 0.2em 0.2em;
}

/* SIDEBAR
----------*/
.sidebox {
	float: left;
	width: 160px;
	margin-right: 19px;
}
.sidebox h3 {
	color: #ff5eaa;
}
#content .sidebox ul {
	margin: 0;
}
.last {
	margin-right: 0 !important;
}


/* FOOTER 
---------*/

#footer p {
	clear: both;
	color: #999;
	font-size: .85em;
}

/* ADS 
------*/

.adsense {
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
#topBanner p {
	margin: 0 auto;
	padding: 0;
	width: 520px;
	color: #666;
	vertical-align: middle;
	height: 22px;
	font-size: 11px;
}
#topBanner a {color: #444;}

/* FORMS 
--------*/

#formfields {
	background: #f5f5f5;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 1em 1em;
}
label {
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
}
label em {
	background: transparent;
	font-weight: normal;
}
textarea, input
{
	padding: 3px;
	font-size: 1.1em;
  font-family: arial, verdana, helvetica, sans-serif;	
  border: 1px solid #e8e8e8;
	color: #999;
}
input:focus, textarea:focus
{
	background: #BCE27F !important;
	color: #000 !important;
}
input.button
{
	padding: 2px;
	margin: .5em .5em 0 0;
	font-weight: bold;
	font-size: 1em;
	background: #666;
	color: #fff;
  	text-transform:uppercase;
}


/* COMMENTS
-------*/

#content ol.commentlist {
	margin: 0 0 1em 0em;
}

#content .commentlist li {
	padding: 1em 0.5em 0 0.5em;
	list-style: none;
}

.commentlist .alt {
	background: #f5f5f5;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.commentlist p.name {
	font-weight: bold;
	padding-top: 1em;
}
.commentlist p.commentdetails {
	color: #999;
	text-align: right;
}
.avatar {
	float: right;
	padding: 0.5em;
}


.tla {margin-top: 15px; } .tla ul li{ list_style: none; background: #fff;}