/*

CSS Global Wrapper style for ephj application.
Version 1.0 - october 2009

Colors used in the application:

HEADER:
 - Blue Links: 				#7aa8dd

BODY:
 - body light blue: 		#e8eef5
 - Current text color: 		#333333
 - Blue Links (light Blue): #99ccff (used over Black backgrounds)
 - Orange Links: 			#ff9933 
 - Green Links: 			#ccff99


FOOTER

*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 4, 2011 */


@font-face {
    font-family: 'DINBold';
    src: url('din_bold-webfont.eot');
    src: url('din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_bold-webfont.woff') format('woff'),
         url('din_bold-webfont.ttf') format('truetype'),
         url('din_bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN-BlackRegular';
    src: url('din-black-webfont.eot');
    src: url('din-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-black-webfont.woff') format('woff'),
         url('din-black-webfont.ttf') format('truetype'),
         url('din-black-webfont.svg#DIN-BlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINAlternateBlackRegular';
    src: url('din_alternate_black-webfont.eot');
    src: url('din_alternate_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_alternate_black-webfont.woff') format('woff'),
         url('din_alternate_black-webfont.ttf') format('truetype'),
         url('din_alternate_black-webfont.svg#DINAlternateBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINAlternateBold';
    src: url('din_alternate_bold-webfont.eot');
    src: url('din_alternate_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_alternate_bold-webfont.woff') format('woff'),
         url('din_alternate_bold-webfont.ttf') format('truetype'),
         url('din_alternate_bold-webfont.svg#DINAlternateBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINLightAlternate';
    src: url('din_lightalternate-webfont.eot');
    src: url('din_lightalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_lightalternate-webfont.woff') format('woff'),
         url('din_lightalternate-webfont.ttf') format('truetype'),
         url('din_lightalternate-webfont.svg#DINLightAlternate') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINMediumAlternate';
    src: url('din_mediumalternate-webfont.eot');
    src: url('din_mediumalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_mediumalternate-webfont.woff') format('woff'),
         url('din_mediumalternate-webfont.ttf') format('truetype'),
         url('din_mediumalternate-webfont.svg#DINMediumAlternate') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINRegularAlternate';
    src: url('din_regularalternate-webfont.eot');
    src: url('din_regularalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_regularalternate-webfont.woff') format('woff'),
         url('din_regularalternate-webfont.ttf') format('truetype'),
         url('din_regularalternate-webfont.svg#DINRegularAlternate') format('svg');
    font-weight: normal;
    font-style: normal;

}



*{
	font-family:DINRegularAlternate, Arial;
}
strong{
	color:black;
}

pre, .wrap{
	background-color:#efefef;
	font-family:Georgia;
	border:1px solid #ccc;
	padding:10px;
	margin:0px 0px 30px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	clear:both;
}

.transparent{
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
}

table, td, tr, th{}

img, div, a, input { behavior: url(iepngfix.htc) }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

sup {
	vertical-align: super;
}
small{
	display:block;
	font-size:108%;
	color:#000;
	text-transform:uppercase;
	margin-bottom:10px;
}

abbr,acronym {
	cursor: help;
}

.error {
	color: #f00;
}

.success {
	color: #0f0;
}

.notice {
	color: #666;
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6{margin:0px 0px .5em 0px;color:#333;}

h1 {
	font-family:DINAlternateBold, Arial;
	text-transform: uppercase;
	font-size:168%;
	font-weight:normal;
	margin-bottom:1.2em;
}

h2 {
	font-size:167%;
	font-weight:normal;
}
h3 {
	font-size:124%;
	font-weight:bold;
	color:#bd4300;
}

h4 {
	font-size:112%;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	line-height:20px;
}

img { 
	border:none; 
	}
	
:-moz-any-link:focus {
	 outline: none;
}
	
a, a:visited, :focus{
	color:#0066cc;
	text-decoration:none;
	/*remove dotted links*/
	outline: none;
	-moz-outline-style: none;
}

a:hover{
	text-decoration:underline;
}

a.current_link{
	border-bottom:3px solid #0066cc;
}

a.more-link, a.more-link:visited{
	display:block;
	color:#000;
}

div.rounded{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

ul{
	margin:0px;
	padding:0px;
	}
	
ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
.clear{
	clear:both;
}

/*Wordpress classes*/
.alignleft{
	float:left;
	margin:0px 10px 10px 0px;
}

.page_comment{
	font-size:85%;
	border-top:1px solid #ccc;
}

.breadcrumb{
	display:block;
	margin:20px 0px 30px 0px;
	font-size:85%;
}

.top_padder{
	margin-top:50px;
}

.big, .size-full{
	padding:10px;
	background-color:white;
	border:1px solid #ddd;
	margin-bottom:20px;
}

#partners{
	font-family:DIN, Arial;
	width:960px;
	margin:auto;
	text-align:left;
}

ul.partners_logo{
	margin:auto;
	background-color:#efc;
	}
ul.partners_logo li{
	float:left;
	display:inline;
	text-align:center;
	margin-right:20px;
	}
/* ------------------------------------------------------------------------------------ */
/*                                          structure                                   */
/* ------------------------------------------------------------------------------------ */

html {
	height: 100%;
}

body {	
	/*background: #fff url(../assets/body_bkgr.gif) repeat-y scroll top center;*/
	height: 100%;
	text-align: left;
}

.homepage{
	background: #fff url(../assets/homepage_bkgr.gif) repeat-x top left;
}

.current_page{
	background: #fff url(../assets/page_bkgr.gif) repeat-x top left;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

/*workaround for IE*/
* html #wrapper {
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#page_wrapper{
	width:960px;
	margin: auto;
	padding:0px;
}

/* ------------------------------------------------------------------------------------ */
/*                                          columns                                     */
/* ------------------------------------------------------------------------------------ */
#left_gutter{
	float:left;
	width:160px;
	background-color:transparent;
	padding:0px;
	margin:0px;

}

#page{
	float:left;
	width:800px;
	background-color:transparent;
	padding:0px;
	margin:0px;
}

/* ------------------------------------------------------------------------------------ */
/*                                         languages                                    */
/* ------------------------------------------------------------------------------------ */
#language_box{
	clear:both;
	float:left;
	width:100%;
	height:50px;
	text-align:right;
}

ul#qtranslate-chooser{
	float:right;
	font-size:85%;
}

ul#qtranslate-chooser li{
	float:left;
	margin-left:10px;
	border-top:2px solid #fff;
	padding-top:2px;
}

ul#qtranslate-chooser li.active{
	border-top:2px solid #000;
	padding-top:2px;
}

ul#qtranslate-chooser li a, ul#qtranslate-chooser li a:visited{
	color:#777;
}

ul#qtranslate-chooser li.active a{
	color:#444;
}





/* ------------------------------------------------------------------------------------ */
/*                                         navigation                                   */
/* ------------------------------------------------------------------------------------ */


#tabs{
	font-family:DIN, Arial;
	width:800px;
	height:49px;
}
ul.topnav{
	margin:0px;padding:0px;
}
ul.topnav li{
	margin:0px;padding:0px;display:block;float:left;width:160px;height:49px;
}
ul.topnav li a, ul.topnav li a:visited{
	font-weight:bold;
	color:#111;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width:160px;
	text-align:center;
	text-decoration:none;
	padding-top:17px;
	filter: none;
	text-shadow: none;
}
ul.topnav li.page_item{
	background: transparent url(../assets/nav_tab_unselected.gif) repeat-x scroll top left;
}
ul.topnav li.current_page_item, ul.topnav li.current_page_ancestor{
	background: transparent url(../assets/nav_tab_selected.gif) repeat-x scroll top left;
}

ul.topnav li.current_page_item a{
	color:#222;
}
ul.topnav li a:hover{
	color:#777;
}



/* ------------------------------------------------------------------------------------ */
/*                                          main                                        */
/* ------------------------------------------------------------------------------------ */

#page_content{
	background-color:transparent;
	float:left;
	display:block;
	color:#666;
	width:540px;
}

/*content is the div where the wordpress content goes*/
#wp_content{
	width:500px;
	padding:0px 20px 0px 20px;
}

#right_sidebar{
	
	background-color:transparent;
	float:right;
	display:block;
	color:#666;
	width:260px;
}
.column{
	float:left;
	width:250px;
	margin-right:50px;
}

#wp_content ul{
	margin-bottom:20px;
}

#wp_content ul li{
	padding:2px 0px 2px 20px;
}


#search_form{
	margin-top:50px;
	border-bottom:1px solid #ddd;
}


#search_form #s{
	width:350px;
}

div.post ul li{
	list-style:circle;
	margin:0px;
	padding:0px;
	list-style-position: inside;
}

/* ------------------------------------------------------------------------------------ */
/*                                          archives                                    */
/* ------------------------------------------------------------------------------------ */
ul.archive{
}

ul.archive li{
	display:block;
	clear:both;
	margin-bottom:20px;
}

ul.archive li div.post_date{
	float:left;
	width:80px;
	text-align:left;
	border-top:1px solid #555;
	font-size:10px;
	line-height:1em;
	padding:5px 0px 0px 0px;
	margin-top:8px;
}

ul.archive li div.entry_archive{
	float:left;
	margin-left:10px;
	float:right;
	width:400px;
	font-size:85%;
}

/* ------------------------------------------------------------------------------------ */
/*                                   secondary_navigation                               */
/* ------------------------------------------------------------------------------------ */
ul.secondary_navigation{
	margin:30px 0 30px 0;
	padding:0px;
	padding-bottom:30px;
	font-size:13px;
	border-top:5px solid #333;
}

ul.secondary_navigation li{
	text-transform: uppercase;
}

ul.secondary_navigation li a, ul.secondary_navigation li a:visited{
	display:block;
	margin:0px;
	padding:5px 0px 5px 5px;
	text-decoration:none;
	color:#555;
	border-bottom:1px solid #333;
}

ul.secondary_navigation li a:hover{
	background-color:#ddd;
}

ul.secondary_navigation li.page_item{
	background: none;
}

ul.secondary_navigation li.current_page_item{
	background: #333;
	color:white;
	width:100%;
}

ul.secondary_navigation li.current_page_item a{
	background: #bbb;
	color:#eee;
	shadow:none;
}


ul.index{
	clear:both;
	display:block;
	margin:0px;
	padding:0px;
	font-size:85%;
}

ul.index li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

ul.index li a{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

ul.children{
	font-size:80%;
	background-color:transparent;
	border-bottom:3px solid #000;
}



/* ------------------------------------------------------------------------------------ */
/*                                      sidebar-lists                                   */
/* ------------------------------------------------------------------------------------ */
.block{
	background-color:transparent;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.block h3{
	margin:0px;
	padding:0px;
	color:#000;
}

ul.sidelist{
	margin:0px;
	padding:0px;
	border-bottom:2px solid #333;

}

ul.sidelist li{
	font-size:90%;
	border-top:2px solid #555;
}

ul.sidelist li a, ul.sidelist li a:visited{
	color:#555;
	text-decoration:none;
	padding:2px 0px 8px 0px;
	display:block;
}
ul.sidelist li a:hover{
	color:#fff;
	background-color:#333;
	padding:2px 3px 8px 3px;
	text-decoration:none;
}


/* ------------------------------------------------------------------------------------ */
/*                                          footer                                      */
/* ------------------------------------------------------------------------------------ */

.push {
	height: 100px; /* .push must be the same height as .footer */
}

#footer {
	font-family:DIN, Arial;
	width:100%;
	color:#000;
	font-size:85%;
	height: 100px; /* .push must be the same height as .footer */
}

.footer_wrapper{
	height: 1px;
	filter: Shadow(Color=#ffffff, 	
			Direction=90, 
			Strength=1);
			
	text-shadow: #ffffff 0px 1px 0px;
	
	height: 100px;
	background: transparent url(../assets/footer_shadow.gif) no-repeat scroll top center;
	width:960px;
	margin: auto;
	padding:0px;
	text-align:center;
}

ul.footer_links{
	color:#000;
	padding-top:9px;
	margin:auto;
}

ul.footer_links li{
	display:inline;
}

ul.footer_links li a, ul.footer_links li a:visited{
	width:auto;
	margin:5px 10px 5px 0px;
	padding-top:9px;
	color:#000;
}

ul.footer_links li a.current{
	border-top:3px solid #444;
	color:#444;
}

.copyright{
	color:#666;
	margin-right:30px;
}




