
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #8DA538;
}
#widecolumn{
	margin: 10px;
}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	color: #336699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

img .avatarthumb {	
	float: left;
	display: inline;
}

.verde a{
	font-weight: bold;
	color: #8DA538;
}

.verde span{
	color: #074802;
}

.rosu a{
	font-weight: bold;
	color: #D85445;
}
.albastru a{
	font-weight: bold;
	color:#F3F2F3;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 940px;
	text-align: left;
}

/* End Container */



/* Start Page - Yellow top, white bottom background */

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

/* End Page */

#imagelist {
	margin: 0;
	padding: 0;
    overflow: none;
	background-repeat:repeat-y;
	width:308px;
	height:150px;

}

#imagelist ul {
   	 margin: 0px 0px;
	 padding: 0;
	 overflow: none;
	 float:left;
}
	 
#imagelist li {
	height:125px;
	width:125px;
	border:1px solid #609314;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
  	list-style:none;
	float : left;
	display : block;
}

#imagelist li a:link, .imagelist li a:visited {
	text-decoration: none;
}	

/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 10px 10px 0;
	padding: 9px 10px;
	background: #F3F2F3 url(images/bg_h2_b.gif) repeat-x right top;
	color: #336699;
	border-bottom: 1px dotted #4FA0C4 ;
}

#header a{
	color: #336699;
}

#header h1{
	display: inline;
}

#header h1, #header h1 a{
	color: #fff;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}

.skip{
	float: right;
	line-height: 18px;
}

.skip a{
	padding: 0 26px 1px 0;
	background: url(images/icon_skip_to.gif) no-repeat right top;
}

#header ul  { 
  list-style-type: none;
  margin: 0;
  padding: 0;}

#header ul  li {
	display: inline;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;	
	margin: 0 5px 0  5px;
	}

/* End Header */




/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	margin: 10px 10px 0;
	height: 110px;
	overflow: hidden;
	text-align: right;
	background: #d1e701 url(images/bg_banner.gif) no-repeat;
}

#banner img{
	margin: 10px 10px 0 0;
}

/* End Banner */




/* Start Horizontal Navigation Menu */

.feed{
	float: left;
	width: 40.75%;
	margin: 10px 0 0 10px;
	display: inline;
	padding: 0px;
	background: #f8fdd3 url(images/bg_feed.gif) no-repeat;
}

.nav{
	float: right;
	width: 99.5%;
	margin: 5px 0 20px 0;
	display: inline;
	background: #7E9432;
	border-bottom: 10px solid #B2DCEF;
}

.nav ul{
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	background: #7E9432;
}

.nav ul li{
	float: left;
	margin: 20px 0 0 1px;
	display: inline;
}

.nav ul li a{
	display: block;
	padding: 2px 10px  3px;
	background: #B2DCEF;
}

.nav ul li a:hover{
	background: #fff;
	color: #000;
}

.nav ul li.current_page_item a{
	background: #fff;
}

/* End Horizontal Navigation Menu */




/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 10px 0 0;
}

/* End content */




/* Start Sidebars */

.sidebar{
	float: left;
	width: 32%;
	margin: 0 0 0 10px;
	display: inline;
}

.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 10px;
}

.b{ /* the second sidebar */
	float: right;
	margin: 0 10px 0 0;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
}

.sidebar ul li#search form{
	padding: 0 10px 10px;
}

.sidebar ul li#search form input{
	margin: 10px 0 0;
}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #ebf4a4 url(images/bg_h2_a.gif) repeat-x left bottom;
	color: #333;
}

.sidebar ul ul{
	line-height: 17px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}

.sidebar ul ul ul li{
	padding: 10px 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.c{ /* the main column sidebars */
	width: 32%;
}

.c ul li{
	background: #fff;
}

.c ul li h2{
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.c ul ul li{
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.d{ /* the bottom sidebars */
	width: 18.75%;
}

.d a{
	color: #fff;
}

.d ul li{
	background: #F3F2F3;
}

.d ul li h2{
	background: #1C4D63;
	color: #c5ce88;
}

.d ul ul li{
	background: url(images/bg_dotted_d.gif) repeat-x;
}



.m{ /* the bottom sidebars */
	width: 18.75%;
}

.m a{
	color: #000;
}

.m ul li{
	background: #fff;
}

.m ul li h2{
	background: #fff;
	color: #000;
}

.m ul ul li{
	background: #fff;
}

/* End Sidebars */



/* Start Main - Where your main content sits */

#main{
	margin: 0 200px 0 190px;
}

/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 10px;
}

.post h2{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 24px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

p.entrymetadata a{
	color: #888;
}

.comments_number a{
	padding: 0 0 0 26px;
	background: url(images/icon_comment.gif) no-repeat;
}

/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template h3{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */

.bag{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #F3F2F3 url(images/bg_dotted_c.gif) repeat-x;
	color: #84C1DC;
}


/* Start bottom sidebars */

.secondary_content, .tertiary_content{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #F3F2F3 url(images/bg_dotted_c.gif) repeat-x;
	color: #84C1DC;
}

.tertiary_content{
	background: #F3F2F3 url(images/bg_tertiary_content.gif) repeat-x;
}

/* End bottom sidebars */




/* Start Footer */

#footer{
	display: block;
	padding: 18px 20px;
	line-height: 18px;
	background: #1C4D63 url(images/bg_dotted_e.gif) repeat-x;
	color: #84C1DC;
}

#footer a{
	color: #84C1DC;
}

#footer .skip a{
	background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */



#zip {display: inline-block; position: relative; clear: both; margin-top:0 !important; padding-top:0 !important; background: #ececec url(images/grfk_footer_bg.gif) repeat-x; border-bottom: 1px solid #d3d3d3;}

#zip {display: block; }

#zip ul {padding-left: 5px; list-style: none; padding-top: 5px;margin: 0; }

#zip .tabs li {float: left; }

#zip .tabs ul li {line-height: 1.15em; width: 135px;}

#zip ul li ul{padding-right: 0px; padding-top: 0; margin: 0; }

#zip .tabs ul li li {float: none;  padding: 0; line-height: 1.15em;}

#zip .tabs h4 {position: absolute; height: 36px; top: -30px; background: no-repeat; text-indent: -9999px; overflow: hidden; visibility: visible !important;}

#zip .tabs .webshots h4 {width: 119px; left: 0; background-image: url(images/grfk_footerTab_webshots_inactive.png);}

#zip .tabs a {color: #6d6d6d; font-size: 76%;}

#zip .tabs a:hover {color: #E48102;}

#zip .tabs h5 {padding-right: 0px; color: #424242; font-size: 92%;}

#zip .tabs .webshots {float: none; clear: both; width: 100%; margin-right: -100%;}

#zip .tabs #webshots-tab.active h4 {background-image: url(images/grfk_footerTab_webshots_active.png);}

#zip .tabs li.active li {position: relative;}

#zip .tabs p {position: absolute; bottom: 0; right: 1.8em; line-height: 2em; font-size: 100%;}

#zip .tabs p a {position: relative; top: 2px !important; top: 1px; font-size: 79%;}

/* Start Ads */

.alert { font-size: 12px; background: #FCEAED; margin: 0 0 1em 0; border: 1px solid #cfe2e5; padding: 9px; }



.yellow { font-size: 12px; background: #FDFDE1; margin: 0px; border: 1px solid #cfe2e5; padding: 2px; }



.green { font-size: 12px; background: #F1FDE0; margin: 0 0 1em 0; border: 1px solid #cfe2e5; padding: 9px; }

.green a {    color:#FF9933; font-size: 12px; }

.green span { color:#666; font-size: 10px; }



.label { font-weight: bold; color: #333333; }
.smallLabel {font-weight: bold; font-size: 11px;	color: #333;}
#FacetsTable {border-spacing:0;  padding:0;}
.URLField {width:295px; font-size:10px;}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-size: 10pt; }



#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #fff; }



#latest th, #forumlist th, #favorites th {

	/* border-bottom: 1px solid #aaa; */

	background: #5EA758;

	color: #F1FDE0;

	padding: 5px 10px;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 8pt;

}



#latest th a:link, #latest th a:visited, #latest th a:active {

	color:#fff;

}



#latest, #forumlist, #favorites {

	background: #F7F7F7;

	margin-bottom: 2em;

	width: 100%;

}