/*
#------------------------------------------------------------------------
# inStyle - November Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 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 */

    .horizontal-separator {
    height: 15px;
    }
	
	th {
	background: #D7C5DA;
    }
	
	article header h1,
article header h2 {
	font-size: 24px;
    }
	
section.blog .items-row.cols-2 header h2, section.blog-featured .items-row.cols-2 header h2 {
    font-size: 16px;
	color: #751785;
    }
	
a, #gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody header h2 a, #k2Container article header h2 a {
    color: #363636;
    text-decoration: none;
    transition: color 0.2s linear 0s;
	font-size: 14px;
	color: #751785;
    }
	
	h1 {
	font-size: 20px;
    }
	
	.box .header {
	color: #9E96A6;
    }	
	
	#facebox .popup > div > div > a {
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase
	}
	
	#system-message-container {
    background: #FB922B none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 40%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
	}

    #system-message .notice.message {
        background: #FB922B none repeat scroll 0 0;
    }
	
	h2,
.componentheading {
	font-size: 20px;
	font-weight: 300;
    }
	
	#gkUserArea {display: none !important;}