/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */



body {
	height: 100%;
	margin:0px;
  	padding:0px;
	background: #fad5d5 url(images/bg.jpg) repeat-x top center; 
	font-family:arial;
	font-size:12px;
	color:#5c5c5c;
	line-height:16px;
	
}

#container{
width:963px;
height:auto;
margin:auto;
padding:0px;
background: #f5f7f9 url(images/bg.gif) repeat-y top center; 
border-bottom:4px solid #deb3b0;
}

.banner{
	width:551px;
	height:34px;
	background: #f5f7f9 url(images/banner.jpg) no-repeat; 
	float:right;
	padding-left:32px;
	padding-top:361px;
}




#meniu{
width:250px;
height:256px;
padding-left:57px;
padding-right:73px;
padding-top:15px; 
}
.link_alb, .link_alb:visited{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#ffffff;
}
.link_alb:hover{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-decoration:underline;
}
.meniu_mare{
width:249px;
border-bottom:2px solid #f4e8e8;
}
.meniu_mare1{
width:249px;

}
.link_meniu, .link_meniu:visited{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#130202;
}
.link_meniu:hover{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#ed6700;
}

.meniu_mic_stanga{
	width:87px;
	padding:9px 0 7px 37px;	
	background: transparent url(images/inima.jpg) no-repeat 10px 10px;
	float:left;
	height:21px;
}
.meniu_mic_dreapta{
	width:68px;
	padding:7px 0 7px 50px;	
	float:right;
	background: transparent url(images/inima.jpg) no-repeat 20px 10px; 		
}
#continut_dreapta{
width:561px;
padding-left:10px;
padding-right:12px;
padding-top:3px;
padding-bottom:20px;
float:right;

}

#reclama{
	width:474px;
	margin:auto;
	padding:3px;
border:1px solid #e9cbc8;
text-align:center;
}

#articol{
	padding:14px 14px 0 21px;
}
.titlu, a.titlu, a.titlu:visited{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#130202;
}
a.titlu:hover{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#ed6700;
}
#bara_titlu{
background-color:#fce1e1; 
border-bottom:2px solid #deb3b0; 
height:20px;
padding-left:20px;
padding-top:8px;
}
#bara_titlu1{
background-color:#fce1e1; 
border-bottom:2px solid #deb3b0; 
height:20px;
padding-left:11px;
padding-top:8px;

}
.titlu_alb, .titlu_alb:visited{
font-family:arial;
font-size:14px;
font-weight:bold;
color:#c90013;
}
.titlu_alb:hover{
font-family:arial;
font-size:14px;
font-weight:bold;
color:#4d3e30;
}
.link, .link:visited{
font-family:arial;
font-size:12px;
color:#c90013;
}
.link:hover{
font-family:arial;
font-size:12px;
color:#ed6700;
text-decoration:underline;
}
#chenar{

padding-top:0px;
padding-bottom:10px;
border:2px solid #deb3b0;
}
#continut_stanga{
width:368px;
padding-left:11px;
padding-bottom:0px;
float:left;
overflow:hidden;
}
#animal_luna{
padding-left:11px;
padding-right:16px;
}
#jos{
padding-left:150px;

padding-right:16px;
width:970px;
text-align:center;
}

.clear{
	clear:both;
	height:0px;
}

.thumbBreedList td{
	text-align:center;
}

.thumbBreedList img{
	border:2px solid #e5e1d8;
	width:150px;
}


h1{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

.message{
	font-weight:bold;
	text-align:center;
}

.galerie img{
	border:2px solid #e5e1d8;
}

.formTable .inputField {
	border:1px solid #ccc3b1;
	font-size:11px;
	padding:0 5px 0 5px;
	color:#4d3e30;
	background-color:#f0f1e1;
}

textarea{
	border:1px solid #ccc3b1;
	font-size:11px;
	padding:0 5px 0 5px;
	background-color:#f0f1e1;
}

.formTable select {
	border:1px solid #ccc3b1;
	font-size:11px;
	color:#4d3e30;
	background-color:#f0f1e1;
}

.formTable .errorMessage {
	color:red;
}

.pad{
	padding:14px 14px 0 21px;
}


.formRequiredMsg {
	font-size:10px;
}

.other_articles {
	width:250px;float:left;padding-left:20px;
	line-height:20px;



}

.other_articles a{
	color:#A70A0A;
	font-weight:bold;

}
.other_articles a:hover{
	color:#A70A0A;
	text-decoration:underline;
}
.taguri  {
	line-height:12px;
	padding-top:0px !important;
	padding-bottom:10px !important;
}

.taguri a, .taguri a:visited, .taguri a:hover{
	font-size:11px;
}

