@charset "utf-8";
/* Blog Browsing CSS File */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	position: relative;

	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	overflow: hidden; /*get rid of scroll bars in IE */
}

#header {
	display: block;
	clear: both;
	background: #472f47;
	border-bottom: 6px solid #4ac5e0;
	color: white;
	position: absolute;
	top: 0px;
	right: 18px;
	width: 100%;
	height: 70px;
	z-index: 2;
}

#arrow_page_curl {
	display: block;
	position: absolute;
	top: 26px;
	right: 90px;
	width: 28px;
	height: 22px;
	background: url('images/arrow.gif') no-repeat top left;
	text-indent: -10000px;
}

#header_content {
	width: 970px;
	height: 70px;
	margin: 0px auto;
	position: relative;
}

#header h1 {
	display: block;
	width: 188px;
	height: 43px;
	background: url('images/logo.gif') no-repeat top left;
	position: absolute;
	top: 50%;
	margin: -21px auto auto 60px;
}

#header h1 a {
	display: block;
	width: 188px;
	height: 43px;
	text-indent: -10000px;
	outline: none;
}

#header a {
	color: white;
}

#tabs {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	left: 300px;
}

#tabs li {
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
}

#tabs li a {
	display: block;
	height: 27px;
	line-height: 27px;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #c0b7c0;
}

#tabs li a:hover,
#tabs li a.active {
	background: url('images/nav-tab-left.gif') no-repeat top left;
	color: white;
	text-shadow: 0px 2px #369eb5;
}

#tabs li a b {
	font-weight: normal;
	display: block;
	height: 27px;
	float: left;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
 
#tabs li a:hover b,
#tabs li a.active b{
	background: url('images/nav-tab-right.gif') no-repeat top right;
}

#overflow {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	overflow-y: scroll;
	margin: 0px auto;
	z-index: 0;
	position: relative;
}

.padder {
	display: block;
	clear: both;
	height: 100px;
}

#columns {
	width: 970px;
	margin: 0px auto;
}

#left {
	display: block;
	float: left;
	width: 640px;
	margin: 0px 0px 0px 40px;
}

#right {
	display: block;
	float: left;
	margin: 0px 0px 0px 40px;
	width: 200px;
}

div.articol {
	width: 600px;
	background: url("images/articol-center.jpg") repeat-x top left;
	position: relative;
	margin: 0px 0px 40px 0px;
	padding: 20px 20px 0px 20px;
}

div.articol a.corner {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 0;
}

div.articol a.left {
	top: 0px;
	left: 0px;
	background: url('images/articol-left.jpg') no-repeat top left;
}

div.articol a.right {
	top: 0px;
	right: 0px;
	background: url('images/articol-right.jpg') no-repeat top left;
}

div.articol h1 {
	font-size: 26px;
	letter-spacing: -2px;
	color: #22b5d5;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	border-bottom: 6px solid #4ac5e0;
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
}

div.articol h1 a {
	text-decoration: none;
	color: #22b5d5;
}

div.articol h1 span.categorii {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	letter-spacing: 0px;
	list-style-type: none;
}

div.articol h1 span.categorii a {
	display: block;
	float: left;
	height: 22px;
	font-size: 11px;
	padding: 1px 4px 0px 4px;
	margin: 0px 0px 0px 5px;
	color: white;
	background: url('images/cat-corner-blue.gif') no-repeat bottom right;
	text-decoration: none;
}

div.articol h1 span.categorii a:hover {
	color: #7ba820;
	background-image: url('images/cat-corner-green.gif');
}

div.articol h1 span.data {
	position: absolute;
	bottom: -20px;
	left: 0px;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #4ac5e0;
	background: url("images/clock.gif") no-repeat center left;
	height: 12px;
	padding: 0px 0px 0px 15px;
}

div.articol h2 {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	color: #22b5d5;
	font-weight: normal;
	letter-spacing: -1px;
}

div.articol h2 a {
	color: #22b5d5;
	text-decoration: underline;
}

div.articol p,
div.articol ul {
	font-size: 12px;
	color: #138ba5;
	margin: 0px 0px 15px 0px;
	list-style-type: none;
}

div.articol ul li {
	margin: 0px 0px 6px 0px;
	list-style-type: square;
	list-style-position: inside;
}

div.articol p a,
div.articol ul a {
	color: #7ea81b;
}

div.articol img.poza {
	border: 3px solid #b6dfe8;
}

div.articol img.left {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.articol img.right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}

div.articol img.center {
	display: block;
	margin: 0px auto 10px auto;
}

div.articol .text,
div.box .text {
	background: #dcedf1 url('images/input.text.bg.gif') repeat-x top left;
	padding: 5px;
	border: 1px solid #4ac5e0;
	font-size: 14px;
	color: #198fa9;
	display: block;
	width: 100%;
}

div.box .text {
	border: none;
	width: 170px;
}

div.articol label {
	font-size: 14px;
	color: #67921d;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	display: block;
	width: 100%;
	position: relative;
}

div.articol label span.req {
	display: block;
	width: 41px;
	height: 16px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url('images/tag-req.gif') no-repeat top left;
}

.buton {
	padding: 6px;
	font-size: 13px;
	color: #637706 !important;
	background: url('images/input.buton.gif') repeat-x center left;
	border: 1px solid #92b006;
	text-shadow: 0px 2px #ffffff;
	font-weight: bold;
	text-decoration: none !important;
}

div.articol fieldset {
	border: none;
	width: 45%;
	_width: 40%;
	margin-right: 4%;
	display: block;
	float: left;
}

div.articol fieldset.mare {
	width: 95%;
}

div.articol .hr {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
	height: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #c1ebf4;
}

div.articol a.discuta {
	display: block;
	width: 94px;
	height: 34px;
	margin: 0px auto 0px 0px;
	background: url('images/buton-discuta.gif') no-repeat top left;
	position: relative;
	text-decoration: none;}

div.articol a.discuta small {
	display: none;
}

div.articol a.discuta big {
	position: absolute;
	top: 6px;
	left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.articol .tabel {
	width: 100%;
	background: white;
	border: 1px solid #369eb5;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
}

div.articol .tabel thead th {
	background: #8adaeb url("images/tabel.thead.th.gif") repeat-x center left;
	color: #0f839d;
	font-size: 13px;
	padding: 4px;
	text-align: left;
}

div.articol .tabel thead th a {
	color: #0f839d;
}

div.articol .tabel tbody td {
	font-size: 11px;
	color: #0f839d;
	padding: 3px 4px;
}

div.articol .tabel tbody tr.alternate td {
	background: #bbe9f3 url('images/tabel.tbody.td.alternate.gif') repeat-x center left;
}

div.articol .tabel a {
	color: #0f839d;
}

div.box {
	clear: both;
	width: 200px;
	background: #472f47 url('images/box-light.gif') no-repeat;
	background-position: 0px 30px;
	margin: 0px 0px 15px 0px;
}

div.empty {
	background: none;
}

div.box h1 {
	display: block;
	clear: both;
	width: 190px;
	height: 23px;
	background: #53c8e2 url('images/box-top.gif') no-repeat top left;
	font-size: 13px;
	letter-spacing: -1px;
	color: #369eb5;
	text-align: right;
	text-shadow: 0px 2px #ffffff;
	padding: 7px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div.box h2 {
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
	letter-spacing: -1px;
	text-shadow: 0px 2px #3c273c;
}

div.box h2 a {
	color: white;
}

div.box p,
div.box ul {
	font-size: 11px;
	padding: 0px 10px 10px 10px;
	color: #a689a6;
	list-style-type: none;
}

div.box p.right {
	text-align: right !important;
}

div.box ul {
	padding-bottom: 0px;
}

div.box ul li {
	background: url('images/box-arrow.gif') no-repeat 0px 3px;
	_background-position: 0px 11px;
	padding-left: 15px;
	margin: 0px 0px 8px 0px;
	_margin: 0px;
}

div.box p a,
div.box ul a {
	color: #a689a6;
}

div.box .tag-browse,
div.box .tag-browse-activ {
	padding-right: 50px;
}

div.box .tag-browse:hover,
div.box .tag-browse-activ {
	background: url('images/tag-browse.gif') no-repeat center right;
}

div.box .tag-read,
div.box .tag-read-activ {
	padding-right: 40px;
}

div.box .tag-read:hover,
div.box .tag-read-activ {
	background: url('images/tag-read.gif') no-repeat center right;
}

div.box .tag-rss,
div.box .tag-rss-activ {
	padding-right: 40px;
}

div.box .tag-rss:hover,
div.box .tag-rss-activ {
	background: url('images/tag-rss.gif') no-repeat center right;
}

div.box a.rss-button {
	display: block;
	width: 42px;
	height: 19px;
	background: url('images/buton-rss-mic.gif') no-repeat top left;
	margin: 0px 0px 0px auto;
	text-indent: -10000px;
	outline: none;
}

div.box a.deconectare,
div.box a.conectare {
	display: block;
	width: 84px;
	height: 19px;
	background: url('images/buton-deconectare-mic.gif') no-repeat top left;
	margin: 0px auto 0px 0px;
	text-indent: -10000px;
	outline: none;
}

div.box a.conectare {
	background-image: url('images/buton-conectare-mic.gif');
}

div.box .hr {
	display: block;
	clear: both;
	margin: 5px 0px;
	line-height: 0px;
	font-size: 1px;
	height: 0px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #402a40 white #513651 white;
}

div.box .bottom {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
	width: 200px;
	height: 6px;
	background: url('images/box-bottom.gif') no-repeat top left;
}

#search {
	display: block;
	clear: both;
	width: 200px;
	height: 41px;
	background: url('images/search-box.gif') no-repeat top left;
	position: relative;
}

#q {
	position: absolute;
	top: 13px;
	left: 12px;
	width: 130px;
	height: 18px;
	border: none;
	background: none;
	color: #369eb5;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

#go_baby {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 31px;
	height: 20px;
	border: none;
	background: none;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

#footer {
	display: block;
	width: 100%;
	clear: both;
	background: #472f47;
	border-top: 6px solid #4ac5e0;
	color: white;
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	right: 18px;
	height: 40px;
	z-index: 2;
}

#footer .content {
	display: block;
	margin: 0px auto;
	width: 1000px;
	height: 40px;
	position: relative;
}

#footer ul {
	position: absolute;
	top: 12px;
	left: 80px;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	color: #c0b7c0;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}

#footer ul li a {
	color: #c0b7c0;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#producers {
	display: block;
	position: absolute;
	right: 55px;
	top: 4px;
	width: 255px;
	height: 36px;
	background: url('images/mbdragan_blogbrowsing.gif') no-repeat top left;
}

#producers a.ba {
	position: absolute;
	text-indent: -10000px;
	outline: none;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 36px;
}

#producers a.mb {
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -10000px;
	outline: none;
	width: 130px;
	height: 36px;
}

#footer a.blogagency {
	position: absolute;
	top: 0px;
	right: 60px;
	display: block;
	width: 69px;
	height: 36px;
	background: url('images/logo.blog.agency.gif') no-repeat top left;
	text-indent: -10000px;
	outline: none;
}