/**
 * JEA Smart template stylesheet by Sylvain Philip (http://www.sphilip.com) 
 * This work is licensed under the 
 * Creative Commons Attribution-NonCommercial 3.0 Unported License. 
 * To view a copy of this license, visit :
 * http://creativecommons.org/licenses/by-nc/3.0/
*/

body {
	color: #606060;
	background: #343434;
}

body#component {
	background: #eee;
}

a {
	color: #4678b4;
	text-decoration: none;
}

a:hover {
	color: #31527e;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	text-shadow: 0 1px #FFFFFF;
	font-weight: normal;
}

input, select {
	font-size: 14px;
}

select {
	padding: 3px;
	margin-bottom: 5px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.button, .button2-left a {
	border: none;
	padding: 5px;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.logout-button .button {
	padding: 2px;
	font-size: 12px;
}

.box_shadow {
	-webkit-box-shadow: 0px 0px 0px #ccc;
	-moz-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;
}

.check li {
	list-style: none;
	background: transparent url('../images/check.png') center left no-repeat;
	padding-left: 20px;
	margin: 5px 0 5px 10px;
	line-height: 22px;
	font-size: 14px;
}

#featured-2 {
	border: 1px solid;
}

#header-1, #header-2 {
	color: #fefefe;
}



#header-1 ul.menu,
#header-2 ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-1 ul.menu li,
#header-2 ul.menu li {
	text-align: right;
	margin: 0 0 5px 0;
}

#header-1 ul.menu li a,
#header-2 ul.menu li a {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
}

#header-1 ul.menu li a:HOVER,
#header-2 ul.menu li a:HOVER {
	text-decoration: none;
}

#header-1 ul.menu li.active a,
#header-2 ul.menu li.active a {
	background: #fff;
	color: #000;
}

header {
	background: #202020 url('../images/bg_header.png') top center repeat-x;
	color: #fefefe;
}

header a {
	color: #fff;
}

header a:hover {
	color: #fff;
}

section#main {
	background: #eee url("../images/main_shadow.png") top left repeat-x;
}


#mainnav {
	border-bottom: 10px solid #fff;
}


#extra {
	background: #fff;
	border-radius: 2px;
}

#extra .mod-languages {
	line-height: 10px;
	font-size: 1Opx;
	padding: 3px 0; 
}

div.mod-languages li {
	display: inline-block;
}

#featured-1 .moduletitle,
#featured-2 .moduletitle,
#featured-3 .moduletitle,
#featured-4 .moduletitle {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #000;
}

#featured-2 {
	background: #FEFEFE;
	border-color: #EEE;
}


#featured-2 .moduletitle {
	color: #fefefe;
	background: #C60242;
	padding: 2px 10px;
	font-size: 17px;
	text-align: center;
	text-shadow : none;
}

#featured-3 .moduletitle,
#featured-4 .moduletitle {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#featured-2 select {
	width: 100%;
}

.sidebar .moduletitle {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.sidebar .moduletitle:FIRST-LETTER {
	font-size: 20px;
	color: #C60242;
}

.sidebar .moduletable {
	margin-bottom: 15px;
}

footer {
	color: #ccc;
}

footer a, footer a:HOVER {
	color: #fff;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #fff;
	text-shadow: 0 1px #000;
	margin-bottom: 10px;
}



#footer-nav {
	text-align: center;
}

#footer-nav ul.menu {
	margin: 0;
	list-style: none;
}

#footer-nav ul.menu li {
	margin: 0 15px 0 0;
	display: inline-block;
}

#credits {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #aaa;
}

#credits a {
	color: #aaa;
}

/**** Pagination ****/
.pagination {
	text-align: center;
}

.pagination ul,.pagination li {
	list-style: none;
}

.pagination li {
	font-size: 13px;
	line-height: 11px;
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #606060;
}

.pagination li:FIRST-CHILD {
	border-left: none;
	padding: 0;
}

.pagination li a:hover {
	text-decoration: none;
}

.article-info-term {
	display: none;
}

.article-info {
	font-size: 11px;
	line-height: 16px;
}

/* Articles archive layout */
ul#archive-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#archive-items li {
	margin-left: 0;
	padding-left: 0;
}

/* ------------- mod_login --------------- */
.login-greeting,.logout-button {
	margin-bottom: 10px;
}

#login-form label {
	display: block;
}

#login-form ul {
	list-style: none;
}

/* ------------- mod_articles_category --------*/
.category-module {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-module li {
	margin: 0 0 15px 0;
	padding: 0;
}

.category-module li h1,.category-module li h2,.category-module li h3,.category-module li h4,.category-module li h5,.category-module li h6
	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.category-module li a.active {
	color: #C60242;
}

.mod-articles-category-writtenby,.mod-articles-category-category,.mod-articles-category-date,.mod-articles-category-hits
	{
	font-size: 11px;
	display: inline-block;
	margin: 0 5px;
	font-style: italic;
}

.mod-articles-category-hits {
	color: #606060;
}

.mod-articles-category-writtenby {
	margin-left: 0;
}

.mod-articles-category-introtext {
	margin-bottom: 5px;
}

.mod-articles-category-readmore {
	margin-bottom: 0;
}

/* ------------- mod_menu in sidebar --------------- */
.sidebar ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar ul.menu li {
	list-style: none;
	margin: 10px 0
}

.sidebar ul.menu li a {
	display: block;
	padding: 3px 10px;
	font-size: 15px;
	border-radius: 5px;
}

.sidebar ul.menu li a:hover {
	text-decoration: none;
}

.sidebar ul.menu li.active a {
	background: #fff;
	color: #000;
	box-shadow: 0 0 4px #CCCCCC;
}

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

.sidebar ul.menu li ul li a {
	font-size: 13px;
}

.sidebar ul.menu li ul li.active a {
	text-decoration: underline;
}

/*----- mod_search -------*/
.sidebar .search label {
	display: none;
}

.sidebar .search #mod-search-searchword {
	width: 180px;
	margin-right: 10px;
}

/*----- mod stats  -------*/
.stats-module dl {
	margin: 10px 0 10px 0
}

.stats-module dt {
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}

.stats-module dt,.stats-module dd {
	padding: 2px 0 2px 0
}

/*----- mod embed 16:9  -------*/
.embed-container-16-9 {
    position: relative;
	max-width: 100%;
	height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    overflow: hidden;
}
.embed-container-16-9 iframe, .embed-container-16-9 object,  .embed-container-16-9 embed {
    position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
}

/*----- mod embed 3:2  -------*/
.embed-container-3-2 {
    position: relative;
	max-width: 100%;
	height: 0;
    padding-bottom: 66.67%; /* 3:2 */
    padding-top: 0;
    overflow: hidden;
}
.embed-container-3-2 iframe, .embed-container-3-2 object,  .embed-container-3-2 embed {
    position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
}

/*----- mod embed 4:3  -------*/
.embed-container-4-3 {
    position: relative;
	max-width: 100%;
	height: 0;
    padding-bottom: 75.00%; /* 4:3 */
    padding-top: 0;
    overflow: hidden;
}
.embed-container-4-3 iframe, .embed-container-4-3 object,  .embed-container-4-3 embed {
    position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
}

/*----- mod embed 1:1  -------*/
.embed-container-1-1 {
    position: relative;
	max-width: 100%;
	height: 0;
    padding-bottom: 100.00%; /* 1:1 */
    padding-top: 0;
    overflow: hidden;
}
.embed-container-1-1 iframe, .embed-container-1-1 object,  .embed-container-1-1 embed {
    position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
}

/*----- img responsive -------*/
img.responsive {
    max-width : 100%;
    height : auto;
}

#mailto-window h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#mailto-window .mailto-close {
	position: absolute;
	top: 5px;
	right: 10px;
}

#mailto-window .formelm {
	margin-bottom: 10px;
}

/*-------archive-items ---*/
#archive-items h2 {
	margin-bottom: 5px;
}

#archive-items li {
	margin-bottom: 15px;
}

#archive-items .intro p {
	margin-bottom: 5px;
}

/*------- categories list ---*/
#content .categories-list ul {
	margin: 0;
	list-style: none;
}

#content .categories-list ul li {
	margin: 0 0 15px 0;
}

#content .categories-list .item-title {
	font-size: 16px;
}

#content .categories-list dl {
	overflow: hidden;
}

#content .categories-list dt {
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}

#content .categories-list dt,#content .categories-list dd {
	padding: 2px 0 2px 0
}

/*----- login form  -------*/
.login-fields {
	margin: 10px 0;
	overflow: hidden;
}

.login-fields label {
  float: left;
  width: 9em;
}

/*#################### tables ############################ */
table {
	border-collapse: collapse;
}

table.weblinks,table.category {
	border:solid 1px #ddd;
	font-size: 1em;
	margin: 10px 10px 20px 0px;
	width: 99%;
}

table.weblinks td {
	border-collapse: collapse;
}

table.weblinks td,table.category td {
	padding: 7px;
	border:solid 1px #ddd;
}

table.weblinks th,table.category th {
	padding: 7px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	background: #fff;
}

td.num {
	vertical-align: top;
	text-align: left;
}

td.hits {
	vertical-align: top;
	text-align: center;
}

td p {
	margin: 0;
}

tr.odd,

.cat-list-row1
{
	background: #F8F8F8;
}

.breadcrumbs {
	margin: 5px 0;
}

#error-message {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	font-weight: bold;
	margin: 10px 0;
}





