* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 13px;
}

p, blockquote, ul, ol {
	margin-bottom: 18px;
	line-height: 21px;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 26px;
	margin-right: 26px;
	font-style: italic;
}

ul {
	margin-left: 30px;
}

ul li {
}

ol {
	margin-left: 30px;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

a:visited {
	text-decoration: underline;
	color: #3E9722;
}


.a_big {
	font-size:15px;
	text-decoration: underline;
	color: #3E9722;
}

.a_big:hover {
	font-size:15px;
	text-decoration: none;
	color: #E58C24;
}

.a_big:visited {
	font-size:15px;
	text-decoration: underline;
	color: #3E9722;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

.repeater_pages { width: 100%; }
.repeater_pages td { text-align: center; vertical-align: middle; padding: 0px 4px 0px 4px }
.repeater_pages img { border-width: 0px; vertical-align: top; }
.repeater { color: #ffffff; font-family: verdana; font-weight: bold; font-size: 12px; padding: 2px; background: #3E9722; }
.repeater:link, .repeater:visited { color: #3E9722; text-decoration: none; background: none; }
.repeater:hover { color: #E58C24; text-decoration: underline }

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(../images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../images/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(../images/img06.gif) repeat-x;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: 10px;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../images/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #CAE646 url(../images/img01.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
    padding-right:20px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu .a2 {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(../images/img03-red.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(../images/img04.gif);
}

#menu .active a {
	background-image: url(../images/img05.gif);
}

#details p {
	line-height: normal;
}
#details h3 {
	display: inline;
	font-size: 14px;
	color: #3E9722;
}
/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 500px;
	padding-left: 10px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background: url(../images/img08.gif) no-repeat;
}

/* Content > Sidebar > Login */
.recover_err {
	color: #ff0000; 
	text-align: center; 
	margin-bottom: 10px;
}
#login {
}

#login form {
}

#login label {
	display: block;
}
.login_err {
	float: right; 
	color: #ff0000; 
	text-align: center; 
	margin-right: 20px;
	margin-top: 10px;
}
#login input {
	margin-bottom: 10px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#user, #pass {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

#preferinte input {
	margin: 5px;
}
#preferinte label {
	cursor: pointer;
	color: #333333;
}
#preferinte label:hover {
	color: #3E9722;
}
#descchar {
	font-weight: bold;
}
fieldset {
	width: 440px;
	padding: 5px 8px;
	border: 1px solid #999999;
	margin-bottom:10px;
}
.input340 {
	width: 340px;
}
legend {
	color: #333333;
	padding: 0px 5px;
}
.buton {
	height: 22px;
	width: 80px;
	font-size: 10px;
	border: none;
	background: url(../images/buton_off.png) no-repeat center center;
	cursor: pointer;
}
.buton:link, .buton:visited {
	height: 22px;
	width: 80px;
	font-size: 10px;
	border: none;
	background: url(../images/buton_off.png) no-repeat center center;
	cursor: pointer;
}
.buton:hover {
	height: 22px;
	width: 80px;
	font-size: 10px;
	border: none;
	background: url(../images/buton_on.png) no-repeat center center;
	cursor: pointer;
}
/* Content > Sidebar > Updates*/
.avatar {
	cursor: pointer;
	height: 80px;
	width: 80px; 
}
#listare .story {
	padding: 5px;
}
#listare .avatar {
	cursor: pointer;
	height: 80px;
	width: 80px; 
	margin-left: 12px; 
	margin-top: 6px;
}
#listare td {
	width: 109px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	border: 1px solid #3E9722;
}
#listare .no {
	border: none;
}
#listare .male {
	background: #E0F0FF;
}
#listare .female {
	background: #FFF0F0;
}
#listare .details {
	padding-bottom: 20px;
	line-height: normal;
	font-size: 10px;
}
#listare .more {
	float: right;
}
#listare b {
	color: #000000;
}
#listare a {
	text-decoration: none;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: 11px;
}

#updates b {
	color: #000000;
}

#updates p {
	line-height: normal;
	font-size: 10px;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 10px;
}

#sidebar2 .boxed .title h2 {
	background: url(../images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* etc etc */
.text1 {
	color: #666666;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;

}


a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}


a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}

.success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; color:blue;}
