/*

Theme Name: Bright
Theme URI: http://www.kaushalsheth.com/
Description:  A lightweight, simple and pleasant design.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/
*/


/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

body {
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:0.7em;
	font-family:sans-serif, Arial;
	background-color: #200040;
	background-image: url(img/bitls_footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center bottom;
}

.gfx a {
	display: block;
	height: 306px;
	background-image: url(img/bitls_header.gif);
	background-repeat: no-repeat;
	width: 502px;
	text-decoration: none;
	margin:0; padding:0;
}

.gfx  a span {
	visibility: hidden;	
}

#space {
	background-image: url(img/bitls_fondo.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: left top;
	z-index: 1;
	}
#lateral {
	background-image: url(img/bitls_lateral.png);
	background-repeat: no-repeat;
	position:fixed;
	width:168px;
	height:106px;
	right:0;
	bottom:200px;
	margin: 0;
	padding: 0;
	background-position:center center;
	cursor:help;
	}
	
*html #lateral {
	background-image: none;
	}
/* header */
.header {
	font: bold 2.6em Arial;
	margin:0;
	padding:0;
	/*line-height: 3em;*/
}

/* main */
.main {
	text-align: left;
	width: 502px;
	margin:0 auto; padding:0;
	z-index:10;
}
.container {
	margin:0; padding:0;
}

/* menu */

.menu {
	background-image: url(img/bitls_upper_menu.gif);
	height: 166px;
	width: 432px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.menu li {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(img/bitls_menu.gif);
	margin:0 0 10px 10px;
	width: 170px;
	height: 30px;
	padding-top: 8px;
	padding-left: 23px;
	float:left;
}

.menu a {
	color: #000000;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: none;
}

.menu a:hover {
	color: #CC0033;
	text-decoration: none;
}
	
.menu a#last {
	width: 150px;
	border-right: none;
}

.menu .busqueda { float: right; margin:10px 40px 0; }

.busqueda #s { background:#fff url(img/buscar.gif) right center no-repeat;  }

/* sidebar */

#sidebar {
	background-image: url(img/bitls_upper_links.gif);
	height: 156px;
	width: 192px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 160px;
	padding-bottom: 0px;
	padding-left: 160px;
}

.widgettitle { display:none; }

#sidebar ul { margin:0 0 0 10px; padding:0; }

#sidebar li { list-style:none; margin:0 5px 10px 0; padding:0; float:left; }

#sidebar a img { border:0 none; }

/* content */


.content {
	background-image: url(img/bitls_content.gif);
	background-repeat: none;
	background-position:center center;
	padding:20px 50px;
	width: 402px;
	margin-bottom: 0px;
}
.content a {
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.content h1 {
	margin: 0;
	color: #9999CC;
	font-family: sans-serif, Arial;
	font-size: 1.5em;
	font-weight: bold;
}
.content p {
	color: #FFFFFF;
	margin:0;
}
.descr {
	font-size: 1em;
	color: #8EA7F0;
}
.item {
	padding: 10px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}
	
/* footer */
.footer {
	color: #fff;
	background:url(img/footer.gif) bottom center;
	background-repeat: no-repeat;
	width:502px;
	text-align: center;
	padding-top:10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	z-index:10;
} 

.footer ul { width:410px; margin:0 auto; padding:0; }

.footer ul a { color:#660000; background:#CCCCFF; padding:2px 4px; margin:0 2px; } 
.footer ul a:hover { text-decoration:none; color:#660000; background:#FFFFFF; }
.footer a {
	color: #FF6666;
	text-decoration: none;
}
.footer a:hover {
	color: #CC0033;
	text-decoration: underline;
}
.footer .bar { margin-top:226px; height:40px; width:502px; text-align:center; }

/*post stylng*/
.item{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.item .info{
	padding:2px 3px 3px 8px;
	font-size:1em;
	color:#330000;
	background-color: #CC6666;
}

.item .info a{
	color:#990033;
	text-decoration:none;
}

.item .info a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.entry a{
	color:#8EA7F0;
	text-decoration:none;
}
	
.entry a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
	width: 280px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f5f5f5;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f5f5f5;
border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

