/*
Theme Name: ZYR2
Version: 1.0-RC8
Description: K2 modified for Zyracuse.com
Author: Dave Sipley
Author URI: http://zyracuse.com/
Template: K2
*/

/* Standard Colors: Blue: #4857b4 Orange: #FF8500 Green: #6fe2a9 White: #F0F0F0 Gray: #707070 */

body {background: black; color: #F0F0F0;}
#page {background: black; border: none;}
a {color: #4857b4 ;}

/*Page Width*/

#header {height: 300px;  background: black; }
.columns-two #page {	width: 1000px;}
#primary {width: 700px;}


/* Top Menu Colors*/
ul.menu {margin 10 0 30px;}
ul.menu li a {	color: #6fe2a9; font-size: 1.35em; font-style: bold; padding: 5px 7px;}
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: #666; background: #333; text-decoration: none;}

/* changes story title font and color */
.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited 
{font-size: 1.3em; font-weight: normal; text-decoration: none; color: #4857b4;}

/* changes entry text color and layout */
.entry-content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
	color: #F0F0F0;
	}

/* increases spacing between posts */
h3.entry-title {padding-top: 50px;}

/* changes the lower-case presentation of tag titles*/
.entry-tags a {text-transform: none;}


/* removes K2 icons*/
.entry-head .entry-meta { background: none; color: #707070; } 
.entry-tags { background: none; color: #707070; } 
.entry-comments { background-image: none; color: #707070; } 
.entry-edit a {background-image: none; color: #707070;
.entry-meta a, comment-meta a, entry-date, entry-time { font-size: 1.15em; color: #707070; background: none;}


/* Comment colors & icon removal have been modified in original K2 CSS.*/
#commentlist .comment-author {
	font-size: 1.5em;
	font-weight: bold;
color: black;
	}
#commentlist .comment-author cite {font-size: 1.5em; font-weight: bold; color: #4857b4;}