/*   
Theme Name: GMTT
Theme URI: http://www.planetd.de
Description: Ein individelles Theme für mein eigenes Online Portfolio. 
Der Name ergibt sich aus dem aktuellen Projekt, dass während der Erstellung 
lief: Galcon MTT
Author: Daniel Weidner
Author URI: http://www.planetd.de
Version: 0.3
*/

/* Begin Colorbox Styles */

#colorbox, 
#cboxOverlay, 
#cboxWrapper {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:9999; 
	/*overflow:hidden;*/
	}
	
#cboxOverlay {
	position:fixed; 
	width:100%; 
	height:100%;
	}
	
#cboxMiddleLeft, 
#cboxBottomLeft {
	clear:left;
	}
	
#cboxContent {
	position:relative; 
	/*overflow:hidden;*/
	}
	
#cboxLoadedContent {
	overflow:auto;
	}
	
#cboxLoadedContent iframe {
	display:block; 
	width:100%; 
	height:100%; 
	border:0;
	}
	
#cboxTitle {
	margin:0;
	}
	
#cboxLoadingOverlay, 
#cboxLoadingGraphic {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
	}
	
#cboxPrevious, 
#cboxNext, 
#cboxClose, 
#cboxSlideshow {
	cursor:pointer;
	}

/* Begin Color Box Custom Styles */

#cboxOverlay {
	background: black;
	}
	
#colorbox{}
	#cboxTopLeft {
		width:21px; 
		height:21px; 
		background:url('images/interface/boxes/colorbox/corner.png') -100px 0 no-repeat;
		}
		
	#cboxTopRight {
		width:21px; 
		height:21px; 
		background:url('images/interface/boxes/colorbox/corner.png') -129px 0 no-repeat;
		}
		
    #cboxBottomLeft {
		width:21px; 
		height:21px; 
		background:url('images/interface/boxes/colorbox/corner.png') -100px -29px no-repeat;
		}
		
    #cboxBottomRight {
		width:21px; 
		height:21px; 
		background:url('images/interface/boxes/colorbox/corner.png') -129px -29px no-repeat;
		}
		
    #cboxMiddleLeft {
		width:21px; 
		background:url('images/interface/boxes/colorbox/corner.png') left top repeat-y;
		}
		
    #cboxMiddleRight {
		width:21px; 
		background:url('images/interface/boxes/colorbox/corner.png') right top repeat-y;
		}
		
    #cboxTopCenter {
		height:21px; 
		background:url('images/interface/boxes/colorbox/border.png') 0 0 repeat-x;
		}
		
    #cboxBottomCenter {
		height:21px; 
		background:url('images/interface/boxes/colorbox/border.png') 0 -29px repeat-x;
		}
		
    #cboxContent {
		background:#fafafa;
		}
		
        #cboxLoadedContent{
			margin-bottom:28px;
			}
			
        #cboxTitle {
			position:absolute; 
			bottom:3px; 
			left:0; 
			text-align:center; 
			width:100%; 
			color: black;
			text-transform: uppercase;
			font-size: 0.75em;
			}
			
        #cboxCurrent{
			position:absolute; 
			bottom:3px; 
			left:5px; 
			color: #d0d0d0;
			text-transform: uppercase;
			font-size: 0.75em;
			}
			
        #cboxSlideshow{
			position:absolute; 
			bottom:3px; 
			right:5px; 
			color: #d0d0d0;
			text-transform: uppercase;
			font-size: 0.75em;
			}
			
		#cboxPrevious{
			position:absolute; 
			top:66%; 
			left:0px; 
			margin-top:-32px; 
			background:url('images/interface/boxes/colorbox/controls.png') top left no-repeat; 
			width:28px; 
			height:65px; 
			text-indent:-9999px;
			}
			
		#cboxPrevious.hover{
			background-position:bottom left;
			}
			
        #cboxNext{
			position:absolute; 
			top:66%; 
			right:0px; 
			margin-top:-32px; 
			background:url('images/interface/boxes/colorbox/controls.png') top right no-repeat; 
			width:28px; 
			height:65px; 
			text-indent:-9999px;
			}
			
        #cboxNext.hover{
			background-position:bottom right;
			}
		
        #cboxLoadingOverlay {
			background:url('images/interface/boxes/colorbox/loadingbg.png') center center no-repeat;
			}
			
        #cboxLoadingGraphic{
			background:url('images/interface/boxes/colorbox/loading.gif') center center no-repeat;
			}
		
		#cboxClose{
			position:absolute; 
			top:-25px; 
			right:0;
			display:block; 
			background:url('images/interface/boxes/colorbox/controls.png') top center no-repeat; 
			width:38px; 
			height:19px; 
			text-indent:-9999px;
			}
			
        #cboxClose.hover{
			background-position:bottom center;
			}

		/* End Color Box Custom Style */
			
/* End Colorbox Styles */
