/*  
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: right;
	overflow: hidden;
	height: 100%;
	width: 355px;
	padding-top: 75px; 
}
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: 0 0 0 0;
	background: #FDFD83;
	margin-top: 2px;
}
div.divPostBrowseLinks{
	float: left;
	color: inherit;
	width: 354px;
	height: auto;
	margin: 0 0 0 0;
	background: #FDFD83;
}
DIV#divPostContainerFirst{
	float: left;
	width: 354px;
	height:9px;
	height: auto;
	margin: 0;
	padding-top: 8px;
	margin-bottom: -2px;
	/* see settings for background in indiviudual skins */
}
DIV#divPostContainerLast{
	float: left;
	width: 354px;
	height:9px;
	margin: -2px 0 5px 0;
	/* see settings for background in indiviudual skins */
}
DIV.divPost{
	padding: 10px;
}
H1.elH1PostTitle{
	margin: 0 0 20px 10px;
}
H2.elH2PostTitle{
	margin: 0 0 2px 0;
}
DIV.divPostDate{
	margin: 10px 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: #CC0066;
	text-decoration: none;
	background-color: inherit;
}
DIV.divPostBrowseLinks A,
DIV.divPostBrowseLinks A:link,
DIV.divPostBrowseLinks A:visited,
DIV.divPostBrowseLinks A:hover{
	color: #CC0066;
	text-decoration: none;
	background-color: inherit;
}
.tx-ttnews-browsebox {
  border: none;
	background: none;
}

.tx-ttnews-browsebox-SCell{
	font-weight: bold;
	border: none;
	background: none;
}
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;
}
.left{
	text-align:left;
}
/* MISC End */

/*  
Theme Name: ap_v1_de
Theme URI: http://www.antwerpes.de/
Description: The extended ap_v1 a&p blog theme, german.
Version: 1.0
Author: Carolina Brodesser
Author URI: http://www.antwerpes.de/

	extents styles in /apv1/style.css
*/

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * HTML-Elements * */
/* ***** ***** ***** */
DIV#divBlogContent H1{
	margin-bottom: 25px;
	padding: 15px 0 12px 40px;
}
DIV#divBlogContent H1:first-child{
	margin-top: 0;
	margin-bottom: 19px;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */



/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Classes * */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
DIV#divBlogContent.divBlogContent{
	margin: 82px 0 0 0;
}
DIV#divPageContent.divPageContent{
	color: inherit;
	background: #EE7900 url("/fileadmin/templates/_img/_bg/bg_main.gif") no-repeat left top;
}

DIV.divPostContainerFirst{
	color: inherit;
	background: #FDFD83 url("http://blog.antwerpes.de/skins/apv1deblog/images/_style/post_bg_top.gif") no-repeat left top;
}
DIV.divPostContainerLast{
	background: url("http://blog.antwerpes.de/skins/apv1deblog/images/_style/post_bg_bottom.gif") no-repeat top left;
}

div#divSideBarContainer {
	float: right;
	position: relative;
}
/* SIDEBAR Begin */
DIV#divSideBar.divSideBar{
	position: relative;
	width:100px;
	height:700px;
}
DIV#divSideBarSearch.divSideBarSearch{
	position: absolute;
	top: 46px;
	left: 13px;
}
DIV#divSideBarMenu.divSideBarMenu{
	position: absolute;
	top: 187px;
	left: 55px;
}
DIV#divSideBar li{
	margin-right: 15px;
	margin-bottom: 12px;
}
DIV#divSideBar li.active{
	padding-left: 7px;
	background: url("/fileadmin/templates/_img/_bul/bull_arrow_orange.gif") no-repeat 0px 4px;
}
DIV#divSideBar li a,
DIV#divSideBar li a:link,
DIV#divSideBar li a:hover,
DIV#divSideBar li a:visited {
	text-decoration: underline;
}
DIV#divSideBar li.active a{
	text-decoration: none;
}

DIV#divSideBar ul{
	padding-left: 0px;
	padding-right: 10px;
	margin: 0 10px 2px 0;
	list-style: none;
}

DIV#divSideBar ul li ul{
	background: url("/fileadmin/templates/_img/_bul/bull_block_orange.gif") no-repeat 0px 2px;
	padding-top:0;
}
DIV#divSideBar ul li ul li{
	margin: 0 0 4px 15px;
}

DIV#divSideBar ul li ul li a{
	font-size: 10px;
}

div#divFeedContainer {
	position: absolute;
	top: 320px;
}
	

div#divYearlyArchive {
	position: absolute;
	top: 375px;
}

div#divYearlyArchive li{
	margin: 5px;
}
/* SIDEBAR End */

.newssearch {
	border: 1px solid #FF9A00;
}

.aBitLonger {
	width: 225px;
	float: left;
}

.submitSearch {
	border: none;
	background: none;
	margin: 0;
	text-decoration:underline;
	cursor:pointer;
}

.submitSearch {
	margin: 0;
	padding: 0;
	text-align: left;
}

DIV#formFormat FIELDSET {
	border: none;
	margin: 0;
	padding: 0 0 0 30px;
}
DIV#formFormat .formElement {
	clear: both;
	margin: 0 ;
	padding: 8px 0 0 0;
}
DIV#formFormat .formElement label {
	float: left;
	text-align:right;
	width: 100px;
	padding: 2px 3px 0 0;
}
DIV#formFormat .formElement LABEL.wide {
	width: 300px;
	text-align:left;
}
DIV#formFormat .formElement  TEXTAREA.textareaFormField{
	width: 300px;
	height:50px;
}
DIV#formFormat .formElement  TEXTAREA.textareaFormFieldSmall {
	width: 300px;
	height: 50px;
}
DIV#formFormat .formElement  TEXTAREA.textareaFormFieldBig {
	width: 300px;
	height: 300px;
}
DIV#formFormat .formButton {
	padding: 10px 0 10px 0;
}
DIV#divAppForm {
	color: inherit;
	padding: 10px 0 0 0;
	background-color: #FFCC33;
}
DIV#formFormat FIELDSET p.formtext{
	width:395px;
}