/* 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 {

	border-bottom:1px solid #ccc;

	padding:4px 0;

	color: #333;

	font:bold 20px/1.5em Verdana, Geneva, sans-serif;

	text-shadow:1px 1px 1px #F0F0F0;

	margin-bottom:20px;

	}

	

/* Element |ID   | Class 			  |Suffix */

/* Div     |NA   |contentheading   |YES */

/* Top of any article is Parameters - Component : Show Article Title*/

.contentheading, .item-title, div.page-header h2 {

	color:#000;

	font:16px/1.5em Verdana, Geneva, sans-serif;}



/* 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 {}



/* 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 {}



/* Dates */

.createdate {}

.modifydate {}

.newsfeeddate {}

/* Dates */





/* Main Body Text */

.contentpane {}

/* Main Body Text */

.contentpaneopen { width:100%;}

/* edit button if you have access to it */

.contentpaneopen_edit{}





/* Article Table of contents */

table.contenttoc {}

	

/* 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{}



/* Page footer nav  « StartPrev12NextEnd » */


.pagination{ display: block;
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #efefef;}
.pagination .counter {font-style: italic; text-align: center;
}
.pagination ul {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 0;
    margin: 0 0 0 50px;
}
.pagination li {
    display: inline;
}
.pagination a, .pagination span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
}
.pagination a:hover, .pagination .active a, .pagination .active span {
    background-color: #F5F5F5;
}
.pagination .active a, .pagination .active span {
    color: #999999;
    cursor: default;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #999999;
    cursor: default;
}
.pagination li:first-child a, .pagination li:first-child span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a, .pagination li:last-child span {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.disabled {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.icon-first:before {
    content: "\e070";
}

.icon-previous:before {
    content: "\e071";
}

.icon-next:before {
    content: "\e075";
}

.icon-last:before {
    content: "\e076";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'glyphs';
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

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 {}

.blog_heading {}

/*  At the footer of the blog style pages */

.blog_more{}

/* UL List at the footer of the Page */

.blogsection{}



/* Read more link to full article  */

a.readon, .readmore a{

	background:url("../images/readon-bg.gif") no-repeat 0 0;
	display:block;
	width:75px;
	padding:6px 10px;
	text-transform:uppercase;
	color:#333;
	font-size:10px;
	line-height: 10px;
	text-decoration:none;
}

.readmore a span {display: none;}
a.readon:hover, a.readon:active, a.readon:focus {

	color:#000;

}


.article-info {position: relative;
	display: none;
	color: #ccc;}
.article-info dd, .article-info dt {
	float: left;
	width: auto;
}
.article-info dt {width: 150px;}

/* space from bottom of article */

.article_separator{}

  

/* 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{}

 /* 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{}

.intro{}

.MsoNormal{}



/*Com Polls*/

/* Has Styles inside its own com folder */

/*td      |smalldark          	| */

.smalldark  {}



/*com_search*/

.searchintro{}

/*Search Form keyword highlight*/

.highlight {}



/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/



