/* Copyright 26-05-2009 Seraphim Studio */


/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 2008-02-12 */

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;
	text-decoration: none;
}

body {
    margin: 0 auto;
    position: relative;
    background: #f0ecdd url(img/bg.png) repeat-x;
	color: #282419;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5; /* Baseline grid of 21px */
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cleaner {
	clear: both;
}

a {
	color: #b74623;
}

a:hover {
	color: #000;
}

/* @end Reset */

/* @group fonts */

p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em;  /* 14px */
}

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

/* @end Font sizes */

/* @group headlines */

#continut h1 {
	font-size: 1.7em;	    
    line-height: 1;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    color: #b74623;
    padding-bottom: .8em;
    padding-left: .6em;
}

h2 {
	font-size: 1em;
	line-height: 1.4;
	margin-top: .2em;
	margin-bottom: .4em;
}

/* @end */

/* @group skip */
.skip {
	border-top: 7px solid #1e1b13;
	text-align: center;
}

.skip a {
	font-size: .8em;
	font-weight: bold;
	background: #1e1b13;
	padding: .6em 1em;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
}

/*@end */

#all {
	background: url(img/bg_header.png) top center no-repeat;
}

#wrap {
	width: 860px;
	margin: 0 auto;
}

#logo {
	padding: 3em 0 4em 0;
}

#logo a {
	width: 550px;
	height: 46px;
	display: block;
	margin: 0 auto;
	background: url(img/logo_scoala.png) no-repeat;
	text-indent: -3002px;
}

#meniu {
	padding-bottom: em;
	overflow: hidden;
}

#meniu ul li {
	float: left;
	padding-right: .3em;
}

#meniu ul li a {
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em .9em;
	display: block;
	color: #1e1b13;
	background: url(img/sprite.png) 0 -200px no-repeat;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#meniu ul li a:hover {
	background: url(img/sprite.png) 0 -150px no-repeat;
	color: #3a3527;
}

#meniu ul li.admitere {
	float: right;
	padding-right: .7em;
}

#meniu ul li.admitere a {
	background: url(img/sprite.png) 0 -250px no-repeat;
	color: #fff;
	text-transform: uppercase;
}

#meniu ul li.admitere a:hover {
	color: #f0ecdd;
}

#meniu ul li a.activ, #meniu ul li.admitere a.activ {
	background: #fff;
	color: #1e1b13;
}

#continut {
	background: #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 1.5em 0.5em;
	position: relative;
}

#continut p {
	padding-bottom: 1.3em;
}

.coloana {
	width: 395px;
	padding: 0 1em;
	float: left;
}

.inscriere_online a {
	width: 260px;
	height: 60px;
	display: block;
	background: url(img/sprite.png) left -400px no-repeat;
	text-indent: -3002px;
}

.inscriere_online a:hover {
	background: url(img/sprite.png) right -400px no-repeat;
}

.limita {
	position:absolute; 
	top:0;
	right: 0;
}

.limita a {
	width: 217px;
	height: 102px;
	display: block;
	background: url(img/sprite.png) 0 -600px no-repeat;
	text-indent: -3002px;
}

.limita a:hover {
	width: 217px;
	height: 102px;
	display: block;
	background: url(img/sprite.png) right -600px no-repeat;
	text-indent: -3002px;
}

#footer {
	color: #595445;
	font-size: .83em;
	padding-top: 1em;
}

#footer .stanga {
	width: 400px;
	float: left;
	padding-left: 1em;
}

#footer .dreapta {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
}

#footer span {
	font-weight: normal;
	padding: 0 .5em;
}

label {
	padding: 0 0 .3em .5em;
	font-size: .9em;
	display: block;
}


input[type="text"], textarea, input[type="text"] {
	color: #71664b;
	padding:.7em .4em; 
	font:normal .9em helvetica,sans-serif; 
	border:1px solid #d8d7c9; 
	-moz-border-radius:4px; 
	border-radius:4px; 
	-webkit-border-radius:4px; 
	_border:1px solid #d8d7c9 !important; 
	_padding:none
	
}

input:focus, textarea:focus, input:focus {
	border:1px solid #bdbca9; 
	color: #574e39;
	outline:none
}