/*
Theme Name: Charlottenburg
Theme URI: http://www.amypink.com
Version: 1.0
Description: AMY & PINK Design
Author: Marcel Winatschek
Author URI: http://www.amypink.com
*/
/* CSS Document */



body{
	background-color:#333;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-size: 11px;
	font-weight:normal;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, "HelveticaNeue", Helvetica, sans-serif;

}

img{
	border: none;
}


/******** TEXT STYLES *******/


#outer{ 
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 938px;
margin: 0 auto;
background-color: #FFFFFF;
}


/* Layer Positioning */


ol
{ 
list-style: none;
margin-left:-39px;

}

#menu 
{ 
float: left; width: 800px; padding: 10px 0; margin: 20px 12px 0px; background-color: #FFFFFF;
}
#menu li 
{ list-style:none;
font-size: 13px; display: inline; text-transform: uppercase;
}

#menu li a 
{ list-style:none;
padding: 15px 5px 0 5px; margin: 0 5px 0 0; color: #343434;
}

#menu li a:hover 
{ list-style:none;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
}


#menu span.feed
{ 
padding: 8px 20px 0px 3px; background: url(images/feed.gif) no-repeat right center; 
}

#intro 
{ 
clear: both; background: #fff url(images/headers/rotate.php) no-repeat; height: 250px; padding: 20px 0 0 20px; background-color: #FFFFFF;
}

#bar{
	position : absolute;
	top : 305px;
	left : 15px;
	width : 700px;
	height : 15;
	z-index : 50;

}


#quote{
	text-align: center;
	position : absolute;
	top : 330px;
	left : auto;
	right : auto;
	width : 938px;
	z-index : 50;
}


#main{
	position : absolute;
	top : 450px;
	left : 259px;
	width : 420px;
	z-index : 50;

}

#main img{
background-color: #FFFFFF;
}

#main_right{
	position : absolute;
	top : 450px;
	left : 270px;
	width : 420px;
	z-index : 50;
	background-image : url(images/white.gif)
}

#side{
	position : absolute;
	top : 450px;
	left : 714px;
	width : 190px;
	z-index : 50;
}

#side_left{
	position : absolute;
	top : 450px;
	left : 34px;
	width : 190px;
	z-index : 50;
}

#copy{
	margin-left : 125px;
	margin-top : 10px;
	z-index : 50;
}

/* Text Styling */

p{  /* body text */
	background-color: #FFFFFF;
	line-height: 17px;
	font-size: 11px;
	font-weight: normal!important!;
	color: #000;
}

h1{  
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	text-transform : uppercase;
	line-height : 80%;

}

h2{  
	font-size : 13px;
	font-weight : bold;
	color : #cc0000;
	text-transform : uppercase;
	line-height : 120%;

}

h3{  /* body text */
	font-size : 11px;
	font-weight : bold;
	color : #343434;
	text-transform : uppercase;
	line-height : 120%;

}

h4{  /* body text */
	font-size: 11px;
	font-weight: bold;
	color: #7c7c7c;
	text-transform : uppercase;
	line-height : 120%;
	padding-bottom:10px;
}

h5 {
	color : #7c7c7c;
	text-transform : uppercase;
	padding: 0px;
	margin: 0px;
	font:  11px; 
	}


h6 {  /* event */
	font-size : 13px;
	font-weight : bold;
	color: #cc0000;
	text-transform : uppercase;
	padding: 0px;
	margin: 0px;
}

copyright{ /* copyright notice */
	font-size : 9px;
	font-weight : normal;
	color : #666;
	line-height : 150%;

}

#copyright { /* copyright notice */
	font-size : 9px;
	font-weight : normal;
	color : #cc0000;
	line-height : 150%;

}

#main p{  /* body text */
	background-color: transparent;
	line-height: 150%;
	font-size: 11px;
	font-weight: normal;
}

#main h1{  /* main : heading */
	font-weight : bold;
	color : #7c7c7c;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 80%;
	margin-top : 0;
}

#main_right p{  /* body text */
	font-weight: normal;
	color : #000000;
	background-color : transparent;
	line-height : 140%;
	margin-bottom : 0;
	margin-top : 0;
}

#main_right h1{  /* main : heading */
	font-weight : bold;
	color : #cc0000;
	text-transform : uppercase;
	line-height : 80%;
	margin-top : 0;
}


#side p{  /* body text */
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	line-height : 140%;
	margin-top : 0;
}

#side_left p{  /* body text */
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	line-height : 140%;
	margin-top : 0;
}


#news_head{
	position : absolute;
	top : 0px;
	left : 15px;
	width : 420px;
	height : 70px;
	z-index : 50;
}

#news_bar{
	position : absolute;
	top : 75px;
	left : 15px;
	width : 420px;
	height : 35px;
	z-index : 50;
}

#news_content{
	position : absolute;
	top : 110px;
	left : 20px;
	width : 420px;
	z-index : 50;
}


a:link, a:visited, a:active{
	color : #cc0000;
	font-weight : bold;
	text-decoration : none;
}

a:hover{
	color : #343434;
	font-weight : bold;
	text-decoration : none;
}


/* classes */
.minihead_news{ font-size : 10px; font-weight : bold; color : #7c7c7c; }

.sub{ text-transform : none; font-weight : normal } 

 .divider1
{
position: relative;
height: 1px;
width: 190px;
border-bottom: solid 1px #cc0000;
margin: 2.0em 0em 2.0em 0em;
}

 .flickr img
{
padding-bottom:10px;
}
