/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
/* Element |ID   | Class 			  |Suffix */
/* Div     |NA   |contentheading   |pageclass_sfx*/
/* com_content AKA CORE ARTICLES FOR JOOMLA */
/* I */

/*  Needs Edit component heading */
/* Element |ID   | Class 			  |Suffix */
/* Div     |NA   |contentheading   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
.componentheading {
	margin: 0px 0px 12px 3px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;	
}

.componentheading h1 {
	margin: 0px 0px 12px 0px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;	
}
	
/* Element |ID   | Class 			  |Suffix */
/* Div     |NA   |contentheading   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
.contentheading {
	color: #E20026;
	font-size: 18px;
	font-weight: bold;	
}

.contentheading-uebersicht {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0;
	
	margin: 2px 0 1px -1px;
	display:block;
	float: none;
}

div.componentheading-home-oben h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0;
	
	margin: 15px 0px 0px 4px;
	display:block;
	float: none;
}

.componentheading-home-oben h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0;
	
	margin: 15px 0 -5px 4px;
	display:block;
	float: none;
}

.contentheading-home-oben {
	color: #666666;
	font-size: 16px;
	font-weight: bold;	
}

/* article rating needs to turn on via the back-end */
.content_rating {}
.content_vote {}
/* .button class to be added see forms css */


/* Element |ID   | Class 			    |Suffix */
/* Div     |NA   |contentpagetitle   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
/* content title and links href links happens if turned on via the back-end*/
.contentpagetitle{}
a.contentpagetitle:link{}
a.contentpagetitle:visited {}
a.contentpagetitle:hover{}

/* top box like a category description */
.contentdescription {
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 25px;
	}

/* Icons Print E-mail PDF etc.*/
.buttonheading{}

/* Writen by Authors name can also be seen on search com results href and intro text & Category listing if it has a article count*/
.small {
	font-size: 10px;
	color: #666666;
	line-height: 10px;
}

/* Dates */
.createdate {
	font-size: 10px;
	color: #999999;
	line-height: 12px;
}
.modifydate {
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	}
	
.newsfeeddate {
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	}
	
/* Dates */


/* Kat und Bereich Name extra als overwrite  */
.sec_name {
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	}
	
.cat_name {color: #999999;
	font-size: 12px;
	line-height: 12px;
	}

.cat_name a:link, .cat_name a:visited, .cat_name a:hover  {color: #999999;
	font-size: 12px;
	line-height: 12px;
	}

.sec_name a:link, .sec_name a:visited, .sec_name a:hover  {color: #999999;
	font-size: 12px;
	line-height: 12px;
	}

/* Main Body Text */
.contentpane {

}
/* Main Body Text */
.contentpaneopen {
	margin-top: 0px;
	margin-right: 35px;
	
}

.contentpaneopen-home-oben {
	margin-top: 0px;
	margin-right: 35px;
	
}

.contentpaneopen ul {
	margin-top: 1px;
	margin-bottom: 1px;
}
.contentpaneopen li {
	margin-left: -25px;
	
	list-style-image: url(../images/bullet.gif);
}

/* edit button if you have access to it */
.contentpaneopen_edit{}


/* Article Table of contents */
table.contenttoc {float:right;}
	
/* Heading Top TOC */
table.contenttoc th {}

/* Table Data can add color */
table.contenttoc td {}

/* Links Article Table of contents index */
a.toclink:link,	a.toclink:hover, a.toclink:visited  {}
/* End Article Table of contents  */

/* Main Body Text */

/* << Prev - Next >> */
.pagenavbar{


}
.pagenavcounter{
	margin: 0 0 5px 0;
	
	font-size: 11px;
}

/* Page footer nav  « StartPrev12NextEnd » */
.pagination{
	padding-top: 50px;
	
}
.pagination span {
padding: 0px 3px 0px 3px;
}

.pagination strong {
padding: 0px 3px 0px 3px;	
}

a.pagination  a   {} 
a.pagination:hover {}

/* Table layout types "list"ings  Archived, weblink etc..*/
.sectiontableheader {}
	
/* Table odd and Even Rows */
.sectiontableentry1 {}
.sectiontableentry2 {}
.sectiontablefooter {}
/* End Sectiontable */

/* Category */
.category {}
a.category:link, a.category:visited, a.category:hover  {}
/* End category */


/* blogs Layout Style Top of the page Blog style Layouts */
.blog {
	
	margin-right: 0px;
	margin-left: 0px;
}
.blog_heading {}
/*  At the footer of the blog style pages */
.blog_more{
	
}

.blog_more ul {
	margin-top: 1px;
	margin-bottom: 10px;
}
.blog_more li {
	margin-left: -25px;
	margin-right: 30px;
	list-style-image: url(../images/bullet.gif);
}

/* UL List at the footer of the Page */
.blogsection{

}

/* Read more link to full article  */
.readon{}

/* space from bottom of article */
.article_separator{
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  
/* new and Added  */
 /* This is table's TD tag that goes around the hole frontpage and blog com's 
 the backround would cover both td's or all colums
 */
.article_column{}

/* this class add formating to the right side of the content front page. 
it will overwrite the hole right and take formating over article_column after the first col
*/
.column_separator{}
/* End blogsection */


/* Need to Edit this is not My code See plugins images */
/* thumbnails */
div.mosimage         {}
div.mosimage_caption {}

div.caption       {}
div.caption img   {}
div.caption p     {}
/* Need to Edit this is not My code See plugins images */

/* New added */

/* com_archive */
/* 
li      |row                  | 1
h4      |title                |
h5		  |metadata					|
span    |created-date         |
span    |author               |
div     |intro                | */

/* It's LI in a UL list  */
 .row1{
 margin: 0px 10px 0px -40px;
 }
 
  .row2{
 margin: 0px 10px 0px -40px;
 }
 

 
 /* H4 Header tag for Title */
 .title{}
 
 
 /* Plugin content Items Archived Article List */
 /* It a h5 HTML tag which wraps around the authors name meta etc.. */
 /* needs div id forul list type layout */
.author{
}
.metadata{
	font-size: 10px;
	color: #999999;
	margin: -15px 0px 5px 0px;
	}
.intro{
margin: 0px 0px 20px 0px;
}

navigation {

}

.MsoNormal{}

/*Com Polls*/
/* Has Styles inside its own com folder */
/*td      |smalldark          	| */
.smalldark  {}

/*com_search*/
.searchintro{
margin: 0px 0px 0px 0px;
}
/*Search Form keyword highlight*/
.highlight {
	font-weight: bold;
}

/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

