/*
THEME NAME: GiftedEdu
THEME URI: http://centru.supradotati.ro
DESCRIPTION: GiftedEdu v1.0 : Tema WordPress personalizata pentru Centrul Gifted Education
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";
@import "sifr/sifr-screen.css";

body {
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #54595C;
}

a {
	color: #1591B9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #F2F2F2;
	height: 1px;
	margin: 15px 0 15px 0;
	clear: both;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

pre {
	overflow: scroll;
	width: 470px;
	padding: 15px;
	background: #FBFBFB;
	border: 1px solid #EDEDED;
	margin-bottom: 30px;
	font-family: "Courier New", Courier, monospace;
}

.wrapper {
	width: 890px;
	background: #FFF;
	margin: 0 auto;
}

/* Bara accesari + topmenu */

#topbar {
	height: 40px;
	background: #D5EBF2;
}

#topbar .wrapper {
	width: 890px;
	height: 40px;
	background: url(images/bg_topbar.gif) no-repeat top left;
}

#access {
	float: left;
	padding: 10px 0;
	margin-left: 20px;
}

#topmenu {
	float: right;
	font-weight: bold;
	padding: 10px 0;
	margin-right: 20px;
}

#topmenu .sep {
	color: #A8CBD7;
}

/* Header */

#header {
	overflow: hidden;
	width: 890px;
	margin-bottom: 30px;
}

#logo {
	float: left;
	position: relative;
	top: 35px;
	left: 20px;
}

#logo a {
	display: block;
	width: 280px;
	height: 121px;
	background: url(images/logo.png) no-repeat top left;
}

/* Header Nav */

#headernav {
	width: 500px;
	float: right;
	margin: 35px 0 0 0;
}

#mainmenu {
	width: 500px;
	overflow: hidden;
	float: right;
	margin-top: 38px;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	height: 55px;
	display: block;
}

#mainmenu ul li a#acasa {
	width: 100px;
	background: url(images/bg_acasa.gif) no-repeat top left;	
}

#mainmenu ul li a#acasa.active {
	background: url(images/bg_acasa_active.gif) no-repeat top left;	
}

#mainmenu ul li a#proiectul {
	width: 130px;
	background: url(images/bg_proiectul.gif) no-repeat top left;	
}

#mainmenu ul li a#proiectul.active {
	background: url(images/bg_proiectul_active.gif) no-repeat top left;	
}

#mainmenu ul li a#implicate {
	width: 150px;
	background: url(images/bg_implicate.gif) no-repeat top left;	
}

#mainmenu ul li a#implicate.active {
	background: url(images/bg_implicate_active.gif) no-repeat top left;	
}

#mainmenu ul li a#noutati {
	width: 120px;
	background: url(images/bg_noutati.gif) no-repeat top left;	
}

#mainmenu ul li a#noutati.active {
	background: url(images/bg_noutati_active.gif) no-repeat top left;	
}

/* Banner */

#banner {
	width: 890px;
	height: 300px;
	background: url(images/bg_banner.jpg) no-repeat top left;
}

#bannerlink {
	width: 190px;
	height: 40px;
	display: block;
	position: relative;
	top: 185px;
	left: 352px;
}

#quote {
	position: relative;
	top: 232px;
	left: 20px;
	color: 
}

#breadcrumbs {
	width: 890px;
	height: 55px;
	background: url(images/bg_breadcrumbs.gif) no-repeat top left;
}

#breadcrumbs p {
	padding: 24px 20px;
	font-size: 85%;
	font-weight: bold;
	color: #678996;
}

/* Content */

#container {
	width: 850px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 500px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 160%;
	line-height: 1.2;
}

.post-title a {
	color: #0B4457;
}

.page-title {
	font-size: 180%;
	color: #0B4457;
}

.page-subtitle {
	font-weight: bold;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	font-weight: bold;
	color: #999;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #EFEFEF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h4 {
	font-size: 110%;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #333333;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content p.note {
	font-size: 85%;
	color: #666666;
	margin-bottom: 30px;
}

.post-content img.alignnone {
	margin-bottom: 15px;
}

.post-content img.alignleft {
	float: left;
	margin: 5px 25px 15px 0;
}

.post-content img.alignright {
	float: right;
	margin: 5px 0 15px 25px;
}

.post-content img.avatar {
	padding: 5px;
	border: 1px solid #F0F0F0;
}

.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style: decimal;
}

.post-content ul {
	margin-bottom: 20px;
	margin-left: 15px;
}

.post-content ul li {
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

#searchform {
	margin-top: 5px;
}

#s {
	width: 190px;
}

#searchsubmit {
	margin-top: 4px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	background: #EFEFEF;
	padding: 5px 10px;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: bold;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	background: #F5F5F5;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 15px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 410px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #D92440;
	font-weight: bold;
	background: url(images/bg_sidetitle.gif) no-repeat bottom left;
}

.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel ul li.current_page_item a {
	color: #0B4457;
	font-weight: bold;
	cursor: default;
}

.sidepanel ul li.current_page_item a:hover {
	text-decoration: none;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* Footer */

#plogos {
	background: url(images/bg_footer.gif) no-repeat top left;
	padding: 15px 0 5px 0;
}

#plogos ul {
	overflow: hidden;
}

#plogos ul li {
	float: left;
	width: 178px;
	height: 80px;
}

#footer {
	padding: 30px 20px 0 20px;
	background: url(images/bg_footer.gif) no-repeat top left;
	overflow: hidden;
	margin-bottom: 30px;
}

#footer p {
	line-height: 1.2;
	margin-bottom: 5px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

/* Misc elements */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.btn-header {
	width: 162px;
	height: 35px;
	display: block;
}

#btn-donez {
	background: url(images/btn_donez.png) no-repeat top left;
	float: right;
	margin-right: 10px;
}

#btn-ajut {
	background: url(images/btn_ajut.png) no-repeat top left;
	float: right;
}

#btn-donez:hover, #btn-ajut:hover {
	background-position: 0 -35px;
}

.hide {
	display: none;
}

ul#flickr li {
	float: left;
	background: none;
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
	width: 90px;
	height: 90px;
	background: url(images/bg_flickr.gif) no-repeat top left;
}

ul#flickr img {
	padding: 10px;
}