/*  
Theme Name: neuroni
Theme URI: http://horizontal.pedrelli.eu
Description: Tema orizzontale basato su The Horizontal Pitr <a href="http://davide.pedrelli.eu">Davide Pedrelli</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: THW1.5
Author: Patrik Dolo
Author URI: http://patrikdolo.com/

	This theme was designed and built by Nurudin Jauhari,
	whose blog you will find at http://www.jauhari.net/themes/pitr
	Crafted on 20 -23 March 2007
	Last Edit: 04 April 2007

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Social Style 
********************* */

html
{
	height: 450px;
	margin-bottom: 0.1em;
	overflow-x: scroll;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	padding-top:4px;
        padding-bottom:20px;
	/*border: 1px solid #ccc;
	border-color: #9dcdff #6a9acc #6a9acc #9dcdff;*/
}
a img
{
	border: 0px;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
hr
{
	display: none;
}
body
{
	background: #fff left bottom repeat-x;
	background-attachment: fixed;
	color: #444;
	font: 76%/1.6em verdana, tahoma, arial, sans-serif;
	margin: 0 0 0px;
	padding: 0;
	text-align: center;
	/*width: auto;*/

}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #bf1016;
}
a:hover
{
	font-weight: bold;
         border-bottom: #963 0px solid;
}
a:active
{
	border-bottom: #963 0px solid;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Frecce di direzione
********************* */

#arrows {
	position: fixed;
	top: 680px;
	left: 45%; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(images/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(images/rightbig.png) no-repeat;}

/* Main Design
********************* */
#pager
{
	background: #000000;
	border-bottom: 1px solid #0066cc;
	height: 5px;
	margin: 0;
	padding: 0;
}
#page
{
	background: #fff;
	border-top: 1px solid #000000;
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
	text-align: left;

        height: 640px;
}
* html #page
{
	width: auto;
}
#header
{
	background: #F6D530 url(images/headr.jpg) left top no-repeat;
	border-bottom: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
	height: 150px;
	width: 328px;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
#headr
{
	padding-right: 20px;
	padding-top: 55px;
	text-align: right;
}
#headr h1
{
	font-size: 2.7em;
	margin: 0;
	padding: 0;
}
#headr h1 a
{
	color: #d1261e;
	text-decoration: none;
	border: none;
}
#headr .description
{
	color: #ff5e0d;
}
#sidebar
{
	/*float: left-top;*/
	width: 328px;
	font: 89% verdana, tahoma, arial, sans-serif;
}
#content
{
/*	
	float: right;
	margin-left: 425px;
*/
	position: absolute;
	top: -10px;
	left: 328px;
	font: 87% verdana, tahoma, arial, sans-serif;
        

}
#footer
{
	clear: both;
	color: #999;
	margin-bottom: 20px;
	padding: 10px 0;
}
#footer a
{
	color: #666;
}
#footer
{
	/*background-color: #transparent;*/
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 440px;
}
html #footer
{
	height: 1%;
}
#footer p
{
	float: left;
	line-height: 1.2em;
	width: 55%;
}
#footer p.right
{
	color: #999;
	float: right;
	font-size: 0.9em;
	margin: 1em 0;
	text-align: right;

}
#header, #content, #sidebar, #footer
{
	overflow: hidden;
}

/* Sidebar Style 
********************* */
#sidebar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .about
{
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	border-right: 1px solid #9dcdff;
	background: url(images/side1r.gif) top right no-repeat;
	font: 100% verdana, tahoma, arial, sans-serif;
}
#sidebar .about h2
{
	border-bottom: 0px solid #9dcdff;

}
.about p.stats
{
	border-bottom: 1px solid #9dcdff;
	border-top: 0px solid #9dcdff;
	color: #999;
	font-size: 0.9em;
	text-align: left;
}
#sidebar .iright
{
	border: 0;
	display: block;
	position: relative;
	top: 0px;left:0px;
	border:0px;
	border-color: #fff #fff #fff #fff;
	padding:0px;
	float: right;
	padding-left: 5px;
}
#sidebar .about p
{
	padding-left: 15px;
}
#sidebar h2
{
	font-size: 2em;
	font-weight: normal;
        color: #990000;
        line-height: 90%;
	margin: 0;
	padding: 0;
}
#sidebar h1
{
	font-size: 1.5em;
	font-weight: normal;

	margin: 0;
	padding: 0;
}
.side1
{
	background: #fff;
	border: 1px solid #9dcdff;
	float: left;
	text-align: right;
	width: 301px;
        margin-left: 11px;
}
.side1 a
{
	color: #0d60b6;
}
.side1 :hover
{
	color: #666;
}

.side1 .linkcat,.side1 .widget, .side1 .categories, .side1 .donasi, .side1 .mylogr
{
	padding: 10px;
}
.side1 .widget_calendar {

}
.side1 .mylogr
{
	text-align: left;
}
.side1 .donasi a
{
	border: 0;
}
.side1 .donasi div
{
	padding-top: 10px;
}
.side1 .linkcat h2, .side1 .archive h2
{
	background: url(images/side1h2r.gif) top right no-repeat;
	text-align: right;
}
.side1 #verde
{
	background: #e3fbbf;
	border: 1px solid #e3fbbf;
	margin-bottom: 20px;
	padding: 10px;
}
.side1 #verde a
{
	border: none;
	color: #005e20;
	text-decoration: none;
}
.side1 #verde:hover
{
	border: 1px solid #9bc65b;
}


.side2
{
	float: left;
	width: 314px;
}
.side2 .boxr, .side2 .widget 
{
	background: #ffffff;
	border: 1px solid #99ccff;
        margin-top: 6px;
	margin-bottom: 10px;
        margin-left: 11px;
	padding: 10px;
}
.side2 .widget:hover, .side2 .boxr:hover
{
	background: #99ccff;
	border: 1px solid #99ccff;
	margin-bottom: 10px;
	padding: 10px;
}
.side2 .widget a, .side2 .boxr a
{
	color: #227190;
}
.side2 #emploan
{
	background: #fff;
	border: 1px solid #99ccff;
	margin-bottom: 100px;
        margin-left: 11px;
	padding: 10px;
}
.side2 #emploan a
{
	border: none;
	color: #666;
	text-decoration: none;
}
.side2 #emploan:hover
{       background: #99ccff;
	border: 1px solid #99ccff;
         
}
.side2 .sb-latest h2, .side2 .archive h2
{
	color: #790000;
}
.side2 .latest
.side2 .box2
{
	background: #efefef;
	margin-bottom: 20px;
	padding: 10px;
}

/* Post Style 
**********************/
h2.pagetitle
{
	background: url(images/h2l.gif) bottom left no-repeat;
	font-family: arial, verdana;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: -20px;
	text-align: left;
	padding: 18px;
}
.post
{
	/*border-r: 1px dashed #ccc;*/
        width: 450px;
        text-align: justify;
        margin-top: 20px;
        margin-left: 20px;
	
}
.post h2
{
	margin-top: 5px;
	padding-bottom: 10px;
	font-family: Arial, san-serif;
	font-weight: normal;
}
.post h2 a
{
	text-decoration: none;
        background-color: #ffffff;
}
.post h2 a:hover
{
	text-decoration: none;
}
p.postmetadata
{
	color: #999;
	font-size:100%;
	margin-bottom: 10px;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
span.timr
{
	background: url(images/timr.png) 0 0 no-repeat;
	padding-left: 15px;
}
span.catr
{
	background: url(images/catr.png) 0 0 no-repeat;
	padding-left: 15px;
}
span.editr
{
	background: url(images/editr.png) 0 0 no-repeat;
	padding-left: 15px;
}
span.commr
{
	background: url(images/commr.png) 0 0 no-repeat;
	padding-left: 15px;
}
.post a img, .post img {
	float: right;
	padding-left: 0px;
        padding-right: 0px;
}
.post ul {
	margin-left: 40px;
}
.post ol {
	margin-left: 40px;
}

.navigation
{
}

p.secbot a{
	padding-left: 15px;
	border-bottom:none;
	color: #22b1e1;
	background: url(images/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #22b1e1;
}
.alignleft
{
	float: left;
	padding-left: 40px;
	text-align: left;
	width: 50%;
}
.alignright
{
	float: right;
	padding-right: 40px;
	text-align: right;
	width: 50%;
}
.arsip h2
{
	margin: 0;
	padding: 0;
}
.arsip ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#category_cloud
{
	margin-bottom: 20px;
}
ul.srgr strong
{
	font-family: Arial, Verdana;
	font-size: 1.6em;
	font-weight: normal;
}

/* Top Navigation Style 
********************* */
#navr
{       background-color: #000;
	font-family: Trebuchet MS,Tahoma, Verdana, Serif;
	text-align: left;
/*	


*/
        font-size: 14px;
	overflow: hidden;
	position: relative;
	/*width: 4000px;*/
	margin: 0;
	margin: 0 auto 10px 0;
	height: 45px;

}
html #navr
{
	/*height: 1%;*/
}
#navr ul li
{
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}
#navr ul li a
{
	color: #fff;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight:  normal;

	display: block;
	background: #333;
	border: #333 1px solid;
	border-top: none;
	padding: 2px 10px;

}
#navr ul li a:hover {

	color: #fff;
	background: #777;
	border: #333 1px solid;
	padding-top: 0px;
}
#navr ul li a:active, #navr ul li.current_page_item a
{
	color: #333;
	padding-top: 0px;
	background: #fff;
	border: #fff 1px solid;
	border-top: none;
}
#navr ul li.search
{
	font-size: 0.9em;
	position: fixed;
	right: 0;
	top: 5px;
}
#navr ul li.search input#sr {
	padding: 3px;
}
#navr ul li.search input#submitr
{
	background: #999;
	border: #333 1px solid;
	color: #fff;
	font-size: 0.9em;
	margin: 0 0 0 2px;
	padding: 2px;
}

/* ETC and FOrm Style 
********************* */
.clear
{
	clear: both;
	height: 20px;
}
fieldset
{
	border: none;
}
textarea
{
	width: 100%;
}
br.both
{
	clear: both;
}
.wp-smiley, #wpstats
{
	background: none;
	border: 0;
	padding: 0;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}
#content .trackbackr
{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
	font: 80% verdana, tahoma, arial, sans-serif;
}
.alt
{
	background: #f9f9f9;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #666;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #efefef;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #999;
padding: 2px;
}

/* Navigation menu. CSS da neongray
********************* */
.navigation2 {
	width: 105px;
	position: fixed;
	left: 20px;
	top: 90px;
}

.navigation2 .active { color: rgb(190,188,181); font-weight: bold; }
