/* .............................. */
/* General */
/* .............................. */

body {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	background: none;
}

a:hover {
	text-decoration: none;
	color: #F9F9F9;
	background-color: #FF791C;
}

a:focus, a:active {
	outline: none;
}

.generic_container {
	margin-top: 20px;
	text-align: center;
}

/* .............................. */
/* Main Menu */
/* .............................. */

.menu_container {
	height: 23px;
}

a.btn_logo {
	background: url(images/logo.gif) no-repeat;
	width: 143px;
	height: 23px;
	display: block;
	float: left;
}

a.btn_zoom {
	background: url(images/btn_zoom.gif) no-repeat;
	display: block;
	float: right;
	width: 75px;
	height: 23px;
}

a.btn_zoom:hover {
	background: url(images/btn_zoom_over.gif) no-repeat;
}

a.btn_rss {
	background: url(images/btn_rss.gif) no-repeat;
	display: block;
	float: right;
	width: 66px;
	height: 23px;
}

a.btn_rss:hover {
	background: url(images/btn_rss_over.gif) no-repeat;
}

a.btn_contact {
	background: url(images/btn_contact.gif) no-repeat;
	display: block;
	float: right;
	width: 91px;
	height: 23px;
}

a.btn_contact:hover {
	background: url(images/btn_contact_over.gif) no-repeat;
}

/* .............................. */
/* Main Photo & Notes */
/* .............................. */

.photo {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #DDDDDD;
}

.btn_prev a {
	background: url(images/btn_prev.gif) no-repeat;
	display: block;
	width: 23px;
	height: 111px;
	float: left;
	margin-right: 60px;
	z-index: 1;
}

.btn_prev a:hover {
	background: url(images/btn_prev_over.gif) no-repeat;
}

.btn_next a {
	background: url(images/btn_next.gif) no-repeat;
	display: block;
	width: 23px;
	height: 111px;
	float: right;
	margin-left: 60px;
}

.btn_next a:hover {
	background: url(images/btn_next_over.gif) no-repeat;
}

.notes_container {
	min-height: 111px;
	text-align: justify;
	margin-left: 100px;
	padding-left: 20px;
	border-left: 1px dotted #CCC;
	margin-right: 100px;
	padding-right: 20px;
	border-right: 1px dotted #CCC;
}

.btn_comentarii_container {
	margin-top: 20px;
	margin-right: 100px;
	text-align: right;
}

a.btn_comentarii {
	background: url(images/btn_comentarii.gif) no-repeat;
	display: block;
	width: 108px;
	height: 23px;
	margin-top: 20px;
	margin-left: auto;
}

a.btn_comentarii:hover {
	background: url(images/btn_comentarii_over.gif) no-repeat;
}

/* .............................. */
/* Footer */
/* .............................. */

a.banner_01 {
	background: url(images/bnr_01.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	float: left;
}

a.banner_01:hover {
	background: url(images/bnr_01_over.gif) no-repeat;
}

a.banner_02 {
	background: url(images/bnr_02.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin-left: 10px;
	float: left;
}

a.banner_02:hover {
	background: url(images/bnr_02_over.gif) no-repeat;
}

a.banner_03 {
	background: url(images/bnr_03.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin-left: 10px;
	float: left;
}

a.banner_03:hover {
	background: url(images/bnr_03_over.gif) no-repeat;
}

a.banner_04 {
	background: url(images/bnr_04.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin-left: 10px;
	float: left;
}

a.banner_04:hover {
	background: url(images/bnr_04_over.gif) no-repeat;
}

a.banner_05 {
	background: url(images/bnr_05.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin-left: 10px;
	float: left;
}

a.banner_05:hover {
	background: url(images/bnr_05_over.gif) no-repeat;
}

a.banner_06 {
	background: url(images/bnr_06.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin-left: 10px;
	float: left;
}

a.banner_06:hover {
	background: url(images/bnr_06_over.gif) no-repeat;
}

a.banner_07 {
	background: url(images/bnr_07.gif) no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin-left: 10px;
	float: left;
}

a.banner_07:hover {
	background: url(images/bnr_07_over.gif) no-repeat;
}

.banner_container {
	width: 820px;
	height: 20px;
	margin: auto;
}

/* .............................. */
/* About */
/* .............................. */

.about_container {
	background-color: #F9F9F9;
	padding: 20px;
	margin-top: 20px;
	width: 720px;
	border: solid 1px #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.about_title {
	color: #FF6600;
	font-weight: bold;
}

.about_left {
	width: 340px;
	text-align: justify;
	float: left;
	padding-right: 20px;
}

.about_right {
	width: 340px;
	text-align: justify;
	float: right;
	padding-left: 19px;
	border-left: 1px dotted #CCC;
}

/* .............................. */
/* Comments */
/* .............................. */

.title {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	}

#comment-top {
    background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 25px;
	height: 15px;
}    

#comments {
    margin: 0px auto;
	width: 95%;
	text-align: left;
}
	
#comments ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
	
#comments li {
	display: block;
	margin-bottom: 10px;
	color: #666666;
	text-decoration: none;
	padding: 10px;
	border: 1px dotted #DDDDDD;
}
	
#comments li a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	background: none;
}
	
#comments li:hover {
	background: #F9F9F9;
}
	
#comments li a:hover {
	color: #FFFFFF;
	background: #FF791C;
}

#addcomment {
    width: 90%;
	text-align: left;
	padding: 10px;
	margin: 0px auto;
	border: 1px solid #DDDDDD;
	background: #F9F9F9;
}

.input {
    width: 45%;
	font-size: 13px;
	border: 1px dotted #DDDDDD;
	background-color: #FFFFFF;
	color: #FF6600;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
	
#addcomment textarea {
	width: 90%;
	height: 50px;
	border: 1px dotted #DDDDDD;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	padding: 2px;
}

.comment-button {
    background-image: url(images/btn_trimite.gif);
	width: 84px;
	height: 23px;
	border: 0px;
	cursor: pointer;
}

.comment-button:hover {
    background-image: url(images/btn_trimite_over.gif);
	width: 84px;
	height: 23px;
	border: 0px;
}

.comment-button:focus, comment-button:active {
	outline: none;
}