/******************************************************************************
 **								CONTENT
 *****************************************************************************/

content
{
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

content a
{
	color:#000000;
	text-decoration: none;
}

content a:hover
{
	color:#000000;
	text-decoration: none;
}

content a:visited
{
	color:#000000;
	text-decoration: none;
}

.quote
{
	color:#000000;
	text-align: center;
	font-family: robotoregular, Verdana, serif;
	font-style:italic;
	font-size: 150%;
	padding-top: 30px;
	padding-bottom: 10px;
}

content h1
{
	padding-top: 10px;
	font-size: 180%;
}

content h2
{
	padding-top: 20px;
	font-size: 140%;
}

content p
{	
	color: #000000;
	font-family: robotoregular, Verdana, serif;
}

.links
{
	text-align: right;
	padding-right: 40px;
	padding-top: 20px;
	max-width: 925px;
}

.links img
{
	border: 0;
}

.last_article
{
	display: inline-block;
	vertical-align: top;
	max-width: 620px;
	height: 155px;
	margin: 20px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 2px;

	box-shadow: 5px 5px 20px rgba(0,0,0,0.9);
}

#last_thumb
{
	display: none;
}

.last_article img
{
	border-radius: 2px;
}

.sorting
{
	color: #000000;
	padding: 10px;
	font-size: 110%
}

.sorting a
{
	color: #AAAAAA;
	text-decoration: none;
}

.sorting a:visited
{
	color: #AAAAAA;
	text-decoration:none;
}

.sorting a:hover
{
	color: #000000;
}

.thumb_article
{
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 10px;
	max-width: 440px;
	height: 100px;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.9);
}

.thumb_article img
{
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}

.description_zone
{
	padding-left: 10px;
	padding-right: 10px;
}

.name
{
	text-align: left;
	font-size: 170%
}

.thumb_name
{
	text-align: left;
	font-size: 140%
}

.date
{
	font-family: robotoregular, Verdana, serif;
	text-align: left;
	font-size: 80%;
}

.description
{
	font-family: robotoregular, Verdana, serif;
	padding-top: 10px;
}

.thumb_description
{
	font-family: robotoregular, Verdana, serif;
	padding-top: 0px;
	font-size: 80%;
}

.thumb_name + .thumb_description 
{
	padding-top: 10px;
}

@media only screen and (max-width: 600px)
{
	.last_article
	{
		display: none;
	}

	#last_thumb
	{
		display: inline-block;
	}
}

@media only screen and (max-width: 540px)
{
	.thumb_article
	{
		height: 155px;
	}
}