/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	Author Name	: CodeGazer
	Author Site	: http://www.codegazer.com
	Style Name	: CodeGazer
	Style URI	: codegazer.css
	Version		: 1.0
	Comments	: CodeGazer default style
*/


/********************************************************************/
/* CodeGazer Styles													*/
/********************************************************************/

.flleft {
	float: left;
	margin: 5px 8px 5px 0;
}

.flright {
	float: right;
	margin: 5px 0 5px 8px;
}

/********************************************************************/
/* Wordpress Styles												    */
/********************************************************************/

#page {
	padding: 0 0 0;
	border-style: none;
}

#logo {
	background-color: #ededed;
	background-image: url('logo.jpg');
	background-position: 0 25px;
	background-repeat: no-repeat;
	height: 100px;
}

#header {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 125px;
	border:0px solid green;
}

#sidebar-1 {

	margin-left: 10px!important;

	width: 180px!important;

}

h2, h3, h4 {
	clear: both;
	text-align: left;
}

h4 {
	padding: 0 0 10px 0!important;
}

#dynamic-content {
	margin: 0;
	padding: 0;
}

ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover {
	color: #000000!important;
	background: white;
	text-decoration: none;
}

#rollingcontent {
	margin-top: 40px;
}

.content {
	padding-bottom: 20px;
}

.comments H4 {
	font-size: 18px!important;
}

.commentslink {
	display: block;
}