/*
Theme Name: Box4Fun
Theme URI: http://www.box4fun.com/
Description: Tema para el blog de Box4Fun
Version: 1.6
Author: Juan davidJaramillo
Author URI: http://cantrip.blogspot.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	background-image:url('images/background.jpg');
	text-align:center;
	margin:0px;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

hr{
	border:none;
	border-bottom:solid 1px #999999;
	margin:30px 0px;
}

#topbar{
	background-image:url(images/topbar.png);
	background-repeat:repeat-x;
	height:40px;
}
#searcharea{
	text-align:right;
	width:750px;
	margin:auto;
}
#searchform{
	padding-top:4px;
}
input.search{
	border:none;
	background-image:url(images/search.png);
	background-color:#333333;
	background-repeat:no-repeat;
	background-position:center;
	padding:2px;
	width:156px;
	height:18px;
}

#page{
	width:770px;
	text-align:left;
	margin:auto;
}

#header{
	padding:20px 0px 10px;
}

#logo{
	float:left;
	width:590px;
}

#social{
	float:left;
	width:170px;
	text-align:right;
}

#social a img{
	/*margin-bottom:10px;*/
}

#content{
	width:580px;
	float:left;
	
}
#cnt-top{
	background-image:url(images/cnt-top.png);
	background-repeat:no-repeat;
	height:10px;
}
#cnt-center{
	background-image:url(images/cnt-center.png);
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding:20px;
}
#cnt-bottom{
	background-image:url(images/cnt-bottom.png);
	background-repeat:repeat-y;
	height:20px;
}

#content a{
	color:#FFCC00;
}

#sidebar{
	width:190px;
	float:left;
}

#gside{
	padding-left:16px;
}

#category{
	background-image:url(images/categories.png);
	height:30px;
	width:150px;
}

#archive{
	background-image:url(images/archive.png);
	height:30px;
	width:150px;
	margin-top:20px;
}

#bookmarks{
	background-image:url(images/bookmarks.png);
	height:30px;
	width:150px;
	margin-top:20px;
}

#sidebar ul{
	padding:0px;
	list-style: none;
}

#sidebar a{
	color:#000000;
}

#sb-top{
	background-image:url(images/sb-top.png);
	background-repeat:no-repeat;
	height:10px;
}

#sb-center{
	background-image:url(images/sb-center.png);
	background-repeat:repeat-y;
	padding:0px 20px;
	width:150px;
}

#sb-center ul{
	margin:0px;
}

#sb-bottom{
	background-image:url(images/sb-bottom.png);
	background-repeat:no-repeat;
	height:20px;
}



#comment{
	width:500px;
}

#footer{
	background-image:url(images/footerbar.png);
	background-repeat:repeat-x;
	margin-top:0px;
	padding-top:15px;
	height:25px;
	color:#FFFFFF;
}

.gallery img {
	border:none; !important
}