/*  
Theme Name: Bildwechsel
Theme URI: http://ilovebildwechsel.org/
Description: Two column WordPress theme.
Version: 1.0
Author: PinkInk
Author URI: http://www.qunst.net/
*/



* {
	margin:0;
	padding:0;
}
html {
	margin:0;
	padding:0;
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font:100% verdana,arial,sans-serif;
	color:#222;
	background: #bfdefa;
}


/*--------------------WRAPPER---------------------*/
/* WRAPPER */
#wrapper {
	position: relative;
	min-height: 120%;
	min-width:1009px;
	margin:0;
	padding:0;
	padding-bottom:20px;
	background:#0f232e url('images/side_bg.gif') repeat-y right;
}
/*--------------------CLEAR---------------------*/
/* CLEAR */
#clear {
	clear:both;
}

/*--------------------NAVIGATION---------------------*/
.navigation {
	margin:10px 400px 30px 40px;
	display: block;
	color:#f04cb4;
	text-align: center;
}
	.navigation a{
		color:#f04cb4;
		text-decoration:none;
	}
	.navigation a:hover{
		text-decoration:underline;
	}

/*--------------------PAGEBAR---------------------*/
.navigation .pagebar { 
		font: 12px Arial, Helvetica, sans-serif; 
		padding-top: 15px; 
		padding-bottom: 10px; 
		margin: 0px; 
		color:#b4f04c;
	}

.navigation .pagebar a, .navigation .pageList .this-page{
		padding: 2px 6px; 
		border: dotted 1px #b4f04c; 
		background: #173546; 
		text-decoration: none;
		color:#b4f04c;
	}

.navigation .pagebar a:visited{
		padding: 2px 6px; 
		border: solid 1px #b4f04c; 
		background: #173546; 
		text-decoration: none;
	}

.navigation .pagebar .break {
		padding: 2px 6px;
		text-decoration: none;
	}

.navigation .pagebar .this-page	{
		padding: 2px 8px; 
		border-color: #f04cb4; 
		font-weight: bold; 
		font-size: 14px; 
		vertical-align: top; 
		color: #173546;
		background:#b4f04c;
	}

.navigation .pagebar a:hover {
		color: #173546; 
		background: #b4f04c; 
		border-color: #b4f04c;
		text-decoration: none;
		font-weight:bold;
	}

/*--------------------HEADER---------------------*/
/* HEADER */
#header {
	margin-bottom:40px;
	height:143px;
	background: #bfdefa url('images/header_bg.gif') repeat-x top;
}
/* HEADERIMG */
	#headerimg{
		width:220px;
		height:110px;
		background: url('images/header.gif') no-repeat top left;
	}
	#headerimg h1 {
		position: absolute;   		font-size: 0;   		left: -1000px; 
	}

/* SKIP */
#skip{
}
/* NAVIGATION - top horizontal nav */
#navi{
	position:absolute;
	top:110px;
	width:100%;
	height:auto;
	background: #2b6687 url('images/navi_bg.gif') repeat-x top;
	font-size:80%;
}
	#navi ul{
		margin-left:0px;
		list-style: none;
		font-weight:bold;
	}
	#navi ul a{
		display: block;
		padding-top:2px;
		float:left;
		width:132px;
		line-height:28px;
		color:white;
		background: #2b6687 url('images/navi_bg.gif') repeat-x top;
		border-right:3px solid #bfdefa;
		text-decoration:none;
		text-align:center;
		text-transform:uppercase;
	}
	#navi ul a:hover, ul a:active {
		background: #0f232e url('images/navi_current.gif') repeat-x top;
	}

	#navi li{
		float:left;
	}
	#navi .current_page_item a, .current_page_item a:hover{
		color:white !important;
		background: #0f232e url('images/navi_current.gif') repeat-x top;
	}
	#navi .current_page_parent a, .current_page_parent a:hover{
		color:white !important;
		background: #0f232e url('images/navi_current.gif') repeat-x top;
	}



/*--------------------CONTENT---------------------*/
/* CONTENT */
.content {
	height:auto;
	margin:10px 400px 40px 40px;
	min-width:560px;
	color:white;
	background:#0f232e;
}
	.content .content_header{
		text-align:right;
		padding:4px 0 0 0;
		line-height:1.6em;
		background: #173546;
		border-bottom:1px dotted #b4f04c;
	}
	.content .content_header h2{
		padding:0 0 0 20px;
		float:left;
		color:#b4f04c;
		text-decoration:none;
		font-size:110%;
	}
	.content .content_header a{
		color:#b4f04c;
		text-decoration:none;
		font-size:110%;
		font-weight:bold;
	}
	.content .content_header a:hover{
		color:#0c9bed;
		text-decoration:none;
	}

	.content_header .date{
		display:block;
		padding:3px 8px 0 4px;
		color:white;
		font-size:80%;
		font-weight:bold;
	}

/* feature */
.feature{
	padding:15px 20px 20px 20px;
	line-height:1.5em;
	color:white;
	background:#0f232e url('images/feature_bg.gif') repeat-x;
	
}
	.feature a, .feature a:visited {
		text-decoration:none;
		color:#0c9bed;
		background:transparent;
	}
	.feature a:hover{
		text-decoration:none;
		color:#f04cb4;
		background:transparent;
	}
	.feature h2{
		margin-bottom:16px;
		padding-bottom:3px;
		color:#f06ec1;
		border-bottom:1px dotted #f06ec1;
	}
	.feature h3{
		margin:14px 0 0 0;
		padding-bottom:1px;
		font-size:102%;
		color:#f06ec1;
	}
	.feature h4{
		margin:14px 0 0 0;
		padding-bottom:1px;
		font-size:101%;
		color:#f06ec1;
	}
	.feature h5{
		margin:10px 0 0 0;
		font-size:100%;
		color:#0c9bed;
	}
	.feature .h6{
		display: inline;
		font-size:100%;
		font-weight:normal;
		color:#b4f04c;
	}

	.feature li{
		list-style-type:none;
	}
	.feature a.liexternal, .feature a:visited.liexternal { 
		padding-right: 8px; 
		background: url('images/link-icon.gif') no-repeat right; 
	}
	.feature a:hover.liexternal  { 
		padding-right: 8px; 
		background: url('images/link-icon_hov.gif') no-repeat right; 
	}
	.feature a.lipdf { 
		padding-right: 16px; 
		background: url(images/link-icon_pdf.png) no-repeat right;  
	}

	.feature img{
		margin: 0 8px 8px 0;
		border:1px solid #0c1b24;	
		text-align:center;	
	}
	.feature .highlight{color:#b4f04c;}

	.feature input {
		padding: 2px;
		margin: 10px 5px 1px 0;
		color:#f04cb4;
		background: #24546f;
		border:1px dotted #0c9bed;
	}


/* CONTENT FOOTER */
.content_footer{
	padding:0 0 0 12px;
	min-height:24px;
	height:auto;
	width:auto;
	line-height:2em;
	font-size:85%;
	color:black;
	background:#2b6687 url('images/content_footer_bg.gif') repeat-x;
	border-top:1px dotted #347c9c;
	border-bottom:1px dotted #347c9c;
}
	.content_footer a, .content_footer a:visited{
		color:black;
	}
	.content_footer a:hover{
		color:black;
		text-decoration:none;
	}
	.content_footer .by {
		padding: 5px 0 8px 30px;
		margin-right: 12px;
		background: url('images/by_icon.gif') left center no-repeat;
	}
	.content_footer .postedin {
		padding: 5px 0 2px 43px;
		margin-right: 18px;
		background: url('images/category_icon.gif') left center no-repeat;
	}
	.content_footer .comments {
		padding: 5px 0 2px 44px;
		margin-right: 10px;
		background: url('images/keyboard_icon.gif') left center no-repeat;
	}
	
/* ENTRY */
.content .entry{
	padding:2px 10px 5px 12px;
	min-height:30px;
	height:auto;
	width:auto;
	line-height:1.4em;
	font-size:85%;
	background: #173546;
	border-top:1px dotted #347c9c;
	border-bottom:1px dotted #347c9c;

}
	.content .entry a{
		color:#f04cb4;
	}

.edit{
	margin:10px 400px 30px 40px;
	text-align:center;
}
	.edit a, a:hover, a:visited{
		color:#f04cb4;
	}
/*LISTE*/
	#liste li {
		margin:0;
		padding:0;
		font-size:95%;
		list-style-type:none;
		line-height:1.8em;
	}
	#liste a, #liste a:visited {
		padding:6px 7px 6px 28px;
		text-decoration:none;
		text-transform:uppercase;
		color:#0c9bed;
		background: transparent url('images/heart_hov.gif') no-repeat 10px 50%;
	
	}
	#liste a:hover {
		color:#f04cb4;
		background: transparent url('images/heart.gif') no-repeat 10px 50%;
	}



/*--------------------ARTISTS IN LINKS---------------------*/
.artists {
	height:auto;
	margin:20px 400px 30px 40px;
	min-width:560px;
	color:white;
	background:#0f232e;
}

	.artists h2{
		padding:0 0 0 20px;
		color:#b4f04c;
		line-height:1.6em;
		text-decoration:none;
		font-size:110%;
		background: #173546;
		border-bottom:1px dotted #b4f04c;
	}

/*--------------------COMMENTS---------------------*/
#comments{
	height:auto;
	margin:10px 400px 30px 40px;
	min-width:560px;
	color:white;
	background: #173546;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#comments_header{
		margin:0;		
		line-height:1.8em;
		background: #173546;
		border-top:1px dotted #0c9bed;
		border-bottom:1px dotted #0c9bed;
		text-decoration:none;
		font-size:100%;
		font-weight:normal;
	}
	#comments_header h3{
		margin-bottom:-10px;
		padding:4px 0 0 18px;
		color:#0c9bed;
		background:#173546 url('images/keyboard_icon.gif') 99% 50% no-repeat;
	}

.commentlist {
	padding: 0;
	text-align: justify;
}
	.commentlist ol {
			border-bottom:1px dotted #347c9c;
	}
	.commentlist li {
		margin: 15px 0 3px;
		padding: 10px 14px 10px 16px;
		font-weight: bold;		
		list-style: none;
	}
	.commentlist cite{
		padding: 5px 0 4px 26px;
		color:#f04cb4;
		background: url('images/by_icon.gif') left center no-repeat;
		font-weight: bold;
		font-style: normal;
	}
	.commentlist cite a, cite a:hover, cite a:visited {
		color:#f04cb4;
		text-decoration:underline;
	}
	.commentlist p {
		margin: 10px 5px 6px 0;
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
	}

.alt {
	margin: 0;
	background:#24546F;
	border-top:1px dotted #347c9c;
	border-bottom:1px dotted #347c9c;
}

.commentmetadata {
	margin:4px 0 0 0;
	display: block;
	color:#beddf9;
	font-size:80%;
	font-weight: normal;
}

.nocomments {
	display:none;
	margin: 0;
	padding: 0;
}

#commentform{
	height:auto;
	margin:10px 400px 30px 40px;
	padding:16px 10px 10px 26px;
	min-width:524px;
	color:white;
	background: #173546;
	border-top:1px dotted #347c9c;
	border-bottom:1px dotted #347c9c;
}
	#commentform h3{
		padding:0 0 4px 0;
		color:#0c9bed;
		background: url('images/keyboard_icon.gif') 98% 0% no-repeat;
		border-bottom:1px dotted #0c9bed;
	}
	#commentform p {
		margin: 5px 0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	#commentform input {
		padding: 2px;
		margin: 10px 5px 1px 0;
		color:#f04cb4;
		width: 180px;
		background: #24546f;
		border:1px dotted #0c9bed;
	}

	#commentform textarea {
		margin:8px 0 0 0;
		padding: 2px;
		color:#b4f04c;
		width: 60%;
		background: #24546f;
		border:1px dotted #0c9bed;
	}

	#commentform #submit {
		margin:8px 0 0 0;
	}

/*--------------------SEARCH RESULTS---------------------*/
.archive{
	margin:0 0 0 0;
	padding:20px;
	line-height:1.3em;
	color:white;
	background: #173546;
}

	.archive a{
		color:#b4f04c;
		text-decoration:none;		
	}
	.archive a:hover{
		color:#f06ec1;
		text-decoration:none;		
	}
	.archive div{
		padding-bottom:8px;
		border-bottom:1px dotted #0c9bed;		
	}
	.archive h3{
		padding:0 0 2px 0;
		text-decoration:none;
		font-size:115%;
		font-weight:bold;
		border-bottom:1px dotted #b4f04c;
	}
	.archive .postmetadata{
		padding-bottom:7px;
		border-bottom:1px dotted #0c9bed;
	}
	.archive .postmetadata a{
		text-decoration:none;
		color:#0c9bed;
		background:#173546;
	}
	.archive .postmetadata a:hover{
		text-decoration:none;
		color:#f04cb4;
		background:#173546;
	}

	.archive ul, .archive li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
	}

 .results {
	margin-bottom:16px;
	padding-bottom:3px;
	color:#f06ec1;
	border-bottom:1px dotted #f06ec1;
}
/*--------------------ARCHIVE---------------------*/
#archives {
	margin:10px 400px 30px 40px;
}
	#archives h2{
		padding:0;
		color:#b4f04c;
		text-decoration:none;
		font-size:110%;
		font-weight:bold;
		border-bottom:1px dotted #b4f04c;
	}

/*--------------------LINKS---------------------*/
.links{
	background: #0f232e;	
}

.links h2{
		padding:0 0 0 20px;
		line-height:1.6em;
		color:#b4f04c;
		text-decoration:none;
		font-size:110%;
		background: #173546;
		border-bottom:1px dotted #b4f04c;
}


.links ul {
		margin:10px 0 0 0;
		color:white;
		background: #173546;
		border-bottom:1px dotted #347c9c;
	}
	
	.links li {
		margin:0;
		padding:0;
		list-style-type:none;
		line-height:2em;
		font-size: 95%;
		border-top:1px dotted #275e76;
	}
	.links a, .links a:visited {
		padding:6px 2px 6px 28px;
		text-decoration:none;
		text-transform:uppercase;
		font-size:110%;
		color:white;
		background: transparent url('images/heart_hov.gif') no-repeat 10px 55%;
	}
	.links a:hover {
		color:#f04cb4;
		background: transparent url('images/heart.gif') no-repeat 10px 55%;
	}

/*--------------------SITEMAP---------------------*/

.ddsg-sitemap{
	margin-left:30px;
}
	.ddsg-sitemap ul li {		list-style-image: url('images/sitemap_bullet.gif');	}
	.ddsg-sitemap li {		margin: 0 0 5px 0;		padding: 0;		line-height: 1.5em;		font-size: 1.0em;	}	.ddsg-sitemap ul li li {
		list-style-position:inside;	}
	.ddsg-sitemap ul a{
		text-transform:uppercase;	}	.ddsg-sitemap ul ul a{
		margin:0;
		color:#f04cb4;
		text-transform:lowercase;	}


/*--------------------SIDEBAR---------------------*/
/* SIDE */
#side {
	position:relative;
	float:right;
	margin: -73px 64px 33px 0;
	width:267px;
	height:100%;
	background: #3783ae;
	border-left:3px solid #bfdefa;
	border-right:3px solid #bfdefa;
}

/* SEARCH */
#search{
	padding:2px 2px 4px 8px;
	background: #2b6687 url('images/navi_bg.gif') repeat-x top;
	border-bottom:4px solid #bfdefa;
}

.notfound{
	padding:20px;
	line-height:1.3em;
	color:white;
	background:#0f232e url('images/feature_bg.gif') repeat-x;
	border:1px dotted #1f465d;
}
	.notfound h2{
		margin-bottom:16px;
		padding-bottom:4px;
		color:#f06ec1;
		border-bottom:1px dotted #f06ec1;
	}
	.notfound input {
		padding: 2px;
		margin: 10px 5px 1px 0;
		color:#f04cb4;
		background: #24546f;
		border:1px dotted #0c9bed;
	}
	


/* MENU */

#menu{
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 1.9em;
}
	#menu ul {
		width: 267px;
		margin: 0 auto;
		padding: 0;
		border-bottom:1px solid #296281;
		text-transform:uppercase;
	}
	#menu .sidebartitle {
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#menu li {
		margin:0;
		padding:0;
		list-style-type:none;
		color: #fff;
		border-bottom:1px solid #317399;
		font-size: 92%;
	}
	#menu a, #menu a:visited {
		color:black;
		text-decoration:none;
		display:block;
		padding:6px 5px 6px 16px;
		background: transparent url('images/bullet_black.gif') no-repeat 2% 50%;
		width:246px;
	}
	#menu a:hover {
		color:#fff;
		background: #307298 url('images/bullet.gif') no-repeat 2% 50%;
	}
	#menu .current_page_item a, .current_page_item a:hover{
		color:#fff !important;
		background: #307298 url('images/bullet.gif') no-repeat 2% 50%;
	}


/* MENU1 */
#menu1{
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 1.9em;
}
	#menu1 ul {
		width: 267px;
		margin: 0 auto;
		padding: 0;
		border-bottom:1px solid #296281;
		text-transform:uppercase;
	}
	#menu1 .sidebartitle {
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#menu1 li {
		margin:0;
		padding:0;
		list-style-type:none;
		color: #fff;
		border-bottom:1px solid #317399;
		font-size: 92%;
	}
	#menu1 a, #menu1 a:visited {
		color:black;
		text-decoration:none;
		display:block;
		padding:6px 5px 6px 16px;
		background: transparent url('images/bullet_black.gif') no-repeat 2% 50%;
		width:246px;
	}
	#menu1 a:hover {
		color:#fff;
		background: #307298 url('images/bullet.gif') no-repeat 2% 50%;
	}
	#menu1 .current_page_item a, .current_page_item a:hover{
		color:#fff !important;
		background: #307298 url('images/bullet.gif') no-repeat 2% 50%;
	}

#archiveform select{
	font-size:102%;
	width: 267px;
	background: #45A3D9;
	border-bottom:2px solid #68C2EF;
	border-right:2px solid #68C2EF;
	border-top:2px solid #35718F;
	border-left:2px solid #35718F;
}


/* MENU 2 */
#menu2{
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 2.0em;
}
	#menu2 ul {
		width: 267px;
		margin: 0 auto;
		padding: 0;
		border-bottom:1px solid #296281;
		text-transform:uppercase;
	}
	#menu2 .sidebartitle {
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#menu2 li {
		margin:0;
		padding:0;
		list-style-type:none;
		color: #fff;
		border-bottom:1px solid #317399;
		font-size: 92%;
	}
	#menu2 a, #menu2 a:visited {
		color:black;
		text-decoration:none;
		display:block;
		padding:6px 5px 5px 16px;
		background: transparent url('images/bullet_black.gif') no-repeat 2% 50%;
		width:246px;
	}
	#menu2 a:hover {
		color:#fff;
		background: #307298 url('images/bullet.gif') no-repeat 2% 50%;
	}
	#menu2 img{
		border:none;
	}
	
	
	/* MENU 3 */
#menu3{
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 2.0em;
}
	#menu3 ul {
		width: 267px;
		margin: 0 auto;
		padding: 0;
		border-bottom:1px solid #296281;
		text-transform:uppercase;
	}
	#menu3 .sidebartitle {
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#menu3 li {
		margin:0;
		padding:0;
		list-style-type:none;
		color: #fff;
		border-bottom:1px solid #317399;
		font-size: 92%;
	}
	#menu3 a, #menu3 a:visited {
		color:black;
		text-decoration:none;
		display:block;
		padding:6px 5px 5px 16px;
		background: transparent url('images/bullet_black.gif') no-repeat 2% 50%;
		width:246px;
	}
	#menu3 a:hover {
		color:#fff;
		background: #307298 url('images/bullet.gif') no-repeat 2% 50%;
	}
	#menu3 img{
		border:none;
	}

/* TEXT */
#text{
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 1.9em;
}
	#text h2{
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#text p{
		padding:9px 12px 6px 14px;
		line-height:1.2em;
		color:black;
	}

/*--------------------Zine---------------------*/
#show{
	margin-bottom: 13px;
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 1.9em;
	text-align:center;
}
	#show p{
			padding:9px 12px 16px 14px;
			line-height:1.2em;
			text-align: left;
			color:black;
	}
	#show h2{
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		text-align: left;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#show img{
		border: 2px solid white;
	}
#inp input{
	padding:-2px;
	width: 25px;
	height:25px;
	font-weight:bold;
	font-size: 1.1em;
	color: white;
	background: transparent url('images/button.png');
	border:0;
}

	
/*--------------------FOOTER---------------------*/
/* FOOTER */
#footer {
	position: relative;
	margin:-1px 0 0 0;
	padding: 13px 46px 0 0;
	height:33px;
	color:#b4f04c;
	background: #0f232e url('images/footer_bg.gif') repeat-y top right;
	border-top:3px solid #bfdefa;
	font-size:80%;
	text-align:right;
}

	#footer a{
		color:#b4f04c;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
	}
	#footer .valid{
		padding: 0 0 0 18px;
		background: transparent url('images/valid.gif') no-repeat top left;
	}



img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}


/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#22516b;
	border:1px solid #0c1b24;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #307298;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

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

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}



/*--------------------TAG CLOUD---------------------*/
#tag{
	background: #3783ae url('images/menu_bg.gif') no-repeat 0% 1.9em;
}
	#tag h2{
		margin:0;
		padding: 5px 8px 5px 12px;
		font-size: 1.1em;
		font-weight:normal;
		color: #fff;
		background: #22516b url('images/dt_bg.gif') repeat-x top right;
	}
	#tag p{
		padding:9px 12px 6px 14px;
		line-height:1.2em;
		color:black;
	}

ul#tagcloud { 
	padding:0; 
	margin:0; 
	text-align:center; 
	list-style:none; 
	border-bottom:1px solid #296281;
}	ul#tagcloud li { 
		display:inline; 
		font-size:70%; 
		color:#ccc; 
		background: none; 
		padding: 0;
	}	ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }	ul#tagcloud li a:hover { text-decoration:underline; }	ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }	ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }	ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }	ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }	ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }	ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }	ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }	ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }	ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }	ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }
	

/*--------------------sociable--------------------*/	
	
div.sociable { 
	margin:0; 
	display:inline;	
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 21px;
	height: 21x;
	border: 0;
	margin: 4px 0 -4px 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


