/*

	Author Name	: 	Joe Whitsitt
	Author Site	: 	http://www.joeultimate.com
	Scheme Name	: 	SnapShot
	Version		: 	1.0
	Comments	: 	Needed visual relief from all those standard K2 sites.
	
	
	IMPORTANT: Changes that need to be made to your K2 core files for SnapShot to work properly.
	
		In Header.php

			**REMOVE** from <div id="header">...</div>: 
			
				<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
				<p class="description"><?php bloginfo('description'); ?></p>

			**ADD** after <div id="header">...</div>:
			
				<div id="snapshot">&nbsp;</div>

		In Sidebar.php

			**ADD** where you want the columns:
			
				<div class="columnone"></div>
        		<div class="columntwo"></div>
*/


/*- Page Structure */

body {
	font-size: 62.5%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	background: #f7f7f7;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	background: url('snapshot/main.gif') repeat-y;
	text-align: left;
	margin: 0 auto;
	_margin: 0 0 0 12px; /* IE Hack */
	padding: 0;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 600px;
	_width: 600px;
	border: none;
	border-top: none;
	}


body.flex #page { /* For the flexible-width setting. Not IE compatible */
	width: 600px;
	min-width: 600px;
	max-width: 600px;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 60px;
	background: url('snapshot/header.gif') no-repeat;
	}
	
#snapshot {
	margin: 0 15px 0 25px;
    background: url('snapshot/snapshot.jpg') no-repeat top center;
    height: 220px;
    width: 550px;
    border: 1px solid #999;
	}

.primary {
	width: 550px;
	_width: 540px; /* IE Hack */
	float: left;
	padding: 0 0 20px 0;
	margin: 0 15px 0 25px;
	_margin: 0 15px 0 25px; /* IE Hack */
	display: inline;
	}

.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding: 10px 0px 0px 0px;
	margin: 0px 15px 0px 25px;
	width: 550px;
	color: #000;
	float:right;
	position: relative;
/* 	background: url('/img/bottomdivider.png') no-repeat  top center; */
	/* The following are IE Fixes */
	_padding: 10px;
	_margin-left: 25px;
	_margin-right: 15px;
	_width: 550px;
	}
	
.columnone {
	float:left;
	width: 250px;

	}

.columntwo {
	float:right;
        width: 250px;
	}


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	/* bottom: 0; */
	top: 20px;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 2px 2px 2px;
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #333;
	border-bottom: 1px dotted #333;
	margin: 0;
	}
	

ul.menu li a:hover {
	background: none;
	color: #990000 !important;
	/* text-decoration: none; */
	border-bottom: 2px solid #990000;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: none;
	/* text-decoration: none; */
	border-bottom: 2px solid #333;
	}


/*- Headings */

h1, h2, h3, h4 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	}


.feedlink img {
	height: 16px;
	width: 16px;
	border: none;
	position: relative;
	right:0;
	}

/*- Primary Contents */

.primary .item .itemtext {
	font-size: 1.1em/1.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #444;
	}

.comments .commentlist li .counter {
	display: none;
	font: normal 1.5em Tahoma, Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

/* Footer */

#footer {
    height: 60px;
    padding: 0;
    margin: 0;
    _margin-right: 13px; /* IE Hack */
	text-align: center;
    background: url('snapshot/footer.gif') bottom center no-repeat;
    }

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}


/*- Links */

h2 a:hover, h2 span a:hover {
	color: #333 !important;
	text-decoration: none;
	}

h3, h3 a, h3 a:visited,{
	color: #444;
	}

h3, h3 a, h3 a:hover, h3 a:visited,{
	text-decoration: none;
	}

a {
	color: #990000;
	text-decoration: none;
}

.itemtext a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
	}

.itemtext a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 0px;
}

.itemtext a:visited {
	color: #000;
	text-decoration: none;
}

.itemtext a:visited:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 0px;
	}

.sb-delicious {
	margin: 10px 0 0 0;
	}
	
.delPost {
	margin: 0;
	}