/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		margin:0px;
		background-color:#F5FDD8;
		background-image:url(/wp-content/themes/bisbal/images/back.jpg);
		background-repeat:repeat-x;
		color: #333;
		text-align: center;
	}
input
	{
		width:90px;
	}
h3
	{
		margin-bottom:0px;
	}

a 
	{
		color:#875E28;
		text-decoration:none;
	}
a:visited
	{
		color:#875E28
	}
a:hover
	{
		color:#875E28;
		text-decoration:underline;
	}

#sidebar
	{
		float:right;
		width:200px;
	}
#sidebar2
	{
		width:200px;
		float:left;
	}
#biografie
	{
		width:350px;
		text-align:left;
		float:left;
		padding-left:15px;
		padding-right:15px;
		text-align:justify;
	}
#page
	{
		width:800px;
	}
#content
	{
		width:550px;
		text-align:left;
		float:left;
		padding-left:25px;
		padding-right:25px;
		text-align:justify;
	}
#footer 
	{
		clear:both;
		color:#875E28;
	}
#footer a{
	font-weight:bold;
	}
.data
	{
		margin:0px;
		padding:0px;
		margin-bottom:10px;
		font-size:11px;
	}
.noutati
	{
		font-size:13px;
		text-align:justify;
		border-left:1px solid #808000;
		border-right:1px solid #808000;
		padding-left:8px;
		padding-right:8px;
	}
.noutati h2 
	{
		font-size:14px;
		text-align:left;
	}
.noutati p
	{
		margin-bottom:0px;
	}
.more
	{
		margin:0px;
		text-align:right;
	}
.poza1
	{
		float:left;
		margin-right:10px;
	}
.poza2
	{
		padding-left:30px;
	}