/* @override http://www.jam-deutschland.org/tl_files/Templates/css/JAM_basic.css */

/***** Basic styles ****/

p {
	font-size:116.6667%; /* 14 pt */
	line-height:1.5em;
	margin:0 0 1em 0;
}

blockquote, cite, q {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

blockquote { margin:0 2em 1em 2em; color:#CF7526; }

blockquote, q {
	quotes: "" "";
}

blockquote p {
	line-height: 1.5em;
	margin-bottom: 0;
	font-size:15px;
}

strong,b { font-weight:bold; }
em,i { font-style:italic; }

big { font-size:116.667%; }
small { font-size:91.667%; }

pre { line-height:1.2em; margin:0 0 1em 0; }
pre, code, kbd, tt, samp, var { font-size:108.3334%; }
pre, code { color:#222; }
kbd, samp, var, tt { color:#555; font-weight:bold; }
var, dfn { font-style:italic; }

acronym, abbr {
	border-bottom:1px #aaa dotted;
	/*font-variant:small-caps;*/
	letter-spacing:.05em;
	cursor:help;
}

sub, sup { font-size:91.667%; line-height:0; }

hr {
	color:#ccc;
	background:transparent;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border:0;
	border-bottom:1px #bbb solid;
}

h1, h2, h3, h4, h5, h6 {
	color:#b8000c;
	text-shadow:0 1px 0 #c0c0c0;
	font-weight:bold;
}

/***    Links    ***/

a { color:#d97823;
	background:transparent;
	text-decoration:none;
}
a:visited  { color:#bd681e; }

/* maximum constrast for tab focus - change with great care */
a:focus { 
	text-decoration:underline;
	/*color:#000; */
	/*outline: 2px #1698f5 solid;*/ }

a:hover, a:active { 
	color:#f08426;
	text-decoration:underline;
	/*outline: 0 none;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#d1000d;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color:#d1000d;
}


/***  Emphasizing external Hyperlinks via CSS  ***/
/*
#main a[href^="http://www.jam-deutschlan.org"],
#main a[href^="https://www.jam-deutschlan.org"] {
	padding-left:12px;
	background-image:url('your_image.gif');
	background-repeat:no-repeat;
	background-position:0 0.45em;
}
*/

/***    Image captions   ***/

p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

p.icaption_left img,
p.icaption_right img { padding:0; border:1px #888 solid; }

p.icaption_left strong,
p.icaption_right strong { 
	display:block;
	overflow:hidden;
	margin-top:2px;
	padding:0.3em 0.5em;
	background:#eee;
	font-weight:normal;
	font-size:91.667%;
}

.caption {
	line-height:1.1em;
	margin-left:1em;
}

.captionSmall {
	font-size:91.667%; /* 11pt */
	line-height:1.1em;
	margin-left:1em;
}


/***   Tables   ***/

table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:0.5em;
	border-top:2px #7e583b solid;
	border-bottom:2px #7e583b solid;
}
table caption { font-variant:small-caps; }
table.full { width:100%; }
table.fixed { table-layout:fixed; }

th,td { padding:0.5em; }
thead th { color:#000; border-bottom:2px #800 solid; }
tbody th { background:#e0e0e0; color:#333; }
tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

tbody th { border-bottom:1px solid #f0eeeb; text-align:left; }
tbody td { border-bottom:1px solid #e2e1e0; }
/*
tbody tr:hover th[scope="row"],
tbody tr:hover tbody th.sub { background:#f0e8e8; }
tbody tr:hover td { background:#fff8f8; }
*/

.ce_gallery table {
	border-top:2px #7e583b solid;
	border-bottom:2px #7e583b solid;
	
}

.ce_gallery tbody td { border-bottom:1px solid #bababa; }


/**
*   Generic Content classes
**/

.highlight { color:#c30; }
.dimmed { color:#888; }


.strongRed {
	color:#b8000c;
	font-weight:bold;
}

.strongOrange {
	color:#d97823;
	font-weight:bold;
}

.info {
	background:#f8f8f8;
	color:#555;
	padding:4px 7px 5px 7px;
	margin-bottom:0.5em;
	line-height:1.2em;
	font-size:91.667%;
}

.note {
	background:#efe;
	color:#040;
	border:2px #484 solid;
	padding:10px; 
	margin-bottom:1em;
}
.important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
.warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

.float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
.float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
.center { display:block; text-align:center; margin:0.5em auto; }
.lightText {
	font-size:91.667%;
	color:#777;
}

.smallLightText {
	color:#999;
	font-size:66.667%;
}

.bigfeaturetext {
	font-size:150%; /* 18pt */
	font-weight:bold;
	font-style:italic;
	line-height:1.4em;
	color: #ba000c;
}

.hidden{	display: none;	}
.align-right{
	float: right;
	margin: 0px 0px 10px 10px
}
.align-left{
	float: left;
	margin: 0px 10px 10px 0px
}
.align-center{
	display: block;
	margin: 10px auto;
}

.noTopMargin {
	margin-top:0;
}

.noBottomMargin {
	margin-bottom:0.2em;
}

.claim {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:bold;
	font-style:italic;
	font-size:166.67%;   /* 20px */
	color:#b8000c;
	text-shadow:0 1px 0 #b0b0b0;
	margin:0.8em 2em 1em 1em;
}

.claimBG {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:bold;
	font-style:italic;
	font-size:166.67%;   /* 20px */
	line-height:1.2em;
	color:#b8000c;
	text-shadow:0 1px 0 #eee;
	padding:0.5em 1.5em 0.6em 1.5em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:#e9c89e;
	margin-top:15px;
}

.padLeft {
	padding-left: 10px;
}

.padRight {
	padding-right: 10px;
}

/**
*    Lists
*/

ul {
	font-size:116.67%;
}

ul ul {
	font-size:100%;
}

ul li {
	list-style-type:disc;
	/*background-color:transparent;
	background-image:url("../img/ul-item.gif");
	background-position:0 5px;
	background-repeat:no-repeat;*/
	padding: 0 0 0.3em 0.5em;
}

ol {
	font-size:116.67%;
	padding-left:1.3em;
}

ol ol {
	font-size:100%;
}

ol li {
	list-style-type:decimal;
	padding: 0 0 0.3em 0.5em;
}

/**
*    News
*/
.newsListSmall {
	margin-right:15px;
}
.newsListSmall h1 {
	font-size:150%; /* 18 pt */
}

.newsListSmall h2 {
	font-size:116.67%; /* 14 pt */
	margin-bottom:0.2em;
}

.newsListSmall p {
	font-size:100%; /* 12 pt */
	margin-bottom:0;
}

body.homepage .mod_newslist h2 {
	margin-bottom:0.2em;
	margin-top:0.2em;
}

p.teaser {
	margin-bottom: 0;
}

/**
*    Featured Items
*/


#featuredslider ul {
	margin-left:0;
}

#featuredslider ul li {
	list-style-type:none;
	background:none;
	background-image:none;
	padding-left:0;
	margin-left:0;
}



#featuredslider .featureblock {
	width:952px;
	height:298px;
}

/*
#featuredslider .imgcontainer {
}
*/
/*
#featuredslider .textcontainer {
	height:270px;
	float:left;
	width:340px;
}
*/

/**
*    Downloads
*/

.ce_download {
	font-size:116.6667%; /* 14 pt */
	line-height:1.5em;
	margin:0;
}


/**
*    Forms
*/

.explanation {
	font-size: 85%;
}

p.error {
	font-size: 95%;
	color:#c01010;
	line-height: 1.2em;
}

/**
*    Code
*/


.code_container {
	display:block;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:10px;
	margin-top:0;
}

.code_description {
	margin: 0 0 2px 5px;
}

.code_container pre.code_display {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:#fff2e0;
	background-image:none;
	border: 1px #888 solid;
	direction:ltr;
	font-size:12px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	overflow-x:scroll;
	overflow-y:scroll;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	text-align:left;
}



