/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
		
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
	
	outline-style 	Konturstil 	none, dotted, dashed, solid, double, groove, ridge, inset, outset, Inherit
*/	

/*WP Neuerungen */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* End captions & aligment */

/* Facebook Box style */
.facebook { float:left; border-right-color:#efefef; border-right-style:outset; border-bottom-color:#efefef; border-bottom-style:outset; border-bottom-width:thin; border-right-width:thin; width:65px; height:25px; padding:6px; margin-right:5px } 

/* Werbung */
#werbung { position:relative; float:right; margin-top:15px;  } 
#werbung a { width:468px; text-align:right; } 

img.avatar {float:left; margin-right:5px;}

#translation_bar { position:relative; float:left; }
	#translation_bar a { margin-right:1px; }
	#translation_bar img { border: 0.5px solid silver; margin-right:3px; }
	#transl_sign { display:none; font: 50.0% Georgia, "Times New Roman", Times, serif;  }

#bilderchen { position:relative; margin-right:3em; }

	#bilderchen img { margin-right:5px; float:left; } 
	#bilderchen p { clear:left; } 
	#bilderchen_gross img { margin-right:5px; clear:left; } 
	
/* Ticker Box style */
#tickerbox { float:left; width:200px; height:300px; padding:6px; margin-right:5px }
	
/* Newskick Box style 
#newskick { float:left; border-right-color:#efefef; border-right-style:outset; border-bottom-color:#efefef; border-bottom-style:outset; border-bottom-width:thin; border-right-width:thin; width:55px; height:75px; padding:6px; margin-right:5px } */

/* Tickets Box style */
#tickets { float:left; border-right-color:#efefef; border-right-style: dashed; border-bottom-color:#efefef; border-bottom-style: dashed; border-bottom-width:3px; border-right-width:3px; width:225px; height:250px; padding:6px; margin-right:5px }

 .shiftcontainer{ 
/* position: relative; */
margin:5px;
float:left; 
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 215px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
height: 210px; /* container height*/
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

/* INTENSE DEBATE */

#idc-container-parent #idc-container h3 {
font-size: 15px;
line-height: 1.3em;
}

#idc-container-parent #idc-container .idc-c .idc-c-h {
	background: url('http://www.altravita.com/wp-content/themes/cutline-3-column-split-11/images/trackback_bg.gif');
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}

#idc-container-parent #idc-container .idc-c.idc-admin .idc-c-h {
	background: url('http://www.altravita.com/wp-content/themes/cutline-3-column-split-11/images/trackback_bg2.gif');
}

#idc-container-parent #idc-container .idc-c.idc-admin {
font-style:oblique;
}

