/************************************/
/*********** BESCHREIBUNG ***********/
/************************************/

/*  
Theme Name:Bond... JamesBond.de
Theme URI:http://www.jamesbond.de/
Description: Theme f&uuml;r JamesBond.de
Version: 1.0
Author: Christian Jung
Author URI: http://www.stylecollision.de
*/

/************************************/
/************** GLOBAL **************/
/************************************/

/* fuer unterschiedliche Kommentare
g
.alt {
	background-color: #151515;
}*/

img, img a {
	border:0px;
}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111111;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

td {
	vertical-align: top;
}

/************************************/
/************** LINKS ***************/
/************************************/

a:link {
	text-decoration:none;
	color:#b1b1b1;

}

a:visited {
	text-decoration:none;
	color:#b1b1b1;

}

a:active {
	text-decoration:none;
	color:#b1b1b1;

}

a:hover {
	text-decoration:none;
	color:#d75512;

}

#current a, .page_item.current_page_item a, .page_item.current_page_parent a, .page_item.current_page_ancestor a {
	color:#d75512;
}

/************************************/
/************** FELDER **************/
/************************************/

.titel {
	width: 100%;
	height: 80px;
	background: url(images/verlaufoben.gif);
	vertical-align:bottom;
}

.titel h1 a:link, .titel h1 a:active, .titel h1 a:visited, .titel h1 a:hover {
	text-decoration:none;
	color:#ffffff;
}

.montage {
	width: 100%;
	height: 250px;
	background: url(images/montage_eins.jpg) left no-repeat #0e0e0e;
}

.montage_filme {
	width: 100%;
	height: 250px;
	background: url(images/montage_filme.jpg) left no-repeat #0e0e0e;
}

.montage_shop {
	width: 100%;
	height: 250px;
	background: url(images/montage_shop.jpg) left no-repeat #0e0e0e;
}

.montage_darsteller {
	width: 100%;
	height: 250px;
	background: url(images/montage_darsteller.jpg) left no-repeat #0e0e0e;
}

.montage_gadgets {
	width: 100%;
	height: 250px;
	background: url(images/montage_gadgets.jpg) left no-repeat #0e0e0e;
}

.montage_lounge {
	width: 100%;
	height: 250px;
	background: url(images/montage_lounge.jpg) left no-repeat #0e0e0e;
}

.montage_newsletter {
	width: 100%;
	height: 250px;
	background: url(images/montage_newsletter.jpg) left no-repeat #0e0e0e;
}

.montage_kontakt {
	width: 100%;
	height: 250px;
	background: url(images/montage_kontakt.jpg) left no-repeat #0e0e0e;
}

.navigation {
	width: 100%;
	height: 90px;
	background: url(images/navigation.gif);
	vertical-align:middle;
}

.fussmontage {
	width: 100%;
	height: 80px;
	background: url(images/montage_unten.jpg) left no-repeat #0e0e0e;
}

.zehnergrau {
	width: 100%;
	height: 10px;
	background-color: #151515;
}

.fusser {
	width: 100%;
	height: 150px;
	background: url(images/fusser.gif) repeat-x #151515;
	padding-bottom:50px;
}

/************************************/
/************ NAVIGATION ************/
/************************************/

td.navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-position:inside;
	list-style-type:none;
	color: #b3b3b3;
	text-transform: uppercase;
}

td.navigation li {
	padding-left: 36px;
	float: left;
	font-size: 1.3em;
}

td.navigation a {
	text-decoration: none;
	color: #b3b3b3;
}

td.navigation a:hover {
	text-decoration: none;
	color: #d75512;
}

div#bond22 {
	background:url(images/bond22.jpg);
	width:96px;
	height:94px;
	position:absolute;
	top:275px;
	left:712px;
	border:none;
	z-index:11;
}


div#bond23 {
	
	width:98px;
	height:30px;
	position:absolute;
	top:175px;
	left:133px;
	border:none;
	z-index:11;
}


div#bond23_alt {
	background:url(images/bond23.jpg);
	width:96px;
	height:94px;
	position:absolute;
	top:275px;
	left:712px;
	border:none;
	z-index:11;
}


/************************************/
/********** Ueberschriften ***********/
/************************************/

h1, h2, h3 {
	text-transform: uppercase;
	font-weight:normal;
	width:100%;
	text-align:left;
}

h1 {
	font-size: 4.5em;
	padding: 0px;
	padding-left: 36px;
	margin: 0px;
}

h2 {
	font-size: 1.6em;
	padding :0px;
	padding-bottom: 0px;
	margin: 0px;
}

h3, .mittlerespalte h2 {
	font-size: 1.3em;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color:#fff;
}



h4, h4 a:link, h4 a:active, h4 a:visited, h4 a:hover {
	font-size: 12px;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-decoration:none;
	color:#757575;
}

/************************************/
/************* Spalten **************/
/************************************/

.linkespalte {
	margin: 0px;
	padding: 0px;
	padding-left:36px;
	padding-top: 70px;
	width: 450px;
}

.mittlerespalte {
	margin: 0px;
	padding: 0px;
	padding-left:80px;
	padding-top: 70px;
	width: 200px;
}

.rechtespalte {
	width:200px;
	padding-left:36px;
	padding-top: 70px;
}

/************************************/
/********** Linke Spalten ***********/
/************************************/

.linkespalte .derpost {
	font-size: 1em;
	line-height: 200%;
	text-align: justify;
	color: #888888;
	padding-bottom: 20px;
}

.linkespalte h2 a:link, .linkespalte h2 a:visited, .linkespalte h2 a:active, .linkespalte h2 a:hover, .linkespalte h2 {
	text-decoration:none;
	color:#d75512;
	padding-bottom:10px;
}

.linkespalte .derpost p {
	margin-bottom: 20px;
}

.linkespalte .derpost a {
	padding-left:15px;
	background:url(images/pfeil.gif) no-repeat;
}

.linkespalte .derpost div.ngg-galleryoverview a {
	padding-left:0;
	background:none;
}

.linkespalte .derpost blockquote, .linkespalte #kommentare blockquote {
	background:transparent url(images/blockqoute.gif) no-repeat;
	color:#888888;
	margin: 10px 10px 10px 40px;
	padding: 10px 0 0 10px;
}

.linkespalte .derpost b, .linkespalte .derpost strong {
	color:#aaa;
	font-weight:bold;
}

.linkespalte #kommentare a {
	padding-left:0;
	background:none;
}

.linkespalte .impressum {
	font-size: 0.9em;
	line-height: 125%;
	text-align: justify;
	color: #545454;
}

.linkespalte .derpost p {
	margin-bottom: 20px;
}

.linkespalte ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
}

.mittlerespalte ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 36px;
	padding-left: 5px;
}

.rechtespalte ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 70px;
}

.linkespalte li {
	list-style-image: url(images/list.gif);
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
	margin-left: 15px;
	list-style-position: outside;
}

.mittlerespalte li, .rechtespalte ul.dday li {
	list-style-image: url(images/list.gif);
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
	margin-left: 15px;
	color: #888888;
	font-size: 11px;
	list-style-position: outside;
}

.mittlerespalte li a:link {
	text-decoration: none;
	color: #c4c4c4;
}

.mittlerespalte li a:active {
	text-decoration: none;
	color: #c4c4c4;
}

.mittlerespalte li a:visited {
	text-decoration: none;
	color: #c4c4c4;
}

.mittlerespalte li a:hover {
	text-decoration: none;
	color: #d75512;
}

.mittlerespalte li.widget {
margin:0;
padding:0;
list-style:none;
overflow:hidden;
}

.rechtespalte li {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	list-style: none;
	color: #888888;
	font-size: 11px;
	list-style-position: outside;
}

.mittlerespalte h3 {
	padding-bottom: 10px;
}

.rechtespalte h3 {
	padding-bottom: 10px;
}

.bondshop {
	background:url(images/bondshop.jpg);
	width:90px;
	height:175px;
}

.forum {
	background:url(images/forum.jpg);
	width:90px;
	height:130px;
	position:absolute;
}

.zitate {
	color:#545454;
}

hr {
	border:none;
	border-bottom: 1px solid #333333;
	width:100%;
}

.rssfeed {
	background:url(images/feed.gif);
	width:17px;
	height:19px;
	margin-right:12px;
}

.lup {
	padding-bottom: 100px;
}

.nachlinks {
	background:url(images/links.gif);
	width:17px;
	height:17px;
	float:left;
}

.nachrechts {
	background:url(images/rechts.gif);
	width:17px;
	height:17px;
	float:right;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	width:135px;
	margin:0 0 0 0;
	text-align:right;
	padding-bottom:50px;
}

#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:115px; 
	font-size: 0.85em; 
	background:#FFF;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#FFF;
	border:none;

	width:30em;
	color:#000000;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.abspann {
	font-size:11px;
	color: #555555;
}

.derpost img {
	border:medium none;
	display:block;
	margin:0px auto 5px;
	padding-bottom:20px;
	text-align:center;
}

.derpost img.nix {
	border:none;
	display:inline;
	margin:0px;
	padding:0px;
}


.derpost div#impress img {
	border:medium none;
	display:inline;
	margin:0;
	padding-bottom:0;
	text-align:none;
}

.derpost table, .derpost table td, .derpost table th {
	border: none;
}

/* wpSpoiler */
a.spoiler_link_show,
a.spoiler_link_hide {

}
a.spoiler_link_show {
}
a.spoiler_link_hide {
}
div.spoiler_div {
	display:inline;
}

ul.wp-polls-ul li {
	margin:0;
	padding:0 0 3px 0;
}

ul.wp-polls-ul {
	margin:0;
	padding:0;
}

.linkespalte .derpost div table a {
	background: none;
	padding-left:0;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #757575; /*#f3f3f3;*/
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 0px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
        font-style:italic;
        color: #f3f3f3;
        
}
/* End captions */


