/*
Theme Name: Box Green
Theme URI: http://boxgreen.ro/
Description: Box Green theme.
Version: 1.0
Author: Dream Production
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	width: 100%;
}

body {
	background: url(images/background.png) repeat-x;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
	color: #630;
}

a {
	color: #f90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #447900;
}

.hidden {
	display: none;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	background: url(images/head.jpg) no-repeat;
	min-height: 700px;	
}

#header {
	padding-top: 120px;
	padding-left: 735px;
	font-size: 14px;
	height: 400px;	
	position: relative;
}

#header a {
	color: #630;
}

#langs {
	position: absolute;
	top: 50px;
	right: -5px;
}

.language_item {
	float: left;
	margin-right: 5px;
}

.language_item .name {
	display: none;
}

#details {
	background: url(images/infobox.png) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 13px 22px;
	width: 180px;
	height: 190px;
	color: #fff;
	margin-bottom: 14px;
	font-size: 11px;
	line-height: 16px;
}

#details h2 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px dotted #9dbb35;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#details .more {
	color: #fc0;
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
}

.icon_more {
	width: 19px;
	height: 19px;
	vertical-align: middle;
	background: url(images/icons.png) no-repeat;
}

.icon_phone {
	width: 19px;
	height: 19px;
	vertical-align: middle;
	background: url(images/icons.png) no-repeat 0 -19px;
}

.icon_email {
	width: 19px;
	height: 19px;
	vertical-align: middle;
	background: url(images/icons.png) no-repeat 0 -38px;
}

.icon_pdf {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	background: url(images/icons.png) no-repeat 0 -57px;
}

.separator {
	width: 100%;
	border: none;
	border-bottom: 1px dotted #630;
	display: block;
	height: 1px;
}

.contact {
	width: 225px;
	overflow: auto;
}

.contact h3 {
	float: left;
	font-weight: normal;
	width: 60px;
}

.contact .detail {
	float: left;
	padding-left: 60px;
	padding-bottom: 5px;
	font-size: 11px;
}

.contact .detail .icon {
	margin-right: 5px;
}

.contact .detail.email {
	padding-left: 0;
}

#nav {
	border-bottom: 1px dotted #9dbb35;
	padding: 5px 350px 5px 65px;
	position: relative;
}

#nav ul {
	overflow: auto;
	width: 100%;
}

#nav li {
	float: left;
	display: block;
}

#nav .page_item a {
	display: block;
	padding: 5px 10px;
	font-size: 20px;
	color: #2a5f00;
	margin-right: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#nav .page_item a:hover,
#nav .current_page_item a {
	text-decoration: none;
	color: #fff;
	background-color: #2a5f00;
	background: #2a5f00 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjMkE1RjAwIiByeD0iNCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==);	
}

#badge {
	position: absolute;
	right: 245px;
	top: -15px
}

#posts {
	float: left;
	width: 705px;
	padding: 15px;
}

#sidebar {
	float: right;
	width: 225px;
	position: relative;
	top: -42px;
}

#sidebar h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 10px;
	border: 1px dotted #9dbb35;
	border-bottom: 1px solid #fff;
	float: left;
	position: relative;
	left: -10px;	
}

#sidebar .wrap {
	clear: both;
	width: 100%;
	overflow: auto;
	padding-top: 15px;
}

#footer {
	border-top: 1px dotted #9dbb35;
	padding-top: 15px;
	color: #2a5f00;
	font-size: 11px;
}

#parteneri .badge {
	width: 225px;
	height: 60px;
	background: url(images/parteneri.png) no-repeat;
}

#parteneri .badge-primaria-timisoara .badge {
	background-position: 0 0;
}
#parteneri .badge-primaria-timisoara:hover .badge {
	background-position: -225px 0;
}

#parteneri .badge-cluburile-rotary .badge {
	background-position: 0 -70px;
}
#parteneri .badge-cluburile-rotary:hover .badge {
	background-position: -225px -70px;
}

#parteneri .badge-bega-grup .badge {
	background-position: 0 -140px;
}
#parteneri .badge-bega-grup:hover .badge {
	background-position: -225px -140px;
}

#parteneri .badge-zia-de-vest .badge {
	background-position: 0 -210px;
}
#parteneri .badge-zia-de-vest:hover .badge {
	background-position: -225px -210px;
}

.post {
	padding-top: 15px;
	border-top: 1px dotted #ccc;
	margin-top: 15px;
}

.post h2 {
	font-size: 20px;
	color: #447900;
}

.post .meta {
	color: #9c0;
}

.post .meta,
.post .more {
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#posts .first {
	padding-top: 0;
	border-top: none;
	margin-top: 0;	
}

#respond {
	padding-top: 15px;
	border-top: 1px dotted #ccc;
	margin-top: 15px;
}

#comments {
	display: none;
}

#commentform p {
	padding: 5px 0;
}

#commentform input,
#commentform textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #9c0;
	padding: 5px 10px;
	font-family: "Georgia";
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxtYXNrIGlkPSJtIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiByeD0iNCIgZmlsbD0iI2ZmZiIvPjwvbWFzaz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHJva2U9IiM5YzAiIGZpbGw9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgbWFzaz0idXJsKCNtKSIgcng9IjQiLz48L3N2Zz4=);	
}

#commentform textarea {
	width: 420px;
	height: 100px;
}

#commentform #submit {
	padding: 5px 10px;
	color: #fff;
	margin-right: 20px;
	border: none;
	background-color: #2a5f00;
	background: #2a5f00 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjMkE1RjAwIiByeD0iNCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==);
}

.comments {
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

.comment {
	margin-bottom: 25px;	
}
