﻿/*
Theme Name: JobHunt
Theme URI: none
Description: עיצוב לאתר ג'ובהאנט, מבוסס על הגרסה העברית לקובריק.
Version: 1.0
Author: <a href="http://galiaba.com">ailaG</a> (ומבוסס על עיצוב של: <a href="http://binarybonsai.com/" title="הבלוג של מיכאל היילמן">מיכאל היילמן</a> <a href="http://ranh.co.il/" title="הבלוג של רן יניב הרטשטיין">ורן יניב הרטשטיין</a>.)
Tags: none
Text Domain: JobHunt

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* jobhunt misc */

/* ie6 hates us. fixes: */
#header ul.navigation li { float: right; } 
#header ul.navigation li a {/* float: left;*/ display: block; } 
/* end ie6 fixes may it burn in hell */

#header .description,
#sidebarr 
	{ display: none; }
.single .post { margin-top: 2em; }
.post h2 a { color: #428ac1; font-size: 22px; text-decoration: none; font-weight: bold; }
.post h2 a:hover { color: #ffffff; background-color: #428ac1; }
#content h1 {
   color: #428ac1; font-family:Tahoma; font-size: 18px; text-decoration: none; font-weight: bold; 
}
.more-link { margin-right: 56px; }

#content div.shr-bookmarks {
	clear:right !important;
}

.post { clear: right;}


/* end jobhunt misc */



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.entry p a:visited {
	color: #b85b5a;
	}
 .entry p a
 {
    color: #089ad7;
 }
 
 #content .navigation2 {
	display: inline-block;
 	width: 100%;
 }
 #content .navigation2 a
 {
  // font-weight: bold;
    font-size: 11px;
    color: #089ad7;
    font-family: Tahoma; 
    text-decoration: none;
 }  
 #content .navigation2 a:hover
 {
     text-decoration: underline;
 }
 .entry
 {
   font-size: 16px;  
 }
 
 .line_l
 {
/*
     background-image: url('images/line_lwd.png');
     background-repeat: repeat-x;
*/
	background: #D8D8D8;
	height: 1px;
	line-height: 1px;
	margin: 1em auto;
	width: 620px;
/*      height: 10px; */
 }
  .alignleft
 {
         padding-left: 20px;     
 }  
#content small {
         font-weight: bold;
    font-size: 10px;
    color: #737373;
    font-family: Tahoma; 
 }          
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
    

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: right;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: bold;
}
.postmetadata a {
    color: #47a1e6;
    text-decoration: none;
}
.postmetadata a:hover {
    text-decoration: underline;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
   border: 2px solid #ddd;  
    background-color: #f6f6f6;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
/*
    background: url('images/message_lwd.png');
    background-repeat: no-repeat;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    height: 32px;
	margin: 0 0 5px auto;
	padding-right: 30px;
    width: 100px;
*/
	float: none;
	margin-right: 5%;
	width: 84%;
	}    
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
     font-size: 12px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}                         
.commentlist a 
{
    color: #47a1e6;
    text-decoration: none;
    font-size: 12px;
}
.commentlist a:hover 
{
    text-decoration: underline;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
#content acronym, #content abbr, span.caps {
	cursor: help;
	}

#content acronym, #content abbr {
	border-bottom: 1px dashed #999;
	}

#content blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

#content blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

#content .hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

#content hr {
	display: none;
	}

#content a img {
	border: none;
	}

/*
#content .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
*/
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* More By LwdSystems.net */
.moreimg
{
    float: right;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: url('images/message2_lwd.png');
    background-repeat: no-repeat;
    width: 130px;
    height: 40px;
}
.feedlist 
{
    color: red;
}
/* End More */


/* New more / submit images */
/*
.moreimg {
	background: url('images/more_button.png');
	background-position: 0 -28px;
	height: 28px;
	width: 63px;
}
.moreimg:hover {
	background-position: 0 0;
}

#commentform #submit {
	background: url('images/send_reply_button.png') no-repeat 0 0;
	border: 0;
	height: 38px;
	margin-right: 0;
	text-indent: -1000px;
	width: 129px;
}
*/

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

