/*
Theme Name: duhulsfant.ro
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* default wp styles */

.entry img {
	
}

.ctext {
	text-align: center;
}

.alignleft, img.alignleft {
	margin-right: 20px;
	display: inline;
	float: left;
}
	
.alignright, img.alignright {
	margin-left: 20px;
	display: inline;
	float: right;
}
	
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* main styles */

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

b, strong {	font-weight: bold; }

i, em {	font-style: italic; }

.clear {
	clear: both;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}
	
	div#citat p {
		color: white;
		font-size: 1.2em;
		line-height: 21px;
	}
	
	div#citat p span {
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 2px;
		padding-bottom: 2px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	div#citat p span.l1 {
		background-color: #A6CF4D;
	}
	
	div#citat p span.l2 {
		background-color: #8DC63F;
	}
	
	div#citat p span.l3 {
		background-color: #93B552;
	}
	
	
	
	img#logo {
		float: right;
	}
	
	div#searchbox {
		width: 266px;
		height: 136px;
		background: url('images/go_general.jpg');
		position: relative;
	}
	
		div#searchbox input.kw {
			position: absolute;
			border: 0;
			padding: 0;
			background: transparent;
			top: 62px;
			left: 15px;
			height: 22px;
			width: 168px;
			font-size: 1.2em;
		}
		
		div#searchbox input.bt {
			position: absolute;
			right: 9px;
			top: 46px;
			width: 55px;
			height: 55px;
			border: 0;
			background: transparent;
			cursor: pointer;
		}
	
	#header h1 {
		position: absolute;
		font-size: 6em;
		font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
		font-weight: bold;
		color: #67B4D4;
		margin-left: 300px;
		margin-top: 35px;
		text-transform: lowercase;
	}
	
	

#content {
	position: relative;
}
	#content p#ctag {
		color: #ADE0ED;
		font-size: 1.4em;
		line-height: 2.2em;
		text-align: justify;
		z-index: 1;
	}
	
	#content p#ctag a {
		color: #ADE0ED;
	}
	
	#content p#ctag strong a {
		color: #67B4D4;
	}
	
	div#searcher {
		width: 338px;
		height: 161px;
		background: url('images/go_home.png');
		position: absolute;
		left: 330px;
		top: 100px;
		z-index: 2;
	}
	
		div#searcher input.kw {
			position: absolute;
			border: 0;
			padding: 0;
			background: transparent;
			top: 74px;
			left: 30px;
			height: 22px;
			width: 172px;
			font-size: 1.2em;
		}
		
		div#searcher input.bt {
			position: absolute;
			right: 65px;
			top: 58px;
			width: 55px;
			height: 55px;
			border: 0;
			background: transparent;
			cursor: pointer;
		}
	
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
		color: #67B4D4;
	}
	
	#content h1 {	font-size: 3em;		line-height: 1.4em;	}
	#content h2 {	font-size: 2.8em;	line-height: 1.4em;	}
	#content h3 {	font-size: 2.6em;	line-height: 1.4em;	}
	#content h4 {	font-size: 2.4em;	line-height: 1.4em; color: #B1B2B2;	}
	#content h5 {	font-size: 2.2em;	line-height: 1.4em;	}
	#content h6 {	font-size: 2em;		line-height: 1.4em;	}
	#content p	{	font-size: 1.2em;	line-height: 1.4em; }
	#content h7 {	font-size: 16px;	font-family: Tahoma, Geneva, sans-serif; font-weight: bold;	line-height: 1.4em;	}
	#content h8, a{	font-size: 14px; font-family: Tahoma, Geneva, sans-serif; 	font-weight: normal;	line-height: 1.4em;	}
	#content h8, a:hover, a:active{	font-size: 14px; font-family: Tahoma, Geneva, sans-serif; /*	font-weight: bold;*/	line-height: 1.4em; text-decoration:none;	}
	

	
	
	h2.item_title { text-indent: 25px; }
	
	#content img {
		/*border: 2px solid #67B4D4;*/
	}
	
#footer {
	padding-top: 40px;
}
	
	div.menudivider {
		width: 100%;
		border-top: 1px solid #8CCC3F;
		height: 2px;
	}
	
	#footer ul#menu-main {
		text-transform: uppercase;
		text-align: center;
		margin-left:-200px;
		font-size: 1.2em;
		background-color: #67B4D4;
		padding: 3px 0;
	}
	
	#footer ul#menu-main li {
		display: inline;
		padding-left: 12px;
		padding-right: 12px;
		border-left: 1px solid white;
	}
	
	#footer ul#menu-main li.menu-item-home {
		border-left: none;
	}
	
	#footer ul#menu-main li a {
		color: white;
	}
	
	#footer ul#menu-second {
		text-transform: lowercase;
		text-align: center;
		font-size: 1.2em;
		padding: 3px 0;
		margin-top: 10px;
	}
	
	#footer ul#menu-second li {
		display: inline;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px solid #67B4D4;
	}
	
	#footer ul#menu-second li.menu-item-91 {
		border-left: none;
	}
	
	#footer ul#menu-second li a {
		color: #67B4D4;
	}
	
/* search results page */
	
	ul#results li {
		margin-bottom: 2em;
		display: block;
	}
	
	ul#results li h2 a {
		color: #67B4D4;
		font-size: 0.6em;
		line-height: 1.4em;
	}
	
	ul#results li p.excerpt {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	ul#results li p.sursa a, p.sursa a {
		color: #939598;
		line-height: 1.4em;
	}
	
	ul#results img.ds-icon {
		float: left;
		margin-right: 10px;
	}
	
	ul#news li {
		display: block;
		margin-bottom: 20px;
	}
	
	ul#news li img {
		float: left;
		margin-right: 20px;
	}
	
	ul#news h2 {
		color: #67B4D4;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: bold;
		padding-top: 10px;
	}	
	
	ul#news h2 a {
		color: #67B4D4;
	}
	
	ul#news p {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	ul#news p.link, ul#news a {
		color: #1C75BC;
	}
	
	
	.news_img {
		width: 230px;
		height: 120px;
		position: relative;
	}
	
	
p.nav-prev {
	float: left;
}

p.nav-next {
	float: right;
}

p.nav-prev, p.nav-next {
	margin: 10px 0;
}

	p.nav-prev a, p.nav-next a {
		color: #67B4D4;
		font-size: 1.2em;
	}
	
table#share td {
	vertical-align: top;
	padding: 10px;
	font-family: Georgia,'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #67B4D4;
	line-height: 1.8em;
	vertical-align: middle;
}

table#share input, table#share textarea {
	border: 1px dotted #67B4D4;
	width: 700px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 5px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: gray;
}

table#share textarea {
	height: 100px;
}

input.share {
	border: 0;
	background-color: #67B4D4;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	padding: 3px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 86px;
	cursor: pointer;
}

div#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: black;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

div#overlay div#tt-1 {
	position: absolute;
	background: url('images/tt-1.png') no-repeat;
	width: 457px;
	height: 196px;
}

div#overlay div#tt-2 {
	position: absolute;
	background: url('images/tt-2.png') no-repeat;
	width: 254px;
	height: 177px;
}

div#overlay div#tt-3 {
	position: absolute;
	background: url('images/tt-3.png') no-repeat;
	width: 497px;
	height: 156px;
}

div#overlay div#tt-4 {
	position: absolute;
	background: url('images/tt-4.png') no-repeat;
	width: 254px;
	height: 154px;
}