/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 * How it works:
 * For example if you want to change a color which is applied in layout.css
 * just copy the original styling into this file right after the commented
 * section. Do this for all CSS modifications.
 *
 * In case you have to update the template save the custom.css file on your computer.
 * De-install and re-install the updated template version. And copy your saved
 * custom.css file back in place. Now compare your modification with the new CSS
 * files and make sure they are working.
 *
 * To activate the loading of this file goto the template folder and take a look
 * at css/template.css.php at the last line. Uncomment follwing line:
 * // include(PATH_ROOT . 'custom.css');
 */ 



/*
 * layout.css
 */
/*li {
list-style-image:url(../images/arrow.gif);
}

li:hover {
list-style-image:url(../images/arrow_hover.gif);
}
*/

/*
 * general.css
 */



/*
 * menus.css
 */



/*
 * modules.css
 */



/*
 * joomla.css
 */



/*
 * extensions.css
 */



/*
 * [color]-[specific].css
 * Place here your color specific CSS changes depending on your choosen color variation
 */



/*
 * ie7hacks.css
 * use IE7 browser hacks to apply the styling only to IE7
 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }
 */



/*
 * ie6hacks.css
 * Use IE6 browser hacks to apply the styling only to IE6
 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }
 */

body { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.blog {
width:100%;
}

/*CSS black style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	
	.pagenav {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #262626;
		font-weight: bold;
		background-color: #4A4A4A;
		color: #ffffff;
	}
	
	a.pagenav {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('../images/bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	a.pagenav:hover, a.pagenav:active {
		border: 1px solid #AA1428;
		background-image:url(../images/invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	.
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}
	
	a.readon, a.readmore {
		width:103px;	
	}
	
	a.readon, a.readmore:hover {
		color:#C2171B;
	}
	
	li {
		list-style:square;
		color:#C33629;
		
	}
	
	.contentheading, .componentheading {
		font-weight:normal;
		font-family:Helvetica,sans-serif,Arial Narrow,Arial;
		font-size:160%;
	}
	
	a:hover {	
	text-decoration:none;
	}
	
	div.note, span.note {
		background-image:none;
		background-repeat:repeat-x;
		border:0;
		border-bottom:1px groove #383838;
		background-color:#2e2e2e;
	}
	
	h3 {
		color:#C33629;
		font-family:Verdana;
		font-weight:normal;
		font-variant:small-caps;
	}
	
	.contentheading, .componentheading {
		color:#C33629;
		margin-top:20px;
		margin-bottom:20px;
		font-variant:small-caps;
	}
	
	.componentheading {
			font-size:180%;
	}
	
	h4.gk_news_show_news_header {
		font-size:140%;
	}
	
	td.gk_news_show_panel-border { 
		border:0;
	}
	
	table.cstp-tabular-header td.table-paging {
		background-color:none;
		color:#969696;
		border:0;
		text-align:center;
	}
	
	table.cstp-tabular-header .table-paging input, table.cstp-tabular-header .table-paging select {
		color:#969696;
	}
