@charset "utf-8";
/* CSS Document :: Raducu Popa (raducu.popa@gmail.com) */

body {
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}

#containter {
	width: 800px;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: left;
}

#logo {
	width: 400px;
	float: left;
	height: 100px;
}

#links_right {
	width: 400px;
	float: right;
	font-size: 0.9em;
	color: #ccc;
	padding-top: 5px;
	height: 95px;
}

#links_right a {
	text-decoration: none;
	color: #1e8ace;
	font-size: 1em;
}

#links_right a:hover {
	text-decoration: underline;
}

#footer {
	width: 800px;
	font-size: 0.9em;
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 5px;
	clear: left;
	margin: 0 auto;
	margin-top: 5px;
}

#wrapper {
	background:url(../images/bg_wrapper.gif) top left repeat-y;
	margin-bottom: 10px;
}

#wrapper_article {
	float: left;
	width: 100%;
	background: #fff;
}

#wrapper_admin {
	width: 100%;
	margin-bottom: 10px;
}

#footer a {
	color: #333;
}

.clear {
	clear: both;
}

#content_article {
	margin-right: 175px;
	float: right;
}

#content2 {
	margin-right: 215px;
	margin-bottom: 10px;
	background: #fff;
}

#column_right {
	float: left;
	width: 200px;
	margin-left: -200px;
}

/* ------------------------------- MENU PRINCIPAL -------------------------------- */
#menu {
	height: 30px;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
	padding: 0;
}

#menu a {
	text-decoration: none;
	float: left;
	
}

#menu .ro {
	background: url('../images/btn_romanian.gif') top left no-repeat;
	height: 30px;
	width: 145px;
}

#menu .ro:hover {
	background: url('../images/btn_romanian_over.gif') top left no-repeat;
	height: 30px;
	width: 145px;
}

#menu .bible {
	background: url('../images/btn_biblephone.gif') top left no-repeat;
	height: 30px;
	width: 164px;
}

#menu .bible:hover {
	background: url('../images/btn_biblephone_over.gif') top left no-repeat;
	height: 30px;
	width: 164px;
}

#menu .ebooks {
	background: url('../images/btn_books.gif') top left no-repeat;
	height: 30px;
	width: 128px;
}

#menu .ebooks:hover {
	background: url('../images/btn_books_over.gif') top left no-repeat;
	height: 30px;
	width: 128px;
}

#menu .gal {
	background: url('../images/btn_gallery.gif') top left no-repeat;
	height: 30px;
	width: 133px;
}

#menu .gal:hover {
	background: url('../images/btn_gallery_over.gif') top left no-repeat;
	height: 30px;
	width: 133px;
}

#menu .how {
	background: url('../images/btn_how.gif') top left no-repeat;
	height: 30px;
	width: 126px;
}

#menu .how:hover {
	background: url('../images/btn_how_over.gif') top left no-repeat;
	height: 30px;
	width: 126px;
}

#menu .news {
	background: url('../images/btn_news.gif') top left no-repeat;
	height: 30px;
	width: 104px;
}

#menu .news:hover {
	background: url('../images/btn_news_over.gif') top left no-repeat;
	height: 30px;
	width: 104px;
}

/* ----------------------------- END MENU PRINCIPAL ------------------------------- */

#submenu_article {
	width: 100%;
	color: #ccc;
	margin-bottom: 10px;
	padding: 0;
}

#submenu_article a {
	text-decoration: none;
	color: #333;
}

#submenu_article a:hover {
	text-decoration: underline;
}

#submenu_article .send {
	background: url(../images/icon_email.gif) top left no-repeat;
	padding-left: 22px;
}

#submenu_article .about {
	background: url(../images/icon_page.gif) top left no-repeat;
	padding-left: 22px;
}

#submenu_article .wap {
	background: url(../images/icon_transmit.gif) top left no-repeat;
	padding-left: 22px;
}

/* ---------------------------- END SUBMENU ----------------------------------------- */

a {
	color: #2787eb;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.more {
	background: url(../images/bullet.gif) bottom left no-repeat;
	font: 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding-left: 15px;
	text-decoration: underline;
}

.more:hover {
	text-decoration: none;
	color: #2787eb;
}

#content {
	float: left;
	width: 400px;
}

#news {
	float: right;
	width: 380px;
}

.hometitle {
	color: #f38a44;
	background-color: #f8f8f8;
	font: 1.8em Georgia, Tahoma, Verdana, sans-serif;
	display: block;
	padding: 4px;
}

/* -------------------------------- LANGUAGE HOME DIV & A ------------------------------- */
#lang {
	margin: 10px 0px;
	background-color: #f2f2f2;
	padding: 10px;
	padding-left: 20px;
	border: 1px dotted #dedede;
	border-left: 5px solid #dedede;
}

#lang a {
	display: block;
	float: left;
	width: 150px;
}

