/* HTML ELEMENTS */
html{
	margin: 0 0 1px 0; 
	height: 100%;
	overflow-x: hidden;
}

body{
	background: #FFF;
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img{
	border-width: 0;
}
p,h1,h2,h3,h4,h5,h6{
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.3em;
	margin-top: 15px;
}
h3{
	font-size: 1.1em;
}
h4{
	margin-bottom:  0px;
}
h5{
	margin-bottom: -7px;
}
hr{
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0;
	margin: 1em 0;
}
textarea{
	width:  100%;
}

/* HEADER */
#header{
	background: #000;
	padding-top: 10px;
	padding-left: 4%;
	height: 70px;
}
#header h1, #header h1 a{
	border: 0;
	color: #9c6;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
	float: left;
}

#logo-planobe{
	float: right;
	margin: 10px 48px 0 0;
}

#header #header-inner{
	width: 960px;
	margin: 0 auto;
}

/* NAVIGATION */
#menu{
	width: 100%;
	background: #000 url(../images/bg-menu.png) no-repeat right;
	height: 33px;
}

#menu-inner{
	width: 960px;
	margin: 0 auto;
	padding-right: 40px;
}

#menu-inner input{
	border: 1px solid #888;
	font-size: 10px;
	height: 14px;
}

ul#nav{
	float: right;
	margin: 0;
	list-style-type: none;
	padding-top: 10px;
	color: #000;
	background: #ccc url(../images/top-menu-bg.png) no-repeat left;
	height: 23px;
}
ul#nav li{
	float: left;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 1em;
	width: auto;
}
ul#nav li a{
	color: #000;
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
}
ul#nav li a:hover{
	text-decoration: underline;
}
ul#nav li.login a{
	color: #FFD700;
	text-decoration: none;
}
ul#nav li.active a{
	color: #ca8;
	font-weight: 700;
}

/* CONTAINER AND CONTENT */
#container{
	margin: 0 auto;
	min-width: 760px;
	width: 960px;
	display: block;
}
#content{
	background: white;
	border-right: 1px solid #bbb;
	float: left;
	margin: 1em 0 -15px;
	min-height: 215px;
	min-width: 425px;
	padding:  0 25px 25px 25px;
	width: 75%;
}

#content h2{
	font-size: 26px;
	font-weight: lighter;
	border-bottom: #000 1px dotted;
	display: block;
	padding-bottom: 2px;
	clear: both;
	margin-top: 13px;
}

#content h2 a{
	text-decoration: none;
	color: #000;
}

#content h2 a:hover{
	color: #333;
}

#content p.post-detail{
	display: block;
	font-size: 75%;
	margin-top: -10px;
}

#content p.post-detail a{
	color: #000;
	font-style: italic;
	text-decoration: none;
}
#content p.post-detail a:hover{
	color: #555;
}
/* RIGHT */
#right{
	float: left;
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-left: 3%;
	margin-right: 0;
	width: 15%;
}
#right ul li{
	list-style: none;
	margin-left: -39px;
	margin-bottom: 5px;
}
#right ul li a{
	text-decoration: none;
	color: #333;
}

#right ul li a:hover{
	color: #555;
}

#right h2{
	margin-top: 0;
	font-size: 20px;
	clear: both;
}

#right img{
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-top: -5px;
}

h6,#content form{
	margin-bottom: 0;
}
#end-application{
	clear: both;
	margin: 0 auto 3.5em 3%;
	min-width: 545px;
	padding: 0 15px;
	width: 67%;
}

#searchform{
	margin: 0;
	padding: 0;
}
#searchform fieldset{
	margin: 0 -25px 0 0;
	padding: 0;
	border: 0;
}
#searchform input{
	width: 150px;
	color: #222;
	margin: -5px 7px 0 8px;
}
#searchform #submitquery{
	display: none;
}

.meta{
	display: block;
	background-color: #d7d7d7;
	border: #bbb 1px solid;
	height: 17px;
	padding: 4px;
	font-size: 75%;
}

.meta a{
	color: #000;
	text-decoration: none;
}
.meta a:hover{
	color: #555;
}
.meta p.comments-left{
	margin-top: 0;
	float: left;
}

.meta p.comments-right{
	margin-top: 0;
	float: right;
}

hr.break-line{
	border: #ccc 2px solid;
	margin: 25px 0 25px 0;
}

/* Comments */
ol.commentlist li{
	list-style: none;
	margin-left: -15px;
}

ol.commentlist cite{
	font-weight: bolder;
}

ol.commentlist li p{
	font-size: 85%;
	margin-bottom: 20px;
}

div#lesstile{
	float: right;
	color: #aaa;
	font-size: 75%;
}

div#lesstile a{
	color: #aaa;
}

h3.comments{
	margin: 10px 0 20px 0;
}

input#comment_author{
	border: #555 1px solid;
	font-size: 18px;
	height: 24px;
}

textarea#comment_body{
	border: #555 1px solid;
}

/* Archives */
.archive-month li{
	list-style: none;
	margin: 0 0 10px -15px;
}

.archive-month a{
	color: #000;
	text-decoration: none;
}

.archive-month a:hover{
	color: #555;
}

#footer{
	width: 100%;
	clear: both;
	font-size: 80%;
	padding-top: 30px;
}

#footer-inner{
	width: 960px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #ccc;
	height: 240px;
}

#about-site{
	width: 350px;
	float: left;
	padding-left: 30px;
	text-align: justify;
}

#internal-links{
	width: 150px;
	float: left;
	padding-left: 33px;
}

#internal-links a, #top-tags a, #blog-roll a{
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #bbb;
	display: block;
}

#internal-links a:hover, #top-tags a:hover, #blog-roll a:hover{
	color: #777;
}
	
#internal-links ul li, #top-tags ul li, #blog-roll ul li{
	list-style-type: none;
	margin-left: -38px;
}

#top-tags{
	width: 150px;
	float: left;
	padding-left: 33px;
}

#blog-roll{
	width: 150px;
	float: left;
	padding-left: 33px;
}

#powered-by{
	float: left;
	padding-left: 33px;
}
	
#about-site p{
	color: #333;
}

#legal-notes{
	width: 100%;;
	text-align: center;
	padding: 10px;
}