/*
Theme Name: asdlaurino.it
Theme URI: http://asdlaurino.it/
Description: Tema basato sul layout originale di Tatlin.
Version: 1.0
Author: Taurus - Laurino Brothers
Author URI: http://www.laurino.info/
Tags: custom dark colors, template, fixed width, two columns, widgets
Text Domain: asdlaurino
*/

body {
	margin:					0;
	padding:				0;
	background-repeat:		repeat-x;
	background-position:	left top;
	background-color:		#333333;
	background-image:		url(images/bursak_01.gif);
	font-family:			Tahoma, 'Trebuchet MS', Trebuchet, Tahoma, Verdana,
							'Arial Black', Arial, Helvetica, Sans-Serif;
	font-size:				16px;
}

a {
	text-decoration:	none;
}

	a:link, a:visited {
		color:		#CCCCCC;
	}

	a:hover {
		color:		#396C9C;
		border:		0;
	}
	a img {
		border:		0;
	}

h1, h2, .titolo {
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	font-size:		17px;
	color:			#CC9900;	/* #3788D9; */
	font-weight:	bold;
}

h1 {
	font-size:		21px;
}

.layout_row {
	overflow:		auto;
	margin:			0;
	padding:		0;
}

.column_dx , .column_sx {
	width:		400px;
	float:		left;
	margin:		0;
	padding: 	0;
}

#header, #content, #footer {
	width:		800px;
	margin:		0 auto;
	padding:	0;
	border:		0;
}

	#header .layout_row, #footer .layout_row {
		overflow: hidden;
	}

	#header .column_sx , #footer .column_sx {
		width:	345px;
	}

	#header .column_dx , #footer .column_dx {
		width:	455px;
	}

#header {
	background-color:	#fff;
}

	#header img {
		display:		block;
	}

	.upper_menu {
		width:			450px;
		height:			180px;
		position:		relative;
		top:			70px;
		left:			390px;
	}

	.top_menu {
		width:				455px;
		height: 			30px;
		margin:				0;
		padding:			0;
		background-color:	#396C9C;
		line-height:		30px;
	}

	.top_menu a {
		padding:			4px;
		text-decoration:	none;
		color:				#fff;
		border:				1px solid #396C9C;
	}

		.top_menu a:hover {
			text-decoration:	none;
			background-color:	#fc0;
			border:				1px solid #000;
		}


#content {
	min-height:				600px;
	background-color:		#21272e;
	background-image:		url(images/folla.gif);
	background-repeat:		repeat-y;
	background-position:	bottom left;
}

	#content  a {
		text-decoration: underline;
	}

	#content  .column_sx  {
		width:				294px;
		margin-bottom:		191px;
		text-align:			center;
		background-color:	#396C9C;
		color:				#fff;
	}

		#content  .column_sx  h3 {
			font-size:		16px;
			color:			#fff;
		}

	#content  .column_dx  {
		width:				506px;
		min-height:			600px;
		background-color:	#21272e;
	}

		.content_view {
			padding:		10px;
		}

		.post, .page  {
			margin-bottom:	15px;
			padding-bottom:	10px;
			border-bottom:	2px dotted #708306;
		}

		.page  {
			border-bottom:	0;
		}

			.post_text {
				text-align:	justify;
				color:		#999999;
			}

#footer {
	height:				30px;
	background-color:	#000;
	color:				#fff;
	text-align:			center;
	font-size:			11px;
	line-height:		30px;
}

.center {
	text-align:			center;
}

.c_name {
	font-size:			10px;
	font-weight:		bold;
	color:				#708306;
}

.gallery {
	width:				95%;
	margin:				14px auto;
}

	.gallery td {
		text-align:		center;
		color:			#708306;
		font-size:		12px;
		font-weight:	bold;
	}

