@charset "UTF-8";
/* 

Name: 			EKK Joomla template 
Date created:   12/01/2011
Last modified:  12/01/2011
Author:			rez

*/

@font-face {
	font-family: "EKK_headings";
	src: url('fonts/GraublauWebBold.otf');
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #121212;
	font-family: helvetica, verdana, arial;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;	
}

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

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

#mainContainer {
	min-height: 100%;
	width: 100%;
	background-image: url(../images/main_bg_image.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#mainContainer2 {
	min-height: 100%;
	width: 100%;
	background-image: url(../images/main_bg_image2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 50px;
}


#contentContainer {
	background-color: #ffffff;
	width: 900px;
	margin: auto auto;
	font-size: 13px;	
	/*
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	*/
}

#contentContainerShadow {
	width: 1000px;
	background-image: url(../images/container-shadow.png);
	background-repeat: repeat-y;
	margin: auto auto;
}

#contentContainerShadow2 {
	width: 1000px;
	background-image: url(../images/container-shadow.png);
	background-repeat: repeat-y;
	margin: auto auto;
	height: 100%;
}

#imageRotator {
	width: 900px;
	height: 300px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #252525;
	margin-bottom: 10px;
}

#mainContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 140%;
}

#topHeader {
	background: url('../images/headerImage.jpg') no-repeat;
	width: 900px;
	display: block;
	color: #FFFFFF;
	margin: auto auto;
	position: relative;
}

#topHeader br {
	padding: 0;
	line-height: 1px;
	margin: 0;
}

#topHeader > a {
	height: 150px !important;
}

#footer {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto auto;
	width: 900px;
	font-size: 13px;
	color: #444444;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #888888;
}

#footer2 {
	background-color: #000000;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto auto;
	width: 900px;
	font-size: 13px;
	color: #444444;
}

#footer2 a {
	color: #555555;
}

#footer2 a:hover {
	color: #888888;
}

/* Navigation */

#topNav {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	font-family: helvetica, verdana, arial;
	font-size: 12px;
	background-color: #111111;
}

#topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	margin-top: -1px;
}

#topNav li {
	float: left;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #222222;
	position: relative;
	
}

#topNav a {
	color: #DDDDDD;
	text-decoration: none;
	line-height: 17px;
	padding: 8px 10px 12px 11px;
	display: block;
}

#topNav a:visited {
	color: #DDDDDD;	
}

#topNav a:hover {
	color: #FFFFFF;
	background: rgb(67,67,67); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,67,67,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(67,67,67,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#topNav ul li.active a {
	color: #FFFFFF;
	background: rgb(200,0,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(200,0,4,1) 0%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,0,4,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(200,0,4,1) 0%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(200,0,4,1) 0%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(200,0,4,1) 0%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(200,0,4,1) 0%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80004', endColorstr='#131313',GradientType=0 ); /* IE6-9 */	
}

#topNav ul li.active:hover {
	background: rgb(246,0,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,0,4,1) 0%, rgba(53,53,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,0,4,1)), color-stop(100%,rgba(53,53,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,0,4,1) 0%,rgba(53,53,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,0,4,1) 0%,rgba(53,53,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,0,4,1) 0%,rgba(53,53,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,0,4,1) 0%,rgba(53,53,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60004', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
}

#topNav .item-21 { }

#topNav .item-50 { border-right: 0; }

#navShadow {
}

body.mceContentBody {
	background-color: #FFFFFF !important;
	background-image: none;
}

/*--- Heading styles ----*/

h1 {
	font-family: "EKK_headings";
	font-size: 24px;
}

h1 {
	font-family: "EKK_headings";
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

h2 {
	font-family: "EKK_headings";
	font-size: 18px;
	color: #DA0000;	
	padding: 0;
	margin: 0;
}

.contentpaneopen p {
	margin-top: 3px;
}

#mainContent h1 {
	font-family: "EKK_headings";
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 10px;
}

.sectiontableentry1 {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
}

.sectiontableentry2 {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
}

.contentpaneopen ul li {
	padding-top: 3px;
	padding-bottom: 2px;	
}

.article_separator {
	display: block;
	border-top: 1px solid #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.createdate {
	color: #AAAAAA;	
}

/* --- Login box --- */

#form-login ul, #form-login ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#form-login ul {
	margin-left: 5px;
	margin-top: 5px;
}

#form-login ul li {
	margin-right: 10px;
	margin-top: 5px;
}

#loginMenu {
	width: 900px;
	margin: auto auto;
	color: #888888;	
	font-size: 12px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

#loginMenu p {
	float: left;
	margin-right: 20px;
}

#loginMenu .button {
	margin-top: 25px;	
}

#loginMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 9px;
	float: left;
	margin-top: 38px;	
}

#loginMenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;

}

#loginMenu fieldset {
	border: 0px;
	float: left;
}

#loginMenu a {
	color: #888888;	
}

#loginMenu a:visited {
	color: #888888;	
}

#loginMenu a:active {
	color: #888888;	
}

#userMenu ul {
	padding-left: 0px;
	margin-left: 0px;
}

#userMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #444444;
	margin-right: 5px;
	padding-right: 5px;
}

.blog_more {
  	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin-top: 20px;
	padding-top: 20px;	
	padding-bottom: 20px;	
	margin-bottom: 20px;
}

.blog_more ul {
	line-height: 150%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;		
}

.latestnews {
	line-height: 150%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;	
}

.item-separator {
	width: 100%;
	border-top: 1px solid #eeeeee; 
	margin-top: 25px; 
	margin-bottom: 20px;
}

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

.published {
	margin-left: 0px;
	color: #AAAAAA;
	font-size: 11px;
}

.article-info {
	margin-top: 3px;
	margin-bottom: 3px;
}


.items-more {
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}

.items-more h3 {
	margin-bottom: 8px;	
}

.items-more ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}


/* ++++++++++++++  pagination  ++++++++++++++ */

.pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;
		border-top: 1px solid #EEEEEE;
		padding-top: 15px;
		margin-top: 20px;
}

.pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
}

.pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}

.pagenav
{padding:2px}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev
{border:0}

.pagination li.pagination-start ,
.pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}

.pagenav li {
	float: left;
	list-style: none;
	padding-right: 40px;
}

.login {
	height: 300px;	
}

.login-description {
	padding-top: 20px;
	padding-bottom: 20px;
}

.login .login-fields {
	margin-bottom: 10px;	
}

.login fieldset {
	border: 0px;	
}

.ux-menu a {
	padding: 0px;
	background: none;
	border: 0px;
}

.ux-menu a.current {
	background-image: url('../images/nav_bg_active.png') !important;
	background-repeat: repeat-x;
	line-height: 25px;
	color: #FFFFFF !important;
}

.ux-menu-link-parent span {
	display: none;
}

.ux-menu a.ux-menu-link-last {
	border-right: 0px;	
}

#topNav ul li ul {
	position: absolute;	
	border: 1px solid black;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	border-top: 0px;
	margin-top: -2px;
	border-bottom: 0px;
}

#topNav ul li ul li {
	border-bottom: 1px solid black;
}

.ux-menu .current a:hover {
	border-bottom: 0px;	
}

.ux-menu a.ux-menu-link-hover {
	background: none;	
}

.ux-menu ul a, .ux-menu.ux-menu-vertical a {
	border-right: 0px;	
}

.ux-menu a.current:hover, .ux-menu a.current:active, .ux-menu a.current:focus {
	background-image: url('../images/nav_bg_active.png');
	background-repeat: repeat-x;
	line-height: 25px;
}

.ux-menu a {
	border-bottom: 0px !important;	
}

a.ux-menu-link-last{
	border-bottom: 0px !important; 
}

.ux-menu a:focus {
	background-image: url('../images/nav_bg_hover.png') !important;
	background-repeat: repeat-x;
	line-height: 25px;	
}




/*----------------------------------------------------------------- Picasa Web Integration -----------------------------------------------------------------*/

.pwi_loader{
	height: 60px;
	width: 200;
	border: 1px solid #7F7F7F;
}

.pwi_container{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	padding: 5px;
}

.pwi_container a{
	color: #000000;
}

.pwi_album_description{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	background-color: #7F7F7F;
	padding: 10px;

}
.pwi_album_description .title{
	color: #000000;
	font-size: 12pt;
	margin-top: 10px;

}
.pwi_album_description .details{
	color: #000000;
	font-size: 8pt;
	font-style: italic;
}
.pwi_album_description .description{
	font-size: 10pt;
	padding: 5px;
}
.pwi_album_description .sslink{

}

.pwi_album{
	float: left;
	margin: 1em;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.pwi_album_backlink{
	text-decoration: underline;
	cursor: pointer;
}

.pwi_album img{
	border: 0px solid #7F7F7F;
}

.pwi_photo{
	float: left;
	margin: 1em;
	text-align: center;
	border: 0px dotted white;
}
.pwi_photo img{
	border: 0px solid #7F7F7F;
}

.pwi_photo a{
	text-decoration: none;	
}

.pwi_pager{
	clear: both;
}
.pwi_prevpage, .pwi_nextpage, .pwi_pager_page, .pwi_pager_current{
	float: left;
	margin: 5px;

}
.link{
	text-decoration: underline;
	cursor: pointer;
}

.pwi_pager_current{
	text-decoration: none;
	font-weight: bold;
}




/*----------------------------------------------------------------- Slides CSS -----------------------------------------------------------------*/

/* 
	Resets defualt browser settings
	reset.css
*/

blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

#container {
	width:900px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	height: 300px;
	width: 900px;
	z-index:100;
	background-color: #000000;
	position: relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:900px;
	height: 300px;
	overflow:hidden;
	position:relative;
	display:none;
	background-color: #000000;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:900px;
	height:300px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	width:30px;
	height:30px;
	display:block;
	z-index:1001;
	float: left;
	position: absolute;
	top: 120px;
	padding-left:10px;
	padding-bottom: 135px;
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3;
}

#slides .next:focus, #slides .prev:focus {
	outline: 0;
}

#slides .next:hover, #slides .prev:hover {
	visibility: visible;
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}

#slides .next {
	float: right;
	margin-left: 848px;
	padding-right:10px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:300px;
	display: none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/



/*
	Anchors
*/

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#sbox-content h1 {
	display: none;	
}

#sbox-content h2 {
    color: #DA0000;
    font-family: "EKK_headings";
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#sbox-window {
	padding: 15px;	
}

#senpaiList a img:hover, #senpaiList a img:focus {
	border: 1px solid #EE0000 !important;
	-moz-box-shadow: 0 0 5px 1px #AA0000;
	-webkit-box-shadow: 0 0 5px 1px #AA0000;
	box-shadow: 0 0 5px 1px #AA0000;
	behavior: url(PIE.htc);
}

#senpaiList h2 {
	display: block !important;
}

#senpaiList a:hover, #senpaiList a:focus {
	text-decoration: underline;
}


div.sfx {
	margin: 6px !important;
	box-shadow: 1px 1px 1px #CCCCCC !important;
}

.cmp_buttons_container {
	left: 680px;
    position: relative;
    width: 230px;
}

.cmp_like_container {
	margin: 10px 0px;
}

.cmp_twitter_container {
	margin: 10px 0px;
}

.pagenav-next {
	float: right !important;
	padding-right: 0px !important;
}

