/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
       background-image: url("/wp-content/uploads/2009/10/stripe.png");
}

#page {
	/* The entire design is contained within the 'page' id */
        font-face: Verdana;
	}
	
#header {
	position: relative;
	height: 167px;
	background-position: top right;
        background: url('/wp-content/uploads/2009/10/gmth.jpg') 0 0 no-repeat #8181E7;
	}

.blog-title {
	font-size: 3em;
	font-weight: bold;
	padding: 45px 15px 5px 70px;
        background: url('/wp-content/uploads/2009/10/star-SH-60x60.png') 5px 28px no-repeat;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 88px;
	}

.blog-title a,
#header .description {
	text-decoration: none;
	color: black;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

.entry-head .entry-meta {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/wp-content/uploads/2009/10/star-SH-20x20.png) no-repeat scroll left top;
min-height:20px;
padding-left:24px;
padding-top: 3px;
}
.entry-meta {
color:#BBBBBB;
font-size:1em;
line-height:1.6em;
}

.entry-tags {
margin-top: 1px;
}

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#recent-posts-3 ul li {
padding-left: 25px;
padding-top: 9px;
background-image: url(/wp-content/uploads/2009/10/star-SH-20x20.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}

.widget {
  padding: 5px !important;
  border: 1px dotted #99E8FB;
}

.widget h4 {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #79CFE3;
}