/*  
Theme Name: dsided
Theme URI: 
Description: Wordpress Theme - d-sided - digital media design
Version: 0.1
Author: Christian Fritsche
Author URI: http://www.d-sided.de 
 */

 
body
{
	margin: 0 auto;  
	font-family: Verdana, Arial, Helvetica, sans, sans-serif, Geneva;
	font-size: 10px;
	color: #ffffff;
	background-color: #040405;
	/*background: url("bilder/struktur/body-background.jpg");
	background-repeat: repeat-x;*/	
	width: 990px; 
}


img
{
	border: 0px;
}


/* general */


#contentCenter
{	
	width: 990px;
	min-height: 800px;
	background: url("bilder/struktur/d-sided-background.jpg");
	background-repeat: no-repeat;
	background-color: #040405;
	position: relative;	
}

#mainContainer
{	
	margin: 0 auto;
	width:  800px;
	padding-top: 340px;
	position: relative;
	padding-bottom: 30px;
}

/* grey */

#grey
{
	clear:both;
	position: relative;
	width: 800px;
	height: 170px;	
	text-align: left;
	line-height: 15px;	
}

#grey h1
{
	font-size: 18px;
	font-weight: lighter;
	padding: 0px;
	text-align: left;	
	margin: 16px 0px 4px 0px;	
}

.text-box
{		
	position: relative;
	float:left;
	width: 180px;
	padding: 0px 10px;
	margin: 0px;
	height: 195px;	
}

.textbox h1
{
	font-size: 18px;
	font-weight: normal;
	padding: 40px 22px 0px 22px;
	color: white;
	text-align: left;	
	margin: 0px 0px 4px 0px;
}

.icons
{
	clear: blank;
	width: 48px;
	height: 48px;
}

.btnGrey
{
	position: absolute;
	clear: both;	
	bottom: 0px;
	left: 10px;
}

.btnGreyIcon
{
	position: relative;
	float: left;
	height: 11px;
	width: 11px;
	background: url("bilder/icons/icon-intern-link.gif");
}

.btnGreyText
{
	position: relative;
	float: left;
	padding-left: 5px;
	bottom: 3px;
}

.btnGreyText a:visited, .btnGreyText a:link	{ color: white; text-decoration: none;}
.btnGreyText a:hover,  .btnGreyText a:active	{ color: #65bcf3; text-decoration: none;}


/* content */


#content
{
	clear:both;
	position: relative;	
	width: 800px;
	min-height: 250px;
	position: relative;	
	line-height: 18px;
	text-align: left;
	margin-bottom: 50px;
}


#content h1
{
	color: #53a5ca;
	font-size: 22px;
	font-weight: lighter;
	padding-bottom: 5px;
	margin: 0px;
}


#content h2
{
	color: #53a5ca;
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 3px;
	margin: 0px;
}


#content h3
{
	color: #53a5ca;
	font-size: 16px;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}

#content h4
{
	color: white;
	padding-top: 10px;
	font-size: 12px;
	margin: 0px;
}

#content p
{	
	margin-bottom: 1px;
}

.contentSingleCol
{
	position: relative;
	float: left;
	padding: 0px 30px 0px 10px;
	width: 560px;
}


.contentLeftCol
{
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
	width: 270px;
}


.contentRightCol
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
	width: 270px;
}


.contentSingleCol a
{
	text-decoration: none;
}

.contentSingleCol a:visited, .contentSingleCol a:link	{ color: #53a5ca;}
.contentSingleCol a:hover, .contentSingleCol a:active	{ color: #ffffff;}


.postSubline
{
	color: #999999;
	line-height: 16px;
}

.postSubline a
{
	text-decoration: none;	
}

.postSubline a:visited, .postSubline a:link	{ color: #bbbbbb; }
.postSubline a:hover,  .postSubline a:active	{ color: #ffffff; }


.postPic
{
	float: left;
	width: 45px;
	height: 50px;
	padding-right: 5px;
	background: url("bilder/christian-fritsche-post.gif");
	background-repeat: no-repeat;
}



/* Sidebar link */

.sidebar
{
	position: relative;
	float: left;
	padding: 0px 5px 0px 5px;
	line-height: 14px;
	width: 190px;
	color: #eceff3;	
}


.sidebar ul
{	
	list-style-image: url("bilder/struktur/sidebar-link.gif");
	padding-left: 20px;	
}

.sidebar li
{
	padding-bottom: 12px;
}


.sidebar h3
{
	color: #b9d9ee;
	font-size: 20px;
	font-weight: lighter;
	padding-bottom: 20px;
	margin: 0px;
}


.sidebarImg
{
	float: left;
	position: relative;
	background: url("bilder/struktur/sidebar-link.gif");
	height: 8px;
	width: 9px;
	top: 2px;
}

.sidebarText
{
	position: relative;
	float: left;
	padding-left: 5px;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;	
}

.sidebar a
{
	text-decoration: none;
	font-size: 14px;
}

.sidebar a:visited, .sidebar a:link	{ color: #53a5ca; }
.sidebar a:hover,  .sidebar a:active	{ color: #ffffff; }


.search
{
	padding-bottom: 20px;
}


#twitter-tools
{
	list-style-type: none;
	background-color: #222327;
	padding: 0px;
	margin: 0px;
	/*border-top: 1px solid #3a3d44;*/
	overflow: hidden;
	border-bottom: 1px solid #3a3d44;
}

#twitter-tools a
{	
	font-size: 10px;
}

#twitter-tools h2
{
	color: white;
	font-size: 12px;
}




.block
{
	clear: both;
}


.btnOben
{
	position: relative;
	clear: both;
	float: right;
	height: 15px;
	padding-top: 20px;
}

.btnObenLeft
{
	position: relative;
	float: left;
	height: 15px;
	width: 8px;
	background: url("bilder/struktur/btn-oben-left.gif");
}

.btnObenRight
{
	position: relative;
	float: left;
	height: 15px;
	width: 13px;
	background: url("bilder/struktur/btn-oben-right.gif");
}

.btnObenMiddle
{
	position: relative;
	float: left;
	height: 15px;
	background: url("bilder/struktur/btn-oben-middle.gif");
	background-repeat: repeat-x;
	padding-right: 4px;
	line-height: 14px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.btnObenMiddle a:visited, .btnObenMiddle a:link	{ color: #53a5ca; text-decoration: none;}
.btnObenMiddle a:hover,  .btnObenMiddle a:active	{ color: #da84ff; text-decoration: none;}

/* Kommentar */

.comment
{
	margin-bottom: 30px;	
}


/* Kontaktformular */

.spamschutz
{
	float: left;
	margin-right: 20px;
}



/* footer */

#footer
{
	clear: both;
	position: relative;
	vertical-align: bottom;
	width: 990px;
	min-height: 370px;
	background: url("bilder/struktur/d-sided-footer.jpg");
	background-repeat: no-repeat;
}

#footerTop
{
	clear:both;
	position: relative;	
	width: 780px;
	min-height: 180px;
	padding: 15px 10px 10px 110px;
}

#footerTop ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footerBottom
{
	clear:both;
	position: relative;	
	padding: 0px 10px 10px 110px;
	width: 765px;
	min-height: 60px;	
	color: #8e9397;
}

.footerCol1
{
	float: left;
	width: 390px;
	line-height: 18px;
	margin-right: 90px;
	color: #8e9397;
}

.ueberMich
{
	width: 300px;
	padding-top: 1px;
	position: relative;
	float: left;
}

.ueberMichBild
{
	width: 80px;
	padding-right: 10px;
	padding-top: 6px;
	position: relative;
	float: left;
}

.footerCol2
{
	float: left;
	width: 190px;
}

.footerCol3
{
	float: left;
	width: 110px;
}


#footerLeft
{
	float: left;
	position: relative;
	width: 40%;
}

#footerRight
{	
	float: right;
	position: relative;
	width: 60%
	text-align: right;	
	top: 32px;
	
}

#footer h2
{
	color: #53a5ca;
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 5px;
	margin: 0px;
}

#footer a
{	
	text-decoration: none;
}

#footer a:visited, #footer a:link	{ color: #5b5e62;}
#footer a:hover, #footer a:active	{ color: #ffffff;}




/* Social Network Icons */
.twitter
{
	position: absolute;
	z-index: 100;
	left: 721px;
	top: 55px;
	width: 40px;
	height: 40px;	
}

.delicious
{
	position: absolute;
	z-index: 101;
	left: 761px;
	top: 55px;
	width: 40px;
	height: 40px;	
}

.xing
{
	position: absolute;
	z-index: 102;
	left: 801px;
	top: 55px;
	width: 40px;
	height: 40px;	
}

.rss
{
	position: absolute;
	z-index: 103;
	left: 841px;
	top: 55px;
	width: 40px;
	height: 40px;	
}



#search-form
{	
	padding-left: 0px;
	margin: 0px;
}


/* mainmenue */

#nav
{
	position: absolute;
	text-align: left;
	left:12px;
	top: 104px;
	height: 21px;
	font-size: 12px;
}

#nav ul
{
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;	
}

#nav li
{
	display: inline;
}


#nav a
{
	float:left;
	height: 21px;
	text-decoration: none;	
	position: relative;
	/*padding: 13px 20px 13px 20px;*/
	text-indent: -9999px;
	
}

#nav a:visited, #nav a:link
{
	color: white;
}


/* home */

#nav li.home a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat 0px 0px;
	width: 74px;
}

#nav li.currentHome a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat 0px -42px;
	width: 74px;
}

#nav li.home a:hover
{
	background-position: 0px -21px;
}

#nav li.home a:active
{
	background-position: 0px -21px;
}



/* portfolio */

#nav li.page-item-15 a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat -74px 0px;
	width: 104px;	
}

#nav li.currentPortfolio a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat -74px -42px;
	width: 104px;
}

#nav li.page-item-15 a:hover
{
	background-position: -74px -21px;
}

#nav li.page-item-15 a:active
{
	background-position: -74px -21px;
}



/* downloads */

#nav li.page-item-91 a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat -177px 0px;
	width: 124px;	
}

#nav li.currentDownloads a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat -177px -42px;
	width: 124px;
}

#nav li.page-item-91 a:hover
{
	background-position: -177px -21px;
}

#nav li.page-item-91 a:active
{
	background-position: -177px -21px;
}



/* kontakt */

#nav li.page-item-64 a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat -301px 0px;
	width: 97px;	
}

#nav li.currentKontakt a
{
	background: url(bilder/struktur/d-sided-navigation.gif) no-repeat -301px -42px;
	width: 97px;
}

#nav li.page-item-64 a:hover
{
	background-position: -301px -21px;
}

#nav li.page-item-64 a:active
{
	background-position: -301px -21px;
}

.line
{
		background: url("bilder/struktur/line-menue.gif");
		height: 42px;
		width: 1px;
		float: left;
		position: relative;
}


/* portfolio */

.portfolio-pic-container
{
	clear: both;
	float: left;
	width: 200px;
	margin-top: 4px;
	margin-bottom: 16px;
}


.portfoliopic
{
	clear: both;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 4px;
	border-width: 1px;
	border-color: #2c2d2e;
	border-style: solid;
}


.portfolio-content
{
	float: left;
	width: 310px;
	height: auto;
	padding-left: 20px;
}


#introduction
{
	position: relative;
	font-size: 9pt;
	color: #333333;
	font-weight: 600;
}


.contentLinkImg
{
	padding-top: 4px;
	padding-right: 3px;
	float: left;
	position: relative;
}


/* Formular */

form 
{
	padding-left: 40px;
}

.form-beschreibung
{	
	clear: both;	
	font-weight: 600;
	float: left;
	width: 70px;
	height: 30px;
	text-align: right;
	right: 5px;
	position: relative;
}


.form-beschreibung-long
{	
	clear: both;	
	font-weight: 600;
	float: left;
	width: 84px;
	height: 30px;
	text-align: left;	
	position: relative;
}


.form-beschreibung-text
{	
	clear: both;	
	font-weight: 600;
	float: left;
	width: 385px;	
	text-align: left;
	position: relative;
}


.form-felder
{
	float: left;
	width: 300px;
	height: 30px;
	text-align: left;
	position: relative;
}


.form-area
{
	width: 400px;
	text-align: left;
	clear: both;
	position: relative;
}


.form-spam
{
	float: left;		
	text-align: left;
	position: relative;
	top: -8px;	
}


.form-hint
{
	clear: both;
	color: #888888;
	font-size: 9px;
	text-align: right;
	width: 193px
}


.form-empty
{
	clear: both;
	height: 20px;
}

.form-submit
{
	clear: both;
	padding-top: 8px;
	position: relative;
	background-color: transparent;
}


#errorMessage
{
	color: red;
	font-weight: 600;
}


/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}