/*  
Theme Name: Adopta un ONG
Theme URI: http://blogway.ro
Description: Custom theme for Adopta un ONG
Copyright: 2009
Version: 1.0.0
Author: Hostway Romania 
Tags: fixed width, simple, clean, widget ready, two columns, sidebar right, valid XHTML, valid CSS, ie6, ie7, firefox 2.0, opera 9.0, wp-pagenavi, excerpt reloaded
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family: Georgia, Arial;
	background: #ffffff;
	text-align: left;
	color: #231f20;
	font-size: 11px;
	line-height: 13.5pt;
	margin: 0px;
	padding: 0px;
}
:link,:visited { color: #231f20; text-decoration:none; }
ul,ol { list-style:none; }
h2,h3,h4,h5,h6,pre,code { font-size: 11px; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal }
br{	line-height: 12px; }
*:focus {
outline-color:invert;
outline-style:none;
outline-width:medium;
}

li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 0px;
}
#topsearch {
	/*position: absolute;
	right: 5px;
	top: 0px;*/
	width: 218px;
	height: 42px;
	text-align: center;
	margin-bottom: 20px;	
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #ff0000;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */





#wrapper_site{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: transparent;
	background-image: url(images/bg_caro.gif);
	background-position: 0px 0px;
	background-repeat: repeat;	
	float: right;
}


#wrapper_page{
	padding-top: 15px;
	margin: auto;
	width: 910px;	
	background: transparent;
}

#wrapper_footer_logos{
	padding: 0px;
	margin: 0px;
	width:100%;
	background: transparent;
	background-image: url(images/bg_page.gif);
	background-position: 0px 0px;
	background-repeat: repeat;	
	height: 155px;
	float: right;
}

#footer_logos{
	padding-right: 115px;
	margin: auto;
	width: 795px;
	background: transparent;
	height: 155px;
}


#wrapper_footer {
	width: 910px;
	*width: 940px;
}


#wrapper_footer{
	width: 940px;
	wid\th: 910px;
}
#wrapper_footer{
	margin: 0 auto;
	height: 160px;
	background: #ffffff;
	padding: 0px;
	text-align: center;
	/*display: inline;*/
}

#wrapper_footer img{
	padding: 20px 0px 20px 0px;
	margin: 0px;
	float: left;
	clear: both;
	text-align: left;
	display: inline;
}

#gala{
	width: 124px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	background: transparent;
}
#millenium{
	width: 126px;
	padding: 0px;
	margin-left: 270px;
	float: left;
	background: transparent;
	text-align: right;
}
#blogway{
		width: 125px;
		padding: 0px;
		margin: 40px 0px 0px 140px;
		float: left;
		background: transparent;
		text-align: right;
}


#wrapper_sidebar{
	padding: 0px;
	margin: 0px;
	width: 387px;
	background: transparent;
	float: left;
	clear: right;
}

#wrapper_box1{
	padding: 0px;
	margin: 0px;
	width: 387px;
	background: transparent;
	background-image: url(images/bg1_sidebar.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	float: right;
}

#wrapper_box2{
	padding: 0px;
	margin: 0px;
	width: 387px;
	background: transparent;
	background-image: url(images/bg2_sidebar.gif);
	background-position: right top;
	background-repeat: no-repeat;	
	float: right;
	min-height: 220px;
}
#wrapper_box2 h2, #wrapper_box3 h2{
	display: none;
}
#wrapper_box3{
	padding: 0px;
	margin-bottom: 30px;
	width: 387px;
	background: transparent;
	background-image: url(images/bg3_sidebar.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
	float: right;
	min-height: 240px;
}

.box1{
	background: #ffffff;
	width: 183px;
	margin: 5px 0px 0px 28px;
	padding: 30px;
	text-align: right;
}

.box1 a, .box1 a:link, .box1 a:visited{
	text-decoration: none;
	font-family: Georgia;
}
.box1 a:hover{
	font-style:italic;
	color: #be272d;
	font-family: Georgia;
}

.box2{
	background: #ffffff;
	width: 183px;
	margin: 25px 0px 25px 28px;
	padding: 30px 20px 30px 40px;
	height: 258px;
}

.box3{
	background: #ffffff;
	width: 183px;
	margin: 0px 0px 55px 28px;
	padding: 30px;
}

#wrapper_sidebar h2{
	padding: 0px 0px 5px 0px;
	margin: 30px 0px 5px 0px;
	width: 100%;
	border-bottom: 1px dashed #beb2ae;
	font-size: 11px;
	font-family: Georgia;
	color: #b8292f;
}

#pages{
	padding-bottom: 30px;
}
#pages h2{
	display: none;
}
#pages a, #pages a:link, #pages a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #cfbfa5;
	text-decoration: none;
}
#pages a:hover{
	font-style: italic;
	color: #be272d;
}
#header{
	margin-bottom: 30px;
}

.post h2{
	font-size: 24px;
	line-height: 25px;
	font-family: Georgia, Courier, monospace;
	color: #be272d;
	font-weight: normal;
	margin-top: 12px;
}
.post a, .post a:link, .post a:visited{
	text-decoration: none;
}
.post a:hover{
	font-style: normal;
	color: #be272d;
	text-decoration: none;
}

.post h2 a, .post h2 a:link, .post h2 a:visited{
	color: #be272d;
	text-decoration: none;
}
.post h2 a:hover{
	text-decoration: none;
	font-style:normal;
	color: red;
}
.post .post-info{
	font-family: Arial;
	font-size: 10px;
	margin: 7px 0px 12px 0px;
}
.post .post-entry{
	width: 450px;
	padding: 12px 0px;
	border-top: 1px dashed #beb2ae;
	border-bottom: 1px dashed #beb2ae;
	line-height: 18px;
}
.post .post-entry a, .post .post-entry a:link, .post .post-entry a:visited{
	text-decoration: underline;
}
.post .post-entry a:hover{
	color: #be272d;
	text-decoration: underline;
}
.post .post-entry .no_style a, .post .post-entry .no_style a:link, .post .post-entry .no_style a:visited{
	text-decoration: none;
}
.post .post-entry .no_style a:hover{
	color: #be272d;
	text-decoration: underline;
}
#wrapper_content{
	padding: 35px;
	margin: 0px;
	width: 450px;
	background: #ffffff;
	float: right;
	clear: both;
}
#wrapper_content_extern{
	padding: 0px;
	margin: 0px;
	width: 520px;
	background: transparent;
	float: left;
	clear: right;
}
.next_previous_button{
	width: 520px;
	padding-bottom: 30px;
	float: right;
	clear: both;
	background: transparent;
}
.next_previous_button a, .next_previous_button a:link, .next_previous_button a:visited{
	text-decoration: none;
}
.next_previous_button a:hover{
	text-decoration: underline;
	color: red;
}
.next_button{
	width: 180px;
	padding: 22px;
	float: right;
	background: #ffffff;
}
.previous_button{
	width: 180px;
	padding: 22px;
	float: left;
	background: #ffffff;
	text-align: right;
}
#recent-posts ul li{
	margin-bottom: 10px;
}
#linkcat-2 ul li{
	margin-bottom: 7px;
	line-height: 13px;
}

