/*
	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	: Dave Kellam moded by tilburger
	Author Site	: http://eightface.com/
	Style Name	:  forkmod
	Style URI	: http://gigi.blogsport.de/k2-styles/
	Version		: (b2.1)
	Comments	: Making K2 dirty. (Upgraded by gigi to fit K2 0.9.1)
	
*/

/*- Page Structure */

body {
	background-color: #183107;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #153007;
	background: url('http://uymasadakodum.com/wp-content/themes/k2/styles/asker/body.background.jpg') 50% 0;
	margin: 40px 0 35px;
	text-transform: lowercase;
	}

#page {
	background: #ddd url('page.background.jpg');
	padding: 0;
	border: none;
	}
	
#header {
	background: #000 url('http://uymasadakodum.com/wp-content/themes/k2/styles/asker/header.background.jpg') no-repeat;
	}

.entry-content {
	margin: 0 0 0 15px;
	}

.secondary {
	font: 1em/1.5em Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	}


/*- Main Menu in Header */

ul.menu {
	left: 10px;
	}

ul.menu li a {
	font: 1.1em Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: lowercase;
	color: eee;
	}

ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	background: #1e450b;
	color: #fff !important;
	}

ul.menu li.current_page_item a {
	color: white !important;
	background: none;
	}
	
/*- Headings */

h1, h2, h3, h4 {
	color: #23510d;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-transform: lowercase;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3.6em;
	padding: 75px 30px 0;
  }
  
h1 a:hover {
  text-decoration: none
}
	

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 30px;
	text-transform: lowercase;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	text-transform: lowercase;;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	font-weight: bold !important;
	text-transform: lowercase;;
	letter-spacing: 0;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em;
	font-weight: bold;
	text-transform: lowercase;;
	}

#primary .k2-asides h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	/*background: url('fork/post.title.aside.icon.star.gif') left center no-repeat;*/
	background: url('lightbulb-bw.gif') left center no-repeat;
	
	padding: 0 0 0 20px;
	}

.entry-head {
}

#primary .k2-asides .entry-head {
	/*background: url('fork/post.title.aside.icon.star.gif') 0 50% no-repeat;
	padding: 0 0 0 25px;*/
}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited {
	color: #777 !important;
	font-weight: normal;
	text-transform: lowercase;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.3em;
	color: #777;
	text-transform: lowercase;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #333;
	}

.commentslink {
	background: url('icons/comment.png') left center no-repeat;
	}

.chronodata {
	background: url('icons/time.png') left center no-repeat;
	}

.entry-tags {
	background: url('icons/tag_blue.png') left center no-repeat;
	}
.entry-meta-below {
  margin: 0 0 0 40px;
}	
.commentsrsslink {
	background: url('icons/feed.png') left top no-repeat;
	}

.trackbacklink {
	background: url('icons/arrow_refresh.png') left top no-repeat;
	}

#commentlist li .comment-meta {
	background: url('icons/time.png') left center no-repeat;
	}

/*- Search Form and Livesearch */

input[type=text], textarea {
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input[type=text]:focus, textarea:focus {
	color: #444;
	}

#s {
	width: 82%;
	}

#s.livesearch {
	width: 88%;
	}

#searchreset {
	top: 5px;
	}

#searchload {
	top: 2px;
	}

/*- Primary Contents */

.entry-content {
	font: 1.2em/1.6em Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	}

.k2-asides .entry-content {
	font: 1.1em/1.5em Verdana, Arial, Sans-Serif;
	color: #555;
	text-transform: lowercase;
	}
	
/*- Links */

h2 a:hover, h2 span a:hover {
	color: #1e450b !important;
	}

a {
	color: #1e450b;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #153007;
	}

/*- Various Tags and Classes */

#footer p a:hover, #footer a:hover {
	color: #eeeeee;
	text-decoration: none;
}


.alert {
	background: #fffef5;
	border-top: 2px solid #d4ba52;
	border-bottom: 2px solid #d4ba52;
	}
	
/* Feed Icon Replacement (added by gigi) */

.secondary .metalink {
	position: absolute;
	right: 0;
	z-index: 1;
	}

.secondary .metalink .feedlink {
	background-image: url('icons/feed.png');
	width: 16px;
	height: 16px;
	display: block;
	}

.secondary .metalink .feedlink img {
	display: none;
	}

.secondary div div .metalink {
	position: relative;
	}
	
/*widget problems fixing*/

#jpic_widget #widget_jpic_div { }

#jpic_widget #widget_jpic_div a img { width: 100%; }

#jpic_widget #jpicCredits {	text-align: center; font-size: 7pt; }

#jpic_widget .hide { display:none; }

.secondary h4 { color: #153007; }

.secondary .rsswidget .h4 { color: #153007; }

#rss-1 h4 a { color: #153007; }

.entry-head h3 a { color: #153007; }

.page-head h2 { display: none; color: #153007; }

