/*
#------------------------------------------------------------------------
# GameNews - August Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.childcontent-inner-wrap .childcontent-inner-wrap,
.childcontent-inner .childcontent-inner {
width:240px;
}
.childcontent-inner .childcontent-inner .gkcol {
width:240px;
}
table.blog td img {
	/* to avoid problems with too big images in category/blog view */
	max-width: 100% !important;
	height: auto !important;
	width: 100%;
}