/*  
Theme Name: ap_v1
Theme URI: http://www.antwerpes.de/
Description: The default a&p theme. This is the main CSS for ap_v1. For individual settings check the extended CSS files.
Version: 1.0
Author: Carolina Brodesser
Author URI: http://www.antwerpes.de/

This Style-Sheet is basically CSS2.
CSS3 like the font-smooth property is implemented for future use.

	3-col design:
	total-width: 980px
	-> navigation: 430px
	-> content: 355 px
	-> sidebar: 195px
	
	1) Define HTML tags - NO CLASSES
	2) Define layout (cols+rows and wrapper-container)
	3) Define adjusted HTML tags and classes
	4) Define anything else that does not fit in a category above or is usable everywhere
	
*/

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * HTML-Elements * */
/* ***** ***** ***** */
HTML{
	height: 100%;
}

BODY{
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #020100;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #330000 url("/skins/apv1/images/_layout/background_silhouette.gif") repeat-x;
}
IMG{
	border: 0;
}
H1{
	/*font-smooth: always;*/
	font-size: 14px;
	color: #BB045A;
	font-weight: bold; 
	/* see settings for background in indiviudual skins */
	background-color: inherit;
}
DIV#divBlogContent H1:first-child{
	margin-top: 0;
}
H1 A,
H1 A:link,
H1 A:hover,
H1 A:visited{
	color: #BB045A;
	background-color: inherit;
}
H2{
	font-size: 11px;
	color: #663300;
	font-weight: bold;
	background-color: inherit;
}
H3{
	font-size: 11px;
	color: #020100;
	font-weight: bold;
	background-color: inherit;
}
H4,H5{
	font-size: 11px;
	color: #020100;
	background-color: inherit;
}
H6{
	position:absolute;
	left: -5000px;
	top: -5000px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
A,
A:link, A:hover, A:visited{
	color: #663300;
	background-color: inherit;
}
CODE {
	font-family: "Courier New", Courier, Fixed, serif;
}
ACRONYM, ABBR {
	cursor: help;
	border-bottom: 1px dashed #FF9800;
}
SUP{
	vertical-align: text-top;
}
SUB{
	vertical-align: text-bottom;
}
/*UL{
	list-style: url("/skins/apv1/images/_style/el_li.gif");
	padding-left: 0;
	margin-left: 16px;
}
UL LI{
	margin-left: 0;
}*/
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Page-Frame * */
/* ***** ***** ***** */
/* !!! don't touch these two...
... !!! */
DIV#divPageMargin{ 
	width: 980px;
	height: auto;
	margin: auto;
	padding: 40px 15px 0 15px;
}
DIV#divPage{ 
	float: left;
	width: 980px;
	height: 100%;
	overflow: hidden;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Page-Content * */
/* ***** ***** ***** */
DIV#divPageContent{
	float: left;
	/*height: 100%;*/
	width: 100%;
	/* see settings for background in indiviudual skins */
}
DIV#divContent{
	float: left;
	width: 100%;
	height: 100%;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Page-Blog * */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** */
/* * Page-Navi * */
/* ***** ***** ***** */
DIV#divNavAP{
   float: left;
   overflow: hidden;
   width: 430px;
}
DIV#divNoFlash{
	min-height: 750px;
	padding: 20px 40px 0 20px;
}

/* ***** ***** ***** */
/* * Blog-Content * */
/* ***** ***** ***** */
DIV#divBlogContainer {
	float: left;
	overflow: hidden;
	height: 100%;
	width: 355px;
}
DIV#divBlogContent{
	float: left;
	/*height: 100%;*/
	width: 100%;
	/* see settings for margin in indiviudual skins */
}

/* ***** ***** ***** */
/* * Sidebar * */
/* ***** ***** ***** */
DIV#divSideBar FORM{
	margin: 0;
}
DIV#divSideBarContainer{
	float: left;
	overflow: hidden;
	color: #663300;
	height: 100%;
	width: 195px;
	background-color: inherit;
}
DIV#divSideBar{
	float: left;	
	/*see settings for margin in indiviudual skins */
}
DIV#divSideBarSearch{
	float: left;
	height: auto;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */





/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Classes * */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* CONTENT Begin */
DIV#divBlogContent DL{
	
}
DIV#divBlogContent DT{
	font-weight: bold;
	margin-bottom: 5px
}
DIV#divBlogContent DD{
	margin-left: 5px;
	margin-bottom: 5px;
}

DIV.divPageScrolling{
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 0 10px 0;
}

DIV.divSearchFormContent{
	margin: 5px 0 15px 0;
}
DIV.divSearchFormContent FORM INPUT.elInput{
	height: 17px;
	width: 160px;
	margin-bottom: 5px;
	border: 2px inset #F9F9F9;
}
DIV.divSearchFormContent HR{
	color: #A0522D;
	background-color: inherit;
}
/* CONTENT End */

/* POST Begin*/
DIV.divPostContainer{
	float: left;
	color: inherit;
	width: 354px;
	height: auto;
	margin: 2px 0 0 0;
	background: #FDFD83;
}
DIV#divPostContainerFirst{
	float: left;
	width: 354px;
	height: auto;
	margin: 0;
	padding-top: 8px;
	/* see settings for background in indiviudual skins */
}
DIV#divPostContainerLast{
	float: left;
	width: 354px;
	height: 8px;
	margin: 0 0 5px 0;
	/* see settings for background in indiviudual skins */
}
DIV.divPost{
	padding: 10px;
}
H2.elH2PostTitle{
	margin: 0 0 2px 0;
}
DIV.divPostDate{
	margin: 0 0 5px 0;
}
DIV.divPostEntry{
	color: #010100;
	background-color: inherit;
}
DIV.divPostEntry A,
DIV.divPostEntry A:link,
DIV.divPostEntry A:visited,
DIV.divPostEntry A:hover{
	color: #B90459;
	text-decoration: none;
	background-color: inherit;
}
DIV.divPostEntry IMG{
	padding: 5px;
}
DIV.divPostMetadata{
	font-size: 9px;
	color: inherit;
	margin: 5px 0 0 0;
	background: #FFFFD3;
}
DIV.divPostMetadata P{
	padding: 0;
	margin: 0;
}
DIV.divPostMetadata A,
DIV.divPostMetadata A:link,
DIV.divPostMetadata A:visited,
DIV.divPostMetadata A:hover{
	font-size: 9px;
	color: #B90459;
	text-decoration: none;
	background-color: inherit;
}
/* POST End*/


/* SIDEBAR SEARCH Begin*/
DIV#divSideBarSearch FORM INPUT.elInput{
	height: 17px;
	width: 155px;
	margin-bottom: 1px;
	border: 2px inset #F9F9F9;
}
/* SIDEBAR SEARCH End*/


/* MISC Begin */
SPAN.elLink{
	color: #B90459;
	background-color: inherit;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.elClearLeft{
	height: 0px;
	line-height: 0px;
	clear: left;
}
.elClearRight{
	height: 1px;
	line-height: 1px;
	clear: right;
}
.elClearBoth{
	height: 1px;
	line-height: 1px;
	clear: both;
}
.hidden{
	display: none;
}
.current,
.highlight{
	font-weight: bold;
}
/* MISC End */