/*
	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	:Rodney Smith
	Author Site	:Hippo Web Solutions
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

ul.menu li {
	text-transform:uppercase;
	font-weight:bold;
}

#packages {
	width:90%;
	margin:0 10px;
}

#packages .heading {
	background-color:#933033;/*#3371A3;*/
	color:white;
	font-weight:bold;
}

#packages .row {
	border:1px solid #333;
}

#packages td {
	padding:0 8px;
}

#packages img {
	border:none;
}

#packages a {
	border:1px solid #ccc;
	padding:5px 10px;
	background-color:#eee;
}

#support {
	 padding:10px;
	 border:1px solid #ccc;
	 background-color:#eee;
}

.legal {
	font-size:0.9em;
}


/**************
Blog styling
**************/

.secondary h2 { /* Secondary H2 is sidebar headlines */
	text-align:left;
	font-size: 1.5em !important;
	font-weight: bold !important;
	background-color:#933033;/*#3371A3;*/
	color:white;
	padding: 3px 4px 5px !important;
	display: block;
	width:100%;
	}

.caption {
	font-style:italic;
	font-size:0.8em;
}

div.scrollable {
	width:400px;
	/* height:40px; this to be set individually depending on the length of the fragment */
	margin:20px;
	padding:10px 20px;
	overflow:scroll;
	background-color:#f8f8f8
}

#commentlist li img.gravatar {
	float: right;
	margin: 10px;/*-5px 0 0;*/
	}

/******************************
 styling for end-user support
 (this doesn't currently get picked up - not surprising since the end-support stuff is coming from a different server. But how can I get it to work???)
******************************/
#createTicket {
	background-color:red;
}

.inline-image {
	border:none;
	width:95%;
}

/*************
blog and sidebar width
**************/

.sidebar-single #page {
	width: 840px;
	}
	
#sidebar-main {
	float: left;
	width: 260px;
	padding: 10px;
	}	
	
	
