/*
Theme Name: IntactInteractive
Description: Thema creata de IntactInteractive pentru http://www.intactinteractive.ro/.
Version: 1
Author: Intact Interactive SRL
Author URI: http://intactinteractive.ro/

*/

@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#455560;
	margin:0px 0px 30px 0px;
	font-weight:normal;
	line-height:18px;
}

.header {
	width:920px;
	height:49px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:136px 20px 0px 0px;
	font-size:11px;
}
.header div.logo {
	width:320px;
	height:170px;
	margin-top: -150px; 
	position: absolute;
}
.articole {
	width:590px;
	float:left;
}

.articol {
	padding: 12px 20px 20px 20px;
}

h1 {
	color:#4cb5dc;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:18px;
	font-weight:100;
	margin-bottom:16px;
	line-height:22px;
}

p {
	margin-top:8px;
	margin-bottom:8px;
}

a {
	color:inherit;
	text-decoration:inherit;
	padding:10px 0 10px 0;
}

img {
	/*margin:5px 16px 5px 0px;*/
	border:0;
	padding:0;
}
.box-dreapta img {
	margin:5px 16px 5px 0px;
}
a img {
	padding:0px 0px 0px 0px;
}

.data-comentarii-comenteaza {
	color:#97aab7;
	margin-bottom:15px;
}

.data-comentarii-comenteaza img {
	margin:0px 2px 3px 0px;
}

.citeste-mai-departe {
	color:#e461af;
	margin-top:10px;
	margin-bottom:-3px;
}

.separator {
	clear:both;
	width:590px;
	height:1px;
	background-color:#abb1b5;
	margin-bottom:18px;
}

.separator_page {
	clear:both;
	width:590px;
	height:20px;
	background-color:#ffffff;
	margin-bottom:18px;
}

.separator-footer {
	clear:both;
	width:940px;
	height:1px;
	background-color:#abb1b5;
	margin-bottom:28px;
}

a:hover {
	text-decoration:underline;
}

h1 a:hover {
	color:#e461af;
	text-decoration:none;
}

.header a:hover {
	color:#e461af;
	text-decoration:none;
}

.coloana-dreapta {
	width:300px;
	margin:14px 20px 0px 0px;
	float:right;
	font-size:10px;
}

.coloana-dreapta a:hover {
	text-decoration:underline;
}

.coloana-dreapta .citeste-mai-departe {
	font-size:10px;
	margin-bottom:8px;
}

.box-dreapta {
	background-color:#fafdfd;
	width:260px;
	padding:18px 20px 15px 20px;
	border:dashed;
	border-color:#abb1b5;
	border-width:1px;
	margin-bottom:25px;
}

.text-cautare {
	text-transform:uppercase;
	letter-spacing:2px;
}

h2 {
	font-size:14px;
	font-weight:lighter;
	color:#e461af;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:10px;
	margin-top:0px;
}

ul {
	padding-left:13px;
}

li {
	margin-bottom:5px;
}

.footer {
	width:940px;
	padding-left:20px;
}

#navigation {
	margin:1px 0;
}
#menus li {
	display:inline;
	list-style:none outside none;
	margin-left:25px;
}
.navigation {
	padding: 10px 20px 10px 20px;
	}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */