/*
	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	: AskedRelic
	Author Site	: www.asktherelic.com
	Style Name	: asktherelic
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background: url('bg.jpg') left top fixed no-repeat;
	}

.columns-two #page {
    width: 850px;
}

pre {
    font-size: 0.725em
}
	
#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px;
	margin-top: 20px;
    border: 1px solid #ddd;
	}
	
#header {
	/* Contains the H1 and menu */
	background: white;
	border-bottom: #DDDDDD solid 1px;
	height: 295px;
   /* background-image:url(http://asktherelic.com/wp-content/themes/k2/styles/asktherelic/header.gif);
    background-position: 15px 15px;
    background-repeat: no-repeat; */
	}
	
#header h1 , .blog-title {
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
}

	
ul.menu li a {
	font-size: 1.2em;
	color: #444444;
	background: #DDDDDD;
	}
	
ul.menu li a:hover {
	color: #fff;
	background: #317dda;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #fff;
	background: #317dda;
	}
	
#primary {
	/* Contains the main column */
    width: 635px;
    padding: 0px;
	}

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

.entry-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.entry-title, .entry-title a, .entry-title a:visited {
    color:#317DDA;
}

.entry-content h3 {
	font-size: 1.5em;
}

#sidebar-1 {
	/* The first sidebar */
	}
	
a, a:hover, a:visited {
	color: #317dda;
}

.entry-content img,
.gallery a img,
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 2px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.entry-content a, .entry-content a:hover, .entry-content a:visited {
	color: #317dda;
}

.entry-content a img:hover, .gallery a img:hover, .wp-caption:hover {
    border:2px solid #2277DD;
    padding: 2px;
}

.textwidget {
	padding: 0;
}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
    width: 145px;
	}
	
body.smartposition #rollingarchives {
	width: 638px;
	margin-left: -1px;
}

#commentlist {
	color: #444444;
}

#commentlist li {
	border-bottom: #666666 solid 1px;
    margin: 0;
}

