@CHARSET "UTF-8";
@CHARSET "UTF-8";
@import "admin.css";
@import "layout.css";
@import "header.css";
@import "footer.css";
* {
	margin: 0; /* zero out everything ! be aware of remembering that rule */
	padding: 0;
	border: 0;
}


.clear {
	clear: both;
	
	background: #FFFFFF;
}

ul.tips li {
	padding: 0;
	background: none;
}

body {
	color: #555555;
	font: normal normal .8em/1.6em Arial, Helvetica, sans-serif;
}

h1 {
	margin: 15px 0px;
	font-size: 2em;
}

h2 {
	margin: 10px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 1.5em;
	color:#FFFFFF;
	background:#662299;
}

h3 {
	margin: 12px 0px;
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

a:link, a:visited {
	color: #662299;
	text-decoration: none;
}

a:hover, a:active, li a.active {
		color: #AC8BC0;
	text-decoration: none;
}

img, a img {
	border: none;
}

blockquote {
	padding: 18px;
}

blockquote p {
	margin: 10px 20px;
	padding-left: 18px;
	width: 400px;
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #662299;
	font: 1.5em "Times New Roman", Times, serif;
	text-indent: -10px;
}

blockquote p:first-letter {
	padding: 18px 0 0 18px;
	background: url('images/open-quote.gif') no-repeat left top;
}

/*******************/
input {
	padding: .2em 0;
	margin: 0;
	color: #000000;
	font: 12px/100% Verdana, sans-serif;
	border: 1px solid #DDDDDD;
	}



textarea, select {
	color: #494949;
	font: 12px/160% Verdana, sans-serif;
}

ul.menu, div.item-list ul {
	margin: 0.35em 0 0 -0.5em;
	line-height: 1.2em;
}

ul.menu li, div.item-list ul li, li.leaf {
	padding: 0 0 .2em 1.5em;
	margin: 0.15em 0 0.15em .5em;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
	background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
	background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
	color:#662299;
}

ul li.leaf a:hover, ul li.expanded a:hover, ul li.collapsed a:hover,
ul li.leaf a:active, ul li.expanded a:active, ul li.collapsed a:active,
ul li.leaf a.active , ul li.expanded a.active , ul li.collapsed a.active {
	color: #AC8BC0;
	text-decoration: none;
}

/*  ul , ol  */
.content ul, .content ol {
	line-height: 1.9em;
}

.content ol {
	margin: 1em 3em 1em 3em;
}

.content ul {
	margin: 1em 3em 1em	 1em;
	list-style: none;
}

ul {
	line-height: 1.1em;
}

li.he,li.lv,li.fr,li.lt, li.ru, li.tn, li.th, li.zh-hans, li.zh-hant,li.en, li.pt, li.pt-br,  li.br, li.es, li.ja, li.jp, li.de{
	list-style: none;
	background: none; 
	padding: 0em 0;
	margin: 0;
	margin: 0em 0em 0em	 0;
	list-style-type: none;
	list-style-image: none;
	display : block;
	margin-left:2px;
	float: left;

}

.content ul li {
	padding: 0 0 0 2em;
	list-style: none;
	background: transparent url(images/menu-leaf.gif) no-repeat 0px .35em;
}

/*  div#featured (Featured region + site mission )
*****************************************************/
#featured {
/*	border-bottom: 1px solid #bdbdbd;
	background-color: #ececec;
*/	min-width: 4px; /* used if Featured region and site mission are desabled */
}

#featured #mission {
	font-style: italic;
}

#featured .block {
	border: 1px dashed #aeaeae;
	margin: .3em .2em;
	padding: .3em;
}

/*     div#breadcrumb-wrapper / div.breadcrumb
*********************************************************/
#breadcrumb-wrapper .breadcrumb {
	margin: .2em 0;
	font-style: italic;
}

/********/
#content {
	padding-bottom: 1em;
}

.content p {
	margin: .5em 0;
	line-height: 1.5em;
	text-align: left;
}

/*        titles (page.tpl.php / node.tpl.php)
********************************************************/
h2.nodetitle, h1.pagetitle {
	clear: both; /* h2.nodetitle = node title as links in front page (node.tpl.php) / 
	h1.pagetitle = node title (page.tpl.php) */
	font: normal 1.7em/25px; /*Georgia, "Times New Roman", Times, serif*/
	letter-spacing: -1px;
	color: #662299;
	margin: 15px 0px;
	margin-left: 1em;
	margin-right: 1em;
}

/*            in node.tpl.php
************************************************
************************************************/
.node {
	margin: 1.7em 0;
	margin-left: 2em;
	margin-right: 2em;
}

h2.nodetitle {
	margin-top: .4em;
}

h2.nodetitle a {
	color: #23353a;
}

h2.nodetitle a:hover {
	border-bottom: 1px dotted #1d6285;
	color: #217faf;
	text-decoration: none;
}

/*   submitted (node.tpl.php)
**********************************************/
.submitted {
	border-bottom: 1px solid #d8d8d8;
	color: #ababab;
	font-size: 83%;
}

/*  linkswrap / postlinks / taxonomy  (node.tpl.php)
*******************************************************/
.linkswrap {
	padding: .2em 0;
	background: #f2f2f2;
}

.linkswrap a {
	color: #660099;
/*	text-decoration: underline;*/
}

.linkwrap a:hover {
	border: none;
	color: #660099;
	text-decoration: none;
}

.postlinks a {
	text-decoration: none;
}

.postlinks li.comment_new_comments a {
	color: #e30000;
	text-decoration: underline;
}

.postlinks ul, .taxonomy ul {
	background: none;
}

/*******/
.taxonomy {
	padding: 1px 0 0 22px;
	margin: .4em 0 .4em 0;
	position: relative;
}

.taxonomy a {
	color: #145e84;
	text-decoration: underline;
}

.taxonomy a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.taxonomy ul.links {
	margin: 0!important;
	list-style-type: none;
}

.taxonomy ul.links li {
	margin: 0 .2em;
	padding: 0; /* important */
	display: inline;
	background: none;
}

.taxonomy a.active {
	text-decoration: none;
}

/*          comments    (comment.tpl.php)
*************************************************/
div#comments {
	padding-top: 1em; /* see function phptemplate_comment_wrapper in template.php */
}

.comment {
	padding: 6px .7em 0 .7em;
	margin: 1em 0;
	background: url(images/comment_line.gif) #f3f3f3 no-repeat 0 -2px;
	min-height: 85px; /* for 85*85 pixels user pictures */
}

.comment .picture {
	width: 85px; /* depends on user picture width, drupal core default values: 85px*85px */
	float: right;
	margin: 3px;
}

.comment span.new {
	float: right;
	margin: .4em;
	color: #C7D300;
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comment .signature {
	clear: both;
	border-top: 1px dashed #9FB5C4;
}

.comment .commentlinks {
	clear: both;
	padding-bottom: .2em;
}

.comment .commentlinks ul li {
	border: 1px solid #b0b0b0;
	padding: .2em;
	margin-right: 4px;
	background: #ffffff;
}

/* comment submission  */
#comment-form div.form-item {
	padding: 10px 20px;
	border: 1px solid #b0b0b0;
	background: #f5f1eb;
}

* html #comment-form div.form-item {
	height: 1px;
}

/*      sidebars
*****************************/
.sidebar .block {
	margin: .7em 0;
	padding: 1px 10px;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	background-color: #FFFFFF;
}

#user-login-form {
	padding: 0 0 0 10px;
	text-align: left;
}
.form-textarea{
	border: 1px solid #b0b0b0;
} 
.form-item {
	text-align: left;
}

.box {
	padding-top: 1em;
}

.search2{ 
	text-align: right;
	vertical-align:bottom;
	margin-top: -21px;
	margin-bottom: 45px;
	margin-right: 0px;
	height: 45px;
	padding: 14px 0px 16px 0px; 
}

.search2 .input { 
	width:213px;
	margin-top:-2px; 
	border: 1px solid #DD2200;
	color: #000000;
	font: 14px/100% Verdana, sans-serif;
}

.search2 .submit { 
	margin-left:6px;
	margin-top:10px; 
}

.search2 .form-image {
	border: 0px solid #DD2200;
}
