@charset "utf-8";
/* CSS Document */

#div-articole{
background-color:#333333;
width: 600px;
float: left;
}
.h1 {
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
font-size: 24px;
}
.autor{
font-family: Arial;
font-size: 10px;
color: white;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
margin-top: -32px;
}
.imagine-articol{
min-width: 580px;
min-height: 260px;
max-width: 580px;
max-height: 260px;
margin-left: 10px;
}
.text-articol{
font-family:Arial;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
color: white;
}

.title{
     font-family: Arial;
     font-size: 24px;
     color: #33CCFF;
     font-weight: bold;
     text-decoration: none;
}

a{
     text-decoration: none;
}

/* This is a container for the read more link, tags and comments */

.link-container{
margin-left: 10px;
width: 580px;
height: 14px;
}
.readmore-link{
float: left;
font-family: arial;
font-size: 12px;
}
.comments-link{
text-indent: 20px;
color: white;
font-family: arial;
font-size: 12px;
}
.tags-link{
float: right;
color: white;
font-family: arial;
font-size: 12px;
}
.tag{
     padding-left: 10px;
}

a:link{
	text-decoration: none; 
	color: #00CCFF;
	}
a:visited{
     text-decoration: none;
     color: #00CCFF;
}
a:active, a:hover{
     text-decoration: none; 
	color: white;
}
/* End of container */

#div-video{
width: 600px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.crop{
	float:left;
	margin:.5em 10px .5em 0;
	overflow:hidden; /* this is important */
	}
	/* input values to crop the image: top, right, bottom, left */
.crop img{
	margin:-200px -400px;
	}
