/*
 NanoBlogger Gecko
   The color selection is based on the Genki theme for WordPress, 
   design of Ericulous: http://ericulous.com/

   This work is licensed under the Creative Commons Attribution 3.0 license
     http://creativecommons.org/licenses/by/3.0/

 Box model hack with 2 column layout
*/

html, body  {
	height: 100%;
        background: #ebe9db url('../images/bg.gif') repeat-x; /* #E8E3CF */
}

body {
	padding: 0;
	font-size: 80%;
        line-height: 1.5;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

a 	{ color: #0099FF; text-decoration: none; font-weight: normal; }
a:hover	{ color: #FF7400; text-decoration: none; font-weight: normal; }

img {
        border: 0;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

h1 {
	color: #B4C24B;
	margin-top: 25px;
	margin-bottom: -0.25em;
	padding-top: 10px;
	font-size: large;
}

h2 {
	color: #B4C24B;
	margin-bottom: 1.5em;
	padding: 0;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

h3 {
	color: #B4C24B;
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	padding: 0;
	font-size: small;
}

h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	font-size: x-small;
}

blockquote {
	padding: 2mm;
        overflow: auto;
        margin-left: 40px;
        margin-right: 40px;
	background-color: #f9f7ed;
        border-left: 10px solid #CDEB8B; /* #C3D9FF */
}

pre {
	padding: 2mm;
        overflow: auto;
        margin-left: 40px;
        margin-right: 40px;
        background-color: #f9f7ed;
        border-left: 10px solid #C3D9FF;
}

#banner {
        /*display: none;*/
	width: 95%;
	background-color: #FFFFFF;
	padding: 10px;
        margin: 15px 15px 0px 20px;
	text-align: left;
	border: 1px solid #ccc;
        border-right: 2px solid #bbb;
        /* Hack to join with the banner */
        border-bottom: 0px solid #bbb;
}

#banner h1 {
	margin: 0;
	padding: 0 0 0 15px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -2px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	color: #CDEB8B; /* #3F97EE */
	text-decoration: none;
}

.description {
	color: #555;
	font-size: small;
	margin: 0;
	padding: 0 0 0 17px;
}

#container {
	width: 95%;
	height: 90%;
	min-height: 90%;
	padding: 10px;
	position: relative;
	text-align: left;
	margin: 0px 15px 15px 20px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
        /* Hack to join with the banner */
        border-top: 0px solid #bbb;
        border-right: 2px solid #bbb;
        border-bottom: 2px solid #bbb;
}

html>body #container {
	width: 95%;
	height: auto;
}

#content {
	width: 77%;
	padding: 10px 10px 10px 20px;
	background-color: #FFFFFF;
}

#links {
	float: right;
	background-color: #FFF;
	width: 210px;
	padding: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#menu, .menu {
	text-align: center;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	position: relative;
	background-color: #DDD;
	color: #FFF;
	bottom: 0;
	min-height: 10%;
	height: 10%;
	margin: auto;
	padding: 10px;
        text-align: center;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.intro {
	color: #555;
	background-color: #f9f7ed;
	width: 480px;
	padding: 0px 10px 10px 0px;
	font-weight: normal;
	margin-bottom: 45px;
        border-left: 10px solid #CDEB8B;
}

.intro a {
	font-weight: normal;
	text-decoration: underline;
	color: #555;
}

.blog, .archives, .pages {
	color: #555;
	padding: 0px;
	font-weight: normal;
	line-height: 1.5;
}

.blogbody {
	padding: 0px 30px 0px 0px;
}

.blogbody p {
	text-align: justify;
}

.blogbody a {
        color: #2175BC;
        text-decoration: none;
        font-weight: normal;
}
.blogbody a:hover {
        color: #FF7400;
	font-weight: normal;
}

.title	{
	text-transform: none;
	color: #B4C24B;
	margin-bottom: 15px;
	font-size: medium;
}

.date	{
	color: #DDD;
	margin-bottom: 10px;
	width: 500px;
	text-align: left;
	line-height: 1.7em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: x-small;
	border-bottom: 1px dotted #ddd;
}

.posted	{
	color: #555;
	margin-bottom: 25px;
	font-size: xx-small;
}

.calendar {
        color: #0099FF;
	background-color: #FAFAFA;
	padding: 2px;
	text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
}

.calendar a {
	color: #0099FF;
	font-weight: bold;
}
.calendar a:hover {
        color: #555;
	font-weight: bold;
}

.calendarhead {	
        color: #FF7400;
	padding: 2px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	/*border-bottom: 1px dotted #DDD;*/
	}

.calendarhead a {
        color: #FF7400;
	font-weight: normal;
}
.calendarhead a:hover {
	text-decoration: none;
	font-weight: normal;
}

.calendarday {
	font-weight: bold;
	text-align: center;
}

.side {
	color: #555;
	background-color: #FAFAFA;
	padding: 2px;
	line-height: 1.7em;
	text-align: left;
	border-bottom: 1px dotted #DDD;
	font-size: xx-small;
}
.side a {
        color: #0099FF;
        text-decoration: none;
        font-weight: bold; 
}
.side a:hover {
        color: #555555;
        text-decoration: none;
}

.sidetitle {
	color: #FF7300;
	padding: 2px;
	margin-top: 10px;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	/*border-bottom: 1px dotted #DDD;*/
	font-size: x-small;
}

.syndicate {
	padding: 2px;
	margin-top: 10px;
	text-align: left;
	font-size: xx-small;
}

.feed-small {
	height: 10px;
	padding-left: 15px;
	background: url('../images/feed-icon.png') no-repeat 0% 50%;
}
